aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/dv1394.c
Commit message (Expand)AuthorAgeFilesLines
* implement new grabbing interface, as described here:Ramiro Polla2007-02-141-5/+1
* remove void * used in arithmetic warningsBaptiste Coudurier2007-01-261-1/+1
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-7/+1
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-2/+2
* Use AV_LOG_DEBUG loglevel instead of AV_LOG_ERROR where appropriate.Diego Biurrun2006-03-081-2/+2
* (f)printf --> av_log conversionSteve L'Homme2006-03-081-2/+2
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-3/+3
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-7/+7
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-3/+3
* * enabling seek in raw DV filesRoman Shaposhnik2004-03-231-8/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-2/+2
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-2/+2
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-84/+22
* patch for DV capturing by Dan Dennedy <dan at dennedy dot org>Roman Shaposhnik2003-08-061-23/+40
* tv standard selection support for dv1394 and grab (v4l)Alex Beregszaszi2003-06-251-2/+4
* 1000lAlex Beregszaszi2003-06-201-5/+5
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-231-0/+1
* per context frame_rate_base, this should finally fix frame_rate related av sy...Michael Niedermayer2003-03-121-1/+2
* * UINTX -> uintx_t INTX -> intx_tZdenek Kabelac2003-02-111-1/+1
* zero copy packet handling for DV1394 by Max KrasnyanskyFabrice Bellard2003-02-031-30/+39
* Audio support for DV1394 by Max KrasnyanskyFabrice Bellard2003-01-271-25/+52
* dv1394 channel selection by Max Krasnyansky - modified channel number to be i...Fabrice Bellard2003-01-231-1/+5
* grab device is in AVFormatParameter (at least better than global variable)Fabrice Bellard2003-01-231-2/+5
* dv patch by Max Krasnyansky (maxk at qualcomm dot com)Max Krasnyansky2003-01-221-0/+249