summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* | movenc: fix remuxing of svq3Piotr Bandurski2012-08-052-42/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-055-7/+22
|\ \ | |/
| * x86: h264_idct: Rename x264_add8x4_idct_sse2 --> h264_add8x4_idct_sse2Diego Biurrun2012-08-051-4/+4
| * rational: add av_inv_q() returning the inverse of an AVRationalMans Rullgard2012-08-052-4/+13
| * dpx: Make start offset unsignedDerek Buitenhuis2012-08-051-1/+2
| * lavfi: properly signal out-of-memory error in ff_filter_samplesReinhard Tartler2012-08-051-0/+4
| * cosmetics: Fix a few switched periods and linebreaksDerek Buitenhuis2012-08-042-3/+3
| * zerocodec: Fix memleak in decode_frameDerek Buitenhuis2012-08-041-5/+6
| * zerocodec: CosmeticsDerek Buitenhuis2012-08-041-12/+10
* | oggdec: Initialize stream index to -1 in ogg_packet.Reimar Döffinger2012-08-051-3/+11
* | oggdec: simplify start time calculation code.Reimar Döffinger2012-08-051-6/+4
* | libtwolame MP2 encoding supportPaul B Mahol2012-08-056-0/+213
* | matroskaenc: Implement support for ALACMoritz Bunkus2012-08-051-0/+2
* | ass subtitles: Fix valgrind warnings.Philip Langdale2012-08-052-2/+5
* | matroskadec: prevent potential integer overflowMichael Niedermayer2012-08-051-1/+1
* | matroskadec: Implement support for ALACMoritz Bunkus2012-08-052-0/+13
* | fate: add bitexact flag to fate-sub-movtextencMichael Niedermayer2012-08-052-2/+2
* | libavcodec/options_table: mark flags as also for subtitlesMichael Niedermayer2012-08-051-1/+1
* | doc/filters: fix typo in "@end table."Stefano Sabatini2012-08-051-1/+1
* | movenc: Fix unfreed memory found by valgrind.Philip Langdale2012-08-051-1/+2
* | doc/filters: add mandelbrot source documentationStefano Sabatini2012-08-051-0/+73
* | lavf/img2dec: add start_number_range optionStefano Sabatini2012-08-053-10/+14
* | examples/muxing: drop duplicated code in add_video_stream()Stefano Sabatini2012-08-051-6/+0
* | configure: fix lib.exe checkHendrik Leppkes2012-08-051-1/+1
* | oggdec: check stream index before using it in ogg_get_length()Michael Niedermayer2012-08-051-0/+3
* | doc/demuxers.texi: avoid comma splice in image2 documentationStefano Sabatini2012-08-051-1/+1
* | lavf/img2doc: document optionsStefano Sabatini2012-08-052-7/+30
* | lavf/img2dec: improve error logging in case of find_image_range() failureStefano Sabatini2012-08-051-1/+5
* | lavf/img2dec: sort options by nameStefano Sabatini2012-08-051-2/+2
* | lavf/img2dec: introduce and use FIRST_INDEX_SEARCH_RANGE macro in find_image_...Stefano Sabatini2012-08-051-2/+4
* | lavf/img2dec: fix out-of-range check in find_image_range()Stefano Sabatini2012-08-051-1/+1
* | lavf/img2dec: doxygen find_image_range() functionStefano Sabatini2012-08-051-1/+9
* | lavf/img2dec: rename find_image_range() "max_start" parameter to "start_index"Stefano Sabatini2012-08-051-2/+2
* | lavf/img2dec: fix weird start_number count logicStefano Sabatini2012-08-051-2/+2
* | examples/muxing: simplify alloc_picture()Stefano Sabatini2012-08-051-15/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-0452-181/+254
|\ \ | |/
| * lavr: fix handling of custom mix matricesJustin Ruggles2012-08-043-10/+26
| * fate: force pix_fmt in lagarith-rgb32 testMans Rullgard2012-08-041-1/+1
| * fate: add tests for lagarith lossless video codec.Ronald S. Bultje2012-08-035-0/+51
| * ARMv6: vp8: fix stack allocation with Apple's assemblerMans Rullgard2012-08-041-1/+7
| * ARM: vp56: allow inline asm to build with clangMans Rullgard2012-08-041-4/+12
| * fft: 3dnow: fix register name typo in DECL_IMDCT macroRonald S. Bultje2012-08-041-1/+1
| * x86: dct32: port to cpuflagsDiego Biurrun2012-08-031-49/+25
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-0338-108/+120
| * Revert "wmapro: prevent division by zero when sample rate is unspecified"Ronald S. Bultje2012-08-031-5/+0
| * wmapro: prevent division by zero when sample rate is unspecifiedSean McGovern2012-08-031-0/+5
| * lagarith: fix color plane inversion for YUY2 output.Ronald S. Bultje2012-08-031-3/+3
| * lagarith: pad RGB buffer by 1 byte.Ronald S. Bultje2012-08-031-1/+1
| * dsputil: make add_hfyu_left_prediction_sse4() support unaligned src.Ronald S. Bultje2012-08-031-7/+13
* | ffmpeg: insert bitmap subtitles as video in filters.Nicolas George2012-08-043-4/+191