| Commit message (Expand) | Author | Age | Files | Lines |
* | dv: move inverse weight tables to decoder | Christophe Gisquet | 2014-10-26 | 1 | -7/+0 |
* | dv: use smaller type for weight tables | Christophe Gisquet | 2014-10-25 | 1 | -6/+6 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-04-05 | 1 | -0/+2 |
|\ |
|
| * | dsputil: Move DV-specific ff_zigzag248_direct table to dvdata | Diego Biurrun | 2014-04-04 | 1 | -0/+2 |
* | | Merge commit '21710ea82118c9d19bea9277b2a85a33096fdd95' | Michael Niedermayer | 2013-12-02 | 1 | -0/+7 |
|\| |
|
| * | dv: Move DV VLC data tables out of header file | Diego Biurrun | 2013-12-02 | 1 | -0/+7 |
* | | Merge commit '3cbe1126530449336e2ce59b194bdb8c4eb4abb4' | Michael Niedermayer | 2013-11-15 | 1 | -91/+1 |
|\| |
|
| * | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 1 | -95/+1 |
* | | Merge commit '88bd7fdc821aaa0cbcf44cf075c62aaa42121e3f' | Michael Niedermayer | 2013-01-23 | 1 | -3/+3 |
|\| |
|
| * | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-05-08 | 1 | -51/+1 |
|\| |
|
| * | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 1 | -45/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-04-17 | 1 | -0/+10 |
|\| |
|
| * | dv: Merge dvquant.h into dvdata.c where all other DV tables reside. | Diego Biurrun | 2012-04-16 | 1 | -0/+10 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-29 | 1 | -0/+5 |
|\| |
|
| * | dvenc: print allowed profiles if the video doesn't conform to any of them. | Anton Khirnov | 2012-03-28 | 1 | -0/+5 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-03-28 | 1 | -0/+44 |
|\| |
|
| * | dv: Split off DV video decoder into its own file. | Diego Biurrun | 2012-03-27 | 1 | -0/+44 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-02-11 | 1 | -203/+0 |
|\| |
|
| * | dv: Move tables from dvdata.h to dvdata.c | Alex Converse | 2012-02-09 | 1 | -39/+0 |
| * | dv: Move a table used only by the demuxer out of a shared header. | Alex Converse | 2012-02-09 | 1 | -4/+0 |
| * | dv: Move functions used only by the encoder out of a shared header. | Alex Converse | 2012-02-09 | 1 | -35/+0 |
| * | dv: Split dvdata.h into dvdata.h and dvquant.h | Alex Converse | 2012-02-09 | 1 | -125/+0 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-10-21 | 1 | -3/+3 |
|\| |
|
| * | lavc: use avpriv_ prefix for some dv symbols used in lavf. | Anton Khirnov | 2011-10-20 | 1 | -3/+3 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
* | | dvdec: Fix dvsd profile[1] detection. | Michael Niedermayer | 2011-09-02 | 1 | -0/+2 |
|/ |
|
* | Remove explicit filename from Doxygen @file commands. | Diego Biurrun | 2010-04-20 | 1 | -1/+1 |
* | Split VLC-related tables out of dvdata.h to make it easier to add support | Reimar Döffinger | 2010-03-21 | 1 | -227/+0 |
* | Split parts of dvdata.h into dvdata.c, this ensures that things like | Reimar Döffinger | 2009-10-16 | 1 | -255/+3 |
* | Allow decoding of 625/50 (PAL) with video_stype==1. | Maksym Veremeyenko | 2009-09-24 | 1 | -0/+20 |
* | check if frame size matches old sys and assumes corrupted input, fixes #1192 | Baptiste Coudurier | 2009-06-14 | 1 | -1/+7 |
* | Use full internal pathname in doxygen @file directives. | Diego Biurrun | 2009-02-01 | 1 | -1/+1 |
* | fix decoding 720p50 audio samples | Baptiste Coudurier | 2009-01-31 | 1 | -3/+3 |
* | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun | 2009-01-19 | 1 | -1/+1 |
* | Making idct factor tables dynamically allocated | Roman Shaposhnik | 2008-11-20 | 1 | -0/+14 |
* | Getting rid of huge static DV tables | Roman Shaposhnik | 2008-11-18 | 1 | -5715/+0 |
* | Taking advantage of the new ->execute API | Roman Shaposhnik | 2008-11-12 | 1 | -10/+15 |
* | implementing more efficient (and direct) allocation of work for DV codec workers | Roman Shaposhnik | 2008-11-08 | 1 | -0/+20 |
* | prettyprinting cosmetics | Diego Biurrun | 2008-10-24 | 1 | -72/+75 |
* | spelling cosmetics | Diego Biurrun | 2008-10-24 | 1 | -1/+1 |
* | uses FF_ARRAY_ELEMS() where appropriate | Aurelien Jacobs | 2008-10-21 | 1 | -2/+2 |
* | replacing frame_rate and frame_rate_base with an AVRational time_base | Roman Shaposhnik | 2008-10-07 | 1 | -20/+10 |
* | cosmetic updates as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -2/+2 |
* | vertically aligning as per Michael's suggestion | Roman Shaposhnik | 2008-10-07 | 1 | -36/+36 |
* | Doxygenizing the comments | Roman Shaposhnik | 2008-10-07 | 1 | -3/+9 |
* | spelling cosmetics | Diego Biurrun | 2008-10-02 | 1 | -13/+13 |
* | Globally rename the header inclusion guard names. | Stefano Sabatini | 2008-08-31 | 1 | -3/+3 |
* | Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as | Roman Shaposhnik | 2008-08-28 | 1 | -7/+3715 |
* | Introducing video_stype for holding the value of VAUX source pack | Roman Shaposhnik | 2008-08-28 | 1 | -16/+22 |