log dv.c @ 6491:b7f807b4cd88 libavformat tip

age author description
Wed, 31 Mar 2010 12:29:58 +0000 cehoyos Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformat
Tue, 30 Mar 2010 23:30:55 +0000 stefano Define AVMediaType enum, and use it instead of enum CodecType, which libavformat
Tue, 23 Mar 2010 17:22:25 +0000 cehoyos Fix seeking in DV when filesize is unknown. libavformat
Fri, 16 Oct 2009 07:55:57 +0000 reimar Split parts of dvdata.h into dvdata.c, this ensures that things like libavformat
Tue, 29 Sep 2009 10:12:18 +0000 reimar Extend DV autodetection to also reliably detect single-frame DVs with libavformat
Mon, 14 Sep 2009 22:03:07 +0000 reimar Try harder to avoid false positives for DV probe. libavformat
Fri, 19 Jun 2009 21:36:21 +0000 bcoudurier fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformat
Mon, 15 Jun 2009 01:41:59 +0000 bcoudurier fix probing and demuxing of pond.dv, issue #887 libavformat
Sun, 14 Jun 2009 22:34:28 +0000 bcoudurier check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformat
Thu, 26 Feb 2009 08:45:59 +0000 bcoudurier dv probe libavformat
Sun, 22 Feb 2009 09:42:56 +0000 reimar Support playback of incorrectly cut DV files where the headers do not libavformat
Mon, 19 Jan 2009 15:46:40 +0000 diego cosmetics: Remove pointless period after copyright statement non-sentences. libavformat
Tue, 13 Jan 2009 23:44:16 +0000 aurel Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformat
Mon, 05 Jan 2009 17:50:13 +0000 romansh additional recovery for the badly broken streams libavformat
Fri, 24 Oct 2008 21:41:27 +0000 diego prettyprinting cosmetics libavformat
Fri, 24 Oct 2008 21:37:06 +0000 diego spelling cosmetics libavformat
Wed, 08 Oct 2008 20:55:22 +0000 michael Make gcc 2.95 happy. libavformat
Tue, 07 Oct 2008 16:59:18 +0000 romansh replacing frame_rate and frame_rate_base with an AVRational time_base libavformat
Tue, 07 Oct 2008 16:14:33 +0000 romansh simplifying code as per Michael's suggestion libavformat
Tue, 07 Oct 2008 15:49:45 +0000 romansh simplifying the code as per Michael's suggestion libavformat
Thu, 02 Oct 2008 16:28:58 +0000 diego spelling cosmetics libavformat
Thu, 28 Aug 2008 22:41:00 +0000 romansh Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformat
Wed, 27 Aug 2008 20:28:11 +0000 romansh Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformat
Sat, 23 Aug 2008 23:43:20 +0000 aurel convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformat
Tue, 03 Jun 2008 16:20:54 +0000 diego Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformat
Fri, 09 May 2008 11:56:36 +0000 diego Use full path for #includes from another directory. libavformat
Tue, 06 May 2008 09:16:36 +0000 diego Remove unnecessary parentheses from return calls. libavformat
Wed, 21 Nov 2007 07:41:00 +0000 andoma Use dynamically allocated ByteIOContext in AVFormatContext libavformat
Thu, 19 Jul 2007 15:23:32 +0000 takis Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformat
Mon, 25 Jun 2007 02:08:04 +0000 romansh * clarifying the AVInputFormat::read_seek return value libavformat
Thu, 11 Jan 2007 22:32:19 +0000 romansh * Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>) libavformat
Sat, 07 Oct 2006 15:30:46 +0000 diego Change license headers to say 'FFmpeg' instead of 'this program/this library' libavformat
Fri, 15 Sep 2006 19:14:24 +0000 takis Split the DV demuxer and muxer into separate files (as suggested by Diego libavformat
Mon, 04 Sep 2006 03:33:11 +0000 romansh * Restructuring the division of labor between DV codec and DV format libavformat
Mon, 10 Jul 2006 21:14:37 +0000 mru allow individual selection of muxers and demuxers libavformat
Sun, 09 Jul 2006 23:40:53 +0000 mru give AVInput/OutputFormat structs consistent names libavformat
Sat, 17 Jun 2006 15:53:23 +0000 diego Add (mostly) const to variable and parameter declaration, where a char* was libavformat
Sat, 01 Apr 2006 23:13:53 +0000 romansh * fixing DV-in-AVI type1 packet production bug libavformat
Mon, 06 Mar 2006 08:54:33 +0000 romansh DVCPRO50 support. libavformat
Wed, 08 Feb 2006 11:43:47 +0000 diego typo libavformat
Thu, 19 Jan 2006 23:36:50 +0000 diego Put muxer-specific code parts in #ifdef CONFIG_MUXERS. libavformat
Thu, 12 Jan 2006 22:43:26 +0000 diego Update licensing information: The FSF changed postal address. libavformat
Thu, 22 Dec 2005 01:10:11 +0000 diego COSMETICS: tabs --> spaces, some prettyprinting libavformat
Sat, 17 Dec 2005 18:14:38 +0000 diego COSMETICS: Remove all trailing whitespace. libavformat
Sat, 03 Sep 2005 12:57:21 +0000 diego typo: viedo --> video libavformat
Fri, 02 Sep 2005 08:30:26 +0000 michael lowres support libavformat
Sun, 17 Jul 2005 22:24:36 +0000 michael changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecContext dont randomize AVStream and break binary compatibility libavformat
Thu, 19 May 2005 00:06:27 +0000 aurel drop most url_fileno() calls (allows to use ByteIOContext directly in caller apps instead of URLProtocol) libavformat
Sat, 30 Apr 2005 21:43:59 +0000 michael switch to native time bases libavformat
Tue, 26 Apr 2005 11:04:34 +0000 michael fix nonsense timestamp mess libavformat
Wed, 13 Oct 2004 00:03:00 +0000 romansh * static allocation for audio packets. This will make it a little bit libavformat
Tue, 12 Oct 2004 10:28:27 +0000 michael generic cur_dts update libavformat
Tue, 12 Oct 2004 01:51:04 +0000 michael flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>) libavformat
Mon, 27 Sep 2004 22:53:27 +0000 romansh * experimental dynamic audio stream allocation for DV demuxer. This libavformat
Mon, 27 Sep 2004 22:46:36 +0000 romansh * let DV muxer generate audioless DV streams. This might not be 100% libavformat
Wed, 22 Sep 2004 04:51:01 +0000 romansh * fixing a regression introduced by the last seek-support patch libavformat
Tue, 21 Sep 2004 10:19:30 +0000 michael gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>) libavformat
Sun, 19 Sep 2004 02:57:56 +0000 romansh * a couple of silly defaults to make everybody happy. libavformat
Sun, 19 Sep 2004 02:05:22 +0000 romansh * misc. fixes and hacks to improve timing detection in raw DV libavformat
Sat, 18 Sep 2004 00:32:36 +0000 romansh * seek in raw DV patch by Nathan Kurz (nate at verse dot com) libavformat
Wed, 18 Aug 2004 08:15:07 +0000 romansh * replacing calls to not-always-available gmtime_r with our own code. libavformat
Mon, 02 Aug 2004 05:42:49 +0000 romansh * fixing a bug in DV timestamp generation. Now libavtest doesn't libavformat
Tue, 27 Jul 2004 17:58:47 +0000 romansh * fixing a small quirk with DV audio muxing libavformat
Sat, 19 Jun 2004 03:59:34 +0000 melanson sweeping change from -EIO -> AVERROR_IO libavformat
Sat, 29 May 2004 02:06:32 +0000 michael pass AVPacket into av_write_frame() libavformat
Fri, 21 May 2004 20:43:21 +0000 michael move time_base (pts_num/pts_den) from AVFormatContext -> AVStream libavformat
Tue, 18 May 2004 02:33:27 +0000 romansh * IEC DV seems to accept SMPTE way of tagging 16:9 too. libavformat
Tue, 06 Apr 2004 06:31:12 +0000 romansh * making it possible to specify recording date and time in a stream libavformat
Mon, 05 Apr 2004 11:36:13 +0000 michael antitime libavformat
Wed, 24 Mar 2004 06:32:57 +0000 romansh * turns out raw DV files can have .dif extension libavformat
Tue, 23 Mar 2004 05:35:10 +0000 romansh * enabling seek in raw DV files libavformat
Sat, 13 Mar 2004 23:04:37 +0000 michael fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at students dot uu dot nl>) libavformat
Wed, 03 Mar 2004 15:41:21 +0000 michael av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) libavformat
Wed, 11 Feb 2004 02:28:34 +0000 romansh * turns out write_packet is supposed to return 0 on success, not libavformat
Fri, 31 Oct 2003 22:26:26 +0000 romansh * DV demuxer is now capable of decoding auxilary audio stream. So, libavformat
Mon, 20 Oct 2003 20:23:46 +0000 michael AVRational libavformat
Fri, 03 Oct 2003 01:08:10 +0000 romansh * fixing bug that prevented resampling the picture and libavformat
Wed, 01 Oct 2003 23:34:46 +0000 romansh * preAlpha DV encoding support -- there's still a truckload libavformat
Mon, 29 Sep 2003 17:54:07 +0000 romansh * DV handling was streamlined for both muxing/demuxing and libavformat
Wed, 10 Sep 2003 22:37:33 +0000 bellard 64 bit pts for writing - more const usage libavformat
Thu, 28 Aug 2003 19:53:47 +0000 romansh * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is now libavformat
Wed, 23 Apr 2003 02:04:40 +0000 romansh Complete support for OpenDML AVIs and AVIs > 2Gb. libavformat
Tue, 08 Apr 2003 09:56:19 +0000 michaelni dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>) libavformat
Fri, 04 Apr 2003 13:45:45 +0000 michaelni support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at dennedy dot org) and Roman Shaposhnick <rvs at sun dot com>) libavformat
Thu, 06 Feb 2003 22:34:55 +0000 bellard DV packet copy fix by Roman Shaposhnick libavformat
Mon, 27 Jan 2003 09:21:30 +0000 bellard DV audio decoder by Roman Shaposhnick libavformat
Thu, 23 Jan 2003 09:52:30 +0000 bellard removed warnings libavformat
Mon, 25 Nov 2002 19:07:40 +0000 bellard renamed libav to libavformat libavformat