]> git.sesse.net Git - ffmpeg/history - libavformat/dv.c
COSMETICS: Remove all trailing whitespace.
[ffmpeg] / libavformat / dv.c
2005-12-17 Diego BiurrunCOSMETICS: Remove all trailing whitespace.
2005-09-03 Diego Biurruntypo: viedo --> video
2005-09-02 Michael Niedermayerlowres support
2005-07-17 Michael Niedermayerchanging AVCodecContext codec -> *codec in AVStream...
2005-05-19 Aurelien Jacobsdrop most url_fileno() calls (allows to use ByteIOConte...
2005-04-30 Michael Niedermayerswitch to native time bases
2005-04-26 Michael Niedermayerfix nonsense timestamp mess
2004-10-13 Roman Shaposhnik * static allocation for audio packets. This will...
2004-10-12 Michael Niedermayergeneric cur_dts update
2004-10-12 Michael Niedermayerflags, rounding and cliping fix by (Nathan Kurz <nate...
2004-09-27 Roman Shaposhnik * experimental dynamic audio stream allocation for...
2004-09-27 Roman Shaposhnik * let DV muxer generate audioless DV streams. This...
2004-09-22 Roman Shaposhnik * fixing a regression introduced by the last seek...
2004-09-21 Michael Niedermayergcc 2.95 compile fix by (Jan Knutar <jknutar at nic...
2004-09-19 Roman Shaposhnik * a couple of silly defaults to make everybody happy.
2004-09-19 Roman Shaposhnik * misc. fixes and hacks to improve timing detection...
2004-09-18 Nathan Kurz * seek in raw DV patch by Nathan Kurz (nate at...
2004-08-18 Roman Shaposhnik * replacing calls to not-always-available gmtime_r...
2004-08-02 Roman Shaposhnik * fixing a bug in DV timestamp generation. Now libav...
2004-07-27 Roman Shaposhnik * fixing a small quirk with DV audio muxing
2004-06-19 Mike Melansonsweeping change from -EIO -> AVERROR_IO
2004-05-29 Michael Niedermayerpass AVPacket into av_write_frame()
2004-05-21 Michael Niedermayermove time_base (pts_num/pts_den) from AVFormatContext...
2004-05-18 Roman Shaposhnik * IEC DV seems to accept SMPTE way of tagging 16...
2004-04-06 Roman Shaposhnik * making it possible to specify recording date and...
2004-04-05 Michael Niedermayerantitime
2004-03-24 Roman Shaposhnik * turns out raw DV files can have .dif extension
2004-03-23 Roman Shaposhnik * enabling seek in raw DV files
2004-03-13 Ronald S. Bultjefix global name conflicts patch by ("Ronald S. Bultje...
2004-03-03 Michel Bardiauxav_log() patch by (Michel Bardiaux <mbardiaux at peakti...
2004-02-11 Roman Shaposhnik * turns out write_packet is supposed to return 0...
2003-10-31 Roman Shaposhnik * DV demuxer is now capable of decoding auxilary...
2003-10-20 Michael NiedermayerAVRational
2003-10-03 Roman Shaposhnik * fixing bug that prevented resampling the picture and
2003-10-01 Roman Shaposhnik * preAlpha DV encoding support -- there's still...
2003-09-29 Roman Shaposhnik * DV handling was streamlined for both muxing/demuxi...
2003-09-10 Fabrice Bellard64 bit pts for writing - more const usage
2003-08-28 Roman Shaposhnik * Phase 1 for DV encoding support. Muxing/demuxing...
2003-04-23 Roman ShaposhnikComplete support for OpenDML AVIs and AVIs > 2Gb.
2003-04-08 Roman Shaposhnikdv file format support patch by (Roman Shaposhnick...
2003-04-04 Michael Niedermayersupport for DV aspect ratio and erroneous audio patch...
2003-02-06 Fabrice BellardDV packet copy fix by Roman Shaposhnick
2003-01-27 Fabrice BellardDV audio decoder by Roman Shaposhnick
2003-01-23 Fabrice Bellardremoved warnings
2002-11-25 Fabrice Bellardrenamed libav to libavformat