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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
remove broken ctab code
Baptiste Coudurier
2007-04-21
1
-38
/
+0
*
use INT64_MAX
Baptiste Coudurier
2007-04-21
1
-2
/
+2
*
Remove unused variable.
Diego Biurrun
2007-04-21
1
-1
/
+1
*
spelling/wording/punctuation
Diego Biurrun
2007-04-21
1
-6
/
+8
*
compile rawvideo decoder on request
Alex Beregszaszi
2007-04-21
1
-0
/
+2
*
compile mjpeg parser if requested
Alex Beregszaszi
2007-04-21
1
-0
/
+2
*
ac3 parser requires tables from ac3tab.h, which are compiled into ac3.c
Alex Beregszaszi
2007-04-21
1
-1
/
+1
*
cosmetics: remove my email address
Alex Beregszaszi
2007-04-20
3
-3
/
+3
*
remove possibly broken wince cruft
Alex Beregszaszi
2007-04-20
4
-23
/
+4
*
typo
Diego Biurrun
2007-04-20
1
-1
/
+1
*
add .type foo, %function directives for the benefit of debuggers
Måns Rullgård
2007-04-19
2
-0
/
+14
*
Fix parts missed in clip -> av_clip rename
Reimar Döffinger
2007-04-19
2
-4
/
+4
*
Fix an use-after-free bug
Luca Abeni
2007-04-19
1
-1
/
+4
*
Remove unused callbacks from ffserver
Luca Abeni
2007-04-19
1
-18
/
+0
*
Deobfuscade decodeTonalComponents calling logic.
Benjamin Larsson
2007-04-18
1
-11
/
+6
*
Version bump, atrac3 added.
Benjamin Larsson
2007-04-18
1
-2
/
+2
*
Let maintain things. Added myself as atrac3 maintainer.
Benjamin Larsson
2007-04-18
1
-0
/
+1
*
Simplify, patch by Ramiro Polla.
Ramiro Polla
2007-04-18
1
-12
/
+2
*
Remove unused vars, patch by Ramiro Polla.
Ramiro Polla
2007-04-18
1
-4
/
+0
*
Remove unused vars, patch by Ramiro Polla.
Ramiro Polla
2007-04-18
1
-2
/
+0
*
Cosmetics, patch by Ramiro Polla.
Ramiro Polla
2007-04-18
1
-2
/
+1
*
Pullback should be performed on scaled motion vectors in B-frames
Kostya Shishkov
2007-04-18
1
-0
/
+6
*
preserve alpha channel when converting rgb32 to bgr32 in plain C
Ivo van Poorten
2007-04-18
1
-1
/
+1
*
fix red_15mask and green_15mask. the previous values were wrong and caused
Ivo van Poorten
2007-04-18
1
-2
/
+2
*
test widths all down to one. this tests whether the scalers correctly switch
Ivo van Poorten
2007-04-18
1
-1
/
+1
*
Remove the build instructions from the doxygen comments, they are duplicated
Diego Biurrun
2007-04-18
1
-10
/
+1
*
Doxygen comment wording/spelling
Diego Biurrun
2007-04-18
1
-4
/
+4
*
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+3
*
skip MMX code in rgb32to16 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+2
*
skip MMX code in rgb32to15 if the size of the input is smaller than the
Ivo van Poorten
2007-04-18
1
-0
/
+2
*
Atrac3 decoder.
Benjamin Larsson
2007-04-17
9
-3
/
+1215
*
slightly faster rgb32tobgr32; avoid one add and one cmp
Ivo van Poorten
2007-04-17
1
-18
/
+17
*
Fix the most obvious typos in the development policy doc section
Reimar Döffinger
2007-04-17
1
-8
/
+8
*
patch submission checklist
Michael Niedermayer
2007-04-17
1
-0
/
+47
*
add a commit-rule precision when applying patches discussed on the mailing list
Benoit Fouet
2007-04-17
1
-0
/
+3
*
New implementation of rgb32tobgr32
Ivo van Poorten
2007-04-16
1
-41
/
+58
*
Mention configure parameters for enabling AMR.
Diego Biurrun
2007-04-15
1
-1
/
+3
*
add an enum for need_parsing
Aurelien Jacobs
2007-04-15
19
-34
/
+40
*
Make the declaration of AVInputFormat ac3_demuxer conditional
Diego Biurrun
2007-04-15
1
-0
/
+2
*
The AC3 demuxer depends on the AC3 parser.
Diego Biurrun
2007-04-15
1
-0
/
+1
*
Move AC3 header parsing code together with the rest of the AC3 parsing code.
Diego Biurrun
2007-04-15
6
-65
/
+66
*
fix mjpeg.mov
Michael Niedermayer
2007-04-15
1
-2
/
+4
*
improve horizontal chroma resolution with pal
Michael Niedermayer
2007-04-15
2
-6
/
+7
*
convert palette to yuv instead of converting each pixel after pal->rgb
Michael Niedermayer
2007-04-15
2
-14
/
+25
*
fix playback of angels_480-mjpegcompress.avi
Michael Niedermayer
2007-04-14
1
-1
/
+1
*
fix playback of odd_height.mov
Michael Niedermayer
2007-04-14
1
-0
/
+4
*
correct another possible buffer overflow where interlaced would
Michael Niedermayer
2007-04-14
1
-2
/
+1
*
fix tiff regression test (bitexact flag was ignoredwhich caused the
Michael Niedermayer
2007-04-14
3
-2
/
+4
*
remove MpegEncContext, patch by baptiste
Baptiste Coudurier
2007-04-14
1
-20
/
+5
*
fix overhead and bitrate statistics
Michael Niedermayer
2007-04-14
1
-1
/
+3
[prev]
[next]