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
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-03-31Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY.Jean-Daniel Dupas
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-03Plug memory leak in NSV demuxer.Jai Menon
2010-01-17Use av_match_ext() rather than the deprecated match_ext(), fixStefano Sabatini
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-06-23Add ff_ prefixes to exported symbols in libavformat/riff.h.Daniel Verkamp
2009-04-22NSV : Add TOC2 parsing and seeking support.Jai Menon
2009-04-18Cosmetics : reindent after last commit and remove redundant comment.Jai Menon
2009-04-18Add speex tag to nsv_codec_audio_tags.Jai Menon
2009-04-18Change nsvf_index_data to nsvs_file_offset for increased clarity.Jai Menon
2009-02-18use new metadata API in nsv demuxerAurelien Jacobs
2009-02-12Use more descriptive format long_names.Diego Biurrun
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2008-09-08Bump Major version, this commit is almost just renaming bits_per_sample toLuca Abeni
2008-07-17Try to fix FATE after my time_base simplification change.Michael Niedermayer
2008-06-03Make long_names in lavf/lavdev optional depending on CONFIG_SMALL.Stefano Sabatini
2008-05-27consistency cosmetics: indices --> indexesDiego Biurrun
2007-11-21Use dynamically allocated ByteIOContext in AVFormatContextBjörn Axelsson
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