summaryrefslogtreecommitdiff
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAge
...
* 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
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-19
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-19
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-19
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-19
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-06
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-04
* MSS2 decoderAlberto Delmás2012-08-31
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-24
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-09
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-07
* mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard2012-07-29
* mpegvideo: remove VLAsRonald S. Bultje2012-07-04
* Remove lowres video decodingMans Rullgard2012-04-21
* MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau2012-03-23
* MPV: always mark dummy frames as referenceJanne Grunau2012-03-16
* mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje2012-03-16
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-01
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-15