summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* hwaccel: do not offer unsupported pixel formatsRémi Denis-Courmont2013-01-271-0/+8
* Drop DCTELEM typedefDiego Biurrun2013-01-221-22/+22
* mpegvideo: fix loop condition in draw_line()Xi Wang2013-01-191-1/+1
* vdpau: Add MPEG-1/2 decoding via hwaccel infrastructureRémi Denis-Courmont2013-01-131-0/+1
* mpegvideo: initialize videodsp with correct pixel depthJanne Grunau2012-12-261-1/+1
* lavc: introduce VideoDSPContextRonald S. Bultje2012-12-201-0/+1
* mpegvideo: increase edge_emu_buffer size for VC1Janne Grunau2012-12-191-1/+3
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-15/+61
* mpegvideo: treat delayed pictures as usedJanne Grunau2012-12-131-4/+4
* cosmetics: Fix dropable --> droppable typoDiego Biurrun2012-12-091-4/+4
* h264: set Picture.owner2 to the current threadJanne Grunau2012-11-271-2/+1
* pixdesc: add av_pix_fmt_get_chroma_sub_sampleLuca Barbato2012-11-131-4/+5
* mpeg4videodec: Disable frame multithreading for GMC, its not implemented at allMichael Niedermayer2012-10-191-1/+2
* mpegvideo: remove write-only variableMans Rullgard2012-10-121-2/+2
* avcodec: Remove broken MMI optimizationsDiego Biurrun2012-10-121-2/+0
* lavc: do not use av_pix_fmt_descriptors directly.Anton Khirnov2012-10-121-4/+6
* mpegvideo: fix indentationAnton Khirnov2012-10-121-14/+14
* Move avutil tables only used in libavcodec to libavcodec.Diego Biurrun2012-10-111-1/+1
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-11/+11
* mpegvideo: set extended_data in ff_update_duplicate_context()Janne Grunau2012-10-031-0/+5
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-6/+6
* avcodec: Drop some silly commented-out av_log() invocationsDiego Biurrun2012-10-011-1/+0
* mpeg4: support frame parameter changes with frame-mtJanne Grunau2012-09-191-0/+9
* mpegvideo: check ff_find_unused_picture() return value for errorsJanne Grunau2012-09-191-0/+12
* mpegvideo: release frame buffers before freeing themJanne Grunau2012-09-191-2/+3
* mpegvideo: add reinit function for frame parameter changesJanne Grunau2012-09-191-4/+99
* mpegvideo: move frame size dependent memory management to separate functionsJanne Grunau2012-09-191-173/+204
* mpegvideo: set AVFrame fields to NULL after freeing the base memoryJanne Grunau2012-09-061-0/+3
* mpegvideo: remove last_picture_ptr / h264 assert.Michael Niedermayer2012-09-041-3/+0
* MSS2 decoderAlberto Delmás2012-08-311-5/+8
* x86: mpegvideo: more sensible names for optimization file and init functionDiego Biurrun2012-08-241-2/+2
* mpegvideo: convert mpegvideo_common.h to a .c fileMans Rullgard2012-08-091-3/+2
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-20/+20
* mpegvideo: remove unnecessary inclusions of faandct.hMans Rullgard2012-07-291-1/+0
* mpegvideo: remove VLAsRonald S. Bultje2012-07-041-0/+10
* Remove lowres video decodingMans Rullgard2012-04-211-390/+18
* MPV: set reference frame pointers to NULL when allocation of dummy pictures f...Janne Grunau2012-03-231-2/+6
* MPV: always mark dummy frames as referenceJanne Grunau2012-03-161-0/+2
* mpeg4: report frame decoding completion at ff_MPV_frame_end().Ronald S. Bultje2012-03-161-2/+1
* Replace AVFrame pointer casts by proper struct member accesses.Diego Biurrun2012-03-011-21/+21
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-21/+21
* dsputil: Add ff_ prefix to the dsputil*_init* functionsMartin Storsjö2012-02-151-1/+1
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-3/+3
* Remove Sun medialib glue code.Diego Biurrun2012-02-081-2/+0
* mpegvideo: fix invalid memory access for small video dimensionsJohn Brooks2012-01-211-6/+6
* mpegvideo: claim ownership of referenced picturesJanne Grunau2012-01-101-16/+25
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-5/+5
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-25/+28
* mpegvideo.c: K&R formatting and cosmetics.Konstantin Todorov2011-12-251-542/+665
* avcodec: deprecate AVFrame.ageMans Rullgard2011-12-181-31/+5
OpenPOWER on IntegriCloud