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
2007-07-19Replace all occurrences of AVERROR_IO with AVERROR(EIO).Panagiotis Issaris
2007-06-25 * clarifying the AVInputFormat::read_seek return valueMaksym Veremeyenko
2007-01-12* Fixing seeking with DV-AVI (by Jeff Downs <heydowns at borg dot com>)Roman Shaposhnik
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-15Split the DV demuxer and muxer into separate files (as suggested by DiegoPanagiotis Issaris
2006-09-04 * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik
2006-07-11allow individual selection of muxers and demuxersMåns Rullgård
2006-07-10give AVInput/OutputFormat structs consistent namesMåns Rullgård
2006-06-17Add (mostly) const to variable and parameter declaration, where a char* wasStefan Huehner
2006-04-02 * fixing DV-in-AVI type1 packet production bugRoman Shaposhnik
2006-03-06DVCPRO50 support.Daniel Maas
2006-02-08typoDiego Biurrun
2006-01-20Put muxer-specific code parts in #ifdef CONFIG_MUXERS.Diego Biurrun
2006-01-13Update licensing information: The FSF changed postal address.Diego Biurrun
2005-12-22COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun
2005-12-17COSMETICS: Remove all trailing whitespace.Diego Biurrun
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