aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/h263dec.c
Commit message (Expand)AuthorAgeFilesLines
* avutil: Rename FF_CEIL_COMPAT to AV_CEIL_COMPATDerek Buitenhuis2016-01-271-2/+2
* Merge commit 'd35d0c723e3c8fc8cde76bf677f67928f5e179a8'Hendrik Leppkes2015-11-021-1/+1
|\
| * vdpau: remove dysfunctional H.263 supportRémi Denis-Courmont2015-10-301-1/+1
* | Merge commit '4628443ca3534060888dd0015b229337eac13fd2'Hendrik Leppkes2015-10-051-2/+2
|\|
| * h263: Drop uninitialized variable use from log messageVittorio Giovara2015-10-041-2/+2
* | vaapi: define a unique pixel format for VA-API (AV_PIX_FMT_VAAPI).Gwenole Beauchesne2015-08-191-1/+1
* | lavc: put remaining bits of vdpau-in-decoder under FF_API_CAP_VDPAU.Ronald S. Bultje2015-08-181-0/+2
* | avcodec: add new Videotoolbox hwaccel.Sebastien Zwickert2015-08-031-0/+3
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-5/+5
|\|
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-2/+2
* | Merge commit '7c6eb0a1b7bf1aac7f033a7ec6d8cacc3b5c2615'Michael Niedermayer2015-07-271-3/+3
|\|
| * lavc: AV-prefix all codec flagsVittorio Giovara2015-07-271-2/+2
* | Merge commit '925b80d64029d41962e5998d7d901226c3a9baea'Michael Niedermayer2015-06-081-0/+1
|\|
| * mpegvideo: Move OutFormat enum to mpegutils.hVittorio Giovara2015-06-081-0/+1
* | Merge commit '2f15846ad7ad57beb0bca99c624affa0facf284b'Michael Niedermayer2015-06-011-0/+1
|\|
| * mpegvideo: wmv2: Move function declarationsVittorio Giovara2015-05-311-0/+1
* | avcodec/vdpau: Re-factor pre-hwaccel helper functions into separate headerPhilip Langdale2015-05-251-1/+1
* | Merge commit '4e17946f10d39eec6cc03fb249ae8147373141b6'Michael Niedermayer2015-05-221-1/+1
|\|
| * mpegvideo: Rework various functions not to use MpegEncContext directlyVittorio Giovara2015-05-221-1/+1
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-221-2/+2
|\|
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-1/+1
* | Merge commit '848e86f74d3e6e87fa592ee8ba8c184cc5fd9a42'Michael Niedermayer2015-05-221-5/+2
|\|
| * mpegvideo: Drop flags and flags2Vittorio Giovara2015-05-221-5/+2
* | lavc/h263: Set color_range for gray decoding.Carl Eugen Hoyos2015-05-171-1/+4
* | avcodec/h263dec: use PIX_FMT_GRAY8 when the user specified CODEC_FLAG_GRAYMichael Niedermayer2015-05-091-0/+3
* | Merge commit '0c69164f451cc9ca6ce9d6e7568083e2776bc845'Michael Niedermayer2015-04-291-1/+1
|\|
| * h263: Convert function to macroVittorio Giovara2015-04-281-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-2/+2
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-1/+1
* | mpeg4: use a self-explanatory #define MAX_NVOP_SIZEAndreas Cadhalpun2015-04-041-1/+1
* | avcodec/h263dec: Try to use codec_tag instead of the stream_codec_tagMichael Niedermayer2015-01-271-2/+3
* | Merge commit 'c80a816142699dea9cf9fa66689a7838a487ed7e'Michael Niedermayer2014-10-141-0/+6
|\|
| * h263dec: call get_format() on resolution changesRémi Denis-Courmont2014-10-131-0/+6
* | Merge commit '1f29e5d7a2b0950f3b6820896e97e2c02e6a10a9'Michael Niedermayer2014-10-131-5/+12
|\|
| * h263dec: call get_format after setting resolution and profileRémi Denis-Courmont2014-10-131-5/+12
* | Merge commit '9a03c2323593173a201cb75edd1b49887cf811ed'Michael Niedermayer2014-10-071-1/+2
|\|
| * h263dec: Force padding bug workaround for H.263.Josh Allmann2014-10-071-1/+2
* | avcodec/h263dec: Fix decoding messenger.h263Michael Niedermayer2014-10-031-0/+8
* | avcodec/mpegvideo: Factor ff_mpv_decode_init() outMichael Niedermayer2014-09-051-4/+2
* | Merge commit '4b1f5e5090abed6c618c8ba380cd7d28d140f867'Michael Niedermayer2014-08-151-1/+1
|\|
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-151-1/+1
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-151-2/+2
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-151-2/+2
* | Merge commit '835f798c7d20bca89eb4f3593846251ad0d84e4b'Michael Niedermayer2014-08-151-12/+12
|\|
| * mpegvideo: cosmetics: Lowercase ugly uppercase MPV_ function name prefixesDiego Biurrun2014-08-151-12/+12
* | Merge commit 'b869eea7ea8f5d8331fcd6355f848bb6a6e06b14'Michael Niedermayer2014-08-151-13/+12
|\|
| * h263dec: Fix order of initializationJohn Stebbins2014-08-141-13/+12
* | Merge commit '998c9f15d1ca8c7489775ebcca51623b915988f1'Michael Niedermayer2014-08-151-2/+6
|\|
| * idct: remove call to ff_idctdsp_init from ff_MPV_common_initJohn Stebbins2014-08-141-2/+6
* | Merge commit '7b9ef8d701c319c26f7d0664fe977e176764c74e'Michael Niedermayer2014-06-231-0/+1
|\|