aboutsummaryrefslogtreecommitdiff
path: root/libavcodec
AgeCommit message (Expand)Author
2012-08-27dpx: 10 and 12 bit decodingGeorg Lippitsch
2012-08-27Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-27huffyuv: update to current coding styleLuca Barbato
2012-08-27huffman: update to current coding styleLuca Barbato
2012-08-27build: fft: x86: Drop unused YASM-OBJS-FFT- variableDiego Biurrun
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-26audio_frame_queue: Clean up ff_af_queue_log_state debug functionDiego Biurrun
2012-08-26dwt: Remove unused code.Diego Biurrun
2012-08-26cavs: convert cavsdata.h to a .c fileMans Rullgard
2012-08-26cavs: Move inline functions only used in one file out of the headerDiego Biurrun
2012-08-26cavs: Move data tables used in only one place to that fileDiego Biurrun
2012-08-26avrndec: silence warning about incompatible pointer typesPaul B Mahol
2012-08-26h264: ff_init_cabac_states doesnt use its argument thus remove itMichael Niedermayer
2012-08-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-25x86: fft: remove unused fft_dispatch* functionsMans Rullgard
2012-08-25lavc: add some missing .long_name to codec_descriptors[]Paul B Mahol
2012-08-24cllc: Pad swapped bufferDerek Buitenhuis
2012-08-25dpx: 10 and 12 bit encodingGeorg Lippitsch
2012-08-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-24Merge commit 'a1bcc76e6036e78f25cbb7323c145056cfca9d93'Michael Niedermayer
2012-08-24utvideodec: Fix single symbol mode decodingJan Ekström
2012-08-24lavc/dvdsubenc: check the type of rectangles.Nicolas George
2012-08-24truespeech: drop useless castsMans Rullgard
2012-08-24libavcodec: drop bogus dependencies from mpc[78] and qdm2Mans Rullgard
2012-08-24mpegaudio: move ff_mpa_enwindow to a separate fileMans Rullgard
2012-08-24AVOptions: store defaults for INT64 options in int64 union member.Anton Khirnov
2012-08-24x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24x86: mpegvideoenc: Split optimizations off into a separate fileDiego Biurrun
2012-08-24dnxhdenc: x86: more sensible names for optimization file and init functionDiego Biurrun
2012-08-24svq1/svq3: Move common code out of SVQ1 decoder-specific fileDiego Biurrun
2012-08-24dirac: add Comments and references to the standardJordi Ortiz
2012-08-23mjpeg: fix fliping with emu edges.Michael Niedermayer
2012-08-23Fix partially hidden macroblocks for 10-bit DNxHD.Joseph Artsimovich
2012-08-23ffv1: more than 8 bit per RGB channelGeorg Lippitsch
2012-08-23lagarith: fix alignment on buffers passed into prediction dsp code.Michael Niedermayer
2012-08-23mpeg4audio: dont take the SBR flag too serious.Michael Niedermayer
2012-08-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-22vorbisenc: set AVCodecContext.bit_rate to 0Justin Ruggles
2012-08-22vorbisenc: fix quality parameterJustin Ruggles
2012-08-22lpc: fix alignment of windowed samples for odd maximum LPC orderJustin Ruggles
2012-08-22alacenc: use s16p sample format as inputJustin Ruggles
2012-08-22alacenc: remove unneeded sample_fmt checkJustin Ruggles
2012-08-22alacenc: fix max_frame_size calculation for the final frameJustin Ruggles
2012-08-22utvideoenc: use dsp.sub_hfyu_median_predictionMichael Niedermayer
2012-08-22utvideoenc: align mangled buffer starts.Michael Niedermayer
2012-08-22utvideoenc: drop stepMichael Niedermayer
2012-08-22utvideoenc: avoid writing into the input picture.Michael Niedermayer
2012-08-22utvideoenc: use ff_generate_len()Michael Niedermayer
2012-08-22adpcm_swf: Use correct sample offsets when using trellis.Justin Ruggles
2012-08-22mjpegdec: support AVRn interlacedMichael Niedermayer