index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
g726.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2009-01-13
1
-3
/
+3
*
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
Diego Biurrun
2008-09-03
1
-4
/
+4
*
Prevent a division by 0 in the g726 decoder when the configured samplerate is 0.
Laurent Aimar
2008-09-02
1
-1
/
+8
*
Modify all codecs to report their supported input and output sample format(s).
Peter Ross
2008-07-31
1
-0
/
+4
*
Do not shift F[I] twice, it is also clearer and smaller now.
Michael Niedermayer
2008-06-19
1
-2
/
+2
*
Factorize c->ap += (-c->ap) >> 4 out
Michael Niedermayer
2008-06-19
1
-3
/
+4
*
Get rid of G726Tables.bits.
Michael Niedermayer
2008-06-19
1
-9
/
+8
*
Copy 4 pointers to avid dozends of ptr dereferences.
Michael Niedermayer
2008-06-19
1
-11
/
+11
*
Does not need to be int16.
Michael Niedermayer
2008-06-19
1
-1
/
+1
*
Factorize I >> (c->tbls->bits - 1) out.
Michael Niedermayer
2008-06-19
1
-2
/
+3
*
1 abs() less
Michael Niedermayer
2008-06-19
1
-4
/
+5
*
simplify
Michael Niedermayer
2008-06-18
1
-1
/
+1
*
useless ()
Michael Niedermayer
2008-06-18
1
-1
/
+1
*
remove unneeded tr == 0
Michael Niedermayer
2008-06-18
1
-2
/
+1
*
simplify
Michael Niedermayer
2008-06-18
1
-4
/
+1
*
Get rid of the redundant AVG726Context.
Michael Niedermayer
2008-06-18
1
-14
/
+10
*
Remove the truncated bitstream handling from our g726 decoder.
Michael Niedermayer
2008-06-18
1
-14
/
+2
*
Change iquant tables to int16.
Michael Niedermayer
2008-06-17
1
-10
/
+10
*
simplify
Michael Niedermayer
2008-06-17
1
-1
/
+1
*
Get rid of useless wrapper function.
Michael Niedermayer
2008-06-17
1
-7
/
+2
*
Do not inline g726_iterate() the function is big so its inlining will
Michael Niedermayer
2008-06-17
1
-1
/
+1
*
Replace i2f(0) by the actual thing done, gcc is not an optimizing compiler.
Michael Niedermayer
2008-06-16
1
-2
/
+2
*
Remove redundant zeroing (the context is memset(0)).
Michael Niedermayer
2008-06-16
1
-8
/
+0
*
Use smaller data types for tables.
Michael Niedermayer
2008-06-16
1
-10
/
+10
*
Float11 does not need int, .o file becomes smaller and the code might
Michael Niedermayer
2008-06-16
1
-3
/
+3
*
simplify
Michael Niedermayer
2008-06-16
1
-2
/
+2
*
Correct validity checks.
Michael Niedermayer
2008-06-16
1
-8
/
+2
*
Print sane error message for channels != 1.
Michael Niedermayer
2008-06-16
1
-1
/
+5
*
Check number of bits so we do not try to use table entries which do not exist.
Michael Niedermayer
2008-06-16
1
-0
/
+4
*
Support decoding of sample_g726.asf.
Michael Niedermayer
2008-06-16
1
-3
/
+4
*
get_bits() outputs exactly as many bits as requested no need to mask them.
Michael Niedermayer
2008-06-16
1
-1
/
+1
*
Remove dead code.
Michael Niedermayer
2008-06-16
1
-4
/
+0
*
-0x8000 == 0x8000 with int16
Michael Niedermayer
2008-06-13
1
-1
/
+1
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-2
/
+2
*
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+2
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-3
/
+3
*
Fix ;;
Michael Niedermayer
2008-02-19
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-01
1
-1
/
+1
*
Mark the tables in g726.c as constant.
Diego Pettenò
2008-01-07
1
-22
/
+22
*
Remove redundant #inclusion of common.h, avcodec.h already #includes it.
Diego Biurrun
2007-05-10
1
-1
/
+0
*
Add av_ prefix to clip functions
Reimar Döffinger
2007-02-25
1
-5
/
+5
*
This fixes error handling for BeOS, removing the need for some ifdefs.
François Revol
2007-02-13
1
-1
/
+1
*
reindentation, patch by From: Steve Lhomme, slhomme divxcorp com
Steve L'Homme
2006-11-01
1
-74
/
+73
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-09-27
1
-0
/
+4
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-22
1
-64
/
+64
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-49
/
+49
*
#defines for strict_std_compliance and split between inofficial extensions an...
Michael Niedermayer
2005-05-08
1
-1
/
+1
[next]