- 03 Mar, 2011 8 commits
-
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 99bbc781)
-
Baptiste Coudurier authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit fffdee89)
-
Anton Khirnov authored
avio_seek should be used instead Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 0300db8a)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e356fc57)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 6b4aa5da)
-
Alexander Strange authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 76d8846c)
-
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> (cherry picked from commit ad9791e1)
-
Michael Niedermayer authored
-
- 02 Mar, 2011 2 commits
-
-
Carl Eugen Hoyos authored
-
Carl Eugen Hoyos authored
__ICC is not supported on all platforms, this is an Intel documentation bug that is supposed to be fixed in a future release. (Intel issue 612289)
-
- 01 Mar, 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> (cherry picked from commit 00ba041c)
-
- 28 Feb, 2011 2 commits
-
-
Baptiste Coudurier authored
-
Baptiste Coudurier authored
is already queued. Fix issue #2624.
-
- 27 Feb, 2011 4 commits
-
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 0b32da90)
-
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> (cherry picked from commit 8b454c35)
-
Reimar Döffinger authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 52b3cc60)
-
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> (cherry picked from commit aa3805a4)
-
- 26 Feb, 2011 23 commits
-
-
Ronald S. Bultje authored
Replace put_tag() with ffio_wfourcc() and ByteIOContext with AVIOContext. (cherry picked from commit 13ff92d1)
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit d184c86c)
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit 77d207cb)
-
Maksym Veremeyenko authored
Signed-off-by: Luca Barbato <lu_zero@gentoo.org> (cherry picked from commit ea1afa12)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit e211e255)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 588a3ffd)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit ccfcddb3)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 8a8c283e)
-
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> (cherry picked from commit a304def1)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 582ac86d)
-
Peter Ross authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit f0ca29eb)
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 8997bb88)
-
Kyle authored
Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 04973f80)
-
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> (cherry picked from commit cc4e9d2a)
-
Anton Khirnov authored
it's not used internally anymore and shouldn't be public. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 61840b43)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit bbc413f9)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 99f42c27)
-
Anton Khirnov authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 0abdb293)
-
Anssi Hannula authored
This avoids the core substream extensions scan when the EXT_AUDIO_ID field indicates no extensions or only unsupported extensions. The scan is done only if the value of EXT_AUDIO_ID is unknown or indicates a present XCh extension which we can decode. Signed-off-by: Mans Rullgard <mans@mansr.com> (cherry picked from commit 7e06e0ed)
-
Justin Ruggles authored
There is no need to expand to 16-bits. Just use memcpy() to copy the raw data. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1108f899)
-
Justin Ruggles authored
vmdaudio: remove unnecessary fields from VmdAudioContext and use the corresponding AVCodecContext fields instead. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 2ec7862d)
-
Justin Ruggles authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1e86d685)
-
Justin Ruggles authored
vmdaudio: simplify vmdaudio_decode_frame() by handling block_type first, then making a single call to vmdaudio_loadsound(). This also adds output buffer size checks for AUDIO and SILENCE block types. Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com> (cherry picked from commit 1574eff3)
-