log dv.c @ 5280:4292c6f121dc libavformat

age author description
2009-09-29 reimar Extend DV autodetection to also reliably detect single-frame DVs with libavformat
2009-09-14 reimar Try harder to avoid false positives for DV probe. libavformat
2009-06-19 bcoudurier fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformat
2009-06-15 bcoudurier fix probing and demuxing of pond.dv, issue #887 libavformat
2009-06-14 bcoudurier check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformat
2009-02-26 bcoudurier dv probe libavformat
2009-02-22 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
2009-01-19 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
2009-01-13 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
2009-01-05 romansh additional recovery for the badly broken streams libavformat
2008-10-24 diego prettyprinting cosmetics libavformat
2008-10-24 diego spelling cosmetics libavformat
2008-10-08 michael Make gcc 2.95 happy. libavformat
2008-10-07 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
2008-10-07 romansh simplifying code as per Michael's suggestion libavformat
2008-10-07 romansh simplifying the code as per Michael's suggestion libavformat
2008-10-02 diego spelling cosmetics libavformat
2008-08-28 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformat
2008-08-27 romansh Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformat
2008-08-23 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
2008-06-03 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
2008-05-09 diego Use full path for #includes from another directory. libavformat
2008-05-06 diego Remove unnecessary parentheses from return calls. libavformat
2007-11-21 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
2007-07-19 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
2007-06-25 romansh * clarifying the AVInputFormat::read_seek return value libavformat
2007-01-11 romansh * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat
2006-10-07 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
2006-09-15 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat
2006-09-04 romansh * Restructuring the division of labor between DV codec and DV format libavformat
2006-07-10 mru allow individual selection of muxers and demuxers libavformat
2006-07-09 mru give AVInput/OutputFormat structs consistent names libavformat
2006-06-17 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
2006-04-01 romansh * fixing DV-in-AVI type1 packet production bug libavformat
2006-03-06 romansh DVCPRO50 support. libavformat
2006-02-08 diego typo libavformat
2006-01-19 diego Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformat
2006-01-12 diego Update licensing information: The FSF changed postal address. libavformat
2005-12-22 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
2005-12-17 diego COSMETICS: Remove all trailing whitespace. libavformat
2005-09-03 diego typo: viedo --> video libavformat
2005-09-02 michael lowres support libavformat
2005-07-17 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
2005-05-19 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
2005-04-30 michael switch to native time bases libavformat
2005-04-26 michael fix nonsense timestamp mess libavformat
2004-10-13 romansh * static allocation for audio packets. This will make it a little bit libavformat
2004-10-12 michael generic cur_dts update libavformat
2004-10-12 michael flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat
2004-09-27 romansh * experimental dynamic audio stream allocation for DV demuxer. This libavformat
2004-09-27 romansh * let DV muxer generate audioless DV streams. This might not be 100% libavformat
2004-09-22 romansh * fixing a regression introduced by the last seek-support patch libavformat
2004-09-21 michael gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) libavformat
2004-09-19 romansh * a couple of silly defaults to make everybody happy. libavformat
2004-09-19 romansh * misc. fixes and hacks to improve timing detection in raw DV libavformat
2004-09-18 romansh * seek in raw DV patch by Nathan Kurz (nate at verse dot com) libavformat
2004-08-18 romansh * replacing calls to not-always-available gmtime_r with our own code. libavformat
2004-08-02 romansh * fixing a bug in DV timestamp generation. Now libavtest doesn't libavformat
2004-07-27 romansh * fixing a small quirk with DV audio muxing libavformat
2004-06-19 melanson sweeping change from -EIO -> AVERROR_IO libavformat