]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdata.h
svq3: rip out the svq3-relevant parts of pred_motion() out of h264
[ffmpeg] / libavcodec / dvdata.h
2014-04-04 Diego Biurrundsputil: Move DV-specific ff_zigzag248_direct table...
2013-12-02 Diego Biurrundv: Move DV VLC data tables out of header file
2013-11-15 Diego Biurrundv: Split DV data table declarations into their own...
2013-01-23 Diego BiurrunDrop DCTELEM typedef
2012-05-07 Diego Biurrundv: Split profile handling code into a separate file.
2012-04-16 Diego Biurrundv: Merge dvquant.h into dvdata.c where all other DV...
2012-03-28 Anton Khirnovdvenc: print allowed profiles if the video doesn't...
2012-03-27 Diego Biurrundv: Split off DV video decoder into its own file.
2012-02-10 Alex Conversedv: Move tables from dvdata.h to dvdata.c
2012-02-10 Alex Conversedv: Move a table used only by the demuxer out of a...
2012-02-10 Alex Conversedv: Move functions used only by the encoder out of...
2012-02-10 Alex Conversedv: Split dvdata.h into dvdata.h and dvquant.h
2011-10-20 Anton Khirnovlavc: use avpriv_ prefix for some dv symbols used in...
2011-03-19 Mans RullgardReplace FFmpeg with Libav in licence headers
2010-04-20 Diego BiurrunRemove explicit filename from Doxygen @file commands.
2010-03-21 Reimar DöffingerSplit VLC-related tables out of dvdata.h to make it...
2009-10-16 Reimar DöffingerSplit parts of dvdata.h into dvdata.c, this ensures...
2009-09-24 Maksym VeremeyenkoAllow decoding of 625/50 (PAL) with video_stype==1.
2009-06-14 Baptiste Couduriercheck if frame size matches old sys and assumes corrupt...
2009-02-01 Diego BiurrunUse full internal pathname in doxygen @file directives.
2009-01-31 Baptiste Coudurierfix decoding 720p50 audio samples
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2008-11-20 Roman ShaposhnikMaking idct factor tables dynamically allocated
2008-11-18 Roman ShaposhnikGetting rid of huge static DV tables
2008-11-12 Roman ShaposhnikTaking advantage of the new ->execute API
2008-11-08 Roman Shaposhnikimplementing more efficient (and direct) allocation...
2008-10-24 Diego Biurrunprettyprinting cosmetics
2008-10-24 Diego Biurrunspelling cosmetics
2008-10-21 Aurelien Jacobsuses FF_ARRAY_ELEMS() where appropriate
2008-10-07 Roman Shaposhnikreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 Roman Shaposhnikcosmetic updates as per Michael's suggestion
2008-10-07 Roman Shaposhnikvertically aligning as per Michael's suggestion
2008-10-07 Roman ShaposhnikDoxygenizing the comments
2008-10-02 Diego Biurrunspelling cosmetics
2008-08-31 Stefano SabatiniGlobally rename the header inclusion guard names.
2008-08-28 Roman ShaposhnikIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 Roman ShaposhnikIntroducing video_stype for holding the value of VAUX...
2008-08-19 Roman ShaposhnikMaking block size in bits variable and dependent on...
2008-08-19 Roman ShaposhnikMaking the number of blocks per macroblock dependent...
2008-08-19 Roman ShaposhnikIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-11 Roman ShaposhnikFixing the units in DV50 tables (both coordinates are
2008-08-11 Roman ShaposhnikCoalescing the un-weighting and de-quantization steps...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-02-01 Michael Niedermayersome const
2008-01-08 Diego BiurrunFix random typos.
2007-10-17 Diego BiurrunAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-17 Roman Shaposhnik * making profile selection a bit more tolerant to...
2007-06-17 Guillaume Poirieradd a comment to indicate which #endif belong to which...
2007-06-17 Måns Rullgårdadd multiple inclusion guards to headers
2007-06-16 Måns Rullgårdinclude all prerequisites in header files
2007-05-30 Carl Eugen Hoyosrename attribute_unused to av_unused and moves its...
2007-05-14 Reimar DöffingerChange some leftover __attribute__((unused)) and __attr...
2007-01-19 Michael Niedermayeruint16->uint8
2006-10-07 Diego BiurrunChange license headers to say 'FFmpeg' instead of ...
2006-09-04 Roman Shaposhnik * Restructuring the division of labor between DV...
2006-03-06 Daniel MaasDVCPRO50 support.
2006-02-27 Dan MaasAC coefficient weighing (per SMPTE 314M) for the DV...
2006-01-12 Diego BiurrunUpdate licensing information: The FSF changed postal...
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2004-09-14 Roman Shaposhnik * I was finally convinced. And besides, if err it...
2004-03-14 Roman Shaposhnik * DV decoder simplifications. Now it looks to...
2003-11-27 Roman Shaposhnik * 3x encoding speedup. Finally we seem to be on...
2003-10-31 Roman Shaposhnik * DV demuxer is now capable of decoding auxilary...
2003-10-24 Roman Shaposhnik * introducing dct248 into the DSP context.
2003-10-19 Dan Christiansengcc->C99 and warning fixes patch by (Dan Christiansen...
2003-09-29 Roman Shaposhnik * DV handling was streamlined for both muxing/demuxi...
2003-04-04 Michael Niedermayersupport for DV aspect ratio and erroneous audio patch...
2003-03-06 Michael Niedermayerper file doxy
2003-02-27 Roman Shaposhniksupport for PAL 4:1:1 SMPTE 314M DV streams patch by...
2003-02-11 Zdenek Kabelac* UINTX -> uintx_t INTX -> intx_t
2003-01-27 Fabrice BellardDV audio decoder by Roman Shaposhnick
2002-10-03 Fabrice Bellardfirst working version of DV video decoder