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
*
Silence useless compiler warning when passing AVFrame* instead of AVPicture*
Kostya Shishkov
2009-02-01
4
-4
/
+4
*
Remove H.264 encoder initialization.
Diego Biurrun
2009-02-01
1
-3
/
+0
*
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-02-01
312
-312
/
+312
*
Fix filenames in doxygen comments.
Diego Biurrun
2009-02-01
2
-2
/
+2
*
remove some warnings due to avctx->execute
Baptiste Coudurier
2009-01-31
1
-2
/
+4
*
shorten: trivial simplification of signature check
Måns Rullgård
2009-01-31
1
-1
/
+1
*
assume widescreen when ratio also > 17, patch by Ben Hutchings, ben at decade...
Ben Hutchings
2009-01-31
1
-1
/
+1
*
fix decoding 720p50 audio samples
Baptiste Coudurier
2009-01-31
1
-3
/
+3
*
cosmetics: change comment type and vertical alignment
Justin Ruggles
2009-01-31
1
-2
/
+2
*
cosmetics: add some documentation to FLACContext
Justin Ruggles
2009-01-31
1
-6
/
+6
*
Cosmetics: fixing indentation
Roman Shaposhnik
2009-01-31
1
-13
/
+13
*
unrolling encoding loops
Roman Shaposhnik
2009-01-31
1
-39
/
+40
*
Cosmetics: simplifying static initialization
Roman Shaposhnik
2009-01-31
1
-2
/
+1
*
simplifying DIF encoding process
Roman Shaposhnik
2009-01-31
1
-22
/
+24
*
Cosmetics: fixing the indentation
Roman Shaposhnik
2009-01-31
1
-13
/
+13
*
factoring code into dv_init_enc_block
Roman Shaposhnik
2009-01-31
1
-44
/
+34
*
Cosmetics: replacing 0 with NULL for pointer assignment
Roman Shaposhnik
2009-01-31
1
-1
/
+1
*
Cosmetics: moving the function definition around
Roman Shaposhnik
2009-01-31
1
-26
/
+26
*
Replacing the constant with a macro
Roman Shaposhnik
2009-01-31
1
-9
/
+9
*
flacdec: add support for SAMPLE_FMT_32
Justin Ruggles
2009-01-31
1
-6
/
+33
*
Fix documentation of the return value of avcodec_encode_video().
Bitbreaker/METALVOTZE X
2009-01-31
1
-1
/
+1
*
Use '#if defined()' for OS-specific preprocessor checks.
Diego Biurrun
2009-01-30
1
-2
/
+2
*
ARM: NEON optimised vector_fmul_window
Måns Rullgård
2009-01-30
2
-0
/
+54
*
ARM: NEON optimised vector_fmul
Måns Rullgård
2009-01-30
2
-0
/
+44
*
remove duplicate tables
Stefan Gehrer
2009-01-30
2
-10
/
+4
*
Use the new RDFT code in the QDM2 decoder.
Alex Converse
2009-01-30
1
-68
/
+31
*
Add the rdft family of transforms (fft/ifft of an all real sequence) to dsputil.
Alex Converse
2009-01-30
4
-1
/
+160
*
Add missing void keyword to parameterless function declarations.
Diego Biurrun
2009-01-30
12
-12
/
+12
*
Record B-fraction index from frame header and two fields from entry point str...
Gwenole Beauchesne
2009-01-30
2
-8
/
+11
*
Make ff_h263_resync() return the bit position of the resync_marker or
Gwenole Beauchesne
2009-01-30
1
-4
/
+6
*
Use a constant instead of a magic number.
Gwenole Beauchesne
2009-01-30
1
-1
/
+1
*
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
[next]