- 04 Mar, 2011 3 commits
-
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Reimar Döffinger authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
Fixes issue 2638.
-
- 02 Mar, 2011 7 commits
-
-
Ronald S. Bultje authored
-
Mans Rullgard authored
This moves setting the thread count to a minimum of 1 to frame_thread_init(), allowing a value of zero to propagate through to the codec if frame threading is not used. This makes auto-threads work in libx264. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Martin Storsjö authored
This makes dumped packet timestamps proper for streams with timebases other than AV_TIME_BASE. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
This removes a fixme issue, by allowing the av_pkt_dump functions to use the correct time base. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Martin Storsjö authored
In most cases, s->buf_ptr will be equal to s->buf_end when fill_buffer is called, but this may not always be the case, if we're seeking forward by reading (permitted by the short seek threshold). If fill_buffer is writing to s->buf_ptr instead of s->buf_end (when they aren't equal and s->buf_ptr is ahead of s->buffer), the data between s->buf_ptr and s->buf_end is overwritten, leading to inconsistent buffer content. This could return incorrect data if later seeking back into the area before the current s->buf_ptr. Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 01 Mar, 2011 7 commits
-
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
avio_seek should be used instead Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alexander Strange authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Alexander Strange authored
For intra codecs, ff_thread_finish_setup() is called before decoding starts automatically. However, get_buffer can only be used before it's called, so adding this requirement broke frame threading for them. Fixed by moving the call until after get_buffer is finished. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
- 28 Feb, 2011 1 commit
-
-
Mans Rullgard authored
Although not documented, clang does support the --sysroot flag, and it does the right thing. Use this flag intead of -isysroot which only applies to header file searches, not the linker. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 27 Feb, 2011 2 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
The assembler emits literal pools too far from the load instructions, so we must do it explicitly at a suitable location. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 26 Feb, 2011 2 commits
-
-
Reimar Döffinger authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Mans Rullgard authored
Use the FATE_SAMPLES environment variable if samples location is not set with the --samples configure option or on the make command line. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 25 Feb, 2011 18 commits
-
-
Ronald S. Bultje authored
Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext.
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
decode_init sets bands[0] == 2, so this loop always sets the band table index (k) to zero. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Kyle authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Dave Yeo authored
This causes lxlite to use stdout instead of vioXXX functions. This improves fate and build logs readability. Affects OS/2 only. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
Anton Khirnov authored
it's not used internally anymore and shouldn't be public. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-