summaryrefslogtreecommitdiffstats
path: root/libavcodec/mpeg12.c
Commit message (Expand)AuthorAgeFilesLines
* Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-041-1/+0
* Deprecate obsolete XvMC hardware decoding supportDiego Biurrun2013-11-131-1/+0
* mpeg12decdata.h: Move all tables to the only place they are usedDiego Biurrun2013-08-151-1/+24
* vdpau: remove old-style decodersRémi Denis-Courmont2013-08-051-1/+0
* Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-2/+3
* Split MPEG-1/2 decoder code off from MPEG-1/2 common codeDiego Biurrun2013-03-271-2429/+11
* vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabledJanne Grunau2013-03-261-1/+2
* lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideoMartin Storsjö2013-03-261-4/+4
* mpeg12: do not fail on zero dimensions in the sequence header.Anton Khirnov2013-03-181-2/+12
* lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-22/+37
* Add missing error_resilience includes to files that use ERDiego Biurrun2013-03-071-1/+1
* lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecsRonald S. Bultje2013-03-061-1/+15
* mpegvideo: split ff_draw_horiz_band().Anton Khirnov2013-02-151-1/+1
* error_resilience: decouple ER from MpegEncContextAnton Khirnov2013-02-151-10/+10
* Drop DCTELEM typedefDiego Biurrun2013-01-221-10/+10
* mpeg12: do not decode extradata more than once.Anton Khirnov2012-12-191-1/+2
* mpegvideo: allocate scratch buffers after linesize is knownJanne Grunau2012-12-181-1/+4
* avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tabMartin Storsjö2012-10-181-4/+4
* Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-12/+12
* avcodec: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-5/+8
* mpeg12: fix the semantics of the int* parameter of decode()Anton Khirnov2012-09-291-6/+6
* mpeg12: move mpeg_decode_frame() lowerAnton Khirnov2012-09-291-48/+44
* Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-14/+14
* mpeg12: fixed parsing in some mpeg2 streamsHendrik Leppkes2012-05-031-0/+1
* Remove lowres video decodingMans Rullgard2012-04-211-7/+4
* hwaccel: mpeg2: decode first field, if requested.Gwenole Beauchesne2012-04-081-0/+6
* cosmetics: Align codec declarationsMartin Storsjö2012-04-061-15/+22
* mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warningAnne Aaron2012-04-061-2/+1
* lavc: deprecate AVCodecContext.sub_id.Anton Khirnov2012-03-041-4/+0
* Replace AVFrame pointer type punning by proper struct member assignments.Diego Biurrun2012-03-011-3/+3
* mpegvideo: Add ff_ prefix to nonstatic functionsMartin Storsjö2012-02-151-10/+10
* vlc/rl: Add ff_ prefix to the nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* mpeg12: check for available bits to avoid an infinite loopJindřich Makovička2012-01-191-1/+1
* cosmetics: drop some pointless parenthesesDiego Biurrun2012-01-071-1/+1
* mpegenc: use avctx->slices as number of slicesJanne Grunau2012-01-021-1/+3
* error_resilience: use the ER_ namespaceLuca Barbato2011-12-131-4/+4
* doxygen: misc consistency, spelling and wording fixesDiego Biurrun2011-12-121-3/+4
* lavc: remove "legacy" mpegvideo decoder.Anton Khirnov2011-10-271-15/+0
* mpeg12: fix mpeg_decode_slice context parameter typeJanne Grunau2011-10-241-4/+3
* Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"Janne Grunau2011-10-241-8/+7
* mpeg12: move closed_gop from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-3/+4
* mpeg12: move full_pel from MpegEncContext to Mpeg1ContextAnton Khirnov2011-10-231-7/+8
* mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.hAnton Khirnov2011-10-231-13/+0
* lavc: replace references to deprecated AVCodecContext.error_recognition to us...Dustin Brody2011-10-221-13/+13
* lavc: use avpriv_ prefix for ff_frame_rate_tab.Anton Khirnov2011-10-201-4/+4
* lavc: rename ff_find_start_code to avpriv_mpv_find_start_codeAnton Khirnov2011-10-201-4/+4
* w32threads: support for frame multithreadingSteven Walters2011-10-161-1/+1
* mpeg124: use sign_extend() functionMans Rullgard2011-10-091-4/+2
OpenPOWER on IntegriCloud