index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
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
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
adpcm: convert VLAs to malloc/free
Måns Rullgård
2010-06-27
1
-57
/
+83
*
Fix libvorbis encoding with more than 2 channels
James Darnley
2010-06-27
4
-8
/
+19
*
Fix implicit cast warning
Eli Friedman
2010-06-27
1
-1
/
+1
*
Fix build without yasm
David Conrad
2010-06-27
1
-0
/
+8
*
First shot at VP8 optimizations:
Jason Garrett-Glaser
2010-06-27
5
-0
/
+928
*
Add myself as VP8 and vorbisdec maintainer
David Conrad
2010-06-27
1
-1
/
+2
*
VP8 bilinear filter
David Conrad
2010-06-27
3
-8
/
+85
*
vorbisdec: Take channels into account when checking against residue overflow
David Conrad
2010-06-27
1
-1
/
+1
*
vorbisdec: Fix header parsing with no floor1 partitions
David Conrad
2010-06-27
1
-1
/
+1
*
vorbisdec: Remove write-only variable
David Conrad
2010-06-27
1
-3
/
+0
*
vp8: warn and request sample if upscaling specified in header
Måns Rullgård
2010-06-27
1
-0
/
+3
*
Remove PPC perf counter support
Måns Rullgård
2010-06-26
13
-513
/
+0
*
Remove --enable-gprof flag
Måns Rullgård
2010-06-26
3
-28
/
+0
*
Remove unnecessary ../ from include directives
Måns Rullgård
2010-06-26
5
-6
/
+6
*
Add -I flags to HOSTCFLAGS
Måns Rullgård
2010-06-26
1
-1
/
+4
*
ARM: fix build with TI compiler
Måns Rullgård
2010-06-26
1
-1
/
+1
*
Add missing avutil.h include to libavutil/mem.h
Måns Rullgård
2010-06-26
1
-0
/
+1
*
ffv1: remove VLAs
Måns Rullgård
2010-06-26
1
-14
/
+19
*
shorten: remove VLA and check for buffer overflow
Måns Rullgård
2010-06-26
1
-1
/
+17
*
alsdec: convert VLAs to fixed size
Måns Rullgård
2010-06-26
1
-2
/
+2
*
pcx: convert VLAs to malloc/free
Måns Rullgård
2010-06-26
1
-7
/
+11
*
lsp: convert variable-length arrays to fixed size
Måns Rullgård
2010-06-26
2
-3
/
+4
*
svq1dec: replace VLA with malloc/free
Måns Rullgård
2010-06-26
1
-4
/
+11
*
Fix brief make messages when CC etc are specified on command line
Måns Rullgård
2010-06-26
1
-2
/
+2
*
huffyuv: remove unnecessary size argument from generate_len_table()
Måns Rullgård
2010-06-25
1
-3
/
+4
*
Make vp8 select h264dsp and use this to pull in mmx intrapred
Måns Rullgård
2010-06-25
2
-3
/
+2
*
Fix compilation without --enable-gpl.
Carl Eugen Hoyos
2010-06-25
1
-1
/
+4
*
Really fix r23782
Jason Garrett-Glaser
2010-06-25
1
-2
/
+2
*
elbg: remove VLAs
Måns Rullgård
2010-06-25
1
-15
/
+23
*
Fix c99ism in r23782
Jason Garrett-Glaser
2010-06-25
1
-1
/
+2
*
Cosmetics: Fix indentation.
Carl Eugen Hoyos
2010-06-25
1
-1
/
+1
*
huffyuv: make VLAs fixed size
Måns Rullgård
2010-06-25
1
-3
/
+3
*
16x16 and 8x8c x86 SIMD intra pred functions for VP8 and H.264
Jason Garrett-Glaser
2010-06-25
7
-2
/
+566
*
Make VP8 DSP functions take two strides
Jason Garrett-Glaser
2010-06-25
4
-27
/
+27
*
configure: remove superflous -lm flags
Måns Rullgård
2010-06-25
1
-4
/
+4
*
configure: reverse order of -l flags
Måns Rullgård
2010-06-25
1
-1
/
+7
*
configure: remove unused flag save/restore functions
Måns Rullgård
2010-06-25
1
-36
/
+0
*
configure: simplify append function
Måns Rullgård
2010-06-25
1
-1
/
+0
*
configure: simplify check_lib function
Måns Rullgård
2010-06-25
1
-5
/
+1
*
configure: remove unused function check_foo_config
Måns Rullgård
2010-06-25
1
-17
/
+0
*
twinvq: remove VLAs
Måns Rullgård
2010-06-25
1
-9
/
+15
*
rv34: kill VLAs
Måns Rullgård
2010-06-25
2
-2
/
+3
*
rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'
Josh Allmann
2010-06-25
1
-24
/
+24
*
RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...
Josh Allmann
2010-06-25
5
-71
/
+62
*
rtpdec: Move AAC depacketization code in rtpdec to a proper payload handler
Josh Allmann
2010-06-25
2
-76
/
+83
*
RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.c
Josh Allmann
2010-06-25
2
-69
/
+50
*
RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.c
Josh Allmann
2010-06-25
5
-63
/
+168
*
RTSP: Remove skip_spaces in favor of strspn
Josh Allmann
2010-06-25
2
-25
/
+14
*
Print a space after the AVClass prefix.
Jai Menon
2010-06-25
1
-2
/
+2
*
avienc : Avoid creating invalid AVI files when muxing subtitle streams
Jai Menon
2010-06-25
1
-1
/
+4
[next]