| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | rename attribute_unused to av_unused and moves its declaration to common.h | Carl Eugen Hoyos | 2007-05-30 | 1 | -1/+1 |
* | Change some leftover __attribute__((unused)) and __attribute__((used)) to | Reimar Döffinger | 2007-05-14 | 1 | -1/+1 |
* | uint16->uint8 | Michael Niedermayer | 2007-01-19 | 1 | -3/+3 |
* | Change license headers to say 'FFmpeg' instead of 'this program/this library' | Diego Biurrun | 2006-10-07 | 1 | -4/+6 |
* | * Restructuring the division of labor between DV codec and DV format | Roman Shaposhnik | 2006-09-04 | 1 | -0/+57 |
* | DVCPRO50 support. | Daniel Maas | 2006-03-06 | 1 | -16/+1270 |
* | AC coefficient weighing (per SMPTE 314M) for the DV encoder and decoder. The | Dan Maas | 2006-02-27 | 1 | -0/+45 |
* | Update licensing information: The FSF changed postal address. | Diego Biurrun | 2006-01-12 | 1 | -1/+1 |
* | COSMETICS: Remove all trailing whitespace. | Diego Biurrun | 2005-12-17 | 1 | -358/+358 |
* | * I was finally convinced. And besides, if err it's better to err with | Roman Shaposhnik | 2004-09-14 | 1 | -3/+3 |
* | * DV decoder simplifications. Now it looks to be 6% faster. At least | Roman Shaposhnik | 2004-03-14 | 1 | -1/+1 |
* | * 3x encoding speedup. Finally we seem to be on par with libdv | Roman Shaposhnik | 2003-11-27 | 1 | -0/+5 |
* | * DV demuxer is now capable of decoding auxilary audio stream. So, | Roman Shaposhnik | 2003-10-31 | 1 | -0/+4 |
* | * introducing dct248 into the DSP context. | Roman Shaposhnik | 2003-10-24 | 1 | -13/+0 |
* | gcc->C99 and warning fixes patch by (Dan Christiansen <danchr at daimi dot au... | Dan Christiansen | 2003-10-19 | 1 | -1/+1 |
* | * DV handling was streamlined for both muxing/demuxing and | Roman Shaposhnik | 2003-09-29 | 1 | -12/+102 |
* | support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at... | Michael Niedermayer | 2003-04-04 | 1 | -1/+3 |
* | per file doxy | Michael Niedermayer | 2003-03-06 | 1 | -0/+5 |
* | support for PAL 4:1:1 SMPTE 314M DV streams patch by (Roman Shaposhnick <rvs ... | Roman Shaposhnik | 2003-02-27 | 1 | -0/+327 |