]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/history - libavformat/dv.c
frsh: Export information about the last RTP contract and VRES
[frescor/ffmpeg.git] / libavformat / dv.c
2009-02-26 bcoudurierdv probe
2009-02-22 reimarSupport playback of incorrectly cut DV files where...
2009-01-19 diegocosmetics: Remove pointless period after copyright...
2009-01-13 aurelChange semantic of CONFIG_*, HAVE_* and ARCH_*.
2009-01-05 romanshadditional recovery for the badly broken streams
2008-10-24 diegoprettyprinting cosmetics
2008-10-24 diegospelling cosmetics
2008-10-08 michaelMake gcc 2.95 happy.
2008-10-07 romanshreplacing frame_rate and frame_rate_base with an AVRati...
2008-10-07 romanshsimplifying code as per Michael's suggestion
2008-10-07 romanshsimplifying the code as per Michael's suggestion
2008-10-02 diegospelling cosmetics
2008-08-28 romanshIntial implementation of the DV100 (AKA DVCPRO HD)...
2008-08-27 romanshTwo cosmetic changes for improved readability and ease...
2008-08-23 aurelconvert every muxer/demuxer to write/read sample_aspect...
2008-06-03 diegoMake long_names in lavf/lavdev optional depending on...
2008-05-09 diegoUse full path for #includes from another directory.
2008-05-06 diegoRemove unnecessary parentheses from return calls.
2007-11-21 andomaUse dynamically allocated ByteIOContext in AVFormatContext
2007-07-19 takisReplace all occurrances of AVERROR_IO with AVERROR...
2007-06-25 romansh * clarifying the AVInputFormat::read_seek return...
2007-01-11 romansh* Fixing seeking with DV-AVI (by Jeff Downs <heydowns...
2006-10-07 diegoChange license headers to say 'FFmpeg' instead of ...
2006-09-15 takisSplit the DV demuxer and muxer into separate files...
2006-09-04 romansh * Restructuring the division of labor between DV...
2006-07-10 mruallow individual selection of muxers and demuxers
2006-07-09 mrugive AVInput/OutputFormat structs consistent names
2006-06-17 diegoAdd (mostly) const to variable and parameter declaratio...
2006-04-01 romansh * fixing DV-in-AVI type1 packet production bug
2006-03-06 romanshDVCPRO50 support.
2006-02-08 diegotypo
2006-01-19 diegoPut muxer-specific code parts in #ifdef CONFIG_MUXERS.
2006-01-12 diegoUpdate licensing information: The FSF changed postal...
2005-12-22 diegoCOSMETICS: tabs --> spaces, some prettyprinting
2005-12-17 diegoCOSMETICS: Remove all trailing whitespace.
2005-09-03 diegotypo: viedo --> video
2005-09-02 michaellowres support
2005-07-17 michaelchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 aureldrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 michaelswitch to native time bases
2005-04-26 michaelfix nonsense timestamp mess
2004-10-13 romansh * static allocation for audio packets. This will...
2004-10-12 michaelgeneric cur_dts update
2004-10-12 michaelflags, rounding and cliping fix by (Nathan Kurz <nate...
2004-09-27 romansh * experimental dynamic audio stream allocation for...
2004-09-27 romansh * let DV muxer generate audioless DV streams. This...
2004-09-22 romansh * fixing a regression introduced by the last seek...
2004-09-21 michaelgcc 2.95 compile fix by (Jan Knutar <jknutar at nic...
2004-09-19 romansh * a couple of silly defaults to make everybody happy.
2004-09-19 romansh * misc. fixes and hacks to improve timing detection...
2004-09-18 romansh * seek in raw DV patch by Nathan Kurz (nate at...
2004-08-18 romansh * replacing calls to not-always-available gmtime_r...
2004-08-02 romansh * fixing a bug in DV timestamp generation. Now libav...
2004-07-27 romansh * fixing a small quirk with DV audio muxing
2004-06-19 melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 michaelpass AVPacket into av_write_frame()
2004-05-21 michaelmove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-18 romansh * IEC DV seems to accept SMPTE way of tagging 16...
2004-04-06 romansh * making it possible to specify recording date and...
2004-04-05 michaelantitime
2004-03-24 romansh * turns out raw DV files can have .dif extension
2004-03-23 romansh * enabling seek in raw DV files
2004-03-13 michaelfix global name conflicts patch by ("Ronald S. Bultje...
2004-03-03 michaelav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-11 romansh * turns out write_packet is supposed to return 0...
2003-10-31 romansh * DV demuxer is now capable of decoding auxilary...
2003-10-20 michaelAVRational
2003-10-03 romansh * fixing bug that prevented resampling the picture and
2003-10-01 romansh * preAlpha DV encoding support -- there's still...
2003-09-29 romansh * DV handling was streamlined for both muxing/demuxi...
2003-09-10 bellard64 bit pts for writing - more const usage
2003-08-28 romansh * Phase 1 for DV encoding support. Muxing/demuxing...
2003-04-23 romanshComplete support for OpenDML AVIs and AVIs > 2Gb.
2003-04-08 michaelnidv file format support patch by (Roman Shaposhnick...
2003-04-04 michaelnisupport for DV aspect ratio and erroneous audio patch...
2003-02-06 bellardDV packet copy fix by Roman Shaposhnick
2003-01-27 bellardDV audio decoder by Roman Shaposhnick
2003-01-23 bellardremoved warnings
2002-11-25 bellardrenamed libav to libavformat