| Commit message (Expand) | Author | Age | Files | Lines |
* | pixblockdsp: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-14 | 1 | -4/+5 |
* | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -0/+2 |
* | lavc: AV-prefix all codec capabilities | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | lavc: AV-prefix all codec flags | Vittorio Giovara | 2015-07-27 | 1 | -1/+1 |
* | Deprecate avctx.coded_frame | Vittorio Giovara | 2015-07-20 | 1 | -0/+4 |
* | Gather all coded_frame allocations and free functions to a single place | Vittorio Giovara | 2015-07-20 | 1 | -11/+0 |
* | dv: K&R formatting cosmetics | Gabriel Dume | 2014-09-09 | 1 | -283/+310 |
* | dv: Update DV-profile-related functions to current public API | Diego Biurrun | 2014-08-02 | 1 | -1/+1 |
* | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -5/+5 |
* | dsputil: Split off pixel block routines into their own context | Diego Biurrun | 2014-07-09 | 1 | -1/+4 |
* | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -0/+1 |
* | dsputil: Split off FDCT bits into their own context | Diego Biurrun | 2014-07-07 | 1 | -2/+5 |
* | dv: Properly split decoder and encoder initialization | Diego Biurrun | 2014-06-27 | 1 | -0/+11 |
* | dv: get rid of global non-const tables | Anton Khirnov | 2014-06-20 | 1 | -2/+2 |
* | dvenc: initialize the profile only once, at init | Anton Khirnov | 2014-06-20 | 1 | -4/+10 |
* | dsputil: Move DV-specific ff_zigzag248_direct table to dvdata | Diego Biurrun | 2014-04-04 | 1 | -1/+1 |
* | avcodec: Consistently name encoder init functions foo_encode_init | Diego Biurrun | 2014-02-20 | 1 | -2/+2 |
* | dv: use AVFrame API properly | Anton Khirnov | 2013-12-09 | 1 | -11/+22 |
* | dv: Split off DV video encoder into its own file | Diego Biurrun | 2013-12-02 | 1 | -0/+698 |