summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* id3v2enc: make id3v2_put_size take only an AVIOContext.Anton Khirnov2012-02-29
* id3v2: remove unused ff_id3v2_read().Anton Khirnov2012-02-29
* lavf: export id3v2 attached pictures as streams.Anton Khirnov2012-02-29
* lavf: generic code for exporting attached pictures.Anton Khirnov2012-02-29
* id3v2: read attached pictures and export them in ID3v2ExtraMeta.Anton Khirnov2012-02-29
* lavf: move CodecMime from matroska.h to internal.hAnton Khirnov2012-02-29
* swfdec: do not set codec timebase.Anton Khirnov2012-02-29
* prores: store and retrieve extended colourspace informationKostya Shishkov2012-02-29
* proresenc: correct edge emulationPhil Barrett2012-02-29
* prores: handle 444 chroma in right orderKostya Shishkov2012-02-29
* mpegvideo_enc: add quantizer_noise_shaping private option.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.inter_threshold.Anton Khirnov2012-02-29
* lavc: deprecate AVCodecContext.color_table_id.Anton Khirnov2012-02-29
* avplay: remove an unused variable.Anton Khirnov2012-02-29
* mpegvideo_enc: add chroma/luma_elim_threshold private options.Anton Khirnov2012-02-29
* mpegvideo_enc: add cbp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add qp_rd flag to mpv_flags.Anton Khirnov2012-02-29
* mpegvideo_enc: add strict_gop flag to mpv_flags.Anton Khirnov2012-02-29
* lavc: add -mpv_flags to mpegvideo_enc-based encoders.Anton Khirnov2012-02-29
* aacdec: Support stereo streams that erroneously signal predefined channel con...Michael Niedermayer2012-02-28
* aacdec: Reshuffle functions so get_che() can call set_default_channel_config(...Alex Converse2012-02-28
* vp56: error out on invalid stream dimensions.Ronald S. Bultje2012-02-28
* asf: don't seek back on EOF.Ronald S. Bultje2012-02-28
* asf: error out on ridiculously large minpktsize values.Ronald S. Bultje2012-02-28
* adpcm: Clip step_index values read from the bitstream at the beginning of eac...Alex Converse2012-02-28
* oma: don't read beyond end of leaf_table.Ronald S. Bultje2012-02-28
* doxygen: Remove documentation for non-existing parameters; misc small fixes.Diego Biurrun2012-02-28
* Indeo3: fix crashes on corrupt bitstreams.Ronald S. Bultje2012-02-28
* msmpeg4: Replace forward declaration by proper #include.Diego Biurrun2012-02-28
* segment: implement wrap aroundLuca Barbato2012-02-28
* avf: reorder AVStream and AVFormatContextLuca Barbato2012-02-28
* aacdec: Remove erroneous reference to global gain from the out of bounds scal...Alex Converse2012-02-27
* avcodec_default_reget_buffer(): fix compilation in DEBUG modeDiego Biurrun2012-02-27
* fate: Overhaul WavPack coverageDerek Buitenhuis2012-02-27
* h264: fix mmxext chroma deblock to use correct TC values.Ronald S. Bultje2012-02-27
* flvdec: Remove the now redundant check for known broken metadata creatorMichael Niedermayer2012-02-27
* flvdec: Validate index entries added from metadata while readingMartin Storsjö2012-02-27
* rtsp: Handle requests from server to clientTommy Winther2012-02-27
* movenc: use timestamps instead of frame_size for samples-per-packetJustin Ruggles2012-02-27
* movenc: use the first cluster duration as the tfhd default durationJustin Ruggles2012-02-27
* movenc: factorize calculation of cluster duration into a separate functionJustin Ruggles2012-02-27
* doc/APIchanges: fill in missing dates and hashes.Anton Khirnov2012-02-27
* lavc: reorder AVCodecContext fields.Anton Khirnov2012-02-27
* lavc: reorder AVFrame fields.Anton Khirnov2012-02-27
* lavf: don't guess r_frame_rate from either stream or codec timebase.Anton Khirnov2012-02-26
* avconv: set discard on input streams automatically.Anton Khirnov2012-02-26
* Fix parser not to clobber has_b_frames when extradata is set.Reinhard Tartler2012-02-26
* lavf: don't set codec timebase in avformat_find_stream_info().Anton Khirnov2012-02-26
* avconv: saner output video timebase.Anton Khirnov2012-02-26
* rawdec: set timebase to 1/fps.Anton Khirnov2012-02-26