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
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Do not include mathematics.h in avutil.hMans Rullgard
2011-06-23nsvdec: Propagate error values instead of returning 0 in nsv_read_header().Diego Biurrun
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-12nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17lavf: replace avio_seek(SEEK_CUR) with avio_skip where it makes senseAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-01lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-01avio: avio_ prefix for url_fseekAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-16fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-01-27Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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