summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
...
* er: move relevant fields from Picture to ERPictureVittorio Giovara2014-03-16
* mpegvideo: directly use frames in ff_draw_horiz_band()Vittorio Giovara2014-03-16
* mpeg: Drop unused parameters from ff_draw_horiz_band()Diego Biurrun2014-01-29
* avutil: remove timer.h include from internal.hJanne Grunau2014-01-25
* mpegvideo: allocate edges when encoding.Anton Khirnov2014-01-20
* mpegvideo: drop support for real (non-emulated) edgesAnton Khirnov2014-01-09
* mpegvideo: remove disabled bfin asmAnton Khirnov2014-01-03
* mpegvideo: move dct_unquantize functions up to avoid forward declarationsAnton Khirnov2014-01-03
* mpegvideo: split the encoding-only parts of frame_start() into a separate fun...Anton Khirnov2014-01-03
* mpegvideo: set reference/pict_type on generated reference framesAnton Khirnov2014-01-03
* mpegvideo: call av_frame_unref() instead of avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: remove an unneeded call to avcodec_get_frame_defaults().Anton Khirnov2013-12-11
* mpegvideo: make ff_release_unused_pictures() staticAnton Khirnov2013-12-05
* mpegvideo: make frame_size_alloc() static.Anton Khirnov2013-12-05
* mpegvideo: move encode-only parts of common_end() to encode_end()Anton Khirnov2013-12-05
* mpegvideo: remove commented out cruft from ff_MPV_frame_end()Anton Khirnov2013-12-05
* mpegvideo: split the encoding-only parts of ff_MPV_frame_end() into a separat...Anton Khirnov2013-12-05
* mpegvideo: do not update last_non_b_pict_type in update_thread_context()Anton Khirnov2013-12-05
* mpegvideo: move encoding-only initialization from common_init() to encode_init()Anton Khirnov2013-12-05
* mpegvideo: move setting encoding-only vars from common_defaults() to encode_d...Anton Khirnov2013-12-05
* mpegvideo: don't copy input_picture_number in update_thread_context()Anton Khirnov2013-12-05
* mpeg4videodec: move MpegEncContext.time_increment_bits to Mpeg4DecContextAnton Khirnov2013-11-29
* mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-29
* mpegvideo: Fix swapping of UV planes for VCR2Kostya Shishkov2013-11-19
* lavc: use buf[0] instead of data[0] in checks whether a frame is allocatedAnton Khirnov2013-11-18
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-13
* Remove all Alpha architecture optimizationsDiego Biurrun2013-11-13
* lavc: deprecate FF_DEBUG_MV and remove all traces of its useAnton Khirnov2013-10-31
* mpegvideo: Drop a faulty assertLuca Barbato2013-10-23
* mpegvideo: Initialize chroma_*_shift and codec_tag even if the size is 0Martin Storsjö2013-09-24
* mpegvideo: Replace arch initialization ifdeffery by standard conditionalsDiego Biurrun2013-08-28
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-05
* mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size changesJanne Grunau2013-05-22
* mpegvideo: unref old current_picture before allocating a new oneJanne Grunau2013-05-19
* mpegvideo: allocate sufficiently large scratch buffer for interlaced vidJindrich Makovicka2013-05-17
* Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* mpegvideo: Remove commented-out PARANOID debug cruftDiego Biurrun2013-05-15
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* ppc: More consistent arch initializationDiego Biurrun2013-04-30
* mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes2013-04-23
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-19
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-26
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-19
* mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes2013-03-19
* mpegvideo: reindentAnton Khirnov2013-03-11
* mpegvideo: remove useless references to h264 and svq3Anton Khirnov2013-03-11
* mpegvideo: drop vismv codeAnton Khirnov2013-03-08
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-08
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-08
* mpegvideo: Conditionally build error_resilience bitsMartin Storsjö2013-03-07