summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpegvideo.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-3/+4
* ppc: More consistent arch initializationDiego Biurrun2013-04-301-2/+2
* mpegvideo: unref cur/next/prev frames when flushingHendrik Leppkes2013-04-231-0/+4
* mpegvideo: Use hpeldsp instead of dsputil for half-pel functionsRonald S. Bultje2013-04-191-6/+7
* lavc: Move start code finding to utils.cMartin Storsjö2013-03-261-33/+0
* mpegvideo: allocate hwaccel privdata after the frame bufferHendrik Leppkes2013-03-191-14/+12
* mpegvideo: fix allocation of the hwaccel_picture_private dataHendrik Leppkes2013-03-191-3/+5
* mpegvideo: reindentAnton Khirnov2013-03-111-84/+84
* mpegvideo: remove useless references to h264 and svq3Anton Khirnov2013-03-111-16/+7
* mpegvideo: drop vismv codeAnton Khirnov2013-03-081-309/+0
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-245/+350
* lavc: move AVFrame.hwaccel_picture_private to Picture.Anton Khirnov2013-03-081-5/+5
* mpegvideo: Conditionally build error_resilience bitsMartin Storsjö2013-03-071-0/+2
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-17/+0
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-34/+52
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-10/+85
* dsputil: Move ff_block_permute to mpegvideo_encDiego Biurrun2013-02-071-0/+29
* mpegvideo: remove an unused function parameterAnton Khirnov2013-02-061-5/+5
* mpegvideo: initialize dummy reference frames.Anton Khirnov2013-02-061-0/+13
* 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
OpenPOWER on IntegriCloud