aboutsummaryrefslogtreecommitdiffstats
path: root/libavcodec/ituh263dec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge commit '0a49a62f998747cfa564d98d36a459fe70d3299b'Michael Niedermayer2015-06-301-5/+5
|\
| * h263: Always check both dimensionsLuca Barbato2015-06-301-3/+5
* | Merge commit '6f4cd33efb5a9ec75db1677d5f7846c60337129f'Michael Niedermayer2015-06-301-6/+6
|\|
| * cosmetic: Reformat ff_h263_decode_mbaLuca Barbato2015-06-301-6/+6
* | Merge commit 'e7af52a68dde9144b273a9598b60bf0f56e1323b'Michael Niedermayer2015-06-121-0/+1
|\|
| * mpegvideo: rv10: Move function declaration to a separate headerVittorio Giovara2015-06-121-0/+1
* | Merge commit 'e3d0f49abb20a551bf6d885f75c354d6d0bbeb9d'Michael Niedermayer2015-06-121-0/+1
|\|
| * mpegvideo: h263: Move all tables to a single fileVittorio Giovara2015-06-121-0/+1
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\|
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* | Merge commit '6f57375d707de40dcec28d3cef886c364e032c21'Michael Niedermayer2015-05-281-2/+2
|\|
| * rl: Rename ff_*_rl() to ff_rl_*()Anton Khirnov2015-05-281-2/+2
* | Merge commit '9c1db92ad372d4cd69e0490e691c56e4097cb193'Michael Niedermayer2015-05-221-1/+1
|\|
| * mpegvideo: Drop err_recognitionVittorio Giovara2015-05-221-1/+1
* | avcodec/ituh263dec: Use ff_tlog() for block level informationMichael Niedermayer2015-04-261-1/+1
* | Merge commit '6a85dfc830f51f1f5c2d36d4182d265c1ea3ba25'Michael Niedermayer2015-04-201-4/+5
|\|
| * lavc: Replace av_dlog and tprintf with internal macrosVittorio Giovara2015-04-191-4/+5
* | avcodec/ituh263dec: Use check_marker()Michael Niedermayer2015-04-151-11/+7
* | Merge commit 'c01ccccbb13f464e74bb8498a8c573a66c430ca0'Michael Niedermayer2015-01-291-3/+1
|\|
| * ituh263dec: use macro instead of #ifVittorio Giovara2015-01-291-3/+1
* | Merge commit '7ea1b3472a61de4aa4d41b571e99418e4997ad41'Michael Niedermayer2014-10-151-10/+10
|\|
| * lavc: deprecate the use of AVCodecContext.time_base for decodingAnton Khirnov2014-10-151-10/+10
* | h261dec, ituh263dec: Move condition.Reimar Döffinger2014-09-011-5/+5
* | h261dec, ituh263dec: ensure CLOSE_READER is done on error paths, too.Reimar Döffinger2014-09-011-2/+2
* | h261dec, ituh263dec: Avoid unnecessary -1 inside inner loop.Reimar Döffinger2014-09-011-4/+5
* | ituh263dec: Optimize new RL_VLC based decoding.Reimar Döffinger2014-08-311-21/+18
* | h261, h263 decoders: convert to RL_VLC.Reimar Döffinger2014-08-311-15/+43
* | Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9'Michael Niedermayer2014-06-191-4/+4
|\|
| * dsputil: Split clear_block*/fill_block* off into a separate contextDiego Biurrun2014-06-181-4/+4
* | Merge commit 'e0c16e4e3259cf50b5bac4c23bb6e517f397c74b'Michael Niedermayer2014-03-171-0/+1
|\|
| * mpegvideo: move mpegvideo formats-related defines to mpegutils.hVittorio Giovara2014-03-161-0/+1
| * ituh263: reject b-frame with pp_time = 0Keiji Costantini2014-03-011-0/+2
* | h263: remove unused ff_h263_find_resync_marker()Michael Niedermayer2013-11-301-24/+0
* | Merge commit 'ee8af2dd99dcb7a01a667deedec81d1aa2a00d72'Michael Niedermayer2013-11-291-2/+2
|\|
| * mpeg4videodec: move MpegEncContext.shape to Mpeg4DecContextAnton Khirnov2013-11-291-2/+2
* | avcodec/ituh263dec: Use skip_1stop_8data_bits()Michael Niedermayer2013-10-301-5/+2
* | avcodec/ituh263dec: make while get_bits loop more robust by checking bits leftMichael Niedermayer2013-10-301-0/+2
* | Merge commit 'a1c5cc429d99216406170eac7e8352860076d3e8'Michael Niedermayer2013-10-281-1/+0
|\|
| * lavc: don't set AVFrame.pts to random numbers in decoders.Anton Khirnov2013-10-281-1/+0
* | avcodec/ituh263dec: detect and warn about RTPMichael Niedermayer2013-08-241-0/+4
* | avcodec/h263dec: fix aspect of lead h263 EHCMichael Niedermayer2013-08-241-0/+1
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-161-2/+0
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-161-4/+0
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-051-1/+2
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* | Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-13/+13
|\|
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-13/+13
* | Merge commit 'c242bbd8b6939507a1a6fb64101b0553d92d303f'Michael Niedermayer2013-02-261-1/+0
|\|
| * Remove unnecessary dsputil.h #includesDiego Biurrun2013-02-261-1/+0
* | Merge commit '218aefce4472dc02ee3f12830a9a894bf7916da9'Michael Niedermayer2013-02-091-0/+1
|\|