- 05 Apr, 2011 8 commits
-
-
Alexander Strange authored
thread_count passed to ff_thread_init() is only used to set AVCodecContext. thread_count, and can be removed. Instead move it to the legacy implementation of avcodec_thread_init(). This also fixes the problem that calling avcodec_thread_init() with pthreads enabled did not set it since ff1efc52. Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Janne Grunau authored
This reverts commit 36864ac3 since it breaks LATM decoding in ffplay.
-
Konstantin Pavlov authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Alex Converse authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Anton Khirnov authored
-
Anton Khirnov authored
It's not used anywhere internally. Salvage its documentation for ffio_read_seek.
-
Anton Khirnov authored
It's not used anywhere internally. Salvage its documentation for ffio_read_pause.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 04 Apr, 2011 22 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
URLContext.filename should be used directly.
-
Anton Khirnov authored
URLContext.max_packet_size should be used directly.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Martin Storsjö authored
The previous commit didn't do this straight away, to keep the diff slightly simpler.
-
Martin Storsjö authored
This avoids issues where EOF at the end of the segment is given the variant demuxer. Now the demuxers only see one single data stream (as when using the applehttp protocol handler).
-
Martin Storsjö authored
This is a preparation for a restructuring of the demuxer, to minimize the later diff.
-
Young Han Lee authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Anton Khirnov authored
The unbuffered API will be made private and it's not used anywhere internally.
-
Anton Khirnov authored
They're unimplemented and nobody cared to do anything with that for 10 years.
-
Justin Ruggles authored
full-bandwidth channels. This reduces high-frequency artifacts and improves the quality of the lower frequency audio at low bit rates.
-
Justin Ruggles authored
fixes Issue 2674
-
- 03 Apr, 2011 10 commits
-
-
Mans Rullgard authored
This restores the behaviour of running only the builtin regression tests when no path to external samples is given. aa3805a4 inadvertently broke this by always setting SAMPLES to something. Using := makes the ifdef test work as expected when the FATE_SAMPLES environment variable is empty. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The unbuffered URLContext API will be made private, so there's no point in this function being public.
-
Anton Khirnov authored
It doesn't look fit to be a part of the public API. Adding a temporary hack to ffserver to be able to use it, should be cleaned up when somebody is up for it.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
Use it instead of url_is_streamed and AVIOContext.is_streamed.
-