summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-03
|\
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-02
* | Merge commit 'c5b46a064d9991f2cd045c90179fccf35ecffc34'Michael Niedermayer2013-07-29
|\|
| * lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-29
* | Revert "avformat/utils: Close codec context since it is allocated by avformat...Michael Niedermayer2013-07-21
* | avformat/utils: Close codec context since it is allocated by avformat_new_str...Anshul Maheshwari2013-07-21
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-16
|\|
| * lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-15
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-07-10
|\ \
| * | lavf/utils.c: Avoid a null pointer dereference on oom after duration_error al...Carl Eugen Hoyos2013-07-10
* | | avformat/utils: avformat_find_stream_info set value for ret in case of oomPiotr Bandurski2013-07-10
|/ /
* | avformat/utils: avformat_find_stream_info fix a crash in case of oomPiotr Bandurski2013-07-10
* | avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer2013-07-08
* | avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer2013-07-07
* | avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer2013-07-06
* | avformat_find_stream_info: move ret init down from flush codecs.Michael Niedermayer2013-07-02
* | avformat_find_stream_info: Do not consider no streams an error in flush codecsMichael Niedermayer2013-07-02
* | avformat_find_stream_info: try to preserve the error codeMichael Niedermayer2013-07-02
* | av_find_stream_info: initialize retMichael Niedermayer2013-07-02
* | avformat: Print "Consider increasing the value for analzeduration and probesi...Carl Eugen Hoyos2013-07-02
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-29
* | lavf: silence max_analyze_duration warningwm42013-06-26
* | ff_gen_search: fix infinite loopMichael Niedermayer2013-06-18
* | ff_gen_search: fix limitMichael Niedermayer2013-06-18
* | ff_gen_search: make step 64it to prevent hypothetical integer overflowMichael Niedermayer2013-06-18
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-17
|\|
| * avf: move url utility functions in a separate fileLuca Barbato2013-06-16
* | Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'Michael Niedermayer2013-06-16
|\|
| * avf: move ff_write_chained to mux.cLuca Barbato2013-06-16
* | Merge commit '508998f7d5cc61c7ac7b049813b47adc24c6e282'Michael Niedermayer2013-06-16
|\|
| * avf: move riff tags accessors where they belongLuca Barbato2013-06-16
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-16
|\|
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-16
* | Merge commit 'afc8685395e775fe0f2a1698b683aea4afd124af'Michael Niedermayer2013-06-16
|\|
| * avf: split off format register and lookup functionLuca Barbato2013-06-16
* | lavf: show APIC for tta files tooPaul B Mahol2013-06-16
* | audio frame multi-threaded decodingPaul B Mahol2013-06-05
* | Merge commit 'c330eba84cf2370ad72423aa9e410e20afdc52e2'Michael Niedermayer2013-05-28
|\|
| * lavf: preserve side data when parsing packets.Anton Khirnov2013-05-28
* | avformat/utils: Keep internal and external av_read_frame() packets in sync.Dale Curtis2013-05-23
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | Merge commit 'e0f8be6413b6a8d334d6052e610af32935c310af'Michael Niedermayer2013-05-05
|\|
| * avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriateDiego Biurrun2013-05-04
* | Merge remote-tracking branch 'cigaes/master'Michael Niedermayer2013-05-04
|\ \
| * | lavf: filter out AVSEEK_FLAG_BACKWARD in new API.Nicolas George2013-05-04
| * | lavf: call the new seek API from the old.Nicolas George2013-05-04
|/ /
* | Merge commit 'a5f8873620ce502d37d0cc3ef93ada2ea8fb8de7'Michael Niedermayer2013-05-04
|\|
| * silly typo fixesDiego Biurrun2013-05-03
* | avformat: fix orig_pos type to match pkt->posPaul B Mahol2013-04-23