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-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-2310l: Add misssing CR/LF.Carl Eugen Hoyos
2011-04-23Support channel layout when demuxing aif files.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-23Fix mov debug (u)int64_t format strings.Alex Converse
2011-04-23Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-23applehttp: Handle AES-128 encrypted streamsMartin Storsjö
2011-04-23Add a protocol handler for AES CBC decryption with PKCS7 paddingMartin Storsjö
2011-04-22Use av_log_ask_for_sample() to request samples from users.Diego Biurrun
2011-04-22Support Canopus SD50 with fourcc "CDV5".Carl Eugen Hoyos
2011-04-22matroskaenc: replace AVERROR_NOTSUPP with AVERROR(EINVAL)Stefano Sabatini
2011-04-22Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-21img2: return AVERROR(EINVAL) in case of invalid filename patternStefano Sabatini
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
2011-04-21Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20avio: fix AVIO_FLAG_READ/WRITE test in ffurl_*.Nicolas George
2011-04-20oggdec: use av_freep() instead of av_free()Michael Niedermayer
2011-04-20avio: Fix sanity checks in ffurl_read*Martin Storsjö
2011-04-20libavformat: Free AVFormatContext->streamsMartin Storsjö
2011-04-20libavformat: Make protocols pass URLContext as log context where availableMartin Storsjö
2011-04-20asf: remove commented out code in asf_read_seekVladimir Pantelic
2011-04-20Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-20oggparsecelt: cosmetic: order lines more logically.Nicolas George
2011-04-20oggparsecelt: call av_set_pts_info unconditionally.Nicolas George
2011-04-19prefer avio_check() over url_exist()Stefano Sabatini
2011-04-19avio: remove AVIO_* access symbols in favor of new AVIO_FLAG_* symbolsStefano Sabatini
2011-04-19lavf: remove misc disabled cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_INDEX_BUILT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_CLASS cruft.Anton Khirnov
2011-04-19lavf: remove FF_API_SYMVER cruftAnton Khirnov
2011-04-19lavf: remove FF_API_FIRST_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARAMETERS_CODEC_ID cruftAnton Khirnov
2011-04-19lavf: remove FF_API_LAVF_UNUSED cruftAnton Khirnov
2011-04-19lavf: remove FF_API_PARSE_FRAME_PARAM cruftAnton Khirnov
2011-04-19lavf: remove FF_API_ALLOC_FORMAT_CONTEXT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_SPLIT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_UDP_GET_FILE cruftAnton Khirnov
2011-04-19lavf: remove FF_API_GUESS_FORMAT cruftAnton Khirnov
2011-04-19lavf: remove FF_API_REGISTER_PROTOCOL cruftAnton Khirnov
2011-04-19lavf: remove FF_API_URL_RESETBUF cruftAnton Khirnov
2011-04-19lavf: remove FF_API_OLD_METADATA cruftAnton Khirnov
2011-04-19lavf: remove FF_API_MAX_STREAMS cruftAnton Khirnov
2011-04-19Ogg: add support for Xiph's CELT (Opus) codec.Nicolas George
2011-04-19Be more verbose when printing the probe result.Carl Eugen Hoyos
2011-04-19Merge commit 'f0a41afd8a37ebe972436fabfa3d289178bbd83b'Michael Niedermayer
2011-04-19In mov and flv muxer, check aac bitstream validity.Baptiste Coudurier