374 Commits (edab63a4067ad4cd35d8d9259620983fc7c843f8)

Author SHA1 Message Date
Diego Biurrun 2832ea26f3 Remove commented-out debug #define cruft 12 years ago
Diego Biurrun bfd00cc4c2 h263dec: Remove broken and disabled debug cruft 12 years ago
Reimar Döffinger a39cd8766f Fix multithreaded MPEG-4 decoding. 12 years ago
Reimar Döffinger c10d498bfd Add thread-safe wrapper for get_format(). 12 years ago
Janne Grunau 05fa79b844 hwaccel: fix use with frame based multithreading 12 years ago
Michael Niedermayer 428e9dafab h263dec: switch to av_assert() 12 years ago
Michael Niedermayer 64308941d4 mpegvideo: Fix exported qp table offest 12 years ago
Michael Niedermayer a0813e7f00 h263dec: export qp_table 12 years ago
Michael Niedermayer 53fd4f5594 avcodec: fix motion vector vissualization 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
Diego Biurrun c242bbd8b6 Remove unnecessary dsputil.h #includes 12 years ago
Ronald S. Bultje e2789d3e33 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
Anton Khirnov ca1fe6c0e6 h263: remove an unused parameter from ff_h263_decode_init_vlc 12 years ago
Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 12 years ago
Luca Barbato 80ac87c13d lavc: support ZenoXVID custom tag 12 years ago
Clément Bœsch 8b63744f48 Fix "bistream" typo and add a check in tools/patcheck. 12 years ago
Diego Biurrun ba0c898120 cosmetics: Fix dropable --> droppable typo 12 years ago
Anton Khirnov df9b956751 lavc: fix decode_frame() third parameter semantics for video decoders 12 years ago
Michael Niedermayer 56540bb3b5 h263dec: switch 2 asserts to av_assert 12 years ago
Anuj Mittal ce19aec15b Check resync marker only when enabled. 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
Diego Biurrun 9c6cf7f2c9 avcodec: Drop silly and/or broken printf debug output 12 years ago
Michael Niedermayer d2981b8ef1 h263dec: disable coded dimensions = 0 handling 12 years ago
Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 12 years ago
Stefano Sabatini 7b62d3415e lavc/h263dec: return or propagate proper error codes 12 years ago
Michael Niedermayer 7b1ff5e2f3 h263dec: fix xvid IDCT switching 12 years ago
Alberto Delmás ee769c6a7c MSS2 decoder 12 years ago
Anton Khirnov 36ef5369ee Replace all CODEC_ID_* with AV_CODEC_ID_* 12 years ago
Michael Niedermayer 209f92d94a lavc: add seperate AVCodec for CODEC_ID_H263P so demuxers can use that id. 13 years ago
Michael Niedermayer 5e50a5724b Revert "removing lowres support" 13 years ago
Ronald S. Bultje 2d22d4307d h263: more strictly forbid frame size changes with frame-mt. 13 years ago
Mans Rullgard 2bcbd98459 Remove lowres video decoding 13 years ago
Michael Niedermayer c90b8a7480 h263dec: Check for width/height changes on frame skips too. 13 years ago
Michael Niedermayer df23d64e07 h263dec: always enable picture dimensions reverting check. 13 years ago
Michael Niedermayer a02f8ef1d2 h263dec: Prevent dimension changes from leaking on errors in header parsing. 13 years ago
Martin Storsjö 00c3b67b8a cosmetics: Align codec declarations 13 years ago
Michael Niedermayer a4e359a3f9 mpeg4: dont reset picture_num for xvid 13 years ago
Michael Niedermayer 4a619fcae9 h263dec: Restore w/h values to a consistent state if a change is rejected. 13 years ago
Alex Converse 3574a85ce5 Replace computations of remaining bits with calls to get_bits_left(). 13 years ago
Michael Niedermayer 71db86d53b h263dec: Disallow width/height changing with frame threads. 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ö 04d3822524 msmpeg4: Add ff_ prefix to nonstatic symbols 13 years ago
Martin Storsjö 9cf0841ef3 dsputil: Add ff_ prefix to the dsputil*_init* functions 13 years ago
Martin Storsjö ddce8953a5 h263: Add ff_ prefix to nonstatic symbols 13 years ago