summaryrefslogtreecommitdiffstats
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik2003-10-311-63/+97
* AVRationalMichael Niedermayer2003-10-201-3/+5
* * fixing bug that prevented resampling the picture andRoman Shaposhnik2003-10-031-1/+1
* * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik2003-10-011-1/+0
* * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik2003-09-291-62/+779
* 64 bit pts for writing - more const usageFabrice Bellard2003-09-101-2/+2
* * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik2003-08-281-27/+45
* Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik2003-04-231-0/+1
* dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik2003-04-081-3/+2
* support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer2003-04-041-1/+0
* DV packet copy fix by Roman ShaposhnickFabrice Bellard2003-02-061-6/+12
* DV audio decoder by Roman ShaposhnickFabrice Bellard2003-01-271-23/+29
* removed warningsFabrice Bellard2003-01-231-1/+2
* renamed libav to libavformatFabrice Bellard2002-11-251-0/+134
OpenPOWER on IntegriCloud