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
...
*
avoid indeterminate order of accessing src
Stefan Gehrer
2009-01-30
1
-3
/
+3
*
cosmetics: Add empty line for consistent formatting.
Gwenole Beauchesne
2009-01-29
1
-0
/
+1
*
Mark ff_fft_end av_cold.
Alex Converse
2009-01-29
1
-1
/
+1
*
fix an overflow in vc1 intra overlap filter
Loren Merritt
2009-01-28
1
-4
/
+4
*
Fix Doxygen comments for VC-1 decoder.
Kostya Shishkov
2009-01-28
1
-5
/
+23
*
Fix Doxygen comments for RV3/4 decoder.
Kostya Shishkov
2009-01-28
1
-0
/
+5
*
Fix Doxygen comments for APE decoder.
Kostya Shishkov
2009-01-28
1
-1
/
+5
*
ARM: remove some unused macro arguments
Måns Rullgård
2009-01-27
1
-9
/
+9
*
ARM: reorder some instructions in put_pixels*_arm for speed gains
Måns Rullgård
2009-01-27
1
-6
/
+6
*
ARM: replace jump tables with conditional branches
Måns Rullgård
2009-01-27
1
-81
/
+19
*
ARM: replace explicit literal loads with ldr Rd, =lit
Måns Rullgård
2009-01-27
1
-34
/
+28
*
ARM: change alignment of loops in put_pixels*_arm to 32
Måns Rullgård
2009-01-27
1
-38
/
+33
*
ARM: optimised mid_pred()
Måns Rullgård
2009-01-27
1
-0
/
+18
*
ARM: allow register operands for shifts in MULL()
Måns Rullgård
2009-01-27
1
-1
/
+1
*
fix doxygen file reference
Stefan Gehrer
2009-01-27
1
-1
/
+1
*
vp5: don't try decoding a P frame before any I frame was parsed
Aurelien Jacobs
2009-01-27
1
-1
/
+2
*
Fix filenames in Doxygen comments.
Diego Biurrun
2009-01-26
15
-15
/
+15
*
Change "H.263 Intel" long name to "Intel H.263".
Stefano Sabatini
2009-01-26
1
-1
/
+1
*
Fix AAC data smuggling:
Kostya Shishkov
2009-01-26
1
-2
/
+2
*
Remove unneeded check.
Benoit Fouet
2009-01-26
1
-3
/
+0
*
Fix an exploit in indeo by checking we are not writing out of the strip array.
Benoit Fouet
2009-01-26
1
-0
/
+8
*
Workaround for gcc 3.4 to align sh properly
David Conrad
2009-01-26
1
-2
/
+2
*
Directly #include some required headers.
Diego Biurrun
2009-01-25
3
-1
/
+3
*
Use AV_WL32/AV_WB32 in bitstream.h
Reimar Döffinger
2009-01-25
1
-8
/
+2
*
Make more descriptive the long names for the various variants of H.263.
Stefano Sabatini
2009-01-25
2
-4
/
+4
*
ARM: NEON optimised H.264 weighted prediction
Måns Rullgård
2009-01-25
2
-0
/
+158
*
ARM: NEON optimised H.264 biweighted prediction
Måns Rullgård
2009-01-25
2
-0
/
+202
*
Add required headers to fix warnings during 'make checkheaders'.
Diego Biurrun
2009-01-25
2
-0
/
+4
*
flacdec: get total number of samples from STREAMINFO
Justin Ruggles
2009-01-25
2
-1
/
+3
*
move FLAC_STREAMINFO_SIZE to flac.h
Justin Ruggles
2009-01-25
2
-1
/
+2
*
define FLAC metadata types in flac.h
Justin Ruggles
2009-01-25
2
-3
/
+12
*
flacdec: cosmetics: some line wrapping at 80 chars
Justin Ruggles
2009-01-24
1
-15
/
+31
*
flacdec: cosmetics: indentation
Justin Ruggles
2009-01-24
1
-18
/
+18
*
flacdec: cosmetics: use consistent coding style (K&R)
Justin Ruggles
2009-01-24
1
-137
/
+106
*
Add a check for ppc4xx instructions; rename preprocessor directive accordingly.
Diego Biurrun
2009-01-24
1
-1
/
+1
*
Remove pointless #if HAVE_ALTIVEC around internal header #include
Diego Biurrun
2009-01-24
1
-3
/
+0
*
cosmetics: indentation
Justin Ruggles
2009-01-24
1
-14
/
+14
*
flacdec: change several AV_LOG_DEBUG to AV_LOG_ERROR
Justin Ruggles
2009-01-24
1
-3
/
+3
*
flacdec: remove another unneeded debugging statement
Justin Ruggles
2009-01-24
1
-1
/
+0
*
flacdec: remove unneeded debugging statements
Justin Ruggles
2009-01-24
1
-29
/
+0
*
flacdec: remove some unused code
Justin Ruggles
2009-01-24
1
-67
/
+2
*
Add required headers to fix 'make checkheaders'.
Diego Biurrun
2009-01-24
1
-0
/
+3
*
remove alloc_table_0 and alloc_table_2, the same
Stefan Gehrer
2009-01-24
1
-42
/
+1
*
remove zigzag_scan8x8, it is the same as ff_zigzag_direct
Stefan Gehrer
2009-01-24
2
-23
/
+4
*
avoid duplication of size_table and offset_table
Stefan Gehrer
2009-01-24
1
-5
/
+2
*
avoid duplication of dquant_code
Stefan Gehrer
2009-01-24
1
-2
/
+2
*
Do not allocate RoqTempData on the stack
Vitor Sessak
2009-01-24
2
-12
/
+18
*
rename flac.c to flacdec.c
Justin Ruggles
2009-01-23
2
-2
/
+2
*
Avoid allocating MPADecodeContext on stack.
Andreas Öman
2009-01-23
5
-19
/
+25
*
Remove the block with always false condition from vc1_parse_frame_header()
Kostya Shishkov
2009-01-23
1
-6
/
+1
[prev]
[next]