aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-3110-122/+347
|\
| * aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-301-7/+5
| * aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-301-3/+5
| * wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-301-0/+2
| * kmvc: Log into a context at a log level constant.Alex Converse2012-01-301-1/+2
| * mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-301-1/+1
| * kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-301-2/+2
| * kmvc: Check palsize.Alex Converse2012-01-301-1/+6
| * x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-302-0/+128
| * png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-291-1/+13
| * png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-292-0/+26
| * png: convert DSP functions to yasm.Ronald S. Bultje2012-01-293-103/+156
| * Fix non-C89 declarations in for loopsMans Rullgard2012-01-291-2/+4
* | Allow decoding of 64bit png images.Carl Eugen Hoyos2012-01-311-0/+3
* | Simplify "deloco" and support decoding of 48bit loco png.Carl Eugen Hoyos2012-01-311-53/+31
* | Supoort decoding of gray16 images with libopenjpeg.Michael Bradshaw2012-01-301-1/+1
* | assdec: fix wrong alloc pointer check.Clément Bœsch2012-01-301-1/+1
* | ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch2012-01-301-4/+1
* | diracdec: Fix integer overflow leading to out of global array read.Michael Niedermayer2012-01-301-3/+8
* | huffman: use a simple assignment instead of FFSWAP.Reimar Döffinger2012-01-301-4/+6
* | Deobfuscate ff_huff_build_tree.Reimar Döffinger2012-01-301-7/+6
* | Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos2012-01-302-8/+25
* | Add pix_fmt_info for yuva444.Carl Eugen Hoyos2012-01-302-1/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-3010-135/+191
|\|
| * png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-291-1/+1
| * imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-291-1/+1
| * png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-299-127/+230
| * sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-291-2/+2
| * sunrast: CosmeticsAneesh Dogra2012-01-291-17/+17
| * sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-291-1/+1
| * sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-291-1/+3
* | Fix offset validity checks.Reimar Döffinger2012-01-291-2/+2
* | fraps: frame threading support.Reimar Döffinger2012-01-291-3/+4
* | fraps: Deduplicate some code.Reimar Döffinger2012-01-291-30/+17
* | fraps: Minor simplification, use local variable.Reimar Döffinger2012-01-291-2/+2
* | r210enc: don't write uninitialized dataPaul B Mahol2012-01-291-1/+3
* | libvpxenc: update after FF_API_X264_GLOBAL_OPTS removalPaul B Mahol2012-01-291-22/+0
* | Improve decoding quality for lossy wavpack.Carl Eugen Hoyos2012-01-291-18/+7
* | fraps: optimize pseudo-YUV to RGB conversion.Reimar Döffinger2012-01-291-3/+8
* | Fix dvb subtitle decoding when display segment is missing.Paul Kendall2012-01-291-0/+10
* | fraps: Add release_buffer forgotten when reget_buffer was removed.Reimar Döffinger2012-01-291-0/+2
* | fraps: fix indentation.Reimar Döffinger2012-01-291-18/+18
* | FRAPS: Do not needlessly use reget_buffer.Reimar Döffinger2012-01-291-44/+17
* | r210enc: fix encoding for unaligned widthsPaul B Mahol2012-01-291-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-2970-208/+847
|\|
| * aacenc: Fix LONG_START windowing.Nathan Caldwell2012-01-281-2/+2
| * aacenc: Fix a bug where deinterleaved samples were stored in the wrong place.Nathan Caldwell2012-01-281-2/+2
| * lavc: extend doxy for avcodec_alloc_context3().Anton Khirnov2012-01-281-0/+3
| * avcodec_align_dimensions2: set only 4 linesizes, not AV_NUM_DATA_POINTERS.Anton Khirnov2012-01-281-2/+2
| * aacsbr: ARM NEON optimised sbrdsp functionsMans Rullgard2012-01-285-0/+490