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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-12-30nsvdec: Check av_malloc(string_size)Michael Niedermayer
2011-12-14Support "VLB " audio in NSV files.Reimar Döffinger
2011-12-11Support VP8 in NSV.Reimar Döffinger
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-02Replace outdated references to ffmpeg tool with avconv.Diego Biurrun
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf: replace av_new_stream->avformat_new_stream part II.Anton Khirnov
2011-09-14[nsv] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-07-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-07-17lavf: use designated initialisers for all (de)muxers.Anton Khirnov
2011-07-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
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-13nsv: simplify probe functionAurelien Jacobs
2011-06-13nsv: return error code instead of discarding it in read_header()Aurelien Jacobs
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-06-04Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-03Mark some variables with av_unusedMans Rullgard
2011-05-12If a MP3 file contains the string NSVs, the NSV probe will think it is a NSV ...Thierry Foucu
2011-05-12nsv: Fix misdetection of MP3 files as NSV.Thierry Foucu
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-03-17Merge remote-tracking branch 'newdev/master'Michael Niedermayer
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-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-03lavf: replace all uses of url_fskip with avio_seekAnton Khirnov
2011-03-03avio: avio_ prefix for url_fseekAnton 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-22avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-21avio: avio_ prefixes for get_* functionsAnton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-20avio: rename ByteIOContext to AVIOContext.Anton Khirnov
2011-02-17fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-16fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-01-28Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice.Diego Elio Pettenò
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