Michael Niedermayer
|
3a2c4453f0
avformat/utils: do not wait for packets from discarded streams for genpts
|
10 years ago |
Michael Niedermayer
|
cebad79898
avformat/utils: dont count attached pics toward the probesize
|
11 years ago |
Michael Niedermayer
|
65daa390f8
avformat/utils: do not override pts in h264 when they are provided from the demuxer
|
11 years ago |
Dale Curtis
|
858e06aabe
avformat/utils: Keep internal and external av_read_frame() packets in sync.
|
11 years ago |
Michael Niedermayer
|
e20a019c91
avformat: Fix apics with aac
|
11 years ago |
Michael Niedermayer
|
302d2591dc
ff_get_audio_frame_size: try to fix wma in wav
|
11 years ago |
Michael Niedermayer
|
ff08767817
lavf: Fix codec id forcing with probed codecs
|
11 years ago |
Michael Niedermayer
|
bc1e72c38e
lavf: move force_codec_ids() up
|
11 years ago |
Nicolas George
|
e74cd2f470
lavf: compute probe buffer size more reliably.
|
12 years ago |
Michael Niedermayer
|
7a67a70efa
lavf: free probe data in case we close before probing finished
|
12 years ago |
Michael Niedermayer
|
2e4ec8947d
lavf: fill in past dts based on reordered pts once the delay becomes known.
|
12 years ago |
Michael Niedermayer
|
a8e3815db5
lavf: factorize timestamp shift in update_initial_timestamps()
|
12 years ago |
Michael Niedermayer
|
3ba0dab76a
lavf: Add support offset timestamps on muxing.
|
12 years ago |
Michael Niedermayer
|
299c0b30a6
lavf: fix bug that caused has_decode_delay_been_guessed() to never return !=0
|
12 years ago |
Duncan Salerno
|
4b80a619b7
Handle the following type of relative URL correctly:
|
12 years ago |
Michael Niedermayer
|
46a35959d8
Merge commit '7751e4693dd10ec98c20fbd9887233b575034272'
|
12 years ago |
Clément Bœsch
|
4390f8c28d
Fix two "skiping" typo.
|
12 years ago |
Michael Niedermayer
|
6bcbe768bb
lavf: dont add apic streams for demuxers that dont support it.
|
12 years ago |
Stefano Sabatini
|
bbe9fe469a
lavf/utils: remove loop on AVERROR(EAGAIN) in av_read_frame()
|
12 years ago |
Anton Khirnov
|
9eb296572e
lavf: use a malloced AVFrame in try_decode_frame().
|
12 years ago |
Stefano Sabatini
|
64d340c62a
lavf/utils: add error check in av_read_frame()
|
12 years ago |
Michael Niedermayer
|
21c4393f1c
lavf/find_stream_info: make sure we decode at least one frame for DTS
|
12 years ago |
Michael Niedermayer
|
61a84755a9
lavf: dont open a decoder at the top of find_stream_info before probing has finished
|
12 years ago |
Michael Niedermayer
|
a380f82c53
lavf: allow using request_probe as a score threshold to accept a codec
|
12 years ago |
Michael Niedermayer
|
406cdddbdd
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Anton Khirnov
|
1cc569ddda
lavf: zero data/size of the packet passed to read_packet().
|
12 years ago |
Janne Grunau
|
6746cd7f61
lavf probe: prevent codec probe with no data at all seen
|
12 years ago |
Reimar Döffinger
|
07d2d06395
Remove code that duplicates existing code a few lines down.
|
12 years ago |
Michael Niedermayer
|
f276a490f0
Merge commit '3f7fd59d151a2773f0e2e93e56b6b13ec6e5334b'
|
12 years ago |
Luca Barbato
|
3f7fd59d15
avformat: fix typo in avformat_close_input
|
12 years ago |
Anton Khirnov
|
3b4bb19e63
lavf: flush the output AVIOContext in av_write_trailer().
|
12 years ago |
Anton Khirnov
|
0c270239c2
lavf: cosmetics, reformat av_write_trailer().
|
12 years ago |
Michael Niedermayer
|
f1ca40ee00
Merge remote-tracking branch 'qatar/master'
|
12 years ago |
Michael Niedermayer
|
e2d643efcd
lavf/compute_pkt_fields: only run pts by duration correction if reference ts is available
|
12 years ago |
Luca Barbato
|
44272c1ccc
avformat: refactor avformat_close_input
|
12 years ago |
Luca Barbato
|
4d1f443c3d
avformat: simplify avformat_close_input
|
12 years ago |
Michael Niedermayer
|
062091f87f
compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.
|
12 years ago |
Michael Niedermayer
|
8470e6c96f
lavf/avformat_seek_file: fix harmless integer overflow
|
12 years ago |
Michael Niedermayer
|
41dba453f9
utils/update_stream_timings: fix division by zero
|
12 years ago |
Michael Niedermayer
|
b422e2c58a
compute_pkt_fields: fix harmless integer overflow
|
12 years ago |
Michael Niedermayer
|
8a0118b4b4
ffio_read: dont spam the user at EOF with a truncation error
|
12 years ago |
Stefano Sabatini
|
25f139e72f
lavf/utils: fix typo in has_codec_parameters
|
12 years ago |
Michael Niedermayer
|
a7fbc7d7b7
lavf: factor codec id forcing out
|
12 years ago |
Stefano Sabatini
|
29e972f67c
lavu/parseutils: add av_small_strptime()
|
12 years ago |
Clément Bœsch
|
5620088494
lavf: fix a few typo in some comments.
|
12 years ago |
Clément Bœsch
|
9d9f34a3c1
lavf: remove a few useless AV_NOWARN_DEPRECATED().
|
12 years ago |
Michael Niedermayer
|
19d8954966
find_stream_info: update last_dts more often
|
12 years ago |
Michael Niedermayer
|
12b1512e85
lavf/utils: Try to unwrap pts/dts so as to minimize wraps
|
12 years ago |
Michael Niedermayer
|
254917f078
lavf/utils: run update_initial_timestamps() outside some if()
|
12 years ago |
Clément Bœsch
|
26ec392a0e
lavf: remove unused AVStream pointer.
|
12 years ago |