| Commit message (Expand) | Author | Age | Files | Lines |
* | prores: store and retrieve extended colourspace information | Kostya Shishkov | 2012-02-29 | 2 | -3/+7 |
* | proresenc: correct edge emulation | Phil Barrett | 2012-02-29 | 1 | -7/+7 |
* | prores: handle 444 chroma in right order | Kostya Shishkov | 2012-02-29 | 2 | -25/+53 |
* | mpegvideo_enc: add quantizer_noise_shaping private option. | Anton Khirnov | 2012-02-29 | 4 | -11/+17 |
* | lavc: deprecate AVCodecContext.inter_threshold. | Anton Khirnov | 2012-02-29 | 3 | -4/+9 |
* | lavc: deprecate AVCodecContext.color_table_id. | Anton Khirnov | 2012-02-29 | 3 | -1/+8 |
* | mpegvideo_enc: add chroma/luma_elim_threshold private options. | Anton Khirnov | 2012-02-29 | 4 | -5/+17 |
* | mpegvideo_enc: add cbp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 6 | -7/+14 |
* | mpegvideo_enc: add qp_rd flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 4 | -9/+18 |
* | mpegvideo_enc: add strict_gop flag to mpv_flags. | Anton Khirnov | 2012-02-29 | 4 | -3/+9 |
* | lavc: add -mpv_flags to mpegvideo_enc-based encoders. | Anton Khirnov | 2012-02-29 | 11 | -2/+68 |
* | aacdec: Support stereo streams that erroneously signal predefined channel con... | Michael Niedermayer | 2012-02-28 | 1 | -0/+14 |
* | aacdec: Reshuffle functions so get_che() can call set_default_channel_config(... | Alex Converse | 2012-02-28 | 1 | -70/+70 |
* | vp56: error out on invalid stream dimensions. | Ronald S. Bultje | 2012-02-28 | 2 | -1/+10 |
* | adpcm: Clip step_index values read from the bitstream at the beginning of eac... | Alex Converse | 2012-02-28 | 1 | -7/+7 |
* | doxygen: Remove documentation for non-existing parameters; misc small fixes. | Diego Biurrun | 2012-02-28 | 3 | -8/+0 |
* | Indeo3: fix crashes on corrupt bitstreams. | Ronald S. Bultje | 2012-02-28 | 1 | -1/+8 |
* | msmpeg4: Replace forward declaration by proper #include. | Diego Biurrun | 2012-02-28 | 1 | -3/+1 |
* | aacdec: Remove erroneous reference to global gain from the out of bounds scal... | Alex Converse | 2012-02-27 | 1 | -2/+1 |
* | avcodec_default_reget_buffer(): fix compilation in DEBUG mode | Diego Biurrun | 2012-02-27 | 1 | -1/+1 |
* | h264: fix mmxext chroma deblock to use correct TC values. | Ronald S. Bultje | 2012-02-27 | 1 | -1/+1 |
* | lavc: reorder AVCodecContext fields. | Anton Khirnov | 2012-02-27 | 2 | -800/+801 |
* | lavc: reorder AVFrame fields. | Anton Khirnov | 2012-02-27 | 1 | -90/+91 |
* | Fix parser not to clobber has_b_frames when extradata is set. | Reinhard Tartler | 2012-02-26 | 1 | -0/+7 |
* | cdxl: bit line plane arrangement support | Paul B Mahol | 2012-02-26 | 1 | -11/+48 |
* | cdxl: remove early check for bpp | Paul B Mahol | 2012-02-26 | 1 | -4/+0 |
* | cdxl: set pix_fmt PAL8 only if palette is available | Paul B Mahol | 2012-02-26 | 1 | -1/+1 |
* | mlp_parser: fix the channel mask value used for the top surround channel | Tim Walker | 2012-02-25 | 1 | -1/+1 |
* | vorbisenc: check all allocations for failure | Justin Ruggles | 2012-02-25 | 1 | -35/+92 |
* | roqaudioenc: return AVERROR codes instead of -1 | Justin Ruggles | 2012-02-25 | 1 | -2/+2 |
* | roqaudioenc: set correct bit rate | Justin Ruggles | 2012-02-25 | 1 | -0/+2 |
* | roqaudioenc: use AVCodecContext.frame_size correctly. | Justin Ruggles | 2012-02-25 | 1 | -26/+65 |
* | roqaudioenc: remove unneeded sample_fmt check | Justin Ruggles | 2012-02-25 | 1 | -4/+0 |
* | ra144enc: use int16_t* for input samples rather than void* | Justin Ruggles | 2012-02-25 | 1 | -1/+2 |
* | ra144enc: set AVCodecContext.coded_frame | Justin Ruggles | 2012-02-25 | 1 | -6/+19 |
* | ra144enc: remove unneeded sample_fmt check | Justin Ruggles | 2012-02-25 | 1 | -4/+0 |
* | nellymoserenc: set AVCodecContext.coded_frame | Justin Ruggles | 2012-02-25 | 1 | -0/+7 |
* | nellymoserenc: improve error checking in encode_init() | Justin Ruggles | 2012-02-25 | 1 | -16/+24 |
* | nellymoserenc: return AVERROR codes instead of -1 | Justin Ruggles | 2012-02-25 | 1 | -2/+2 |
* | libvorbis: improve error checking in oggvorbis_encode_init() | Justin Ruggles | 2012-02-25 | 1 | -37/+76 |
* | mpegaudioenc: return AVERROR codes instead of -1 | Justin Ruggles | 2012-02-25 | 1 | -3/+3 |
* | libfaac: improve error checking and handling in Faac_encode_init() | Justin Ruggles | 2012-02-25 | 1 | -17/+38 |
* | check for coded_frame allocation failure in several audio encoders | Justin Ruggles | 2012-02-25 | 7 | -0/+17 |
* | audio encoders: do not set coded_frame->key_frame. | Justin Ruggles | 2012-02-25 | 6 | -6/+0 |
* | g722enc: check for trellis data allocation error | Justin Ruggles | 2012-02-25 | 1 | -12/+20 |
* | libspeexenc: export encoder delay through AVCodecContext.delay | Justin Ruggles | 2012-02-25 | 1 | -4/+3 |
* | avcodec: document the use of AVCodecContext.delay for audio encoders | Justin Ruggles | 2012-02-25 | 1 | -2/+14 |
* | kgv1: release reference picture on size change. | Ronald S. Bultje | 2012-02-25 | 1 | -1/+4 |
* | lavc: merge two if()s with the same condition. | Anton Khirnov | 2012-02-25 | 1 | -2/+1 |
* | lavc: factorize setting got_packet_ptr in avcodec_encode_video2() | Anton Khirnov | 2012-02-25 | 1 | -2/+2 |