aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-292-3/+7
* proresenc: correct edge emulationPhil Barrett2012-02-291-7/+7
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-292-25/+53
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-294-11/+17
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-293-4/+9
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-293-1/+8
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-294-5/+17
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-296-7/+14
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-294-9/+18
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-294-3/+9
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-2911-2/+68
* aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-281-0/+14
* aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-281-70/+70
* vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-282-1/+10
* adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-281-7/+7
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-283-8/+0
* Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-281-1/+8
* msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-281-3/+1
* aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-271-2/+1
* avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-271-1/+1
* h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje2012-02-271-1/+1
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-272-800/+801
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-271-90/+91
* Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler2012-02-261-0/+7
* cdxl: bit line plane arrangement supportPaul B Mahol2012-02-261-11/+48
* cdxl: remove early check for bppPaul B Mahol2012-02-261-4/+0
* cdxl: set pix_fmt PAL8 only if palette is availablePaul B Mahol2012-02-261-1/+1
* mlp_parser: fix the channel mask value used for the top surround channelTim Walker2012-02-251-1/+1
* vorbisenc: check all allocations for failureJustin Ruggles2012-02-251-35/+92
* roqaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
* roqaudioenc: set correct bit rateJustin Ruggles2012-02-251-0/+2
* roqaudioenc: use AVCodecContext.frame_size correctly.Justin Ruggles2012-02-251-26/+65
* roqaudioenc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
* ra144enc: use int16_t* for input samples rather than void*Justin Ruggles2012-02-251-1/+2
* ra144enc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-6/+19
* ra144enc: remove unneeded sample_fmt checkJustin Ruggles2012-02-251-4/+0
* nellymoserenc: set AVCodecContext.coded_frameJustin Ruggles2012-02-251-0/+7
* nellymoserenc: improve error checking in encode_init()Justin Ruggles2012-02-251-16/+24
* nellymoserenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-2/+2
* libvorbis: improve error checking in oggvorbis_encode_init()Justin Ruggles2012-02-251-37/+76
* mpegaudioenc: return AVERROR codes instead of -1Justin Ruggles2012-02-251-3/+3
* libfaac: improve error checking and handling in Faac_encode_init()Justin Ruggles2012-02-251-17/+38
* check for coded_frame allocation failure in several audio encodersJustin Ruggles2012-02-257-0/+17
* audio encoders: do not set coded_frame->key_frame.Justin Ruggles2012-02-256-6/+0
* g722enc: check for trellis data allocation errorJustin Ruggles2012-02-251-12/+20
* libspeexenc: export encoder delay through AVCodecContext.delayJustin Ruggles2012-02-251-4/+3
* avcodec: document the use of AVCodecContext.delay for audio encodersJustin Ruggles2012-02-251-2/+14
* kgv1: release reference picture on size change.Ronald S. Bultje2012-02-251-1/+4
* lavc: merge two if()s with the same condition.Anton Khirnov2012-02-251-2/+1
* lavc: factorize setting got_packet_ptr in avcodec_encode_video2()Anton Khirnov2012-02-251-2/+2