summaryrefslogtreecommitdiff
path: root/libavformat/dv.c
Commit message (Expand)AuthorAge
...
* dv probeBaptiste Coudurier2009-02-26
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-22
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-19
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-13
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-05
* prettyprinting cosmeticsDiego Biurrun2008-10-24
* spelling cosmeticsDiego Biurrun2008-10-24
* Make gcc 2.95 happy.Michael Niedermayer2008-10-08
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-07
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-07
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-07
* spelling cosmeticsDiego Biurrun2008-10-02
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-28
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-27
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-23
* Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini2008-06-03
* Use full path for #includes from another directory.Diego Biurrun2008-05-09
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson2007-11-21
* Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris2007-07-19
* * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko2007-06-25
* * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik2007-01-11
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-07
* Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris2006-09-15
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
* allow individual selection of muxers and demuxersMåns Rullgård2006-07-10
* give AVInput/OutputFormat structs consistent namesMåns Rullgård2006-07-09
* Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner2006-06-17
* * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik2006-04-01
* DVCPRO50 support.Daniel Maas2006-03-06
* typoDiego Biurrun2006-02-08
* Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun2006-01-19
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-12
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-22
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-17
* typo: viedo --> videoDiego Biurrun2005-09-03
* lowres supportMichael Niedermayer2005-09-02
* changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer2005-07-17
* drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs2005-05-19
* switch to native time basesMichael Niedermayer2005-04-30
* fix nonsense timestamp messMichael Niedermayer2005-04-26
* * static allocation for audio packets. This will make it a little bitRoman Shaposhnik2004-10-13
* generic cur_dts updateMichael Niedermayer2004-10-12
* flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer2004-10-12
* * experimental dynamic audio stream allocation for DV demuxer. ThisRoman Shaposhnik2004-09-27
* * let DV muxer generate audioless DV streams. This might not be 100%Roman Shaposhnik2004-09-27
* * fixing a regression introduced by the last seek-support patchRoman Shaposhnik2004-09-22
* gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)Michael Niedermayer2004-09-21
* * a couple of silly defaults to make everybody happy.Roman Shaposhnik2004-09-19
* * misc. fixes and hacks to improve timing detection in raw DVRoman Shaposhnik2004-09-19