summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* lavfi: rewrite nullsrc using the code in vsrc_testsrc.cStefano Sabatini2011-10-24
* filters.texi: document interlaced scalingMark Himsley2011-10-24
* docs: remove reference to enable-libavfilterLou Logan2011-10-24
* wmall: Working bitstream parserAndreas Öman2011-10-24
* tools: add a tool for enumerating/printing AVOptions in texinfo formatAnton Khirnov2011-10-24
* sws: replace long by x86_reg in x86 asmMichael Niedermayer2011-10-24
* h264: Calculate a tighter recovery_frame.Michael Niedermayer2011-10-24
* h264: Support invalid output by mplayers TS demuxer.Michael Niedermayer2011-10-24
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Michael Niedermayer2011-10-24
* Revert "mpeg12: move closed_gop from MpegEncContext to Mpeg1Context"Michael Niedermayer2011-10-24
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-24
|\
| * Move id3v2 tag writing to a separate file.Michael Karcher2011-10-23
| * swscale: add missing colons to x86 assembly yuv2planeX.Ronald S. Bultje2011-10-23
| * g722: split decoder and encoder into separate filesJustin Ruggles2011-10-23
| * cosmetics: remove extra spaces before end-of-statement semi-colonsJustin Ruggles2011-10-23
| * vorbisdec: check output buffer size before writing outputJustin Ruggles2011-10-23
| * wavpack: calculate bpp using av_get_bytes_per_sample()Justin Ruggles2011-10-23
| * ac3enc: Set max value for mode options correctlyJohn Stebbins2011-10-23
| * lavc: move get_b_cbp() from h263.h to mpeg4videoenc.cAnton Khirnov2011-10-23
| * mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
| * mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-23
| * mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-23
| * mpegvideo: remove some unused variables from MpegEncContext.Anton Khirnov2011-10-23
* | vsrc_testsrc: do not assume non-padded lines in test_fill_picture()Stefano Sabatini2011-10-23
* | vf_boxblur: fix slice-drawingStefano Sabatini2011-10-23
* | sws: add yuv2yuvX_sse3()Michael Niedermayer2011-10-23
* | sws-test: Fix data alignmentMichael Niedermayer2011-10-23
* | sws: fix assert failureMichael Niedermayer2011-10-23
* | sws: x86_32 fixMichael Niedermayer2011-10-23
* | sws: add yuv2yuvX() back and updated to the just 1 plane APIMichael Niedermayer2011-10-23
* | sws: factorize v*Filter useMichael Niedermayer2011-10-23
* | sws: port to thw new 1 plane API and add back yuv2yuv1_ar().Michael Niedermayer2011-10-23
* | sws: better MOVNTQ macroMichael Niedermayer2011-10-23
* | sws cleanup yuv2planeX_10_c_template()Michael Niedermayer2011-10-23
* | sws: remove nonsensical code that leaked in from libavMichael Niedermayer2011-10-23
* | sws: drop unused codeMichael Niedermayer2011-10-23
* | Simplify some bits-left/overread checks.Reimar Döffinger2011-10-23
* | lavc: add PIX_FMT_GBR24P to align_dimensions()Michael Niedermayer2011-10-23
* | Reuse vp3_decode_flush instead of duplicating it.Reimar Döffinger2011-10-23
* | swscale: disable functions that do not yet workMichael Niedermayer2011-10-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-10-23
|\|
| * id3v2: fix doxy comment - 'machine byte order' makes no sense on char arraysMichael Karcher2011-10-22
| * VC1: restore mistakenly removed codeMashiat Sarker Shakkhar2011-10-22
| * twinvq: check output buffer size before decodingJustin Ruggles2011-10-22
| * twinvq: return an error when the packet size is too smallJustin Ruggles2011-10-22
| * lavf: export some forgotten symbols with non-av prefixes.Anton Khirnov2011-10-22
| * swscale: update altivec yuv2planeX asm to new per-plane API.Ronald S. Bultje2011-10-22
| * swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.Ronald S. Bultje2011-10-22
| * yuv2planeX10 SIMDKieran Kunhya2011-10-22
| * swscale: decide whether to use yuv2plane1/X on a per-plane basis.Ronald S. Bultje2011-10-22