summaryrefslogtreecommitdiff
path: root/libavformat/utils.c
Commit message (Expand)AuthorAge
* Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4.Carl Eugen Hoyos2013-01-05
* Support more AVC-Intra filesReimar Döffinger2013-01-03
* lavf: add return to silence compiler warningMichael Niedermayer2013-01-03
* Replace references to "que" with the appropriate word.Clément Bœsch2013-01-03
* avformat_seek_file: Dont attempt to rescale INT64_MIN/MAXMichael Niedermayer2013-01-03
* lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see...Michael Niedermayer2013-01-02
* lavf: Fix codec id forcing with probed codecsMichael Niedermayer2013-01-02
* lavf: move force_codec_ids() upMichael Niedermayer2013-01-02
* lavf: Remove "Adjusting PTS forward" codeMichael Niedermayer2012-12-21
* utils: fix duration calculation for strange_duration_example.tsMichael Niedermayer2012-12-19
* wrap_timestamp: remove unneeded checkMichael Niedermayer2012-12-16
* lavf: fix integer overflowsMichael Niedermayer2012-12-16
* lavf: Provide a monotonic timestamp to the outside worldHarald Axmann2012-12-15
* lavf: remove unneeded pb checkMichael Niedermayer2012-12-11
* lavf: fix memleakMichael Niedermayer2012-12-11
* http/utils: rename "demuxer" to mime_typeMichael Niedermayer2012-12-10
* http/utils: move mime -> demuxer maping from http to utilsMichael Niedermayer2012-12-09
* probe: belive protocol content type if set and avoid lengthly probing.Michael Niedermayer2012-12-09
* Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967'Michael Niedermayer2012-12-05
|\
| * Remove pointless #undefs of previously forbidden functions.Anton Khirnov2012-12-04
* | lavf: compute probe buffer size more reliably.Nicolas George2012-12-04
* | lavf: the core rfps code needs 2 durations to estimate rfpsMichael Niedermayer2012-12-04
* | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66'Michael Niedermayer2012-11-29
|\|
| * lavf: add a common function for selecting a pcm codec from parametersJustin Ruggles2012-11-28
* | 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
|\|