summaryrefslogtreecommitdiffstats
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAgeFilesLines
...
| * g726enc: use av_assert0() for sample_rate validationJustin Ruggles2011-11-011-4/+2
| * g726: treat sample rates other than 8kHz as unofficial.Justin Ruggles2011-11-011-0/+15
| * g726dec: remove the sample_rate validationJustin Ruggles2011-11-011-5/+0
| * g726: use bits_per_coded_sample instead of bitrate to determine modeJustin Ruggles2011-11-011-21/+19
| * g726: split the init function for the encoder and decoderJustin Ruggles2011-11-011-14/+35
| * g726: pre-calculate the number of output samples.Justin Ruggles2011-11-011-3/+11
| * g726: use int16_t instead of shortJustin Ruggles2011-11-011-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-07-301-16/+14
|\ \ | |/
| * lavc: use designated initialisers for all codecs.Anton Khirnov2011-07-291-16/+14
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-261-2/+2
* | Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.Diego Elio Pettenò2011-01-281-2/+2
|/
* Replace deprecated symbols SAMPLE_FMT_* with AV_SAMPLE_FMT_*, and enumStefano Sabatini2010-11-121-2/+2
* Set a constant frame size for encoding G.726 audio.Justin Ruggles2010-09-111-1/+8
* Use "const" qualifier for pointers that point to input data ofReimar Döffinger2010-07-241-1/+1
* Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini2010-03-301-2/+2
* Make sample_fmts and channel_layouts compound literals const to reduce size ofReimar Döffinger2009-09-061-1/+1
* Rename bitstream.h to get_bits.h.Stefano Sabatini2009-04-131-1/+1
* Split bitstream.h, put the bitstream writer stuff in the new fileStefano Sabatini2009-04-121-0/+1
* Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes anThilo Borgmann2009-04-071-1/+3
* cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun2009-01-191-1/+1
* Change semantic of CONFIG_*, HAVE_* and ARCH_*.Aurelien Jacobs2009-01-131-3/+3
* Replace generic CONFIG_ENCODERS preprocessor conditionals by more specificDiego Biurrun2008-09-031-4/+4
* Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.Laurent Aimar2008-09-021-1/+8
* Modify all codecs to report their supported input and output sample format(s).Peter Ross2008-07-311-0/+4
* Do not shift F[I] twice, it is also clearer and smaller now.Michael Niedermayer2008-06-191-2/+2
* Factorize c->ap += (-c->ap) >> 4 outMichael Niedermayer2008-06-191-3/+4
* Get rid of G726Tables.bits.Michael Niedermayer2008-06-191-9/+8
* Copy 4 pointers to avid dozends of ptr dereferences.Michael Niedermayer2008-06-191-11/+11
* Does not need to be int16.Michael Niedermayer2008-06-191-1/+1
* Factorize I >> (c->tbls->bits - 1) out.Michael Niedermayer2008-06-191-2/+3
* 1 abs() lessMichael Niedermayer2008-06-191-4/+5
* simplifyMichael Niedermayer2008-06-181-1/+1
* useless ()Michael Niedermayer2008-06-181-1/+1
* remove unneeded tr == 0Michael Niedermayer2008-06-181-2/+1
* simplifyMichael Niedermayer2008-06-181-4/+1
* Get rid of the redundant AVG726Context.Michael Niedermayer2008-06-181-14/+10
* Remove the truncated bitstream handling from our g726 decoder.Michael Niedermayer2008-06-181-14/+2
* Change iquant tables to int16.Michael Niedermayer2008-06-171-10/+10
* simplifyMichael Niedermayer2008-06-171-1/+1
* Get rid of useless wrapper function.Michael Niedermayer2008-06-171-7/+2
* Do not inline g726_iterate() the function is big so its inlining willMichael Niedermayer2008-06-171-1/+1
* Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.Michael Niedermayer2008-06-161-2/+2
* Remove redundant zeroing (the context is memset(0)).Michael Niedermayer2008-06-161-8/+0
* Use smaller data types for tables.Michael Niedermayer2008-06-161-10/+10
* Float11 does not need int, .o file becomes smaller and the code mightMichael Niedermayer2008-06-161-3/+3
* simplifyMichael Niedermayer2008-06-161-2/+2
* Correct validity checks.Michael Niedermayer2008-06-161-8/+2
* Print sane error message for channels != 1.Michael Niedermayer2008-06-161-1/+5
* Check number of bits so we do not try to use table entries which do not exist.Michael Niedermayer2008-06-161-0/+4
OpenPOWER on IntegriCloud