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
2013-07-08avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer
2013-07-07avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer
2013-07-07avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer
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
2013-06-29cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu
2013-06-26lavf: silence max_analyze_duration warningwm4
2013-06-19ff_gen_search: fix infinite loopMichael Niedermayer
2013-06-18ff_gen_search: fix limitMichael Niedermayer
2013-06-18ff_gen_search: make step 64it to prevent hypothetical integer overflowMichael Niedermayer
2013-06-17Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer
2013-06-17Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'Michael Niedermayer
2013-06-17Merge commit '508998f7d5cc61c7ac7b049813b47adc24c6e282'Michael Niedermayer
2013-06-17Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer
2013-06-17Merge commit 'afc8685395e775fe0f2a1698b683aea4afd124af'Michael Niedermayer
2013-06-16lavf: show APIC for tta files tooPaul B Mahol
2013-06-16avf: move url utility functions in a separate fileLuca Barbato
2013-06-16avf: move ff_write_chained to mux.cLuca Barbato
2013-06-16avf: move riff tags accessors where they belongLuca Barbato
2013-06-16avf: move ff_http_match_no_proxy to networkLuca Barbato
2013-06-16avf: split off format register and lookup functionLuca Barbato
2013-06-06audio frame multi-threaded decodingPaul B Mahol
2013-05-28Merge commit 'c330eba84cf2370ad72423aa9e410e20afdc52e2'Michael Niedermayer
2013-05-28lavf: preserve side data when parsing packets.Anton Khirnov
2013-05-23avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis
2013-05-16Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer
2013-05-16Remove commented-out debug #define cruftDiego Biurrun
2013-05-05Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer
2013-05-04avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun
2013-05-04Merge remote-tracking branch 'cigaes/master'Michael Niedermayer
2013-05-04lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George
2013-05-04lavf: call the new seek API from the old.Nicolas George
2013-05-04Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer
2013-05-03silly typo fixesDiego Biurrun
2013-04-23avformat: fix orig_pos type to match pkt->posPaul B Mahol
2013-04-19avformat: change seeking index consistency asserts to av_assertsMichael Niedermayer
2013-04-19avformat: Dont stop probing before the whole id3 tag is readMichael Niedermayer
2013-04-04Merge commit 'dbb1425811a672eddf4acf0513237cdf20f83756'Michael Niedermayer
2013-04-04lavf: make sure stream probe data gets freed.Anton Khirnov
2013-04-04avformat: Add a mechanism to allow demuxers to detect byte based seeking.Michael Niedermayer
2013-04-02avformat: fix atomatic format selection for (s)segmentMichael Niedermayer
2013-03-30Do not show "Estimating duration from bitrate" warning if no duration was est...Carl Eugen Hoyos
2013-03-29ffmpeg/avformat: factor av_guess_frame_rate() outMichael Niedermayer
2013-03-28estimate_timings_from_bit_rate: Check timebase and bitrateMichael Niedermayer
2013-03-28avformat: change some seeking related assert to av_assertsMichael Niedermayer
2013-03-20avformat: Fix infinite probing that reads the whole fileMichael Niedermayer
2013-03-20av_find_stream_info: change read_size to 64bitMichael Niedermayer