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
*
Fix yuv2rgb C functions to work for widths divisible by 4 but not by 8
Reimar Döffinger
2007-06-08
1
-4
/
+38
*
Merge tests Makefile into the top-level Makefile.
Diego Biurrun
2007-06-07
9
-683
/
+666
*
The server configuration file is passed as a command line parameter.
Diego Biurrun
2007-06-07
1
-1
/
+1
*
emms --> emms_c, taken from a patch by Ronald Bultje
Ronald S. Bultje
2007-06-07
1
-2
/
+2
*
Use consistent names for all test programs.
Diego Biurrun
2007-06-07
1
-2
/
+2
*
Preprocessor #defines starting with __ are reserved for the system.
Diego Biurrun
2007-06-07
2
-2
/
+2
*
Use FFmpeg-specific CPU feature definitions.
Ronald S. Bultje
2007-06-07
1
-17
/
+17
*
Add CPU feature definitions for SSE3 and SSSE3.
Ronald S. Bultje
2007-06-07
1
-0
/
+2
*
'-acodec mp3' --> '-acodec libmp3lame'
Diego Biurrun
2007-06-07
1
-1
/
+1
*
Change names of codecs provided by external libraries in examples to account
avcoder
2007-06-07
1
-7
/
+7
*
CPU feature definitions should always be available, not just when the
Ronald S. Bultje
2007-06-07
1
-4
/
+0
*
Only run MMX2 tests when MMX2 is available.
Diego Biurrun
2007-06-07
1
-0
/
+2
*
Fix linking when GPL code has been disabled.
Diego Biurrun
2007-06-07
1
-0
/
+2
*
Fix compilation when MMX is disabled.
Ronald S. Bultje
2007-06-07
1
-1
/
+1
*
FAAN is not x86-specific.
Diego Biurrun
2007-06-07
1
-1
/
+1
*
Remove the unnecessary masking when counting received packet types in the H.264
Panagiotis Issaris
2007-06-07
1
-1
/
+1
*
Remove the unnecessary masking when reconstructing the NAL unit header in the
Panagiotis Issaris
2007-06-07
1
-1
/
+1
*
Remove the unnecessary masking when extracting the start bit in the H.264 RTP
Panagiotis Issaris
2007-06-07
1
-1
/
+1
*
Fix linking: emms_c is a macro, #include the correct header file.
Diego Biurrun
2007-06-07
1
-0
/
+1
*
h264: use 'simple' in border backup / xchg
Andreas Öman
2007-06-07
1
-7
/
+7
*
emms --> emms_c, patch by Ronald S. Bultje, rbultje ronald.bitfreak net
Ronald S. Bultje
2007-06-07
1
-3
/
+1
*
Add some forgotten lib prefixes to Makefile variables.
Diego Biurrun
2007-06-06
1
-2
/
+2
*
add MMES fourcc, matrox mpeg2 in avi files
Baptiste Coudurier
2007-06-06
1
-0
/
+1
*
add mpegtsraw demuxer
Michael Niedermayer
2007-06-06
2
-0
/
+2
*
warn user if video codec timebase is very high
Baptiste Coudurier
2007-06-06
1
-0
/
+5
*
Rename cb field
Eric Lasota
2007-06-06
2
-23
/
+23
*
Consistent naming and lib prefixes for x264, xvid and mp3lame within the code.
Diego Biurrun
2007-06-06
8
-30
/
+30
*
one more rename
Diego Biurrun
2007-06-06
1
-1
/
+1
*
Update for recent file removals/renames.
Diego Biurrun
2007-06-06
1
-2
/
+1
*
Give names of external library decoders/encoders a lib prefix
Diego Biurrun
2007-06-06
2
-5
/
+5
*
Give all wrappers for external libraries names starting with lib.
Diego Biurrun
2007-06-06
11
-11
/
+11
*
Part of MPlayer patch:
Reimar Döffinger
2007-06-05
1
-0
/
+1
*
Remove unused variables.
Diego Biurrun
2007-06-05
1
-2
/
+2
*
correcting spelling error, yuv2rgb888_line was renamed to yuv2rgb24_line
Marc Hoffman
2007-06-05
1
-1
/
+1
*
Convert RoQ decoder to use YUV 4:4:4 unpacked macroblocks
Eric Lasota
2007-06-05
2
-177
/
+74
*
Rename code012() to ff_code012(), and remove static qualifier: paves the way
Denis Fortin
2007-06-05
2
-9
/
+9
*
spelling
Diego Biurrun
2007-06-04
2
-3
/
+3
*
cosmetics: use one type per field in every structs
Aurelien Jacobs
2007-06-04
1
-22
/
+24
*
partially revert r2931 (Support raw mpegts streams from dvr)
Michael Niedermayer
2007-06-04
1
-8
/
+0
*
cosmetics: indentation
Aurelien Jacobs
2007-06-04
1
-15
/
+15
*
add support for real audio in matroska
Aurelien Jacobs
2007-06-04
2
-0
/
+90
*
fix an infinite loop in case one cluster is not enough to demux a packet
Aurelien Jacobs
2007-06-04
1
-1
/
+2
*
split some common code from the mkv demuxer that will be useful to the muxer
David Conrad
2007-06-04
4
-2790
/
+2842
*
Wording improvements for the previous commit.
Víctor Paesa
2007-06-04
1
-3
/
+3
*
Typos
Ramiro Polla
2007-06-04
1
-8
/
+8
*
Doxygenize av_init_packet
Ramiro Polla
2007-06-04
1
-1
/
+5
*
Export av_init_packet
Ramiro Polla
2007-06-04
2
-10
/
+12
*
harmless typo
Michael Niedermayer
2007-06-04
1
-1
/
+1
*
fix indention
Michael Niedermayer
2007-06-04
1
-8
/
+7
*
remove duplicate PAT scaning code and actual PAT scan
Michael Niedermayer
2007-06-04
1
-57
/
+2
[next]