22 Commits (6adf3bc42e36242d487636786e995149bbb849fe)

Author SHA1 Message Date
Diego Biurrun cc8163e1a3 avcodec: more correct printf specifiers 11 years ago
Vittorio Giovara e0c16e4e32 mpegvideo: move mpegvideo formats-related defines to mpegutils.h 11 years ago
Janne Grunau 73eca738ac mpeg12dec: do not add stereo3D side data to a non-existing frame 11 years ago
Vittorio Giovara a91d3658d9 mpeg: K&R formatting cosmetics 11 years ago
Janne Grunau 6d93307f8d mpeg12: check scantable indices in all decode_block functions 11 years ago
Vittorio Giovara bacc2869f3 mpeg12dec: parse frame packing arrangement user_data and save relevant stereo3d information 11 years ago
Anton Khirnov a097f0049b mpeg12dec: move first_slice from MpegEncContext to Mpeg1Context 11 years ago
John Stebbins 1eaac1d6f7 mpeg12dec: Extract CC user data into frame side data 11 years ago
Diego Biurrun ad1161799e mpeg12dec: Remove outdated UV swapping code for VCR2 11 years ago
Diego Biurrun 7b9780e7bf mpeg12dec: Remove unused swap_uv member from Mpeg1Context 11 years ago
Diego Biurrun 19e30a58fc Deprecate obsolete XvMC hardware decoding support 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Anton Khirnov 6c7254722a mpeg12dec: stop using deprecated avcodec_set_dimensions 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Diego Biurrun 38f64c0330 mpeg12decdata.h: Move all tables to the only place they are used 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
Rémi Denis-Courmont 93a51984a2 mpeg12: Ignore slice threading if hwaccel is active 11 years ago
Janne Grunau bf20cdbd86 mpeg12: skip frames consistently 12 years ago
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun bd8ac88214 avcodec: Add av_cold attributes to end functions missing them 12 years ago
Diego Biurrun e557584aa7 mpeg12: Move Mpeg1Context declaration to the only place it is used 12 years ago
Diego Biurrun 1b6d66745a Split MPEG-1/2 decoder code off from MPEG-1/2 common code 12 years ago
Janne Grunau 757d85868b vdpau: fix obsolete mpeg1 vdpau decoder when mpeg2 is disabled 12 years ago
Martin Storsjö f1e9398621 lavc: Rename avpriv_mpv_find_start_code after moving out from mpegvideo 12 years ago
Anton Khirnov ce0124acac mpeg12: do not fail on zero dimensions in the sequence header. 12 years ago
Anton Khirnov 759001c534 lavc decoders: work with refcounted frames. 12 years ago
Diego Biurrun 5f401b7b71 Add missing error_resilience includes to files that use ER 12 years ago
Ronald S. Bultje 8d061989dd lavc: Split out ff_hwaccel_pixfmt_list_420[] over individual codecs 12 years ago
Anton Khirnov 1d0feb5d1a mpegvideo: split ff_draw_horiz_band(). 12 years ago
Anton Khirnov 54974c6298 error_resilience: decouple ER from MpegEncContext 12 years ago
Diego Biurrun 88bd7fdc82 Drop DCTELEM typedef 12 years ago
Anton Khirnov 5823686261 mpeg12: do not decode extradata more than once. 12 years ago
Janne Grunau f1d8763a02 mpegvideo: allocate scratch buffers after linesize is known 12 years ago
Martin Storsjö eaa9b2e66c avcodec: Rename avpriv_frame_rate_tab to ff_mpeg12_frame_rate_tab 12 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 12 years ago
Diego Biurrun 1218777ffd avcodec: Convert some commented-out printf/av_log instances to av_dlog 12 years ago
Anton Khirnov 0f583d20d5 mpeg12: fix the semantics of the int* parameter of decode() 12 years ago
Anton Khirnov d9a2e87b1c mpeg12: move mpeg_decode_frame() lower 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Hendrik Leppkes 1d4a01474d mpeg12: fixed parsing in some mpeg2 streams 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Gwenole Beauchesne 9cb150c9ab hwaccel: mpeg2: decode first field, if requested. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Anne Aaron fdf3a749d3 mpeg12: Do not change frame_pred_frame_dct flag and demote error into a warning 13 years ago
Anton Khirnov 02beb9826b lavc: deprecate AVCodecContext.sub_id. 13 years ago
Diego Biurrun 324deaa268 Replace AVFrame pointer type punning by proper struct member assignments. 13 years ago
Martin Storsjö efd29844eb mpegvideo: Add ff_ prefix to nonstatic functions 13 years ago
Martin Storsjö e96b4a53df vlc/rl: Add ff_ prefix to the nonstatic symbols 13 years ago
Alex Converse 7181c4edee cosmetics: Remove extra newlines at EOF 13 years ago
Jindřich Makovička a85ce653fb mpeg12: check for available bits to avoid an infinite loop 13 years ago