summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* 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
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-06
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-15
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-15
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-07
* mpegvideo: remove an unused function parameterAnton Khirnov2013-02-06
* mpegvideo: initialize dummy reference frames.Anton Khirnov2013-02-06
* hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-27
* Drop DCTELEM typedefDiego Biurrun2013-01-22
* mpegvideo: fix loop condition in draw_line()Xi Wang2013-01-19
* vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-13
* mpegvideo: initialize videodsp with correct pixel depthJanne Grunau2012-12-26
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-20
* mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau2012-12-19
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-18
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-13
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-09
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-27
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-13