summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
* 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
* mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer2012-10-19
* mpegvideo: remove write-only variableMans Rullgard2012-10-12
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-12
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-12
* mpegvideo: fix indentationAnton Khirnov2012-10-12
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-11
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-03
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-01
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-19