431 Commits (f75786f3bc8819545aa070f62d2ab3b579a8c781)

Author SHA1 Message Date
Diego Biurrun 7b9ef8d701 mpeg: Split error resilience bits off into a separate file 11 years ago
Justin Ruggles 9e500efdbe Add av_image_check_sar() and use it to validate SAR 11 years ago
Diego Biurrun 368f50359e dsputil: Split off quarterpel bits into their own context 11 years ago
Anton Khirnov 5c1d7246cd lavc: set AVCodecContext.hwaccel in ff_get_format() 11 years ago
Anton Khirnov 632ad2248e lavc: Add an internal wrapper around get_format() 11 years ago
Michael Niedermayer 336901e060 avcodec/h263dec: use AV_EF_IGNORE_ERR 11 years ago
Michael Niedermayer 56cc178485 avcodec/h263dec: fix "incompatible pointer type" warning 11 years ago
Michael Niedermayer 64e448994c avcodec/h263dec: print MB position for each MB when TRACE is enabled 11 years ago
wm4 f6774f905f mpegvideo: operate with pointers to AVFrames instead of whole structs 11 years ago
Rémi Denis-Courmont 3325911815 h263: improve hwaccel #ifdefs 11 years ago
Michael Niedermayer ec6d043f8e avcodec/h263dec: Workaround H263 end padding bug 11 years ago
Michael Niedermayer b239f3f69d avcodec/h263dec: move call to ff_mpeg4_workaround_bugs() under codec_id check 11 years ago
Michael Niedermayer 6c9b82b6a0 avcodec/mpeg4videodec: move bug workaround code into seperate function 11 years ago
Anton Khirnov e2ceb17642 mpeg4videodec: move mpeg4-specific post-frame-decode code from h264dec to mpeg4videodec 11 years ago
Anton Khirnov b452d5ae86 mpeg4videodec: move mpeg4-specific bug detection from h263 generic code to mpeg4 11 years ago
Anton Khirnov ad09f52586 h263dec: remove commented out cruft 11 years ago
Anton Khirnov 1a89025793 mpeg4videodec: move MpegEncContext.vol_sprite_usage to Mpeg4DecContext 11 years ago
Anton Khirnov ee8af2dd99 mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContext 11 years ago
Anton Khirnov 8733799392 h263dec: sanitize a condition. 11 years ago
Luca Barbato 08303d7741 hwaccel: Simplify ff_find_hwaccel 11 years ago
Diego Biurrun 0338c39698 dsputil: Split off H.263 bits into their own H263DSPContext 11 years ago
Anton Khirnov 3b08631727 h26[13]dec: stop using deprecated avcodec_set_dimensions 11 years ago
Michael Niedermayer c00686518c avcodec/h263dec: fix handling of AV_EF_EXPLODE 11 years ago
Michael Niedermayer aaaf2dc023 h263: Check init_get_bits return value 11 years ago
Luca Barbato 0749314886 h263: Return meaningful errors 11 years ago
Luca Barbato 1ce3ec24b3 h263: K&R formatting cosmetics 11 years ago
Michael Niedermayer d47e14b53a h263dec: use init_get_bits8() and check its return code 11 years ago
Diego Biurrun b2bed9325d cosmetics: Group .name and .long_name together in codec/format declarations 11 years ago
Martin Storsjö 8812a8057f h263dec: Remove a hack that can cause infinite loops 11 years ago
Reimar Döffinger 2aa8e33d7d Fix nonsense MPEG-4 hwaccel code. 11 years ago
Reimar Döffinger f76b633a94 mpeg4dec: Ensure data is not clobbered too early. 11 years ago
Michael Niedermayer 7495186fd4 avcodec/h263dec: fix aspect of lead h263 EHC 11 years ago
Michael Niedermayer b99d3613cf avcodec/h263dec: use FF_CEIL_RSHIFT() 11 years ago
Michael Niedermayer 5cc8b81687 mpeg4videodec: fix GEOV/GEOX fliping 11 years ago
Michael Niedermayer a0c6c8e53e Revert "Merge commit of 'vdpau: remove old-style decoders'" 11 years ago
Rémi Denis-Courmont 578ea75a9e vdpau: remove old-style decoders 11 years ago
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