| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | dv: Split dvdata.h into dvdata.h and dvquant.h | Alex Converse | 2012-02-09 | 3 | -125/+158 |
* | avcodec: set avpkt->size to 0 if encode2() did not output a packet | Justin Ruggles | 2012-02-09 | 1 | -0/+2 |
* | avcodec: for audio encoding, set packet dts to packet pts. | Justin Ruggles | 2012-02-09 | 1 | -7/+9 |
* | ac3dsp: do not use pshufb in ac3_extract_exponents_ssse3() | Justin Ruggles | 2012-02-09 | 1 | -9/+4 |
* | ac3dec: Move center and surround mix level tables to the parser. | Michael Niedermayer | 2012-02-09 | 2 | -18/+18 |
* | aacdec: Unify preconfigured layout and PCE layout. | Alex Converse | 2012-02-09 | 1 | -41/+16 |
* | aacdec: Support native channel layout when requested. | Alex Converse | 2012-02-09 | 2 | -10/+14 |
* | aacdec: Try to sniff a reasonable channel layout for PCE based configurations. | Alex Converse | 2012-02-09 | 3 | -97/+292 |
* | libavcodec: Don't do av_free(av_malloc(0)) for bitstream filters | Martin Storsjö | 2012-02-09 | 1 | -1/+1 |
* | eac3dec: replace undefined 1<<31 with INT32_MIN in noise generation | Janne Grunau | 2012-02-09 | 1 | -1/+1 |
* | prores: specify array size outside DECLARE_ALIGNED brackets. | Ronald S. Bultje | 2012-02-09 | 1 | -3/+3 |
* | tta: use skip_bits_long() | Paul B Mahol | 2012-02-09 | 1 | -7/+5 |
* | build: Add missing directories to DIRS declarations. | Diego Biurrun | 2012-02-09 | 1 | -1/+1 |