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
...
*
Add declarations for the sine tables used in wma.c (half window sizes: 128,
Robert Swain
2008-08-14
3
-4
/
+17
*
Change wma.c to use the ff_sine_window_init() from mdct.c
Robert Swain
2008-08-14
1
-6
/
+2
*
Okayed parts of AAC encoder
Kostya Shishkov
2008-08-14
1
-0
/
+313
*
file which should have been added in r14749
Loren Merritt
2008-08-14
1
-0
/
+92
*
missing prototype
Loren Merritt
2008-08-14
1
-0
/
+1
*
gcc chokes on the 7 registers needed for float_to_int16_interleave6 (even ins...
Loren Merritt
2008-08-14
2
-43
/
+20
*
gcc chokes on xmm constraints, so pessimize int32_to_float_fmul_scalar_sse a ...
Loren Merritt
2008-08-14
1
-2
/
+2
*
mlp: split simple inline function that xors 4 bytes into one.
Ramiro Polla
2008-08-14
3
-6
/
+10
*
special case 6 channel version of float_to_int16_interleave
Loren Merritt
2008-08-13
1
-5
/
+51
*
simd int->float
Loren Merritt
2008-08-13
5
-4
/
+57
*
simd downmix
Loren Merritt
2008-08-13
4
-16
/
+120
*
don't mark the delayed samples for upmixing if they haven't been downmixed
Loren Merritt
2008-08-13
1
-1
/
+1
*
oops, non-normalized downmix to mono contaminated add_bias for non-simd float...
Loren Merritt
2008-08-13
1
-2
/
+5
*
mlp: Cosmetics: Close comments in an extra line and
Ramiro Polla
2008-08-13
1
-11
/
+12
*
mlp: Split common code from parser and decoder to be used by encoder.
Ramiro Polla
2008-08-13
5
-180
/
+247
*
Remove unused variable.
Diego Biurrun
2008-08-13
1
-1
/
+0
*
mlp_parser: Initialize crc data in its own function.
Ramiro Polla
2008-08-13
1
-4
/
+9
*
mlpdec: Put some doxy comments to the right of vars instead of interleaved.
Ramiro Polla
2008-08-13
1
-12
/
+6
*
mlpdec: Split channel parameters from context into their own struct.
Ramiro Polla
2008-08-13
1
-38
/
+46
*
optimize ac3_downmix.
Loren Merritt
2008-08-12
2
-24
/
+36
*
mlpdec: whitespace and line-breaking cosmetics.
Ramiro Polla
2008-08-12
1
-9
/
+5
*
mlpdec: Split filter parameters from context into their own struct.
Ramiro Polla
2008-08-12
1
-29
/
+38
*
Fix CODEC_ID_PCM_U8 decoder output size calculation to support odd-number of ...
Peter Ross
2008-08-12
1
-1
/
+1
*
use float_to_int16_interleave in ac3
Loren Merritt
2008-08-12
2
-18
/
+9
*
use imdct_half in ac3
Loren Merritt
2008-08-12
2
-53
/
+15
*
cosmetics in dsp init
Loren Merritt
2008-08-12
1
-6
/
+4
*
mdct wrapper function to match fft
Loren Merritt
2008-08-12
9
-15
/
+23
*
remove mdct tmp buffer
Loren Merritt
2008-08-12
14
-48
/
+27
*
remove a float->double->float conversion.
Loren Merritt
2008-08-12
1
-4
/
+4
*
optimize imdct_half:
Loren Merritt
2008-08-12
6
-352
/
+241
*
indent
Loren Merritt
2008-08-12
2
-12
/
+11
*
split-radix FFT
Loren Merritt
2008-08-12
7
-436
/
+778
*
import yasm macros from x264
Loren Merritt
2008-08-11
1
-0
/
+546
*
Synchronise code with AAC decoder in SoC
Robert Swain
2008-08-11
1
-13
/
+7
*
More OKed hunks of the AAC decoder from SoC
Robert Swain
2008-08-11
4
-1
/
+482
*
Fixing the units in DV50 tables (both coordinates are
Roman Shaposhnik
2008-08-11
2
-1210
/
+1195
*
Apply PCM ENCODE/DECODE() macros to the S/U,8/24/32,LE/BE PCM codecs.
Peter Ross
2008-08-11
1
-138
/
+77
*
Coalescing the un-weighting and de-quantization steps for faster
Roman Shaposhnik
2008-08-11
2
-52
/
+20
*
Simplify colour conversion in Fraps as suggested by Michael
Kostya Shishkov
2008-08-11
1
-10
/
+2
*
The deblock filter does not need all the intra availability stuff so do
Michael Niedermayer
2008-08-11
1
-1
/
+1
*
Simplify constrained_intra_pred code in fill_caches().
Michael Niedermayer
2008-08-11
1
-9
/
+10
*
Support MBAFF + constrained intra prediction.
Michael Niedermayer
2008-08-11
3
-5
/
+62
*
Bump minor version as av_log_missing_feature() was added to public API in
Robert Swain
2008-08-10
1
-1
/
+1
*
Add a generic function to lavc to log messages about missing features.
Justin Ruggles
2008-08-10
2
-0
/
+25
*
R and B components are stored as a differences to G component in Fraps v5.
Kostya Shishkov
2008-08-10
1
-2
/
+17
*
Mask bits of reference indexes properly to avoid negative numbers entangling
Michael Niedermayer
2008-08-10
1
-2
/
+2
*
Remove a few more lines of unneeded code in fill_caches() for MBAFF.
Michael Niedermayer
2008-08-10
1
-4
/
+4
*
Use the correct reference tables for interlaced MBAFF MBs in the loop filter.
Michael Niedermayer
2008-08-10
2
-9
/
+14
*
Do not execute the part of fill_caches() for the loopfilter that overwrites
Michael Niedermayer
2008-08-10
1
-1
/
+1
*
Remove more code that has become useless after the pairless MBAFF loop
Michael Niedermayer
2008-08-09
1
-8
/
+0
[prev]
[next]