Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2011-12-03Add avcodec_decode_audio4().Justin Ruggles
Deprecate avcodec_decode_audio3(). Implement audio support in avcodec_default_get_buffer(). Implement the new audio decoder API in all audio decoders.
2011-11-02g726dec: add flush() function to reset state when seekingJustin Ruggles
2011-11-02g726: don't pass index to g726_reset()Justin Ruggles
calculate it from c->code_size instead.
2011-11-02g726enc: add private option for setting code size directly.Justin Ruggles
This is an easy alternative to setting bit_rate. This patch also selects the closest bit_rate to the requested one rather than requiring an exact value.
2011-11-02g726: wrap the decoder functions with a CONFIG_ADPCM_G726_DECODER checkJustin Ruggles
2011-11-02g726: group the g726_encoder AVCodec with the other encoding functionsJustin Ruggles
2011-11-02g726: return AVERROR(EINVAL) instead of -1 for invalid channel countJustin Ruggles
2011-11-02g726enc: use av_assert0() for sample_rate validationJustin Ruggles
This should never happen, but the check avoids a divide-by-zero.
2011-11-02g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles
2011-11-02g726dec: remove the sample_rate validationJustin Ruggles
2011-11-02g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles
This requires some workarounds in the WAV muxer and demuxer. We need to write the correct bits_per_coded_sample and block_align in the muxer. In the demuxer, we cannot rely on the bits_per_coded_sample value, so we use the bit rate and sample rate to determine the value. This avoids having the decoder rely on AVCodecContext.bit_rate, which is not required to be set by the user for decoding according to our API.
2011-11-02g726: split the init function for the encoder and decoderJustin Ruggles
This also allows for not having a decoder close function.
2011-11-02g726: pre-calculate the number of output samples.Justin Ruggles
Allows for checking output buffer size and simplification of decoding loop.
2011-11-02g726: use int16_t instead of shortJustin Ruggles
2011-07-29lavc: use designated initialisers for all codecs.Anton Khirnov
It's more readable and less prone to breakage.
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
Signed-off-by: Mans Rullgard <mans@mansr.com>
2011-01-26Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò
None of these symbols should be accessed directly, so declare them as hidden. Signed-off-by: Mans Rullgard <mans@mansr.com>
2010-11-12Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini
SampleFormat with AVSampleFormat. Originally committed as revision 25730 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-09-11Set a constant frame size for encoding G.726 audio.Justin Ruggles
Originally committed as revision 25107 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-07-24Use "const" qualifier for pointers that point to input data ofReimar Döffinger
audio encoders. This is purely for clarity/documentation purposes. Originally committed as revision 24481 to svn://svn.ffmpeg.org/ffmpeg/trunk
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
is deprecated and will be dropped at the next major bump. Originally committed as revision 22735 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-09-06Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger
.data section. Originally committed as revision 19787 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-13Rename bitstream.h to get_bits.h.Stefano Sabatini
Originally committed as revision 18494 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-12Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini
put_bits.h. Originally committed as revision 18461 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-04-07Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann
AVPacket argument rather than a const uint8_t *buf + int buf_size. This allows passing of packet-specific flags from demuxer to decoder, such as the keyframe flag, which appears necessary to playback corePNG P-frames. Patch by Thilo Borgmann thilo.borgmann googlemail com, see also the thread "Google Summer of Code participation" on the mailinglist. Originally committed as revision 18351 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
Originally committed as revision 16684 to svn://svn.ffmpeg.org/ffmpeg/trunk
2009-01-14Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs
They are now always defined to either 0 or 1. Originally committed as revision 16590 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun
CONFIG_FOO_ENCODER conditionals where appropriate. Originally committed as revision 15174 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-09-03Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar
patch by Laurent Aimar, fenrir via.ecp fr Originally committed as revision 15160 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-07-31Modify all codecs to report their supported input and output sample format(s).Peter Ross
Originally committed as revision 14482 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer
Originally committed as revision 13818 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer
Originally committed as revision 13817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Get rid of G726Tables.bits.Michael Niedermayer
Originally committed as revision 13816 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer
Originally committed as revision 13815 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Does not need to be int16.Michael Niedermayer
Originally committed as revision 13814 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer
Originally committed as revision 13812 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-191 abs() lessMichael Niedermayer
Originally committed as revision 13810 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19simplifyMichael Niedermayer
Originally committed as revision 13807 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19useless ()Michael Niedermayer
Originally committed as revision 13806 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19remove unneeded tr == 0Michael Niedermayer
Originally committed as revision 13805 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19simplifyMichael Niedermayer
Originally committed as revision 13804 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-19Get rid of the redundant AVG726Context.Michael Niedermayer
Originally committed as revision 13803 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-18Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer
The stuff belongs in a parser. Originally committed as revision 13802 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Change iquant tables to int16.Michael Niedermayer
Originally committed as revision 13798 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17simplifyMichael Niedermayer
Originally committed as revision 13797 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Get rid of useless wrapper function.Michael Niedermayer
Originally committed as revision 13796 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer
not help speedwise IMHO. .o size changes from 70k -> 49k Originally committed as revision 13793 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer
a little over 1kb smaller .o Originally committed as revision 13792 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Remove redundant zeroing (the context is memset(0)).Michael Niedermayer
Originally committed as revision 13791 to svn://svn.ffmpeg.org/ffmpeg/trunk
2008-06-17Use smaller data types for tables.Michael Niedermayer
Originally committed as revision 13790 to svn://svn.ffmpeg.org/ffmpeg/trunk