summaryrefslogtreecommitdiffstats
path: root/libavcodec/dv.c
Commit message (Collapse)AuthorAgeFilesLines
* * not checking for get_buffer_callback - it would be user's errorZdenek Kabelac2002-11-141-2/+3
| | | | | | | * if DR1 is disabled in get_buffer_callback silently fallback to non-dr rendering Originally committed as revision 1208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * fixing some minor const warningsZdenek Kabelac2002-11-121-1/+2
| | | | Originally committed as revision 1205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * using DSPContext - so each codec could use its local (sub)set of CPU extensionZdenek Kabelac2002-11-111-0/+1
| | | | Originally committed as revision 1194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l - set pixelfmt (colorspace) _before_ calling get_buffer() callbackArpi2002-11-101-13/+10
| | | | Originally committed as revision 1185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * DR1 supportZdenek Kabelac2002-11-041-10/+32
| | | | Originally committed as revision 1157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support buffers containing more than one frameFabrice Bellard2002-10-091-8/+8
| | | | Originally committed as revision 1016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixed NTSC end of line bugFabrice Bellard2002-10-081-4/+25
| | | | Originally committed as revision 1014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l - MMX/FPU state was not restored, causing nonsense fpu behaviour in ↵Arpi2002-10-071-0/+3
| | | | | | caller (mplayer) Originally committed as revision 1011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* DV ntsc support, 411P colorspace addedArpi2002-10-071-10/+10
| | | | Originally committed as revision 1010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moved dct init out from mpv_common_init to dct_common_init (for less-uglier ↵Alex Beregszaszi2002-10-041-8/+2
| | | | | | way for dv) Originally committed as revision 1002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplified parsing - added MMX idct supportFabrice Bellard2002-10-041-82/+105
| | | | Originally committed as revision 1000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* first working version of DV video decoderFabrice Bellard2002-10-031-0/+632
Originally committed as revision 998 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud