| Commit message (Expand) | Author | Age | Files | Lines |
* | lavf: add seek2any to allow forcing seeking to non keyframes via AVOptions | Michael Niedermayer | 2013-02-07 | 1 | -0/+3 |
* | lavf/utils: provide feedback in case of invalid probe size | Stefano Sabatini | 2013-01-19 | 1 | -0/+2 |
* | Add a new function av_codec_get_tag2(). | Carl Eugen Hoyos | 2013-01-17 | 1 | -2/+17 |
* | lavf/utils: clarify/extend messages in avformat_find_stream_info() | Stefano Sabatini | 2013-01-13 | 1 | -2/+2 |
* | lavf: use avpriv_find_pix_fmt instead of ff_ | Michael Niedermayer | 2013-01-12 | 1 | -1/+1 |
* | lavf/utils: more complete dts checks | Michael Niedermayer | 2013-01-08 | 1 | -1/+2 |
* | ff_get_audio_frame_size: try to fix wma in wav | Michael Niedermayer | 2013-01-06 | 1 | -0/+7 |
* | Fix AVCI50 SPS to specify a SAR of 4:3 instead of 3:4. | Carl Eugen Hoyos | 2013-01-05 | 1 | -2/+2 |
* | Support more AVC-Intra files | Reimar Döffinger | 2013-01-03 | 1 | -0/+95 |
* | lavf: add return to silence compiler warning | Michael Niedermayer | 2013-01-03 | 1 | -0/+1 |
* | Replace references to "que" with the appropriate word. | Clément Bœsch | 2013-01-03 | 1 | -2/+2 |
* | avformat_seek_file: Dont attempt to rescale INT64_MIN/MAX | Michael Niedermayer | 2013-01-03 | 1 | -2/+2 |
* | lavf: move stream==-1 handling from ff_subtitles_queue_seek() to avformat_see... | Michael Niedermayer | 2013-01-02 | 1 | -0/+12 |
* | lavf: Fix codec id forcing with probed codecs | Michael Niedermayer | 2013-01-02 | 1 | -0/+1 |
* | lavf: move force_codec_ids() up | Michael Niedermayer | 2013-01-02 | 1 | -15/+15 |
* | lavf: Remove "Adjusting PTS forward" code | Michael Niedermayer | 2012-12-21 | 1 | -14/+0 |
* | utils: fix duration calculation for strange_duration_example.ts | Michael Niedermayer | 2012-12-19 | 1 | -2/+0 |
* | wrap_timestamp: remove unneeded check | Michael Niedermayer | 2012-12-16 | 1 | -1/+1 |
* | lavf: fix integer overflows | Michael Niedermayer | 2012-12-16 | 1 | -3/+3 |
* | lavf: Provide a monotonic timestamp to the outside world | Harald Axmann | 2012-12-15 | 1 | -10/+113 |
* | lavf: remove unneeded pb check | Michael Niedermayer | 2012-12-11 | 1 | -1/+1 |
* | lavf: fix memleak | Michael Niedermayer | 2012-12-11 | 1 | -0/+1 |
* | http/utils: rename "demuxer" to mime_type | Michael Niedermayer | 2012-12-10 | 1 | -3/+3 |
* | http/utils: move mime -> demuxer maping from http to utils | Michael Niedermayer | 2012-12-09 | 1 | -1/+3 |
* | probe: belive protocol content type if set and avoid lengthly probing. | Michael Niedermayer | 2012-12-09 | 1 | -0/+5 |
* | Merge commit 'cb45553f577f8e0ebfe05d3287e1b6fa5859b967' | Michael Niedermayer | 2012-12-05 | 1 | -2/+0 |
|\ |
|
| * | Remove pointless #undefs of previously forbidden functions. | Anton Khirnov | 2012-12-04 | 1 | -2/+0 |
* | | lavf: compute probe buffer size more reliably. | Nicolas George | 2012-12-04 | 1 | -3/+2 |
* | | lavf: the core rfps code needs 2 durations to estimate rfps | Michael Niedermayer | 2012-12-04 | 1 | -1/+1 |
* | | Merge commit '5c7bf2dddee5bdfa247ff0d57cb8a37d19077f66' | Michael Niedermayer | 2012-11-29 | 1 | -0/+31 |
|\| |
|
| * | lavf: add a common function for selecting a pcm codec from parameters | Justin Ruggles | 2012-11-28 | 1 | -0/+30 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-11-26 | 1 | -1/+4 |
|\| |
|
| * | lavf: avoid integer overflow in ff_compute_frame_duration() | Janne Grunau | 2012-11-26 | 1 | -1/+4 |
* | | replace av_log(0, by av_log(NULL, | Michael Niedermayer | 2012-11-23 | 1 | -2/+2 |
* | | Add -skip_initial_bytes option. | Carl Eugen Hoyos | 2012-11-20 | 1 | -0/+1 |
* | | Allow use of @ character in username and passwords embedded in URLs | Gavin Kinsey | 2012-11-19 | 1 | -4/+5 |
* | | lavf: let av_find_best_stream use bitrate info if available | Marton Balint | 2012-11-18 | 1 | -3/+10 |
* | | av_probe_input_format3: support NULL as buffer. Fixes null ptr deref | Michael Niedermayer | 2012-11-13 | 1 | -0/+4 |
* | | lavf: Dont compare absolute to relative timestamps in duration gcd | Michael Niedermayer | 2012-11-09 | 1 | -1/+1 |
* | | utils: fix integer overflow with DURATION_MAX_READ_SIZE | Michael Niedermayer | 2012-11-06 | 1 | -1/+1 |
* | | lavf: fix integer overflow in rfps calculation | Michael Niedermayer | 2012-11-01 | 1 | -1/+1 |
* | | utils: fix rounding of micro seconds | Michael Niedermayer | 2012-10-31 | 1 | -2/+3 |
* | | lavf: const correctness for avformat_new_stream | Paul B Mahol | 2012-10-24 | 1 | -1/+1 |
* | | lavf: fix duration estimation for multi program TS | Michael Niedermayer | 2012-10-23 | 1 | -2/+21 |
* | | lavf: increase retries to guess duration from pts by 1 | Michael Niedermayer | 2012-10-23 | 1 | -1/+1 |
* | | avformat_free_context: allow NULL as argument | Michael Niedermayer | 2012-10-20 | 1 | -0/+3 |
* | | utils: consider mpeg4 in mp4/mov to have a unreliable timebase | Michael Niedermayer | 2012-10-16 | 1 | -0/+1 |
* | | lavf: fix fps detection with PAFF H.264 | Michael Niedermayer | 2012-10-14 | 1 | -4/+7 |
* | | avio: redesign ffio_rewind_with_probe_data() | Michael Niedermayer | 2012-10-13 | 1 | -2/+1 |
* | | update_initial_timestamps: increase pts_buffer size | Michael Niedermayer | 2012-10-12 | 1 | -2/+2 |