summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* tscc2: allocate AVFrame properly.Anton Khirnov2013-03-22
* af_asyncts: fix compensation and PTS monotonicityJindřich Makovička2013-03-22
* avutil/frame: add all remaining frame properties to av_frame_copy_propsHendrik Leppkes2013-03-22
* configure: Enable hwaccels without external dependencies by default.Diego Biurrun2013-03-21
* doc/developer: Clarify symbol naming prefixes section.Diego Biurrun2013-03-21
* h264: remove redundant freeing of DPB in h264_decode_endAnton Khirnov2013-03-21
* h264: add a parameter to the CHROMA444 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CHROMA422 macro.Anton Khirnov2013-03-21
* h264: add a parameter to the CABAC macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_OR_MBAFF_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FIELD_PICTURE macro.Anton Khirnov2013-03-21
* h264: add a parameter to the FRAME_MBAFF macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_FIELD macro.Anton Khirnov2013-03-21
* h264: add a parameter to the MB_MBAFF macro.Anton Khirnov2013-03-21
* h264: merge common_init() into ff_h264_decode_init.Anton Khirnov2013-03-21
* h264: make ff_h264_frame_start static.Anton Khirnov2013-03-21
* fate: add tests for h264 decoder reinitJanne Grunau2013-03-20
* h264: fix bit depth changes with frame threadingJanne Grunau2013-03-20
* rtmp: Pass the parameters to do_adobe_auth in the right orderMartin Storsjö2013-03-20
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* h264: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* pthread: unref already decoded frames when flushing the decoderHendrik Leppkes2013-03-19
* mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes2013-03-19
* lavc: update the doxy for avcodec_decode_{video,audio} wtih refcounting.Anton Khirnov2013-03-19
* buffersrc: fix a typo.Anton Khirnov2013-03-19
* lavc, lavfi: fix counting number of planes in AVBufferRef wrappersAnton Khirnov2013-03-19
* pixdesc: add a function for counting planes in a pixel format.Anton Khirnov2013-03-19
* avplay: remove the -debug option.Anton Khirnov2013-03-19
* Revert "asfenc: return error on negative timestamp"Anton Khirnov2013-03-19
* print_options: do not generate docs for options without enc or dec flagsAnton Khirnov2013-03-18
* mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov2013-03-18
* iff: validate CMAP palette sizeKostya Shishkov2013-03-18
* asfenc: return error on negative timestampLuca Barbato2013-03-18
* lavc,lavfi: fix calculating the plane size in the AVBufferRef wrappersAnton Khirnov2013-03-17
* document the release processReinhard Tartler2013-03-16
* af_join: do not leak input frames.Anton Khirnov2013-03-16
* asrc_anullsrc: return EOF, not -1Anton Khirnov2013-03-16
* asrc_anullsrc: do not set samplerate and channel layout explicitlyAnton Khirnov2013-03-16
* vf_showinfo: remove its useless init functionAnton Khirnov2013-03-16
* AVOptions: fix using named constants with child contexts.Anton Khirnov2013-03-16
* AVOption: remove an unused function parameter.Anton Khirnov2013-03-16
* filters.texi: restore mistakenly removed section name for noformatAnton Khirnov2013-03-16
* avfiltergraph: use sizeof(var) instead of sizeof(type)Anton Khirnov2013-03-16
* avfiltergraph: replace AVFilterGraph.filter_count with nb_filtersAnton Khirnov2013-03-16
* lavfi: use designated initializers in avfilter_classAnton Khirnov2013-03-16
* lavf: sanity check size in av_get/append_packet().Anton Khirnov2013-03-15
* lzo: fix overflow checking in copy_backptr()Xi Wang2013-03-15
* flacdec: simplify bounds checking in flac_probe()Xi Wang2013-03-15
* atrac3: avoid oversized shifting in decode_bytes()Xi Wang2013-03-15
* add support for Monkey's Audio versions from 3.93Kostya Shishkov2013-03-15