- 22 Oct, 2011 15 commits
-
-
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 25 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>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
This allows for knowing the output size before decoding even when there is no header (e.g. FLV). Otherwise we would have to do a preliminary full frame decode to determine the number of frames-per-packet.
-
Mans Rullgard authored
Signed-off-by: Mans Rullgard <mans@mansr.com>
-
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>
-
Raivo Hool authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Raivo Hool authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Justin Ruggles authored
-
Justin Ruggles authored
The correct decoder private context needs to be used. This fixes mp3on4 playback and seeking in avplay.
-
Justin Ruggles authored
count. This also allows for checking output data size based on the actual number of channel instead of the maximum number of channels.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
Avoids allocating unnecessary memory and ensures proper alignment.
-
Justin Ruggles authored
Fixes segfault when decoding multi-channel MP3onMP4 files.
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-