| Commit message (Expand) | Author | Age | Files | Lines |
* | mpegvideo: Remove a leftover function declaration | Martin Storsjö | 2012-02-15 | 1 | -6/+0 |
* | prores encoder | Kostya Shishkov | 2012-02-15 | 6 | -2/+859 |
* | prores: move data shared between decoder and encoder to common file | Kostya Shishkov | 2012-02-15 | 4 | -62/+120 |
* | prores: fix multithreaded decoding case when slice quantisers are not the same | Kostya Shishkov | 2012-02-15 | 1 | -11/+12 |
* | CDXL demuxer and decoder | Paul B Mahol | 2012-02-14 | 5 | -1/+282 |
* | rv30: check block type validity | Janne Grunau | 2012-02-14 | 1 | -1/+1 |
* | ttadec: CRC checking | Paul B Mahol | 2012-02-14 | 1 | -0/+33 |
* | rv34: handle size changes during frame multithreading | Janne Grunau | 2012-02-14 | 1 | -64/+82 |
* | rv40: prevent undefined signed overflow in rv40_loop_filter() | Janne Grunau | 2012-02-14 | 1 | -2/+3 |
* | rv34: use AVERROR return values in ff_rv34_decode_frame() | Janne Grunau | 2012-02-14 | 1 | -4/+8 |
* | rv34: use uint16_t for RV34DecContext.deblock_coefs | Janne Grunau | 2012-02-14 | 1 | -1/+1 |
* | Drop unnecessary av_uninit attributes from some variable declarations. | Diego Biurrun | 2012-02-13 | 6 | -10/+8 |
* | Move PS2 MMI code below the mips subdirectory, where it belongs. | Diego Biurrun | 2012-02-13 | 8 | -10/+10 |
* | mips: Move MMI function declarations to a header. | Diego Biurrun | 2012-02-13 | 2 | -4/+8 |
* | cljr: implement encode2. | Anton Khirnov | 2012-02-12 | 1 | -7/+15 |
* | cljr: set the properties of the coded_frame, not input frame. | Anton Khirnov | 2012-02-12 | 1 | -2/+2 |
* | dnxhdenc: switch to encode2. | Anton Khirnov | 2012-02-12 | 1 | -7/+12 |
* | bmpenc: switch to encode2(). | Anton Khirnov | 2012-02-12 | 1 | -11/+16 |
* | sunrast: Return AVERROR values instead of -1. | Aneesh Dogra | 2012-02-11 | 1 | -8/+9 |
* | sunrast: Add support for gray8 decoding. | Aneesh Dogra | 2012-02-11 | 1 | -6/+2 |
* | alacenc: use AVCodec.encode2() | Justin Ruggles | 2012-02-11 | 1 | -13/+17 |
* | alacenc: cosmetics: indentation | Justin Ruggles | 2012-02-11 | 1 | -27/+27 |
* | alacenc: consolidate bitstream writing into a single function. | Justin Ruggles | 2012-02-11 | 1 | -38/+33 |
* | alacenc: only encode frame size in header for a final smaller frame | Justin Ruggles | 2012-02-11 | 1 | -3/+10 |
* | alacenc: store current frame size in AlacEncodeContext. | Justin Ruggles | 2012-02-11 | 1 | -13/+16 |
* | alacenc: return AVERROR codes in alac_encode_frame() | Justin Ruggles | 2012-02-11 | 1 | -2/+2 |
* | alacenc: calculate a new max frame size for the final small frame | Justin Ruggles | 2012-02-11 | 1 | -4/+17 |
* | alacenc: pretty-printing and other cosmetics | Justin Ruggles | 2012-02-11 | 1 | -71/+64 |
* | alacenc: fix error handling and potential memleaks in alac_encode_init() | Justin Ruggles | 2012-02-11 | 1 | -19/+38 |
* | alacenc: do not set coded_frame->key_frame | Justin Ruggles | 2012-02-11 | 1 | -1/+0 |
* | alacenc: do not set bits_per_coded_sample | Justin Ruggles | 2012-02-11 | 1 | -5/+4 |
* | alacenc: remove unneeded frame_size check in alac_encode_frame() | Justin Ruggles | 2012-02-11 | 1 | -5/+0 |
* | tta: error out if samplerate is zero. | Ronald S. Bultje | 2012-02-11 | 1 | -0/+3 |
* | ttadec: fix invalid free when an error occurs while decoding 24-bit tta | Justin Ruggles | 2012-02-10 | 1 | -6/+17 |
* | wavpack: add needed braces for 2 statements inside an if block | Justin Ruggles | 2012-02-10 | 1 | -1/+2 |
* | v210enc: remove redundant check for pix_fmt | Paul B Mahol | 2012-02-10 | 1 | -5/+0 |
* | wavpack: allow user to disable CRC checking | Paul B Mahol | 2012-02-10 | 1 | -16/+21 |
* | v210enc: Use Bytestream2 functions | Aneesh Dogra | 2012-02-10 | 1 | -10/+11 |
* | Check AVCodec.pix_fmts in avcodec_open2() | Paul B Mahol | 2012-02-10 | 1 | -0/+10 |
* | svq3: Prevent illegal reads while parsing extradata. | Alex Converse | 2012-02-10 | 1 | -5/+14 |
* | remove ParseContext1 | Rafaël Carré | 2012-02-10 | 2 | -22/+0 |
* | vc1: use ff_parse_close | Rafaël Carré | 2012-02-10 | 1 | -1/+1 |
* | mpegvideo parser: move specific fields into private context | Rafaël Carré | 2012-02-10 | 1 | -4/+12 |
* | mpeg4video parser: move specific fields into private context | Rafaël Carré | 2012-02-10 | 1 | -9/+11 |
* | cavs parser: fix parser context type | Rafaël Carré | 2012-02-10 | 1 | -2/+2 |
* | 4xm, timefilter: K&R formatting cosmetics | Yordan Makariev | 2012-02-10 | 1 | -423/+475 |
* | h264: disallow constrained intra prediction modes for luma. | Ronald S. Bultje | 2012-02-09 | 5 | -9/+9 |
* | dv: Move tables from dvdata.h to dvdata.c | Alex Converse | 2012-02-09 | 2 | -39/+38 |
* | dv: Move a table used only by the demuxer out of a shared header. | Alex Converse | 2012-02-09 | 1 | -4/+0 |
* | dv: Move functions used only by the encoder out of a shared header. | Alex Converse | 2012-02-09 | 2 | -35/+35 |