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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Update changelog and general.texi to reflect
Jai Menon
2008-08-19
4
-2
/
+6
*
Replace invocations of av_fifo_realloc(), which is going to be
Stefano Sabatini
2008-08-19
2
-2
/
+6
*
alacenc: compare against ALAC_MAX_LPC_ORDER instead of MAX_LPC_ORDER
Jai Menon
2008-08-19
1
-2
/
+2
*
Implement av_fifo_realloc2().
Stefano Sabatini
2008-08-19
3
-2
/
+17
*
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
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-19
1
-2
/
+71
*
Add regression tests for F32LE, F64BE and F64LE PCM codecs.
Peter Ross
2008-08-19
3
-0
/
+27
*
Make AIFF demuxer handle F32BE and F64BE PCM audio.
Peter Ross
2008-08-19
1
-0
/
+2
*
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio.
Peter Ross
2008-08-19
2
-0
/
+8
*
Make RIFF-based demuxers handle F32LE and F64LE PCM audio.
Peter Ross
2008-08-19
1
-1
/
+9
*
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio.
Peter Ross
2008-08-19
1
-0
/
+3
*
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
*
Ok-ed parts from patch by zhentan feng.
Zhentan Feng
2008-08-18
1
-9
/
+74
*
Factorize common code out of the mxf demuxer.
Zhentan Feng
2008-08-18
4
-84
/
+138
*
Set AVStream.discard, so that demuxers can choose which stream to select if t...
Ronald S. Bultje
2008-08-18
1
-0
/
+3
*
Support Electronic Arts files containing MP3 audio.
Peter Ross
2008-08-18
1
-2
/
+10
*
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
*
Copy and paste LGPL from tree.h, the previous one referred to a non-existing
Michael Niedermayer
2008-08-17
2
-12
/
+14
*
Add missing header includes to fix 'make checkheaders'.
Diego Biurrun
2008-08-17
1
-1
/
+2
*
Add missing stdint.h header to fix 'make checkheaders'.
Diego Biurrun
2008-08-17
1
-0
/
+2
*
use LFG instead of Mersenne Twister for AC-3 PRNG
Justin Ruggles
2008-08-17
3
-5
/
+5
*
Mark adx_decode_init() as type int instead of void, the function returns
Diego Biurrun
2008-08-17
1
-1
/
+1
*
restore alphabetical order of TESTS
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Add PCA to TESTS.
Michael Niedermayer
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
*
Add multiple inclusion guards for consistency and to avoid them being
Michael Niedermayer
2008-08-17
1
-0
/
+5
*
Move context struct to c file.
Michael Niedermayer
2008-08-17
2
-8
/
+7
*
Add prototypes to header (based on code by ramiro)
Michael Niedermayer
2008-08-17
1
-0
/
+6
*
Make ff_pca_init() allocate it struct instead of letting the user provide
Michael Niedermayer
2008-08-17
1
-11
/
+14
*
Do not mix declarations and statements (by ramiro).
Michael Niedermayer
2008-08-17
1
-2
/
+2
*
put testing code under #ifdef TEST
Michael Niedermayer
2008-08-17
1
-1
/
+1
*
Testing code uses random().
Michael Niedermayer
2008-08-17
1
-0
/
+1
*
fix includes
Michael Niedermayer
2008-08-17
1
-2
/
+1
*
Principal component analysis
Michael Niedermayer
2008-08-17
2
-0
/
+262
*
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
[next]