summaryrefslogtreecommitdiffstats
path: root/libavcodec/intelh263dec.c
Commit message (Expand)AuthorAgeFilesLines
* avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecsMichael Niedermayer2017-01-211-0/+1
* lavc/get_bits: add a logging context to check_marker()Clément Bœsch2016-06-221-2/+2
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-4/+4
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-4/+4
* | Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6'Hendrik Leppkes2015-09-161-0/+1
|\ \ | |/
| * mpegvideo: Make sure mpegutils.h is included where neededVittorio Giovara2015-09-131-0/+1
* | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
| * lavc: AV-prefix all codec capabilitiesVittorio Giovara2015-07-271-1/+1
* | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61'Michael Niedermayer2015-06-011-0/+1
|\ \ | |/
| * mpegvideo: Move tables to a separate fileVittorio Giovara2015-05-311-0/+1
* | avcodec/intelh263dec: Use check_marker()Michael Niedermayer2015-04-151-3/+2
* | Merge commit 'b2290bf10b12b7772f55fcab014a47e18e9fdef2'Michael Niedermayer2014-06-191-0/+4
|\ \ | |/
| * i263: skip dummy framesDirk Ausserhaus2014-06-191-0/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-03-231-1/+4
|\ \ | |/
| * lavc: drop ff_pixfmt_list_420Vittorio Giovara2014-03-231-1/+4
* | avcodec/intelh263dec: Use skip_1stop_8data_bits()Michael Niedermayer2013-10-301-5/+2
* | avcodec/intelh263dec: make while get_bits loop more robust by checking bits leftMichael Niedermayer2013-10-301-0/+2
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-041-1/+1
|\ \ | |/
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-031-1/+1
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | intel h263 dec: support advanced predictionMichael Niedermayer2012-06-171-2/+2
* | h263: disable loop filter with lowresMichael Niedermayer2012-06-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-2/+2
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-161-2/+2
|\ \ | |/
| * h263: Add ff_ prefix to nonstatic symbolsMartin Storsjö2012-02-151-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-291-1/+0
|\ \ | |/
| * cosmetics: Remove extra newlines at EOFAlex Converse2012-01-271-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-9/+8
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-9/+8
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-06-101-7/+6
|\ \ | |/
| * intelh263dec: aspect ratio processing fix.Anton Khirnov2011-06-091-2/+8
| * intelh263dec: fix "Strict H.263 compliance" file playbackAnton Khirnov2011-06-091-2/+5
| * Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini2011-05-021-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-1/+1
* | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*Stefano Sabatini2011-05-021-1/+1
* | Intel H.263 aspect ratio processing fix.XV2011-03-251-2/+8
* | Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449XV2011-03-251-2/+6
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-1/+1
|/
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-1/+1
* Split H263 encoder and decoder from common code.Michael Niedermayer2010-01-091-0/+1
* Fix indention.Michael Niedermayer2010-01-081-1/+1
* Factorize if() surrounding every ff_h263_show_pict_info() call.Michael Niedermayer2010-01-071-1/+0
* Split out intel H263 decoder.Michael Niedermayer2010-01-071-0/+131
OpenPOWER on IntegriCloud