- 09 Jul, 2014 14 commits
-
-
Vittorio Giovara authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Vittorio Giovara authored
-
Andrew Kelley authored
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
-
Anton Khirnov authored
Use it for logging, instead of NULL or the stream codec context.
-
Anton Khirnov authored
Its contents are meaningful only if the stream codec context is the one actually used for encoding, which is often not the case (and is discouraged). Use AVCodecContext.field_order instead.
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
-
Anton Khirnov authored
It is supposed to be set by decoders only.
-
Anton Khirnov authored
The only thing the demuxer needs is the sample rate to set the timebase, which can be simply read with AV_RB32.
-
Anton Khirnov authored
-
Anton Khirnov authored
This is required by the new API.
-
Anton Khirnov authored
The callers should now set the stream timebase, not the codec one.
-
Anton Khirnov authored
Bug-Id: 55
-
- 08 Jul, 2014 6 commits
-
-
Martin Storsjö authored
This silences a warning with gcc. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This was broken (left half-implemented) in 354468fc. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Luca Barbato authored
It was wrongly left unchanged when the version field had been introduced. (c94e2e85)
-
Martin Storsjö authored
This instruction is deprecated on ARMv8, and it is serializing on some ARMv7 cores as well [1]. [1] http://article.gmane.org/gmane.linux.ports.arm.kernel/339293 CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
Roman Savchenko authored
Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
Andrew Kelley authored
This fixes a segmentation fault because request_frame in fifo.c assumes that the call to ff_request_frame will populate fifo->root.next. Before, it was possible for request_frame in af_compand to not do this, resulting in a null pointer access. Now, request_frame in af_compand always will return at least one frame or an error, as per the API specifications in avfilter.h for request_frame. Signed-off-by: Anton Khirnov <anton@khirnov.net>
-
- 07 Jul, 2014 4 commits
-
-
Diego Biurrun authored
-
Omer Osman authored
For implicit signaling cases (as possible for Spectral Band Replication and Parametric Stereo Tools), the decoder must decode the first frame to correctly identify the stream configuration (as called from avformat_find_stream_info). The mechanism for this is built-in and only requires adding CODEC_CAP_CHANNEL_CONF to the libfdk-aacdec AVCodec struct. Signed-off-by: Omer Osman <omer.osman@iis.fraunhofer.de> Signed-off-by: Martin Storsjö <martin@martin.st>
-
Michael Niedermayer authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
- 06 Jul, 2014 12 commits
-
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Timothy Gu authored
Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Timothy Gu authored
Categorize the enum and functions as "audio-related". Signed-off-by: Timothy Gu <timothygu99@gmail.com> Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Nidhi Makhijani authored
Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Martin Storsjö authored
librtmp can keep pointers to this string internally, and may use them at shutdown as well. CC: libav-stable@libav.org Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 05 Jul, 2014 3 commits
-
-
Diego Biurrun authored
All other files containing purely inline assembly are treated the same way.
-
Diego Biurrun authored
This avoids a link failure with MMX disabled as the init functions are referenced unconditionally.
-
Diego Biurrun authored
This avoids a link failure with MMX disabled as now code and initialization are compiled under the same condition.
-
- 04 Jul, 2014 1 commit
-
-
Omer Osman authored
The default error concealment method if none is set via aacDecoder_SetParam(AAC_CONCEAL_METHOD) is set in CConcealment_InitCommonData within the fdk-aac library and is set to Energy Interpolation. This method requires one frame delay to the output. To reduce the default decoder output delay and avoid missing the last frame in file based decoding, use Noise Substitution as the default concealment method. Signed-off-by: Omer Osman <omer.osman@iis.fraunhofer.de> Signed-off-by: Martin Storsjö <martin@martin.st>
-