| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/mpegpicture: Make MPVPicture refcounted | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+2 |
* | avcodec/mpegvideo_dec: Add close function for mpegvideo-decoders | Andreas Rheinhardt | 2024-06-12 | 1 | -1/+1 |
* | avcodec/mpegutils: Move definitions to better places | Andreas Rheinhardt | 2024-04-08 | 1 | -2/+0 |
* | avcodec/h263dec: Remove AVCodec.pix_fmts arrays | Andreas Rheinhardt | 2024-02-09 | 1 | -4/+0 |
* | avcodec/flvdec, intelh263dec: Remove redundant assignments | Andreas Rheinhardt | 2022-10-31 | 1 | -3/+0 |
* | avcodec/codec_internal: Add macro to set AVCodec.long_name | Andreas Rheinhardt | 2022-09-03 | 1 | -1/+1 |
* | avcodec: Make init-threadsafety the default | Andreas Rheinhardt | 2022-07-18 | 1 | -2/+1 |
* | get_bits: move check_marker() to mpegvideodec.h | Anton Khirnov | 2022-07-04 | 1 | -0/+1 |
* | avcodec/codec_internal: Use union for FFCodec decode/encode callbacks | Andreas Rheinhardt | 2022-04-05 | 1 | -1/+1 |
* | avcodec/codec_internal: Add FFCodec, hide internal part of AVCodec | Andreas Rheinhardt | 2022-03-21 | 1 | -7/+7 |
* | avcodec/internal: Move FF_CODEC_CAP_* to a new header codec_internal.h | Andreas Rheinhardt | 2022-03-21 | 1 | -1/+1 |
* | avcodec/ituh263dec: Make initializing VLCs thread-safe | Andreas Rheinhardt | 2022-02-18 | 1 | -1/+2 |
* | avcodec/mpegvideo: Move encoder-only stuff to a new header | Andreas Rheinhardt | 2022-02-13 | 1 | -0/+1 |
* | avcodec/h263: Move decoding-only stuff to a new header h263dec.h | Andreas Rheinhardt | 2022-01-29 | 1 | -1/+2 |
* | avcodec/mpegvideo: Don't set unrestricted_mv for decoders | Andreas Rheinhardt | 2022-01-13 | 1 | -1/+0 |
* | avcodec: Constify AVCodecs | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+1 |
* | avcodec: Replace get_bits_long() by get_bits() where possible | Michael Niedermayer | 2019-12-31 | 1 | -1/+1 |
* | avcodec: Add FF_CODEC_CAP_SKIP_FRAME_FILL_PARAM to most h263 based codecs | Michael Niedermayer | 2017-01-21 | 1 | -0/+1 |
* | lavc/get_bits: add a logging context to check_marker() | Clément Bœsch | 2016-06-22 | 1 | -2/+2 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -4/+4 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -4/+4 |
* | | 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 |