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-05-06mov: fix composition timestamps on movie fragments.Yusuke Nakamura
2011-05-04Fix standalone compilation of pipe protocol.Diego Biurrun
2011-05-04Fix standalone compilation of WTV demuxer.Diego Biurrun
2011-05-04matroskaenc: fix memory leakMans Rullgard
2011-05-04Replace strncpy() with av_strlcpy().Alex Converse
2011-05-04asfdec: fix assert failure on invalid filesUoti Urpala
2011-05-04nutenc: check malloc return values.Ronald S. Bultje
2011-05-04nutenc: don't av_malloc(0).Ronald S. Bultje
2011-05-04asfdec: fix parsing of packets that overrun into padding.Ronald S. Bultje
2011-05-03Make ffmpeg support generic data streamLuca Barbato
2011-05-02Replace deprecated FF_*_TYPE symbols with AV_PICTURE_TYPE_*.Stefano Sabatini
2011-04-30lavf: inspect more frames for fps when container time base is coarseAnssi Hannula
2011-04-29Remove some disabled printf debug cruft.Diego Biurrun
2011-04-29Replace some commented-out debug printf() / av_log() messages with av_dlog().Diego Biurrun
2011-04-29avio: Fix the deprecated fallback URL-prefixed open flagsMartin Storsjö
2011-04-28network: Check POLLERR and POLLHUP in ff_network_wait_fdGil Pedersen
2011-04-28mpegtsenc: make PMT PID really start on pmt_start_pidAnton Khirnov
2011-04-28nut format: support PIX_FMT_BGR48LE and PIX_FMT_BGR48BEPeter Ross
2011-04-26Eliminate pointless '#if 1' statements without matching '#else'.Diego Biurrun
2011-04-25read AVI palette from the end of extradataKostya Shishkov
2011-04-24applehttp: Don't export variant_bitrate if it isn't knownMartin Storsjö
2011-04-24crypto: Use av_freep instead of av_freeMartin Storsjö
2011-04-24oggdec: reindent after 8f3eebd6Clément Bœsch
2011-04-24Handle unicode file names on windowsKirill Gavrilov
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-04-23Fix mov debug (u)int64_t format strings.Alex Converse
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-21applehttp: Expose the stream bitrate via metadataMartin Storsjö
2011-04-21error: remove AVERROR_NUMEXPECTEDStefano Sabatini
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-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