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-09-22indentMichael Niedermayer
2007-09-22fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.n...Michael Niedermayer
2007-06-12misc spelling fixesDiego Biurrun
2007-04-15add an enum for need_parsingAurelien Jacobs
2007-04-08file extension based probe is max/2Michael Niedermayer
2007-04-08factorizeMichael Niedermayer
2007-04-08allocate 32 extra bytes at the end of the probe buffer and remove most probe ...Michael Niedermayer
2007-03-21The NSV demuxer assumes that a video frame's timestamp increases by one on eachDavid Conrad
2007-01-21add codec_id <-> codec_tag tables to AVIn/OutputFormatMichael Niedermayer
2006-12-18Add support for VP60 and VP61.Aurelien Jacobs
2006-10-28add support for all framerates specified by the standardJoakim Plate
2006-10-28Fix A/V (de)sync with discontinuous NSV streams,Joakim Plate
2006-10-23replace coder/decoder file description in libavformat by muxer/demuxerAurelien Jacobs
2006-10-22disable annoying debug messagesBaptiste Coudurier
2006-10-07Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun
2006-09-09VP5 and VP6 video decoderAurelien Jacobs
2006-07-12move common stuff from avienc.c and wav.c to new file riff.cMåns Rullgård
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-16free codec extradata in av_close_input_fileMåns Rullgård
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-12-12use PRIxN, %zd, %td formats where neededMåns Rullgård
2005-08-14kill a bunch of compiler warningsMåns Rullgård
2005-07-18changing AVCodecContext codec -> *codec in AVStream so additions to AVCodecCo...Michael Niedermayer
2005-05-27AVPacket.posMichael Niedermayer
2005-05-01switch to native time basesMichael Niedermayer
2005-04-27fix useless framerate messupMichael Niedermayer
2005-02-24kill warnings patch by (Måns Rullgård <mru inprovide com>)Måns Rullgård
2005-01-08integer overflows, heap corruptionMichael Niedermayer
2004-12-01kill a annoying debug printfMichael Niedermayer
2004-11-21use correct typesMike Melanson
2004-11-21First implementation of nsv demuxer.François Revol