- 02 Jan, 2012 1 commit
-
-
Diego Biurrun authored
-
- 01 Jan, 2012 3 commits
-
-
Janne Grunau authored
The fate-h264-bsf-mp4toannexb failures were caused by an integer overflow of the unneeded multiplication. Inspired by patch by: Michael Niedermayer <michaelni@gmx.at>
-
Reimar Döffinger authored
None of the raw audio files have timestamps, thus setting start_time to 0 should be reasonable. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Carl Eugen Hoyos authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 31 Dec, 2011 1 commit
-
-
Janne Grunau authored
-
- 29 Dec, 2011 3 commits
-
-
Andrey Utkin authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This is mandated in draft-pantos-http-live-streaming-07, section 6.3.4. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Andrey Utkin authored
According to draft-pantos-http-live-streaming-07, 6.3.4, the duration of the last media segment in the playlist should be used as initial minimum reload delay. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 28 Dec, 2011 3 commits
-
-
Jindřich Makovička authored
With the current default PES packet size, and very small audio bitrates, audio packet duration gets too long. For players, which wait for a whole audio packet (or more) it takes a very long time to start playing sound. For 24kbps audio, one PES packet is about 1 second long. On Motorola STBs, we observe about 3 second delay before the playback starts with the default setting. Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Jindřich Makovička authored
Do not assume the audio packets being always smaller than DEFAULT_PES_PAYLOAD_SIZE. Signed-off-by:
Jindřich Makovička <makovick@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Paul B Mahol authored
Signed-off-by:
Paul B Mahol <onemda@gmail.com> Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
- 22 Dec, 2011 4 commits
-
-
Diego Biurrun authored
The muxer depends on the id3v2 writing code, so link against it.
-
Diego Biurrun authored
The demuxer depends on the RIFF codec tags code, so link against it.
-
Diego Biurrun authored
The demuxer depends on code from mov.c, which in turn depends on code from mov_chan.c, so link against it.
-
Alex Converse authored
The 'fiel' atoms can be found in H.264 tracks clobbering the extradata. MJPEG supports non field based extradata, and this data should be preserved when copying.
-
- 21 Dec, 2011 11 commits
-
-
Justin Ruggles authored
fixes memleak of side data
-
Justin Ruggles authored
This fixes demuxing of file where the first packet is not audio. Such files are generated by our idroq muxer. It also fixes demuxing of audio only idroq files.
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Compared to just overwriting the old extradata, this has the advantage of letting the decoder know exactly when the extradata changed (otherwise it is changed immediately when the new extradata packet is demuxed, even if there's old queued packets awaiting to be decoded). This makes it easier for decoders to actually react to the change, so they won't have to inspect the extradata for each packet to see if it might have changed. This works when sequentially playing a file with sample rate changes, but if seeking past a new extradata packet in the file, it obviously doesn't work properly. That case doesn't work in flash player either, so it's probably ok not to handle it. Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Paul B Mahol authored
Signed-off-by:
Justin Ruggles <justin.ruggles@gmail.com>
-
Tomas Härdin authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Tomas Härdin authored
This fixes playback of BRD38772509.mxf. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Daniel Kristjansson authored
Support Main Profile at High 1440 Level in MXF container, using essence coding label from SMPTE RDD 9, table 6. Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Baptiste Coudurier authored
Signed-off-by:
Janne Grunau <janne-libav@jannau.net>
-
Sergey Radionov authored
Fixed "ISO C90 forbids mixed declarations and code" in ff_network_init Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
- 20 Dec, 2011 4 commits
-
-
Luca Barbato authored
Signed-off-by:
Luca Barbato <lu_zero@gentoo.org>
-
Diego Biurrun authored
-
Alex Converse authored
timestamp_len and timestamp_res intialize to zero.
-
Alex Converse authored
This was an error rebasing 4682a1dc for commit. The "pes" variable guaranteed to be NULL in that block.
-
- 19 Dec, 2011 2 commits
-
-
Luca Barbato authored
It holds the size of the current payload.
-
Luca Barbato authored
It behaves similarly to image2 muxer
-
- 18 Dec, 2011 4 commits
-
-
Anton Khirnov authored
Fixes avformat_find_stream_info() on streams with number of frames < thread count.
-
Michael Karcher authored
Signed-off-by:
Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
- 16 Dec, 2011 1 commit
-
-
Vladimir Pantelic authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
- 15 Dec, 2011 3 commits
-
-
Alex Converse authored
-
Martin Storsjö authored
Signed-off-by:
Martin Storsjö <martin@martin.st>
-
Shitiz Garg authored
Audio header information might get scrambled and would not parse, yet wsqva_read_packet would try to parse audio packets causing segfaults such as floating point exception. Fixes bugzilla #141. Signed-off-by:
Martin Storsjö <martin@martin.st>
-