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
2013-07-08avformat/mov: read stream bitrates from isml manifestAlexandre Sicard
2013-07-08mp3dec: detect CBR and use CBR axiom to seekMichael Niedermayer
2013-07-08Merge commit 'f054e309c58894450a5d18cce9799ef58aab9f14'Michael Niedermayer
2013-07-08Merge commit '21732063a346475eb22c332b27e8216b79f9ad4a'Michael Niedermayer
2013-07-08avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer
2013-07-08westwood_vqa: do not free extradata on error in read_headerLuca Barbato
2013-07-07movenc: K&R formatting cosmeticsMartin Storsjö
2013-07-07Makefile: Remove stray tabsMichael Niedermayer
2013-07-07yuv4mpeg: Correctly round chroma up for odd luma sizesRonald S. Bultje
2013-07-07rmdec: Use the AVIOContext given as parameter in rm_read_metadata()Michael Niedermayer
2013-07-07avio: Handle AVERROR_EOF in the same way as the return value 0Michael Niedermayer
2013-07-07wtv: Mark attachment with a negative stream idLuca Barbato
2013-07-07mmsh: reimplement seekingMichael Niedermayer
2013-07-07avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer
2013-07-07avformat/mp3dec: read TOC even if not all needed information is availableMichael Niedermayer
2013-07-07avformat/mp3dec: read xing toc independant of usetoc, only skip filling index...Michael Niedermayer
2013-07-07avformat/Makefile: remove stray tabMichael Niedermayer
2013-07-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-07-07Merge commit '6516632967da5e6bd7d6136e8678f826669ed26e'Michael Niedermayer
2013-07-07avformat/mov: Fix duration of fragmented movMichael Niedermayer
2013-07-07oggparseskeleton: avoid header parsing failureMichael Niedermayer
2013-07-07nutdec: use ff_find_last_ts()Michael Niedermayer
2013-07-07avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer
2013-07-06tests: Only run noproxy test if networking is enabledDiego Biurrun
2013-07-06replace some deprecated definesPaul B Mahol
2013-07-06oggparseskeleton: Replace avpriv_report_missing_feature() with a normal av_lo...James Almer
2013-07-06oggparseskeleton: Fix fisbone header parsingJames Almer
2013-07-06avformat/mp3dec: Add usetoc option to allow dlsabling the use of the xing TOCMichael Niedermayer
2013-07-06tcp: Use a default timeout of 5 sec for opening a connection but not for rece...Michael Niedermayer
2013-07-06ff_network_wait_fd_timeout: do not break with timeout < 0Michael Niedermayer
2013-07-06tcp: Fix the default timeoutMichael Niedermayer
2013-07-06avformat/avidec: Fix incorrect detection of badly interleaved aviNigel Touati-Evans
2013-07-05mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer
2013-07-05lavf: fix documentation for avoid_negative_tsStefano Sabatini
2013-07-05avformat/movenc: allow negative TS for the ipod muxerMichael Niedermayer
2013-07-04lavf/movenc: check ff_mov_init_hinting() returnMatthieu Bouron
2013-07-04mpegts: use ffio_ensure_seekback()Michael Niedermayer
2013-07-04avformat/aviobuf: Add ffio_ensure_seekback()Michael Niedermayer
2013-07-04avformat: Append data in fill_buffer() when possibleMichael Niedermayer
2013-07-04avformat/http: support relative url redirectionZhang Rui
2013-07-04avformat/h261dec: use init_get_bits8()Michael Niedermayer
2013-07-04riff: remove invalid fourcc 'exr 'Paul B Mahol
2013-07-03lavf/movenc: fix writing of some iTunes metadata tagMatthieu Bouron
2013-07-03avformat/matroskaenc: Allow VP9 and Opus in webmTudor Suciu
2013-07-02lavf: add support for libgmewm4
2013-07-02avformat_find_stream_info: move ret init down from flush codecs.Michael Niedermayer
2013-07-02avformat_find_stream_info: Do not consider no streams an error in flush codecsMichael Niedermayer
2013-07-02avformat_find_stream_info: try to preserve the error codeMichael Niedermayer
2013-07-02av_find_stream_info: initialize retMichael Niedermayer
2013-07-02avformat: Print "Consider increasing the value for analzeduration and probesi...Carl Eugen Hoyos