summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
...
| * adpcmenc: check for coded_frame allocation failureJustin Ruggles2012-01-30
| * adpcmenc: Do not set coded_frame->key_frame.Justin Ruggles2012-01-30
| * mpc7: check for allocation failureJustin Ruggles2012-01-30
| * mpc7: align local temp bufferJustin Ruggles2012-01-30
| * rv40: x86 SIMD for biweightChristophe Gisquet2012-01-30
| * x86: Give RV40 init file a more suitable name.Diego Biurrun2012-01-30
| * x86: Place mm_flags variable declaration below the appropriate #ifdef.Diego Biurrun2012-01-30
* | ffv1dec: use correct linesizePaul B Mahol2012-01-31
* | Merge remote-tracking branch 'shariman/wmall'Michael Niedermayer2012-01-31
|\ \
| * | Cosmetics: Fix some whitespace errors and indentationMashiat Sarker Shakkhar2012-01-27
| * | Use correct variable type for 32-bit samples bufferMashiat Sarker Shakkhar2012-01-22
* | | ffv1dec: PIX_FMT_YUVA444P supportPaul B Mahol2012-01-31
* | | ffv1enc: PIX_FMT_YUVA444P supportPaul B Mahol2012-01-31
* | | ffv1dec: PIX_FMT_YUVA420P supportPaul B Mahol2012-01-31
* | | ffv1enc: PIX_FMT_YUVA420P supportPaul B Mahol2012-01-31
* | | mpeg/h264: update thread context even if it is not initialized.Michael Niedermayer2012-01-31
* | | h264: Return the correct number of bytes for mid strea, extradata.Michael Niedermayer2012-01-31
* | | pngdec: fix warning about pointer typesMichael Niedermayer2012-01-31
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-31
|\ \ \ | | |/ | |/|
| * | aacenc: make sure to encode enough frames to cover all input samples.Justin Ruggles2012-01-30
| * | aacenc: only use the number of input samples provided by the user.Justin Ruggles2012-01-30
| * | wmadec: Verify bitstream size makes sense before calling init_get_bits.Alex Converse2012-01-30
| * | kmvc: Log into a context at a log level constant.Alex Converse2012-01-30
| * | mpeg12: Pad framerate tab to 16 entries.Alex Converse2012-01-30
| * | kgv1dec: Increase offsets array size so it is large enough.Michael Niedermayer2012-01-30
| * | kmvc: Check palsize.Alex Converse2012-01-30
| * | x86 dsputil: provide SSE2/SSSE3 versions of bswap_bufChristophe Gisquet2012-01-30
| * | png: add support for bpp>4 to paeth x86 SIMD code.Ronald S. Bultje2012-01-29
| * | png: add SSE2 version for add_bytes_l2.Ronald S. Bultje2012-01-29
| * | png: convert DSP functions to yasm.Ronald S. Bultje2012-01-29
| * | Fix non-C89 declarations in for loopsMans Rullgard2012-01-29
* | | Allow decoding of 64bit png images.Carl Eugen Hoyos2012-01-31
* | | Simplify "deloco" and support decoding of 48bit loco png.Carl Eugen Hoyos2012-01-31
* | | Supoort decoding of gray16 images with libopenjpeg.Michael Bradshaw2012-01-30
* | | assdec: fix wrong alloc pointer check.Clément Bœsch2012-01-30
* | | ass: use av_asprintf() instead of a temporary stack buffer.Clément Bœsch2012-01-30
* | | diracdec: Fix integer overflow leading to out of global array read.Michael Niedermayer2012-01-30
* | | huffman: use a simple assignment instead of FFSWAP.Reimar Döffinger2012-01-30
* | | Deobfuscate ff_huff_build_tree.Reimar Döffinger2012-01-30
* | | Add option forced_subs_only for Bluray subtitles.Carl Eugen Hoyos2012-01-30
* | | Add pix_fmt_info for yuva444.Carl Eugen Hoyos2012-01-30
* | | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-30
|\| |
| * | png: add missing #if HAVE_SSSE3 around function pointer assignment.Ronald S. Bultje2012-01-29
| * | imdct36: mark SSE functions as using all 16 XMM registers.Ronald S. Bultje2012-01-29
| * | png: move DSP functions to their own DSP context.Ronald S. Bultje2012-01-29
| * | sunrast: Add a sample request for TIFF, IFF, and Experimental Rastfile formats.Aneesh Dogra2012-01-29
| * | sunrast: CosmeticsAneesh Dogra2012-01-29
| * | sunrast: Remove if (unsigned int < 0) check.Aneesh Dogra2012-01-29
| * | sunrast: Replace magic number by a macro.Aneesh Dogra2012-01-29
* | | Fix offset validity checks.Reimar Döffinger2012-01-29