| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf/dv: use a more granular timebase for audio | Anton Khirnov | 2023-05-02 | 1 | -0/+3 |
* | lavf/dv: do not set video timebase more than once | Anton Khirnov | 2023-05-02 | 1 | -0/+3 |
* | lavc/dv: rename constants to follow our naming conventions | Anton Khirnov | 2022-09-05 | 1 | -19/+19 |
* | lavc/dv.h: move encoder/decoder-specific code to a new header | Anton Khirnov | 2022-09-05 | 1 | -34/+0 |
* | lavc/dvenc: stop using DVVideoContext | Anton Khirnov | 2022-09-05 | 1 | -23/+0 |
* | lavc/dv: do not pass DVVideoContext to dv_calculate_mb_xy() | Anton Khirnov | 2022-09-05 | 1 | -2/+3 |
* | lavc/dv: do not pass DVVideoContext to ff_dv_init_dynamic_tables() | Anton Khirnov | 2022-09-05 | 1 | -1/+1 |
* | lavc/dv: remove ff_dvvideo_init() | Anton Khirnov | 2022-09-05 | 1 | -2/+0 |
* | avcodec/dvdec: Constify slice threads' ptr to main context | Andreas Rheinhardt | 2022-07-31 | 1 | -2/+2 |
* | avcodec/dv: Remove unnecessary header | Andreas Rheinhardt | 2022-07-09 | 1 | -1/+0 |
* | avcodec/dv: Don't initialize RL VLC for encoder | Andreas Rheinhardt | 2021-05-06 | 1 | -4/+0 |
* | avcodec/dvenc: support encoding dvcprohd | Baptiste Coudurier | 2019-11-13 | 1 | -0/+1 |
* | avcodec/dvdec: correctly decode bottom mb row in 1080i field mode | Baptiste Coudurier | 2019-11-06 | 1 | -0/+2 |
* | avcodec/dvenc: Support adjusting the quantizer deadzone | Michael Niedermayer | 2017-08-08 | 1 | -0/+3 |
* | Merge commit '2ec9fa5ec60dcd10e1cb10d8b4e4437e634ea428' | James Almer | 2017-03-21 | 1 | -1/+1 |
|\ |
|
| * | idct: Change type of array stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-29 | 1 | -1/+1 |
* | | Merge commit 'de452e503734ebb0fdbce86e9d16693b3530fad3' | Clément Bœsch | 2017-03-20 | 1 | -1/+1 |
|\| |
|
| * | pixblockdsp: Change type of stride parameters to ptrdiff_t | Diego Biurrun | 2016-09-14 | 1 | -1/+1 |
* | | Merge commit 'b7f98659f21dce438c33b512e25fd64b8d07c347' | Clément Bœsch | 2016-06-29 | 1 | -1/+1 |
|\| |
|
| * | Remove unnecessary get_bits.h #includes | Diego Biurrun | 2016-06-07 | 1 | -1/+1 |
* | | Merge commit 'cab63a8b594cdc365bb2581a12b3ac8e6dd480b2' | Hendrik Leppkes | 2015-10-05 | 1 | -1/+1 |
|\| |
|
| * | dv: Mark internal frame reference as const | Vittorio Giovara | 2015-10-04 | 1 | -1/+1 |
* | | dv: increase VLC reading bits to 10 | Christophe Gisquet | 2014-10-28 | 1 | -2/+2 |
* | | dv: move inverse weight tables to decoder | Christophe Gisquet | 2014-10-26 | 1 | -0/+1 |
* | | Merge commit 'ee0ebd3c1412fdd9d80aa97c98d1a20b893f1f47' | Michael Niedermayer | 2014-09-09 | 1 | -34/+36 |
|\| |
|
| * | dv: K&R formatting cosmetics | Gabriel Dume | 2014-09-09 | 1 | -35/+38 |
* | | avcodec: Change get_pixels() to ptrdiff_t linesize | Michael Niedermayer | 2014-08-06 | 1 | -1/+1 |
* | | Merge commit '2d60444331fca1910510038dd3817bea885c2367' | Michael Niedermayer | 2014-07-17 | 1 | -1/+1 |
|\| |
|
| * | dsputil: Split motion estimation compare bits off into their own context | Diego Biurrun | 2014-07-17 | 1 | -1/+1 |
* | | Merge commit 'f6ee61fb05482c617f5deee29a190d8ff483b3d1' | Michael Niedermayer | 2014-07-09 | 1 | -3/+3 |
|\| |
|
| * | lavc: export DV profile API used by muxer/demuxer as public | Anton Khirnov | 2014-07-09 | 1 | -3/+3 |
* | | Merge commit '650dee63c8b1e6693c6cf5983f4a5ed3f571379f' | Michael Niedermayer | 2014-06-20 | 1 | -1/+8 |
|\| |
|
| * | dv: get rid of global non-const tables | Anton Khirnov | 2014-06-20 | 1 | -1/+8 |
* | | Merge commit 'd4f1188d1a662fed5347e70016da49e01563e8a8' | Michael Niedermayer | 2013-12-09 | 1 | -1/+1 |
|\| |
|
| * | dv: use AVFrame API properly | Anton Khirnov | 2013-12-09 | 1 | -1/+1 |
* | | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4' | Michael Niedermayer | 2013-11-15 | 1 | -7/+4 |
|/ |
|
* | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 1 | -0/+118 |