aboutsummaryrefslogtreecommitdiffstats
path: root/libavformat/utils.c
Commit message (Expand)AuthorAgeFilesLines
* lavf: Remove "Adjusting PTS forward" codeMichael Niedermayer2012-12-211-14/+0
* utils: fix duration calculation for strange_duration_example.tsMichael Niedermayer2012-12-191-2/+0
* wrap_timestamp: remove unneeded checkMichael Niedermayer2012-12-161-1/+1
* lavf: fix integer overflowsMichael Niedermayer2012-12-161-3/+3
* lavf: Provide a monotonic timestamp to the outside worldHarald Axmann2012-12-151-10/+113
* lavf: remove unneeded pb checkMichael Niedermayer2012-12-111-1/+1
* lavf: fix memleakMichael Niedermayer2012-12-111-0/+1
* http/utils: rename "demuxer" to mime_typeMichael Niedermayer2012-12-101-3/+3
* http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer2012-12-091-1/+3
* probe: belive protocol content type if set and avoid lengthly probing.Michael Niedermayer2012-12-091-0/+5
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-051-2/+0
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-041-2/+0
* | lavf: compute probe buffer size more reliably.Nicolas George2012-12-041-3/+2
* | lavf: the core rfps code needs 2 durations to estimate rfpsMichael Niedermayer2012-12-041-1/+1
* | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer2012-11-291-0/+31
|\|
| * lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-281-0/+30
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-261-1/+4
|\|
| * lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-261-1/+4
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-231-2/+2
* | Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-201-0/+1
* | Allow use of @ character in username and passwords embedded in URLsGavin Kinsey2012-11-191-4/+5
* | lavf: let av_find_best_stream use bitrate info if availableMarton Balint2012-11-181-3/+10
* | av_probe_input_format3: support NULL as buffer. Fixes null ptr derefMichael Niedermayer2012-11-131-0/+4
* | lavf: Dont compare absolute to relative timestamps in duration gcdMichael Niedermayer2012-11-091-1/+1
* | utils: fix integer overflow with DURATION_MAX_READ_SIZEMichael Niedermayer2012-11-061-1/+1
* | lavf: fix integer overflow in rfps calculationMichael Niedermayer2012-11-011-1/+1
* | utils: fix rounding of micro secondsMichael Niedermayer2012-10-311-2/+3
* | lavf: const correctness for avformat_new_streamPaul B Mahol2012-10-241-1/+1
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-231-2/+21
* | lavf: increase retries to guess duration from pts by 1Michael Niedermayer2012-10-231-1/+1
* | avformat_free_context: allow NULL as argumentMichael Niedermayer2012-10-201-0/+3
* | utils: consider mpeg4 in mp4/mov to have a unreliable timebaseMichael Niedermayer2012-10-161-0/+1
* | lavf: fix fps detection with PAFF H.264Michael Niedermayer2012-10-141-4/+7
* | avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer2012-10-131-2/+1
* | update_initial_timestamps: increase pts_buffer sizeMichael Niedermayer2012-10-121-2/+2
* | lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer2012-10-101-1/+2
* | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer2012-10-101-3/+3
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-101-2/+2
|\|
| * url: Handle relative urls starting with two slashesDuncan Salerno2012-10-091-4/+10
| * url: Handle relative urls being just a new query stringDuncan Salerno2012-10-091-0/+6
| * url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-091-1/+7
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-081-1/+1
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-081-1/+1
* | Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer2012-10-021-697/+5
|\|
| * avformat: split muxing functions from util.cLuca Barbato2012-10-011-517/+6
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-021-3/+4
|\|
| * avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-011-3/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-011-5/+6
|\|
| * avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-011-3/+9
* | lavf: free probe data in case we close before probing finishedMichael Niedermayer2012-09-291-0/+1