- 12 Apr, 2014 10 commits
-
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
AVDeviceInfoList was allocated with first device set as default even though there is no device after allocation. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Schenk authored
Signed-off-by: Anssi Hannula <anssi.hannula@iki.fi>
-
- 11 Apr, 2014 27 commits
-
-
Michael Niedermayer authored
Fixes Ticket3257 Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* cehoyos/master: Improve amr bitrate calculation for VBR files. Warn if rawvideo and an unreadable pix_fmt are written. Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Carl Eugen Hoyos authored
Fixes ticket #3541.
-
Carl Eugen Hoyos authored
Print an error if a combination of rawvideo and an unusual pix_fmt that will be impossible to decode are written to avi or mov. Fixes ticket #3545.
-
Michael Niedermayer authored
* commit '254c95cd': resample: split linear into its own function Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'be394968': resample: add initial padding explicitly Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'eed752d6': resample: drop useless abs() Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '3c84f6b5': resample: reindent Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'f20892eb': resample: split the nearest neighbour path into a separate function pointer Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit 'b9dea237': resample: fix avresample_get_delay() return value Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Thilo Borgmann authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Anton Khirnov authored
-
Anton Khirnov authored
This simplifies the code, since we do not have to deal with a possibly negative source index anymore.
-
Anton Khirnov authored
negative sample_index is handled in the block above.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
The correct "next" input sample is not the first sample of the resampling buffer, but the center sample of the filter_length-sized block at the beginning. CC:libav-stable@libav.org
-
Lukasz Marek authored
Adds messages that allows to control (audio) buffer and play/pause state. Signed-off-by: Lukasz Marek <lukasz.m.luki2@gmail.com>
-
Lukasz Marek authored
Provides API to query device capabilities. Each device must implement callbacks to benefit from this API. Signed-off-by: Lukasz Marek <lukasz.m.luki@gmail.com>
-
Michael Niedermayer authored
* qatar/master: DNxHD: convert inline asm to yasm Conflicts: libavcodec/x86/Makefile libavcodec/x86/dnxhdenc.asm See: 9d34dce0Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '67685620': DNxHD: make get_pixel_8x4_sym accept ptrdiff_t as stride Conflicts: libavcodec/dnxhdenc.h libavcodec/x86/dnxhdenc_init.c See: cb11b9e8Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
* commit '89ef08c9': DNxHD: K&R formatting cosmetics Conflicts: libavcodec/dnxhd_parser.c libavcodec/dnxhddec.c libavcodec/dnxhdenc.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Timothy Gu authored
-
Timothy Gu authored
-
Vittorio Giovara authored
-
Michael Niedermayer authored
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
- 10 Apr, 2014 3 commits
-
-
Michael Niedermayer authored
* qatar/master: mp2: Do not force a samplerate Conflicts: libavcodec/mpegaudioenc_template.c Only libtwolame changes, as the forcing of a sample rate was not merged for the native mp2 encoder Merged-by: Michael Niedermayer <michaelni@gmx.at>
-
Michael Niedermayer authored
If 384k is too high for the samplerate, choose the closest possible Idea to increase the bitrate from: 46439e15Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-
Luca Barbato authored
The default should be not to resample.
-