| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge commit '5d14cf199990cd378904a2618b5c72c4b02290f6' | Hendrik Leppkes | 2015-09-16 | 1 | -0/+1 |
|\ |
|
| * | mpegvideo: Make sure mpegutils.h is included where needed | Vittorio Giovara | 2015-09-13 | 1 | -0/+1 |
* | | Merge commit 'def97856de6021965db86c25a732d78689bd6bb0' | Michael Niedermayer | 2015-07-27 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | | Merge commit '378a00087fdadcc9b34165c05cd10a1a15f3fe61' | Michael Niedermayer | 2015-06-01 | 1 | -0/+1 |
|\ \
| |/ |
|
| * | mpegvideo: Move tables to a separate file | Vittorio Giovara | 2015-05-31 | 1 | -0/+1 |
* | | avcodec/intelh263dec: Use check_marker() | Michael Niedermayer | 2015-04-15 | 1 | -3/+2 |
* | | Merge commit 'b2290bf10b12b7772f55fcab014a47e18e9fdef2' | Michael Niedermayer | 2014-06-19 | 1 | -0/+4 |
|\ \
| |/ |
|
| * | i263: skip dummy frames | Dirk Ausserhaus | 2014-06-19 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-03-23 | 1 | -1/+4 |
|\ \
| |/ |
|
| * | lavc: drop ff_pixfmt_list_420 | Vittorio Giovara | 2014-03-23 | 1 | -1/+4 |
* | | avcodec/intelh263dec: Use skip_1stop_8data_bits() | Michael Niedermayer | 2013-10-30 | 1 | -5/+2 |
* | | avcodec/intelh263dec: make while get_bits loop more robust by checking bits left | Michael Niedermayer | 2013-10-30 | 1 | -0/+2 |
* | | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2' | Michael Niedermayer | 2013-10-04 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | cosmetics: Group .name and .long_name together in codec/format declarations | Diego Biurrun | 2013-10-03 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -1/+1 |
* | | intel h263 dec: support advanced prediction | Michael Niedermayer | 2012-06-17 | 1 | -2/+2 |
* | | h263: disable loop filter with lowres | Michael Niedermayer | 2012-06-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | cosmetics: Align codec declarations | Martin Storsjö | 2012-04-06 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-16 | 1 | -2/+2 |
|\ \
| |/ |
|
| * | h263: Add ff_ prefix to nonstatic symbols | Martin Storsjö | 2012-02-15 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-01-29 | 1 | -1/+0 |
|\ \
| |/ |
|
| * | cosmetics: Remove extra newlines at EOF | Alex Converse | 2012-01-27 | 1 | -1/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-07-30 | 1 | -9/+8 |
|\ \
| |/ |
|
| * | lavc: use designated initialisers for all codecs. | Anton Khirnov | 2011-07-29 | 1 | -9/+8 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-06-10 | 1 | -7/+6 |
|\ \
| |/ |
|
| * | intelh263dec: aspect ratio processing fix. | Anton Khirnov | 2011-06-09 | 1 | -2/+8 |
| * | intelh263dec: fix "Strict H.263 compliance" file playback | Anton Khirnov | 2011-06-09 | 1 | -2/+5 |
| * | Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*. | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-26 | 1 | -1/+1 |
* | | replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_* | Stefano Sabatini | 2011-05-02 | 1 | -1/+1 |
* | | Intel H.263 aspect ratio processing fix. | XV | 2011-03-25 | 1 | -2/+8 |
* | | Fix Intel I.263 "Strict H.263 compliance" file playback / issue2449 | XV | 2011-03-25 | 1 | -2/+6 |
* | | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf. | Diego Elio Pettenò | 2011-01-28 | 1 | -1/+1 |
|/ |
|
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -1/+1 |
* | Split H263 encoder and decoder from common code. | Michael Niedermayer | 2010-01-09 | 1 | -0/+1 |
* | Fix indention. | Michael Niedermayer | 2010-01-08 | 1 | -1/+1 |
* | Factorize if() surrounding every ff_h263_show_pict_info() call. | Michael Niedermayer | 2010-01-07 | 1 | -1/+0 |
* | Split out intel H263 decoder. | Michael Niedermayer | 2010-01-07 | 1 | -0/+131 |