index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Untangle mpeg12.c and mdec.c so that mdec.c can be compiled separately.
Diego Biurrun
2008-08-19
4
-34
/
+33
*
cosmetics: s/const static/static const/g
Mathieu Malaterre
2008-08-19
1
-3
/
+3
*
Update changelog and general.texi to reflect
Jai Menon
2008-08-19
1
-1
/
+1
*
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
Jai Menon
2008-08-19
1
-2
/
+2
*
alacenc: last few hunks approved by michael
Jai Menon
2008-08-19
3
-1
/
+112
*
alacenc: Use user-specified min and max prediction order.
Ramiro Polla
2008-08-19
1
-1
/
+1
*
Import more OKed parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-19
1
-0
/
+98
*
Making block size in bits variable and dependent on the DV spec
Roman Shaposhnik
2008-08-19
2
-7
/
+18
*
Making the number of blocks per macroblock dependent on the DV stream
Roman Shaposhnik
2008-08-19
2
-6
/
+11
*
Introducing DV_MAX_BPM macro instead of a hardcoded value for the
Roman Shaposhnik
2008-08-19
2
-2
/
+5
*
Add F64BE, F64LE and F64BE PCM codecs.
Peter Ross
2008-08-19
4
-1
/
+41
*
Add SAMPLE_FMT_DBL.
Peter Ross
2008-08-19
3
-2
/
+15
*
Fix PCM_S16LE_PLANAR channel-address calculation bug introduced in r14659.
Peter Ross
2008-08-19
1
-2
/
+2
*
Mark init_vlcs function as av_cold.
Diego Biurrun
2008-08-19
1
-1
/
+1
*
More OKed AAC decoder code hunks
Robert Swain
2008-08-18
3
-0
/
+104
*
More OKed AAC decoder code hunks
Robert Swain
2008-08-18
2
-0
/
+23
*
Mark SAMPLE_FMT_S24 as deprecated.
Peter Ross
2008-08-18
1
-1
/
+1
*
Add okayed chunks of AAC encoder psychoacoustic model
Kostya Shishkov
2008-08-18
2
-0
/
+154
*
Add okayed parts for AAC encoder
Kostya Shishkov
2008-08-18
1
-4
/
+14
*
Import more ok'd parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-17
1
-15
/
+125
*
remove some unneeded header includes
Justin Ruggles
2008-08-17
2
-4
/
+0
*
Add missing header includes to fix 'make checkheaders'.
Diego Biurrun
2008-08-17
1
-1
/
+2
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
2
-5
/
+4
*
Mark adx_decode_init() as type int instead of void, the function returns
Diego Biurrun
2008-08-17
1
-1
/
+1
*
fix and simplify frame size check and reencoding in verbatim mode
Justin Ruggles
2008-08-17
1
-12
/
+17
*
alacenc: NULL_IF_CONFIG_SMALL long_name.
Ramiro Polla
2008-08-17
1
-1
/
+1
*
G.729 decoder main code
Vladimir Voroshilov
2008-08-17
2
-0
/
+104
*
More okayed chunks of AAC encoder
Kostya Shishkov
2008-08-17
1
-2
/
+30
*
Import ok'd parts of ALAC encoder from GSoC repo.
Ramiro Polla
2008-08-17
1
-0
/
+197
*
update my email address to one which does not depend on my service provider
Justin Ruggles
2008-08-16
4
-4
/
+4
*
use range of lpc orders in ORDER_METHOD_EST
Justin Ruggles
2008-08-16
1
-4
/
+4
*
cosmetics: adjust line breaks and vertical alignment
Justin Ruggles
2008-08-16
3
-8
/
+11
*
use limited range of lpc orders when quantizing coefficients
Justin Ruggles
2008-08-16
3
-4
/
+4
*
lpc: cosmetics: vertically align declarations and definitions.
Ramiro Polla
2008-08-16
2
-8
/
+8
*
flacenc, lpc: Move LPC code from flacenc.c to new lpc.[ch] files.
Ramiro Polla
2008-08-16
4
-190
/
+253
*
flacenc: Allow more flexible shift calculation in LPC.
Ramiro Polla
2008-08-16
1
-10
/
+11
*
Fix rc_eq mem leak.
Michael Niedermayer
2008-08-16
2
-2
/
+1
*
Revert r14260
Michael Niedermayer
2008-08-16
1
-1
/
+0
*
Synchronize AAC encoder with renamings in aac.h
Kostya Shishkov
2008-08-16
1
-8
/
+8
*
Add approved chunks to AAC encoder
Kostya Shishkov
2008-08-16
1
-2
/
+58
*
Use memcpy() for PCM S16/S32 codecs when codec byte-order matches machine byt...
Peter Ross
2008-08-16
1
-31
/
+47
*
Don't try to free shared ff_sine_* tables pointed to by s->windows[]
Robert Swain
2008-08-15
1
-2
/
+0
*
More OKed AAC decoder hunks
Robert Swain
2008-08-15
4
-5
/
+283
*
Synchronise AAC decoder code with that from SoC
Robert Swain
2008-08-15
4
-459
/
+506
*
document some dsp alignments
Loren Merritt
2008-08-15
1
-6
/
+7
*
More OKed sections of AAC decoder code
Robert Swain
2008-08-15
2
-0
/
+347
*
The ff_sine_#[] should be aligned as they will commonly be used in dsputil
Robert Swain
2008-08-14
1
-5
/
+5
*
ensure we get explicit definition of various _XOPEN_SOURCE functions we use
Aurelien Jacobs
2008-08-14
1
-0
/
+4
*
mlp: Define End-of-Stream code in common header file and use it in decoder.
Ramiro Polla
2008-08-14
2
-1
/
+4
*
Remove not OKed parts from AAC encoder
Kostya Shishkov
2008-08-14
1
-56
/
+0
[prev]
[next]