| Commit message (Expand) | Author | Age | Files | Lines |
* | avcodec/h261enc, msmpeg4: Avoid setting dc_scale_tables unnecessarily | Andreas Rheinhardt | 2024-06-20 | 1 | -3/+1 |
* | avcodec/mpegvideo: Use enum for msmpeg4_version | Andreas Rheinhardt | 2024-06-12 | 1 | -9/+8 |
* | avcodec/mpegpicture: Cache AVFrame.data and linesize values | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+2 |
* | avcodec/mpegvideo: Shorten variable names | Andreas Rheinhardt | 2024-06-12 | 1 | -2/+2 |
* | avcodec/msmpeg4: Don't include x86-specific header unconditionally | Andreas Rheinhardt | 2024-03-31 | 1 | -1/+5 |
* | avcodec/vc1dec: Split VC-1 decoders from msmpeg4 | Andreas Rheinhardt | 2022-11-06 | 1 | -12/+0 |
* | avcodec/msmpeg4data: Move data shared between msmpeg4 and VC-1 out | Andreas Rheinhardt | 2022-11-06 | 1 | -0/+1 |
* | avcodec/mpegvideo: Don't use ScanTable where unnecessary | Andreas Rheinhardt | 2022-10-24 | 1 | -2/+4 |
* | configure: Use a separate config_components.h header for $ALL_COMPONENTS | Martin Storsjö | 2022-03-16 | 1 | -0/+2 |
* | avcodec/mpeg4video: Split off data in a header of its own | Andreas Rheinhardt | 2022-01-13 | 1 | -1/+1 |
* | avcodec: Remove unnecessary h263.h inclusions | Andreas Rheinhardt | 2022-01-09 | 1 | -1/+0 |
* | avcodec/msmpeg4: Factor out common RLTable initialization code | Andreas Rheinhardt | 2021-04-27 | 1 | -1/+11 |
* | avcodec/msmpeg4: Reindentation | Andreas Rheinhardt | 2021-04-27 | 1 | -46/+44 |
* | avcodec/msmpeg4: Make ff_msmpeg4_common_init() thread-safe | Andreas Rheinhardt | 2021-04-27 | 1 | -4/+5 |
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -5/+5 |
|\ |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -5/+5 |
* | | 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 |
* | | Merge commit 'e3fcb14347466095839c2a3c47ebecff02da891e' | Michael Niedermayer | 2014-07-01 | 1 | -5/+5 |
|\| |
|
| * | dsputil: Split off IDCT bits into their own context | Diego Biurrun | 2014-06-30 | 1 | -5/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-09 | 1 | -2/+2 |
|\| |
|
| * | mpegvideo: operate with pointers to AVFrames instead of whole structs | wm4 | 2014-04-09 | 1 | -2/+2 |
* | | Merge commit 'c7f7bfc9e3a3150ba72bc34366c13fb2210c66ac' | Michael Niedermayer | 2013-11-14 | 1 | -4/+1 |
|\| |
|
| * | Remove all Alpha architecture optimizations | Diego Biurrun | 2013-11-13 | 1 | -4/+1 |
* | | msmpeg4: Fix ff_msmpeg4_pred_dc() so it works with lowres>0 | Michael Niedermayer | 2013-06-24 | 1 | -7/+8 |
* | | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110' | Michael Niedermayer | 2013-05-16 | 1 | -1/+0 |
|\| |
|
| * | Remove commented-out debug #define cruft | Diego Biurrun | 2013-05-16 | 1 | -1/+0 |
* | | msmpeg4: fix asm code in ff_msmpeg4_pred_dc() | Michael Niedermayer | 2013-04-09 | 1 | -3/+3 |
* | | Merge commit 'b4d24b471bc52f1f78a43ee330199e70483e51c3' | Michael Niedermayer | 2013-03-28 | 1 | -930/+0 |
|\| |
|
| * | msmpeg4: Split decoding related functions to a separate file | Martin Storsjö | 2013-03-27 | 1 | -919/+0 |
* | | Merge commit '759001c534287a96dc96d1e274665feb7059145d' | Michael Niedermayer | 2013-03-12 | 1 | -2/+2 |
|\| |
|
| * | lavc decoders: work with refcounted frames. | Anton Khirnov | 2013-03-08 | 1 | -1/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | | msmpeg4dec: fix coeff index | Michael Niedermayer | 2012-12-12 | 1 | -0/+1 |
* | | mpsmpeg4: use av_image_check_size | Peter Ross | 2012-11-25 | 1 | -5/+4 |
* | | msmpeg4dec: check w/h, prevent assert failure later | Michael Niedermayer | 2012-11-11 | 1 | -0/+5 |
* | | msmpeg4dec: fix init code to not fail when called from 2 threads at the same ... | Michael Niedermayer | 2012-10-27 | 1 | -10/+6 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-01 | 1 | -11/+11 |
|\| |
|
| * | avcodec: Convert some commented-out printf/av_log instances to av_dlog | Diego Biurrun | 2012-10-01 | 1 | -5/+10 |
| * | avcodec: Drop silly and/or broken printf debug output | Diego Biurrun | 2012-10-01 | 1 | -6/+1 |
* | | msmpeg4v2: initialize mb_type array | Michael Niedermayer | 2012-08-15 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85' | Michael Niedermayer | 2012-08-07 | 1 | -4/+4 |
|\| |
|
| * | Replace all CODEC_ID_* with AV_CODEC_ID_* | Anton Khirnov | 2012-08-07 | 1 | -4/+4 |
* | | Revert "removing lowres support" | Michael Niedermayer | 2012-05-25 | 1 | -0/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-22 | 1 | -4/+0 |
|\| |
|
| * | Remove lowres video decoding | Mans Rullgard | 2012-04-21 | 1 | -4/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-07 | 1 | -12/+12 |
|\| |
|