summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Fix memleakEtienne Buira2011-05-27
* Fix typoEtienne Buira2011-05-27
* Remove specific note when not specificEtienne Buira2011-05-27
* Minor cleanup in libx264.cEtienne Buira2011-05-27
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-27
|\
| * Mark parameterless function declarations as 'void'.Diego Biurrun2011-05-26
| * ac3enc: initialize all coefficients to zero.Justin Ruggles2011-05-25
* | Fix 32bit rawvideo in avi on big-endian.Carl Eugen Hoyos2011-05-26
* | webm: Additional options/presets for VP8 encodes under FFmpegJames Zern2011-05-26
* | libx264: support aspect Ratio SwitchJULIAN GARDNER2011-05-26
* | Fix compilation with YASM/NASM versions not supporting AVX.Reimar Döffinger2011-05-26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-26
|\|
| * Remove h263_msmpeg4 from MpegEncContext.Alex Converse2011-05-25
* | ffv1: fix 16bits multithreadingMichael Niedermayer2011-05-26
* | mpegvideo_enc: use AV_LOG_ERROR instead of AV_LOG_INFO for two error messagesami_stuff2011-05-25
* | Fail when lowres value is lower than 0ami_stuff2011-05-25
* | indeo3: add out-of-buffer write checkStefano Sabatini2011-05-25
* | Do not reset channel_layout to 0.Carl Eugen Hoyos2011-05-25
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-25
|\|
| * Move emms_c() from libavcodec to libavutil.Ronald S. Bultje2011-05-24
| * tiff: set palette in the context when specified in TIFF_PAL tagStefano Sabatini2011-05-24
| * pgssubdec: fix incorrect colors.Alexandre Colucci2011-05-24
| * dvdsubdec: fix incorrect colors.Alexandre Colucci2011-05-24
| * msmpeg4: reindent.Anton Khirnov2011-05-24
| * lavc: remove msmpeg4v1 encoder.Anton Khirnov2011-05-24
| * ac3enc: add channel coupling supportJustin Ruggles2011-05-24
* | rawdec: fix decoding of QT WRAW filesami_stuff2011-05-25
* | Fix register types for LOAD_AB arguments, fixes compilation with NASM.Reimar Döffinger2011-05-24
* | partial revert of 01d3ebaf219d83c0a70cdf9696ecb6b868e8a165Michael Niedermayer2011-05-24
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-24
|\|
| * aacdec: fix typo in scalefactor clipping checkJustin Ruggles2011-05-23
| * h264: Properly set coded_{width, height} when parsing H.264.Felipe Contreras2011-05-23
| * x86 asm: Add SECTION_TEXT to dct32_sse.asm.Dave Yeo2011-05-23
* | avcodec_find_decoder: prefer non experimental decoders.Michael Niedermayer2011-05-24
* | j2kdec: mark as CODEC_CAP_EXPERIMENTALMichael Niedermayer2011-05-24
* | j2k[c/h] j2kdec.c: Implement 2 code block stylesRukhsana Ruby2011-05-24
* | j2k: Add void as the parameter of function ff_j2k_init_tier1_lutsRukhsana Ruby2011-05-24
* | Add Kamil Nowosads j2k code.Kamil Nowosad2011-05-24
* | mpegaudio: Correct license headerMichael Niedermayer2011-05-23
* | add 5.1 to stereo downmix to resample.cjan gerber2011-05-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-23
|\|
| * dct32_sse: eliminate some spillsLoren Merritt2011-05-22
| * Fix dct32() compilation with --disable-yasmVitor Sessak2011-05-22
* | Do not ask for samples if a specific channel layout was requested.Carl Eugen Hoyos2011-05-23
* | libx264: specify field for default union values in optionsStefano Sabatini2011-05-22
* | Fix ticket127Michael Niedermayer2011-05-22
* | dct32: Replacing libav by ffmpeg in the license header with the authors permi...Michael Niedermayer2011-05-22
* | Fix compilation with --disable-yasm.Vitor Sessak2011-05-22
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-05-22
|\|
| * dct32: Add AVX implementation of 32-point DCTVitor Sessak2011-05-21