summaryrefslogtreecommitdiff
path: root/libavformat/dv1394.c
Commit message (Collapse)AuthorAge
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-29
| | | | | | | | | | | | | | decoding. All muxing/demuxing functionality is now available in libavformat/dv.[ch]. * dv1394.c and avidec.c were hooked up with general DV demuxer. * DVAUDIO is dead! Long live pcm_s16le! * DV audio is now always recognized -- which means we can now hear all those ducks quaking in pond.dv. Originally committed as revision 2319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* patch for DV capturing by Dan Dennedy <dan at dennedy dot org>Roman Shaposhnik2003-08-06
| | | | Originally committed as revision 2105 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-25
| | | | Originally committed as revision 1987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1000lAlex Beregszaszi2003-06-20
| | | | Originally committed as revision 1979 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-23
| | | | Originally committed as revision 1814 to svn://svn.ffmpeg.org/ffmpeg/trunk
* per context frame_rate_base, this should finally fix frame_rate related av ↵Michael Niedermayer2003-03-12
| | | | | | sync issues Originally committed as revision 1666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-11
| | | | Originally committed as revision 1578 to svn://svn.ffmpeg.org/ffmpeg/trunk
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-03
| | | | Originally committed as revision 1542 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-27
| | | | Originally committed as revision 1516 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv1394 channel selection by Max Krasnyansky - modified channel number to be ↵Fabrice Bellard2003-01-23
| | | | | | in base 10 by default Originally committed as revision 1500 to svn://svn.ffmpeg.org/ffmpeg/trunk
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-23
| | | | Originally committed as revision 1499 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-22
Originally committed as revision 1493 to svn://svn.ffmpeg.org/ffmpeg/trunk