summaryrefslogtreecommitdiffstats
path: root/libavformat/dv.c
Commit message (Expand)AuthorAgeFilesLines
* dv probeBaptiste Coudurier2009-02-261-1/+19
* Support playback of incorrectly cut DV files where the headers do notReimar Döffinger2009-02-221-1/+13
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-1/+1
* additional recovery for the badly broken streamsRoman Shaposhnik2009-01-051-0/+2
* prettyprinting cosmeticsDiego Biurrun2008-10-241-59/+60
* spelling cosmeticsDiego Biurrun2008-10-241-3/+5
* Make gcc 2.95 happy.Michael Niedermayer2008-10-081-1/+1
* replacing frame_rate and frame_rate_base with an AVRational time_baseRoman Shaposhnik2008-10-071-11/+8
* simplifying code as per Michael's suggestionRoman Shaposhnik2008-10-071-4/+3
* simplifying the code as per Michael's suggestionRoman Shaposhnik2008-10-071-2/+2
* spelling cosmeticsDiego Biurrun2008-10-021-8/+8
* Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer asRoman Shaposhnik2008-08-281-12/+36
* Two cosmetic changes for improved readability and ease of HDVCPRO HD integrationRoman Shaposhnik2008-08-271-2/+2
* convert every muxer/demuxer to write/read sample_aspect_ratio from/toAurelien Jacobs2008-08-231-1/+1
* 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
OpenPOWER on IntegriCloud