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
2012-01-23cafdec: fix regression introduced in c7579ad8e84c5Paul B Mahol
2012-01-23cafdec: replace deprecated get_strz()Paul B Mahol
2011-12-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-12-11lavu: replace int/float punning functionsMans Rullgard
2011-12-01Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-30lavf: make av_set_pts_info private.Anton Khirnov
2011-11-03Do not use strcpy for "strings" starting with \0.Carl Eugen Hoyos
2011-11-03Cosmetics: Reindent after last commit.Carl Eugen Hoyos
2011-11-03Support new ALAC magic cookie in caf files.Carl Eugen Hoyos
2011-10-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-19lavf,lavd: replace av_new_stream->avformat_new_stream part I.Anton Khirnov
2011-10-18Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-10-17lavf: deprecate AVFormatContext.file_sizeAnton Khirnov
2011-09-14[cafdec] Check return value of avio_seek and avoid modifying state if it failsJoakim Plate
2011-07-25Use little endian for caf codec tags.Carl Eugen Hoyos
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 intfloat_readwrite.h in avutil.hMans Rullgard
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-08Remove all uses of now deprecated metadata functions.Anton Khirnov
2011-04-28Move channel chunk reading function to isom.c.Carl Eugen Hoyos
2011-04-23Support channel layout when demuxing caf files.Carl Eugen Hoyos
2011-04-23Extend unknown CAF chunk warning message: Print size.Carl Eugen Hoyos
2011-04-04Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-04avio: introduce an AVIOContext.seekable fieldAnton Khirnov
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: avio_ prefix for url_fsizeAnton Khirnov
2011-03-08avio: deprecate url_feofAnton Khirnov
2011-03-07avio: avio_ prefix for url_fsizeAnton Khirnov
2011-03-06Revert "lavf: deprecate get_strz() in favor of avio_get_str"Michael Niedermayer
2011-03-05avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-05lavf: deprecate get_strz() in favor of avio_get_strAnton Khirnov
2011-03-04avio: add avio_tell macro as a replacement for url_ftellAnton Khirnov
2011-03-04lavf: deprecate get_strz() in favor of avio_get_strAnton 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-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-10-10cafdec: Handle ALAC extradata.Peter Ross
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun