- 02 Nov, 2011 10 commits
-
-
Justin Ruggles authored
fixes memleak with raw gsm demuxing.
-
Justin Ruggles authored
This keeps the streams sychronized. The packets must be interleaved per-DTS.
-
John Brooks authored
Streams from RTSP or SDP that do not match an allowed type will be skipped entirely, which allows video-only or audio-only streaming from servers that provide both. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
Put the new raw GSM demuxer in its own file. Fixes raw GSM demuxing.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Anton Khirnov authored
-
Justin Ruggles authored
This requires some workarounds in the WAV muxer and demuxer. We need to write the correct bits_per_coded_sample and block_align in the muxer. In the demuxer, we cannot rely on the bits_per_coded_sample value, so we use the bit rate and sample rate to determine the value. This avoids having the decoder rely on AVCodecContext.bit_rate, which is not required to be set by the user for decoding according to our API.
-
- 29 Oct, 2011 3 commits
-
-
Justin Ruggles authored
bits_per_coded_sample should be 8. block_align is calculated incorrectly, but it is not needed anyway. packet pts should be calculated in samples. packet duration can be set.
-
Benjamin Larsson authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
This fixes false positives of has_codec_delay_been_guessed() for streams where not every input picture generates an output picture, such as interlaced H264.
-
- 28 Oct, 2011 15 commits
-
-
Alex Converse authored
Restore behavior of identifying files with huge id3 tags as mp3 at AVPROBE_SCORE_MAX/4. This was broken in r25378 and subsequently removed in r25929.
-
Alex Converse authored
This only encourages our users to put id3v2 tags on non-mp3 files to opt into extension based probing.
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Alex Converse authored
-
Anton Khirnov authored
-
Janne Grunau authored
-
Janne Grunau authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Specifically av_update_cur_dts(), av_seek_frame_binary() and av_gen_search(). They are not supposed to be called outside lavf.
-
- 27 Oct, 2011 1 commit
-
-
Janne Grunau authored
-
- 25 Oct, 2011 4 commits
-
-
Justin Ruggles authored
-
Anton Khirnov authored
It's only used in avconv, so it properly belongs to OutputStream struct there.
-
Anton Khirnov authored
-
Anton Khirnov authored
Deprecate AVFormatContext.preload.
-
- 23 Oct, 2011 1 commit
-
-
Michael Karcher authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 22 Oct, 2011 2 commits
-
-
Michael Karcher authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Anton Khirnov authored
-
- 21 Oct, 2011 4 commits
-
-
Reimar Döffinger authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
It's only used in the JACK device. Fixes linking shared lavd with JACK enabled.
-
Raivo Hool authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Raivo Hool authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-