Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2005-09-03typo: viedo --> videoDiego Biurrun
2005-09-02lowres supportMichael Niedermayer
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-19drop most url_fileno() calls (allows to use ByteIOContext directly in caller ...Aurelien Jacobs
2005-05-01switch to native time basesMichael Niedermayer
2005-04-26fix nonsense timestamp messMichael Niedermayer
2004-10-13 * static allocation for audio packets. This will make it a little bitRoman Shaposhnik
2004-10-12generic cur_dts updateMichael Niedermayer
2004-10-12flags, rounding and cliping fix by (Nathan Kurz <nate at verse dot com>)Michael Niedermayer
2004-09-28 * experimental dynamic audio stream allocation for DV demuxer. ThisRoman Shaposhnik
2004-09-28 * let DV muxer generate audioless DV streams. This might not be 100%Roman Shaposhnik
2004-09-22 * fixing a regression introduced by the last seek-support patchRoman Shaposhnik
2004-09-21gcc 2.95 compile fix by (Jan Knutar <jknutar at nic dot fi>)Michael Niedermayer
2004-09-19 * a couple of silly defaults to make everybody happy.Roman Shaposhnik
2004-09-19 * misc. fixes and hacks to improve timing detection in raw DVRoman Shaposhnik
2004-09-18 * seek in raw DV patch by Nathan Kurz (nate at verse dot com)Nathan Kurz
2004-08-18 * replacing calls to not-always-available gmtime_r with our own code.Roman Shaposhnik
2004-08-02 * fixing a bug in DV timestamp generation. Now libavtest doesn'tRoman Shaposhnik
2004-07-27 * fixing a small quirk with DV audio muxingRoman Shaposhnik
2004-06-19sweeping change from -EIO -> AVERROR_IOMike Melanson
2004-05-29pass AVPacket into av_write_frame()Michael Niedermayer
2004-05-22move time_base (pts_num/pts_den) from AVFormatContext -> AVStreamMichael Niedermayer
2004-05-18 * IEC DV seems to accept SMPTE way of tagging 16:9 too.Roman Shaposhnik
2004-04-06 * making it possible to specify recording date and time in a streamRoman Shaposhnik
2004-04-05antitimeMichael Niedermayer
2004-03-24 * turns out raw DV files can have .dif extensionRoman Shaposhnik
2004-03-23 * enabling seek in raw DV filesRoman Shaposhnik
2004-03-14fix global name conflicts patch by ("Ronald S. Bultje" <R dot S dot Bultje at...Ronald S. Bultje
2004-03-03av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)Michel Bardiaux
2004-02-11 * turns out write_packet is supposed to return 0 on success, notRoman Shaposhnik
2003-11-01 * DV demuxer is now capable of decoding auxilary audio stream. So,Roman Shaposhnik
2003-10-21AVRationalMichael Niedermayer
2003-10-03 * fixing bug that prevented resampling the picture andRoman Shaposhnik
2003-10-02 * preAlpha DV encoding support -- there's still a truckloadRoman Shaposhnik
2003-09-29 * DV handling was streamlined for both muxing/demuxing andRoman Shaposhnik
2003-09-1164 bit pts for writing - more const usageFabrice Bellard
2003-08-28 * Phase 1 for DV encoding support. Muxing/demuxing of DV streams is nowRoman Shaposhnik
2003-04-23Complete support for OpenDML AVIs and AVIs > 2Gb.Roman Shaposhnik
2003-04-08dv file format support patch by (Roman Shaposhnick <rvs at sun dot com>)Roman Shaposhnik
2003-04-04support for DV aspect ratio and erroneous audio patch by (Dan Dennedy (dan at...Michael Niedermayer
2003-02-07DV packet copy fix by Roman ShaposhnickFabrice Bellard
2003-01-27DV audio decoder by Roman ShaposhnickFabrice Bellard
2003-01-23removed warningsFabrice Bellard
2002-11-25renamed libav to libavformatFabrice Bellard