479 Commits (474665346616e446ecd1407002fdf5f88201bf72)

Author SHA1 Message Date
Rémi Denis-Courmont d35d0c723e vdpau: remove dysfunctional H.263 support 9 years ago
Vittorio Giovara 4628443ca3 h263: Drop uninitialized variable use from log message 9 years ago
Gwenole Beauchesne 9f8e57efe4 vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI). 9 years ago
Ronald S. Bultje 030b5a4f77 lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU. 9 years ago
Sebastien Zwickert 11d923d414 avcodec: add new Videotoolbox hwaccel. 9 years ago
Vittorio Giovara def97856de lavc: AV-prefix all codec capabilities 9 years ago
Vittorio Giovara 7c6eb0a1b7 lavc: AV-prefix all codec flags 9 years ago
Vittorio Giovara 925b80d640 mpegvideo: Move OutFormat enum to mpegutils.h 10 years ago
Vittorio Giovara 2f15846ad7 mpegvideo: wmv2: Move function declarations 10 years ago
Philip Langdale 9ae766d1c6 avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate header 10 years ago
Vittorio Giovara 4e17946f10 mpegvideo: Rework various functions not to use MpegEncContext directly 10 years ago
Vittorio Giovara 9c1db92ad3 mpegvideo: Drop err_recognition 10 years ago
Vittorio Giovara 848e86f74d mpegvideo: Drop flags and flags2 10 years ago
Carl Eugen Hoyos 101f26e758 lavc/h263: Set color_range for gray decoding. 10 years ago
Michael Niedermayer 9025bc588a avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified CODEC_FLAG_GRAY 10 years ago
Vittorio Giovara 0c69164f45 h263: Convert function to macro 10 years ago
Vittorio Giovara 6a85dfc830 lavc: Replace av_dlog and tprintf with internal macros 10 years ago
Andreas Cadhalpun f62880bfb8 mpeg4: use a self-explanatory #define MAX_NVOP_SIZE 10 years ago
Michael Niedermayer a764402394 avcodec/h263dec: Try to use codec_tag instead of the stream_codec_tag 10 years ago
Rémi Denis-Courmont c80a816142 h263dec: call get_format() on resolution changes 10 years ago
Rémi Denis-Courmont 1f29e5d7a2 h263dec: call get_format after setting resolution and profile 10 years ago
Josh Allmann 9a03c23235 h263dec: Force padding bug workaround for H.263. 10 years ago
Michael Niedermayer d225b0f7aa avcodec/h263dec: Fix decoding messenger.h263 10 years ago
Michael Niedermayer 4dee4a4470 avcodec/mpegvideo: Factor ff_mpv_decode_init() out 10 years ago
Gabriel Dume 4b1f5e5090 cosmetics: Write NULL pointer inequality checks more compactly 10 years ago
Gabriel Dume f929ab0569 cosmetics: Write NULL pointer equality checks more compactly 10 years ago
Diego Biurrun 835f798c7d mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixes 10 years ago
John Stebbins b869eea7ea h263dec: Fix order of initialization 10 years ago
John Stebbins 998c9f15d1 idct: remove call to ff_idctdsp_init from ff_MPV_common_init 10 years ago
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