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
*
Replace WORDS_BIGENDIAN with HAVE_BIGENDIAN
Måns Rullgård
2009-07-26
14
-22
/
+22
*
fix various compilation dependencies
Aurelien Jacobs
2009-07-24
1
-4
/
+4
*
refactoring: properly separate AC-3 and E-AC-3 code
Diego Biurrun
2009-07-23
7
-1077
/
+1138
*
Make sure that eac3_decoder only gets enabled when CONFIG_EAC3_DECODER is set.
Diego Biurrun
2009-07-23
1
-0
/
+2
*
Remove useless #include <unistd.h> from many files
Måns Rullgård
2009-07-22
21
-21
/
+0
*
cosmetics: Reorder some tables/lines to make future diffs smaller.
Diego Biurrun
2009-07-22
2
-8
/
+8
*
#include just the required stdint.h instead of libavutil/common.h.
Diego Biurrun
2009-07-22
1
-1
/
+1
*
cosmetics: small typo fixes
Diego Biurrun
2009-07-22
1
-3
/
+3
*
cosmetics: reindent/prettyprint after last commit
Diego Biurrun
2009-07-22
1
-70
/
+70
*
Only compile in NEON optimizations for H.264 when the H.264 decoder is enabled.
Diego Biurrun
2009-07-22
2
-2
/
+5
*
Do not redundantly check for both CONFIG_THEORA_DECODER and CONFIG_VP3_DECODER.
Diego Biurrun
2009-07-22
5
-7
/
+7
*
Make Theora decoder depend on the VP3 decoder.
Diego Biurrun
2009-07-22
1
-4
/
+1
*
Add missing stdint.h #include to fix 'make checkheaders'.
Diego Biurrun
2009-07-22
1
-0
/
+2
*
Revert unintended portion of last commit. (Setting the default coder to
Alex Converse
2009-07-22
1
-1
/
+1
*
Be sure to increment our position in the coefficient array when skipping a zero
Alex Converse
2009-07-22
2
-2
/
+4
*
Make E-AC-3 decoder depend on the AC-3 decoder.
Diego Biurrun
2009-07-21
1
-1
/
+0
*
ARM: handle VFP register arguments in ff_vector_fmul_window_neon()
Måns Rullgård
2009-07-20
1
-2
/
+4
*
ARM: check for VFP register arguments
Måns Rullgård
2009-07-20
1
-0
/
+9
*
Remove an unused field from the BandCodingPath struct.
Alex Converse
2009-07-20
1
-1
/
+0
*
Actually use all the codebooks we are iterating over in the two-loop scalefac...
Alex Converse
2009-07-20
1
-1
/
+1
*
Fix an integer overflow in the AAC encoder.
Alex Converse
2009-07-20
1
-2
/
+2
*
Make VP6A/VP6F decoders depend on the VP6 decoder.
Diego Biurrun
2009-07-20
1
-8
/
+0
*
Remove two more lines related to the WMV3 decoder.
Diego Biurrun
2009-07-19
1
-2
/
+0
*
Make WMV3 decoders depend on their VC-1 counterparts.
Diego Biurrun
2009-07-19
1
-2
/
+0
*
Replace pow(x, 0.75) with sqrtf(x * sqrtf(x)) for a 33% speedup.
Alex Converse
2009-07-17
1
-5
/
+8
*
Dead code removal in the AAC encoder.
Alex Converse
2009-07-17
1
-5
/
+0
*
Icc 11.1 still does not align the stack pointer, disable some x264 functions.
Carl Eugen Hoyos
2009-07-17
1
-1
/
+1
*
Add iirfilter to the TESTPROGS variable (and target)
Alex Converse
2009-07-16
1
-1
/
+1
*
When calculating AAC quantized band cost, don't leave garbage in the bit count
Alex Converse
2009-07-16
1
-0
/
+2
*
IIR filter test program.
Alex Converse
2009-07-16
1
-0
/
+36
*
cosmetics: Move some code blocks to reduce the number of #ifdefs.
Diego Biurrun
2009-07-16
1
-19
/
+15
*
Set subtitle type in DVB subtitle decoder.
Janne Grunau
2009-07-14
1
-0
/
+1
*
Use cutoff frequency to adjust bandwidth in the generic psymodel preprocess.
Alex Converse
2009-07-14
1
-1
/
+3
*
Fix "warning: assignment discards qualifiers from pointer target type"
David Conrad
2009-07-13
1
-1
/
+1
*
Fix memory leak in libtheora encoder
Art Clarke
2009-07-13
1
-3
/
+9
*
Make VAAPI/VDPAU variant of decoder foo depend on decoder foo.
Diego Biurrun
2009-07-12
1
-10
/
+5
*
Cosmetics: reindent after last commit
Alex Converse
2009-07-10
1
-1
/
+1
*
Ignore subsequent channel configurations after the first in an AAC file. The
Alex Converse
2009-07-10
2
-7
/
+16
*
Mark iir filter init and free functions av_cold.
Alex Converse
2009-07-10
1
-4
/
+4
*
Fix "iirfilter.c:55: warning: unused variable ‘size’"
Alex Converse
2009-07-10
1
-1
/
+1
*
Eliminate use of complex.h from iirfilter.c
Alex Converse
2009-07-10
1
-12
/
+27
*
Change fminf/fmaxf to FFMIN/FFMAX to fix the build on broken operating systems.
Alex Converse
2009-07-09
3
-13
/
+13
*
Fix declarations of complex numbers
Måns Rullgård
2009-07-09
1
-2
/
+2
*
Reindent after last commit
Alex Converse
2009-07-08
1
-41
/
+41
*
Prevent AAC frame size overflows.
Alex Converse
2009-07-08
1
-4
/
+10
*
Refactor windowing and early psy from bitstream writing parts of the AAC enco...
Alex Converse
2009-07-08
1
-5
/
+16
*
Turn on AAC rate control.
Alex Converse
2009-07-08
2
-14
/
+6
*
cosmetics: Remove unnecessary {} around if/for blocks;
Diego Biurrun
2009-07-08
4
-51
/
+36
*
cosmetics: prettyprinting, K&R style, break overly long lines
Diego Biurrun
2009-07-08
4
-109
/
+135
*
Cosmetics: Pretty print the AAC encoder.
Alex Converse
2009-07-08
6
-288
/
+288
[next]