- 25 Oct, 2011 6 commits
-
-
Anton Khirnov authored
Deprecate AVFormatContext.preload.
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
-
Janne Grunau authored
audio_resample can not reduce the number of channels
-
Janne Grunau authored
-
- 24 Oct, 2011 1 commit
-
-
Mans Rullgard authored
This avoids warnings from the overflow checker and simplifies the code. Signed-off-by: Mans Rullgard <mans@mansr.com>
-
- 23 Oct, 2011 14 commits
-
-
Janne Grunau authored
During slice threading only MpegEncContext is passed to mpeg_decode_slice, remove a wrong cast and change the function definition to take MpegEncContext pointer.
-
Janne Grunau authored
This reverts commit da22ba7d since it broke slice threading. Slice threading just duplicates MpegEncContext so every value used during mpeg_decode_slice has to be in it. A second patch will fix the illusion that Mpeg1Context is available in mpeg_decode_slice.
-
Michael Karcher authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Ronald S. Bultje authored
This fixes assembling using "nasm".
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
John Stebbins authored
for example: Attempting to set ac3 dsur_mode to "on" results in: [AC-3 Encoder @ 0x7f508f0a3280] Value 2.000000 for parameter 'dsur_mode' out of range [AC-3 Encoder @ 0x7f508f0a3280] Error setting option dsur_mode to value on. Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
-
Anton Khirnov authored
It's not used anywhere else.
-
Anton Khirnov authored
It's MPEG-1/2 specific.
-
Anton Khirnov authored
It's MPEG-1 specific.
-
Anton Khirnov authored
It will be used in vdpau code.
-
Anton Khirnov authored
-
- 22 Oct, 2011 16 commits
-
-
Michael Karcher authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Mashiat Sarker Shakkhar authored
The code was mistakenly removed in cad16562. It stored some motion vector data for future use in B-pictures. This fixes Bugzilla bug #57. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Anton Khirnov authored
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
Also implement MMX/MMX2 versions and SSE4 versions.
-
Kieran Kunhya authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Ronald S. Bultje authored
-
Ronald S. Bultje authored
-
Kieran Kunhya authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Kieran Kunhya authored
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
-
Dustin Brody authored
lavc: replace references to deprecated AVCodecContext.error_recognition to use AVCodecContext.err_recognition Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Dustin Brody authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Ronald S. Bultje authored
Right now it's not actually initialized on 32-bit, leading to crashes on win32.
-
- 21 Oct, 2011 3 commits
-
-
Lou Logan authored
Signed-off-by: Janne Grunau <janne-libav@jannau.net>
-
Marton Balint authored
The blue channel went missing when toggling fullscreen on Mac OS X.
-
Reimar Döffinger authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-