]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavcodec/dvdata.h
Started attempt to fix seek handling - still not completed
[frescor/ffmpeg.git] / libavcodec / dvdata.h
2009-02-01 diegoUse full internal pathname in doxygen @file directives.
2009-01-31 bcoudurierfix decoding 720p50 audio samples
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2008-11-20 romanshMaking idct factor tables dynamically allocated
2008-11-18 romanshGetting rid of huge static DV tables
2008-11-12 romanshTaking advantage of the new ->execute API
2008-11-08 romanshimplementing more efficient (and direct) allocation...
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-21 aureluses FF_ARRAY_ELEMS() where appropriate
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 romanshcosemtics updates as per Michael's suggestion
2008-10-07 romanshvertically aligning as per Michael's suggestion
2008-10-07 romanshDoxygenizing the comments
2008-10-02 diegospelling cosmetics
2008-08-31 stefanoRename globally the header inclusion guards.
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-28 romanshIntroducing video_stype for holding the value of VAUX...
2008-08-19 romanshMaking block size in bits variable and dependent on...
2008-08-19 romanshMaking the number of blocks per macroblock dependent...
2008-08-19 romanshIntroducing DV_MAX_BPM macro instead of a hardcoded...
2008-08-11 romanshFixing the units in DV50 tables (both coordinates are
2008-08-11 romanshCoalescing the un-weighting and de-quantization steps...
2008-05-09 diegoUse full path for #includes from another directory.
2008-02-01 michaelsome const
2008-01-08 diegoFix random typos.
2007-10-17 diegoAdd FFMPEG_ prefix to all multiple inclusion guards.
2007-07-17 romansh * making profile selection a bit more tolerant to...
2007-06-17 gpoirieradd a comment to indicate which #endif belong to which...
2007-06-17 mruadd multiple inclusion guards to headers
2007-06-16 mruinclude all prerequisites in header files
2007-05-30 benoitrename attribute_unused to av_unused and moves its...
2007-05-14 reimarChange some leftover __attribute__((unused)) and __attr...
2007-01-19 michaeluint16->uint8
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-04 romansh * Restructuring the division of labor between DV...
2006-03-06 romanshDVCPRO50 support.
2006-02-27 romanshAC coefficient weighing (per SMPTE 314M) for the DV...
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2004-09-14 romansh * I was finally convinced. And besides, if err it...
2004-03-14 romansh * DV decoder simplifications. Now it looks to...
2003-11-27 romansh * 3x encoding speedup. Finally we seem to be on...
2003-10-31 romansh * DV demuxer is now capable of decoding auxilary...
2003-10-24 romansh * introducing dct248 into the DSP context.
2003-10-19 michaelgcc->C99 and warning fixes patch by (Dan Christiansen...
2003-09-29 romansh * DV handling was streamlined for both muxing/demuxi...
2003-04-04 michaelnisupport for DV aspect ratio and erroneous audio patch...
2003-03-06 michaelniper file doxy
2003-02-27 michaelnisupport for PAL 4:1:1 SMPTE 314M DV streams patch by...
2003-02-11 kabi* UINTX -> uintx_t INTX -> intx_t
2003-01-27 bellardDV audio decoder by Roman Shaposhnick
2002-10-03 bellardfirst working version of DV video decoder