| Commit message (Expand) | Author | Age | Files | Lines |
* | dsputil: Move DV-specific ff_zigzag248_direct table to dvdata | Diego Biurrun | 2014-04-04 | 1 | -0/+2 |
* | dv: Move DV VLC data tables out of header file | Diego Biurrun | 2013-12-02 | 1 | -0/+7 |
* | dv: Split DV data table declarations into their own header | Diego Biurrun | 2013-11-15 | 1 | -95/+1 |
* | Drop DCTELEM typedef | Diego Biurrun | 2013-01-22 | 1 | -3/+3 |
* | dv: Split profile handling code into a separate file. | Diego Biurrun | 2012-05-07 | 1 | -45/+1 |
* | dv: Merge dvquant.h into dvdata.c where all other DV tables reside. | Diego Biurrun | 2012-04-16 | 1 | -0/+10 |
* | dvenc: print allowed profiles if the video doesn't conform to any of them. | Anton Khirnov | 2012-03-28 | 1 | -0/+5 |
* | dv: Split off DV video decoder into its own file. | Diego Biurrun | 2012-03-27 | 1 | -0/+44 |
* | 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 |
* | 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 |
* | 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 |
* | Making block size in bits variable and dependent on the DV spec | Roman Shaposhnik | 2008-08-19 | 1 | -0/+15 |
* | Making the number of blocks per macroblock dependent on the DV stream | Roman Shaposhnik | 2008-08-19 | 1 | -1/+6 |
* | Introducing DV_MAX_BPM macro instead of a hardcoded value for the | Roman Shaposhnik | 2008-08-19 | 1 | -0/+3 |
* | Fixing the units in DV50 tables (both coordinates are | Roman Shaposhnik | 2008-08-11 | 1 | -1190/+1188 |
* | Coalescing the un-weighting and de-quantization steps for faster | Roman Shaposhnik | 2008-08-11 | 1 | -22/+1 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -1/+1 |
* | some const | Michael Niedermayer | 2008-02-01 | 1 | -1/+1 |
* | Fix random typos. | Diego Biurrun | 2008-01-08 | 1 | -1/+1 |
* | Add FFMPEG_ prefix to all multiple inclusion guards. | Diego Biurrun | 2007-10-17 | 1 | -3/+3 |
* | * making profile selection a bit more tolerant to the badly broken streams | Roman Shaposhnik | 2007-07-17 | 1 | -2/+2 |
* | add a comment to indicate which #endif belong to which #define | Guillaume Poirier | 2007-06-17 | 1 | -1/+1 |
* | add multiple inclusion guards to headers | Måns Rullgård | 2007-06-17 | 1 | -0/+5 |
* | include all prerequisites in header files | Måns Rullgård | 2007-06-16 | 1 | -0/+3 |