summaryrefslogtreecommitdiffstats
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-031-1/+1
* Use full path for #includes from another directory.Diego Biurrun2008-05-091-1/+1
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-061-1/+1
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-211-5/+5
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-191-2/+2
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-251-1/+2
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-111-7/+7
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-151-378/+1
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-041-268/+65
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-101-13/+5
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-091-4/+4
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-171-1/+1
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-011-2/+5
* DVCPRO50 support.Daniel Maas2006-03-061-175/+225
* typoDiego Biurrun2006-02-081-1/+1
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-191-0/+6
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-206/+206
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-98/+98
* typo: viedo --> videoDiego Biurrun2005-09-031-2/+2
* lowres supportMichael Niedermayer2005-09-021-2/+4
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-171-24/+24
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-191-1/+1
* switch to native time basesMichael Niedermayer2005-04-301-2/+1
* fix nonsense timestamp messMichael Niedermayer2005-04-261-15/+4
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-131-27/+21
* generic cur_dts updateMichael Niedermayer2004-10-121-9/+0
* flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer2004-10-121-13/+48
* * experimental dynamic audio stream allocation for DV demuxer. ThisRoman Shaposhnik2004-09-271-33/+20
* * let DV muxer generate audioless DV streams. This might not be 100%Roman Shaposhnik2004-09-271-28/+36
* * fixing a regression introduced by the last seek-support patchRoman Shaposhnik2004-09-221-2/+2
* gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)Michael Niedermayer2004-09-211-2/+3
* * a couple of silly defaults to make everybody happy.Roman Shaposhnik2004-09-191-0/+2
* * misc. fixes and hacks to improve timing detection in raw DVRoman Shaposhnik2004-09-191-3/+12
* * seek in raw DV patch by Nathan Kurz (nate at verse dot com)Nathan Kurz2004-09-181-3/+12
* * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik2004-08-181-5/+5
* * fixing a bug in DV timestamp generation. Now libavtest doesn'tRoman Shaposhnik2004-08-021-4/+5
* * fixing a small quirk with DV audio muxingRoman Shaposhnik2004-07-271-1/+5
* sweeping change from -EIO -> AVERROR_IOMike Melanson2004-06-191-2/+2
* pass AVPacket into av_write_frame()Michael Niedermayer2004-05-291-5/+3
* move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer2004-05-211-2/+4
* * IEC DV seems to accept SMPTE way of tagging 16:9 too.Roman Shaposhnik2004-05-181-1/+3
* * making it possible to specify recording date and time in a streamRoman Shaposhnik2004-04-061-1/+1
* antitimeMichael Niedermayer2004-04-051-1/+1
* * turns out raw DV files can have .dif extensionRoman Shaposhnik2004-03-241-1/+1
* * enabling seek in raw DV filesRoman Shaposhnik2004-03-231-1/+30
* fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje2004-03-131-1/+1
* av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux2004-03-031-3/+3
* * turns out write_packet is supposed to return 0 on success, notRoman Shaposhnik2004-02-111-1/+1
OpenPOWER on IntegriCloud