summaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-09-081-3/+6
|\
| * lavf: fix the comparison in an overflow checkAnton Khirnov2013-09-071-1/+1
* | avformat: make avformat_close_input() more tolerant.Clément Bœsch2013-09-041-2/+8
* | avformat/utils: assert position monotonicity in ff_find_last_ts()Michael Niedermayer2013-09-041-0/+1
* | avformat/utils: Fix bitrate overflow checkMichael Niedermayer2013-09-031-6/+3
* | Merge commit 'df33a58e5311ee9a64a573889b883a80e981af7b'Michael Niedermayer2013-09-031-2/+7
|\ \ | |/
| * lavf: avoid integer overflow when estimating bitrateAnton Khirnov2013-09-021-2/+7
* | Merge commit 'fab694dd3931b1c0bc3c598c3f88b1902c14a303'Michael Niedermayer2013-09-031-2/+2
|\ \ | |/
| * lavf: move a variable declaration to the block where it's usedAnton Khirnov2013-09-021-2/+2
* | avformat/utils: fix duration_fields calculation when need_parsing=0Michael Niedermayer2013-09-011-1/+1
* | avformat/utils: fix av_probe_input_buffer2() so it returns the probe scoreMichael Niedermayer2013-08-291-2/+3
* | avformat: export probe scoreMichael Niedermayer2013-08-281-4/+19
* | avformat: move PROBE_BUF_M* to internal.hMichael Niedermayer2013-08-261-4/+0
* | Remove FF_API_PKT_DUMP cruft. Not compiled since libavformat 54.Alexis Ballier2013-08-131-16/+0
* | Integrate accessors.h header into internal.hReimar Döffinger2013-08-101-1/+0
* | Reduce MAKE_ACCESSORS code duplication via a new header.Reimar Döffinger2013-08-081-4/+1
* | avformat/utils: fix memleak with nobufferMichael Niedermayer2013-08-071-3/+3
* | Merge commit '7950e519bb094897f957b9a9531cc60ba46cbc91'Michael Niedermayer2013-08-031-0/+3
|\ \ | |/
| * Disable deprecation warnings for cases where a replacement is availableDiego Biurrun2013-08-021-0/+3
* | Merge commit 'c5b46a064d9991f2cd045c90179fccf35ecffc34'Michael Niedermayer2013-07-291-1/+3
|\ \ | |/
| * lavf: Don't interpret just slightly broken timestamps as wraparoundMichael Niedermayer2013-07-291-2/+3
* | Revert "avformat/utils: Close codec context since it is allocated by avformat...Michael Niedermayer2013-07-211-3/+0
* | avformat/utils: Close codec context since it is allocated by avformat_new_str...Anshul Maheshwari2013-07-211-0/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-07-161-0/+3
|\ \ | |/
| * lavf: Make sure avg_frame_rate can be calculated without integer overflowMartin Storsjö2013-07-151-0/+3
* | Merge remote-tracking branch 'cehoyos/master'Michael Niedermayer2013-07-101-0/+2
|\ \
| * | lavf/utils.c: Avoid a null pointer dereference on oom after duration_error al...Carl Eugen Hoyos2013-07-101-0/+2
* | | avformat/utils: avformat_find_stream_info set value for ret in case of oomPiotr Bandurski2013-07-101-1/+3
|/ /
* | avformat/utils: avformat_find_stream_info fix a crash in case of oomPiotr Bandurski2013-07-101-0/+2
* | avformat_find_stream_info: fallback to timestamps in analyzeduration check in...Michael Niedermayer2013-07-081-4/+1
* | avformat_find_stream_info: use fps_dts as last resort to determine durationMichael Niedermayer2013-07-071-0/+9
* | avformat/utils: factor ff_find_last_ts() out of ff_gen_search()Michael Niedermayer2013-07-061-24/+39
* | avformat_find_stream_info: move ret init down from flush codecs.Michael Niedermayer2013-07-021-2/+2
* | avformat_find_stream_info: Do not consider no streams an error in flush codecsMichael Niedermayer2013-07-021-1/+1
* | avformat_find_stream_info: try to preserve the error codeMichael Niedermayer2013-07-021-0/+1
* | av_find_stream_info: initialize retMichael Niedermayer2013-07-021-1/+1
* | avformat: Print "Consider increasing the value for analzeduration and probesi...Carl Eugen Hoyos2013-07-021-12/+15
* | cosmetics: Fix "dont" "wont" "doesnt" typosTimothy Gu2013-06-291-1/+1
* | lavf: silence max_analyze_duration warningwm42013-06-261-1/+1
* | ff_gen_search: fix infinite loopMichael Niedermayer2013-06-181-1/+1
* | ff_gen_search: fix limitMichael Niedermayer2013-06-181-1/+3
* | ff_gen_search: make step 64it to prevent hypothetical integer overflowMichael Niedermayer2013-06-181-1/+1
* | Merge commit 'df9f22d42b0905385629a9d368bb5a1eef2b45ef'Michael Niedermayer2013-06-171-113/+0
|\ \ | |/
| * avf: move url utility functions in a separate fileLuca Barbato2013-06-161-113/+0
* | Merge commit '12db891dcd57b305d6e3c1e22ea8204dc26edda1'Michael Niedermayer2013-06-161-22/+0
|\ \ | |/
| * avf: move ff_write_chained to mux.cLuca Barbato2013-06-161-18/+0
* | Merge commit '508998f7d5cc61c7ac7b049813b47adc24c6e282'Michael Niedermayer2013-06-161-9/+0
|\ \ | |/
| * avf: move riff tags accessors where they belongLuca Barbato2013-06-161-9/+0
* | Merge commit 'ec7c51c7868d3ccc66b5cc38bf126258b94f086c'Michael Niedermayer2013-06-161-54/+0
|\ \ | |/
| * avf: move ff_http_match_no_proxy to networkLuca Barbato2013-06-161-54/+0
OpenPOWER on IntegriCloud