summaryrefslogtreecommitdiffstats
path: root/libavcodec/g726.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Support decoding of sample_g726.asf.Michael Niedermayer2008-06-161-3/+4
* get_bits() outputs exactly as many bits as requested no need to mask them.Michael Niedermayer2008-06-161-1/+1
* Remove dead code.Michael Niedermayer2008-06-161-4/+0
* -0x8000 == 0x8000 with int16Michael Niedermayer2008-06-131-1/+1
* Make AVCodec long_names definition conditional depending on CONFIG_SMALL.Stefano Sabatini2008-06-121-2/+2
* Add long names to many AVCodec declarations.Stefano Sabatini2008-04-271-0/+2
* Apply 'cold' attribute to init/uninit functions in libavcodecZuxy Meng2008-03-211-3/+3
* Fix ;;Michael Niedermayer2008-02-191-1/+1
* constMichael Niedermayer2008-02-011-1/+1
* Mark the tables in g726.c as constant.Diego Pettenò2008-01-071-22/+22
* Remove redundant #inclusion of common.h, avcodec.h already #includes it.Diego Biurrun2007-05-101-1/+0
* Add av_ prefix to clip functionsReimar Döffinger2007-02-251-5/+5
* This fixes error handling for BeOS, removing the need for some ifdefs.François Revol2007-02-131-1/+1
* reindentation, patch by From: Steve Lhomme, slhomme divxcorp comSteve L'Homme2006-11-011-74/+73
* Change license headers to say 'FFmpeg' instead of 'this program/this library'Diego Biurrun2006-10-071-4/+6
* add some #ifdef CONFIG_ENCODERS/DECODERSMåns Rullgård2006-09-271-0/+4
* Update licensing information: The FSF changed postal address.Diego Biurrun2006-01-121-1/+1
* COSMETICS: tabs --> spaces, some prettyprintingDiego Biurrun2005-12-221-64/+64
* COSMETICS: Remove all trailing whitespace.Diego Biurrun2005-12-171-49/+49
* #defines for strict_std_compliance and split between inofficial extensions an...Michael Niedermayer2005-05-081-1/+1
OpenPOWER on IntegriCloud