- 05 Nov, 2011 2 commits
-
-
Martin Storsjö authored
This extends the lock manager in avcodec to manage two separate mutexes via the user-specified lock functions. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
Signed-off-by: Martin Storsjö <martin@martin.st>
-
- 04 Nov, 2011 4 commits
-
-
Justin Ruggles authored
-
Martin Storsjö authored
This allows it to use the defaults specified by preset/tune, without overwriting it with the default value from the AVCodecContext field. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
This makes the code compile when FF_API_X264_GLOBAL_OPTS or FF_API_LAME_GLOBAL_OPTS is 0. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Diego Biurrun authored
-
- 03 Nov, 2011 8 commits
-
-
Alex Converse authored
-
Alex Converse authored
-
Martin Storsjö authored
This function used to set codec_type. With the current fallback implementation based on avcodec_get_context_defaults3, codec_type won't be set to the value passed in, but will be set to AVMEDIA_TYPE_UNKNOWN. Legacy callers of this function might expect this field to be set to the value passed in. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Martin Storsjö authored
If attribute_deprecated is used in an enum declaration, it should follow the 'enum' keyword, otherwise it's ignored silently. This is the only case of attribute_deprecated for enum declarations currently. Currently, this attribute_deprecated doesn't have any effect. If moved to the right place, it emits a warning every single time avcodec.h is included, like this: avcodec.h:2827: warning: ‘AVLPCType’ is deprecated (declared at avcodec.h:543) There is already a working attribute_deprecated for the corresponding field in AVCodecContext, so therefore this one shouldn't be needed. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Anton Khirnov authored
-
Anton Khirnov authored
It allows attaching arbitrary files, e.g. fonts to Matroska files.
-
Anton Khirnov authored
-
Justin Ruggles authored
The calling convention only allows 4 non-stack parameter, with each float or int register being skipped if not used. fixes Bug 64
-
- 02 Nov, 2011 26 commits
-
-
Maxim Poliakovski authored
The new decoder is much smaller and has better code quality. Cleanup and fixes courtesy of Kostya Shishkov. Signed-off-by: Diego Biurrun <diego@biurrun.de>
-
Justin Ruggles authored
fixes memleak with raw gsm demuxing.
-
Justin Ruggles authored
This keeps the streams sychronized. The packets must be interleaved per-DTS.
-
Justin Ruggles authored
Add some parameters to existing function documentation. Remove some unneeded documentation. Convert some static function documentation to non-doxygen style.
-
Justin Ruggles authored
This fixes a bug where the whole buffer was returned as decoded audio due to *data_size not being set to zero and the return value being >= 0.
-
Justin Ruggles authored
-
Justin Ruggles authored
we only support decoding of mono imc
-
Justin Ruggles authored
ask for a sample if not mono
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
John Brooks authored
Streams from RTSP or SDP that do not match an allowed type will be skipped entirely, which allows video-only or audio-only streaming from servers that provide both. Signed-off-by: Martin Storsjö <martin@martin.st>
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
-
Justin Ruggles authored
also return AVERROR(EINVAL) instead of -1
-
Justin Ruggles authored
-
Justin Ruggles authored
Put the new raw GSM demuxer in its own file. Fixes raw GSM demuxing.
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-
Diego Biurrun authored
-