summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-11-26
|\
| * lavf: avoid integer overflow in ff_compute_frame_duration()Janne Grunau2012-11-26
* | replace av_log(0, by av_log(NULL,Michael Niedermayer2012-11-23
* | Add -skip_initial_bytes option.Carl Eugen Hoyos2012-11-20
* | Allow use of @ character in username and passwords embedded in URLsGavin Kinsey2012-11-19
* | lavf: let av_find_best_stream use bitrate info if availableMarton Balint2012-11-18
* | av_probe_input_format3: support NULL as buffer. Fixes null ptr derefMichael Niedermayer2012-11-13
* | lavf: Dont compare absolute to relative timestamps in duration gcdMichael Niedermayer2012-11-09
* | utils: fix integer overflow with DURATION_MAX_READ_SIZEMichael Niedermayer2012-11-06
* | lavf: fix integer overflow in rfps calculationMichael Niedermayer2012-11-01
* | utils: fix rounding of micro secondsMichael Niedermayer2012-10-31
* | lavf: const correctness for avformat_new_streamPaul B Mahol2012-10-24
* | lavf: fix duration estimation for multi program TSMichael Niedermayer2012-10-23
* | lavf: increase retries to guess duration from pts by 1Michael Niedermayer2012-10-23
* | avformat_free_context: allow NULL as argumentMichael Niedermayer2012-10-20
* | utils: consider mpeg4 in mp4/mov to have a unreliable timebaseMichael Niedermayer2012-10-16
* | lavf: fix fps detection with PAFF H.264Michael Niedermayer2012-10-14
* | avio: redesign ffio_rewind_with_probe_data()Michael Niedermayer2012-10-13
* | update_initial_timestamps: increase pts_buffer sizeMichael Niedermayer2012-10-12
* | lavf: do not prematurely accept a format with low score in init_input()Michael Niedermayer2012-10-10
* | lavf: add a AVPROBE_SCORE_RETRY instead of using hardcoded values.Michael Niedermayer2012-10-10
* | Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer2012-10-10
|\|
| * url: Handle relative urls starting with two slashesDuncan Salerno2012-10-09
| * url: Handle relative urls being just a new query stringDuncan Salerno2012-10-09
| * url: Don't treat slashes in query parameters as directory separatorsDuncan Salerno2012-10-09
* | Merge commit '716d413c13981da15323c7a3821860536eefdbbb'Michael Niedermayer2012-10-08
|\|
| * Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormatAnton Khirnov2012-10-08
* | Merge commit '55f9037f38bc3beacb2f5a17408c1d24c077d7fd'Michael Niedermayer2012-10-02
|\|
| * avformat: split muxing functions from util.cLuca Barbato2012-10-01
* | Merge commit 'fd41cb43702498948ff14ba8c284fd5c15fc729d'Michael Niedermayer2012-10-02
|\|
| * avformat: const correctness for av_hex_dump / av_hex_dump_logDiego Biurrun2012-10-01
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-01
|\|
| * avformat: Convert some commented-out printf/av_log instances to av_dlogDiego Biurrun2012-10-01
* | lavf: free probe data in case we close before probing finishedMichael Niedermayer2012-09-29
* | lavf: fill in past dts based on reordered pts once the delay becomes known.Michael Niedermayer2012-09-26
* | lavf: factorize timestamp shift in update_initial_timestamps()Michael Niedermayer2012-09-26
* | lavf: Add support offset timestamps on muxing.Michael Niedermayer2012-09-26
* | lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0Michael Niedermayer2012-09-26
* | Handle the following type of relative URL correctly:Duncan Salerno2012-09-26
* | Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'Michael Niedermayer2012-09-25
|\|
| * lavf: use a malloced AVFrame in try_decode_frame().Anton Khirnov2012-09-24
* | Fix two "skiping" typo.Clément Bœsch2012-09-25
* | lavf: dont add apic streams for demuxers that dont support it.Michael Niedermayer2012-09-25
* | lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()Stefano Sabatini2012-09-24
* | lavf/utils: add error check in av_read_frame()Stefano Sabatini2012-09-24
* | lavf/find_stream_info: make sure we decode at least one frame for DTSMichael Niedermayer2012-09-23
* | lavf: dont open a decoder at the top of find_stream_info before probing has f...Michael Niedermayer2012-09-23
* | lavf: allow using request_probe as a score threshold to accept a codecMichael Niedermayer2012-09-23
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-09-21
|\|
| * lavf: zero data/size of the packet passed to read_packet().Anton Khirnov2012-09-21