summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-14
|\
| * Drop unnecessary av_uninit attributes from some variable declarations.Diego Biurrun2012-02-13
| * Move PS2 MMI code below the mips subdirectory, where it belongs.Diego Biurrun2012-02-13
| * mips: Move MMI function declarations to a header.Diego Biurrun2012-02-13
* | jpeglsdec: fix bpp & limit.Michael Niedermayer2012-02-14
* | jpeglsdec: Prevent out of array write.Michael Niedermayer2012-02-14
* | iff: Fix decode_ham_plane32() buf_size.Michael Niedermayer2012-02-14
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-13
|\|
| * cljr: implement encode2.Anton Khirnov2012-02-12
| * cljr: set the properties of the coded_frame, not input frame.Anton Khirnov2012-02-12
| * dnxhdenc: switch to encode2.Anton Khirnov2012-02-12
| * bmpenc: switch to encode2().Anton Khirnov2012-02-12
* | Fix compilation without HAVE_AVX.Reimar Döffinger2012-02-12
* | threads: Perform the generic progress cleanup more carefully.Michael Niedermayer2012-02-12
* | threads: move state update after progress cleanup.Michael Niedermayer2012-02-12
* | h264: Mark previous field as done before throwing it away.Michael Niedermayer2012-02-12
* | Detect and check for CMOV.Reimar Döffinger2012-02-12
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-12
|\|
| * sunrast: Return AVERROR values instead of -1.Aneesh Dogra2012-02-11
| * sunrast: Add support for gray8 decoding.Aneesh Dogra2012-02-11
| * alacenc: use AVCodec.encode2()Justin Ruggles2012-02-11
| * alacenc: cosmetics: indentationJustin Ruggles2012-02-11
| * alacenc: consolidate bitstream writing into a single function.Justin Ruggles2012-02-11
| * alacenc: only encode frame size in header for a final smaller frameJustin Ruggles2012-02-11
| * alacenc: store current frame size in AlacEncodeContext.Justin Ruggles2012-02-11
| * alacenc: return AVERROR codes in alac_encode_frame()Justin Ruggles2012-02-11
| * alacenc: calculate a new max frame size for the final small frameJustin Ruggles2012-02-11
| * alacenc: pretty-printing and other cosmeticsJustin Ruggles2012-02-11
| * alacenc: fix error handling and potential memleaks in alac_encode_init()Justin Ruggles2012-02-11
| * alacenc: do not set coded_frame->key_frameJustin Ruggles2012-02-11
| * alacenc: do not set bits_per_coded_sampleJustin Ruggles2012-02-11
| * alacenc: remove unneeded frame_size check in alac_encode_frame()Justin Ruggles2012-02-11
| * tta: error out if samplerate is zero.Ronald S. Bultje2012-02-11
| * ttadec: fix invalid free when an error occurs while decoding 24-bit ttaJustin Ruggles2012-02-10
| * wavpack: add needed braces for 2 statements inside an if blockJustin Ruggles2012-02-10
* | Reduce the verbosity of a mpeg1/2 invalid intra-matrix warning.Carl Eugen Hoyos2012-02-12
* | tta: reindentPaul B Mahol2012-02-11
* | lagarith: Fix out of array reads.Michael Niedermayer2012-02-11
* | ffv1: Assume encoding all bits is wanted if bits_per_raw_sample == 0.Carl Eugen Hoyos2012-02-11
* | Cosmetics: Move a block in ffv1's encode_init().Carl Eugen Hoyos2012-02-11
* | ansi: Fix use of uninitalized width/height warning.Michael Niedermayer2012-02-11
* | tta: Add some safety precautions to avoid freeing things that have not been a...Michael Niedermayer2012-02-11
* | tta: do not leak memory if bps == 3Paul B Mahol2012-02-11
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-11
|\|
| * v210enc: remove redundant check for pix_fmtPaul B Mahol2012-02-10
| * wavpack: allow user to disable CRC checkingPaul B Mahol2012-02-10
| * v210enc: Use Bytestream2 functionsAneesh Dogra2012-02-10
| * Check AVCodec.pix_fmts in avcodec_open2()Paul B Mahol2012-02-10
| * svq3: Prevent illegal reads while parsing extradata.Alex Converse2012-02-10
| * remove ParseContext1Rafaël Carré2012-02-10