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
*
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only
Oded Shimon
2008-02-04
3
-4
/
+4
*
Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple of
Diego Biurrun
2008-02-04
1
-2
/
+2
*
2 more missing consts found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-2
/
+2
*
Remove incorrect cast found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Another const found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-04
2
-5
/
+5
*
fix 8 "initialization discards qualifiers from pointer target type"
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
Fix info packet type, found by oded as well as the new pedantic const
Michael Niedermayer
2008-02-04
1
-2
/
+3
*
-Wwrite-strings nitpicking fix
Michael Niedermayer
2008-02-04
1
-1
/
+2
*
Missing const found by -Wwrite-strings.
Michael Niedermayer
2008-02-04
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-03
2
-6
/
+6
*
Warn if a comparison is always true or always false due to the
Michael Niedermayer
2008-02-03
1
-0
/
+1
*
Missing const found by -Wwrite-strings.
Michael Niedermayer
2008-02-03
2
-4
/
+4
*
remove single-frame images from seektest
Måns Rullgård
2008-02-03
2
-223
/
+0
*
typo
Diego Biurrun
2008-02-03
1
-1
/
+1
*
Make string constants const. Why is this not default?
Michael Niedermayer
2008-02-03
1
-0
/
+1
*
remove useless/incorrect comments in regression.sh
Måns Rullgård
2008-02-03
1
-127
/
+0
*
split lavf regression tests
Måns Rullgård
2008-02-03
4
-30
/
+129
*
split regression tests allowing make to run them in parallel
Måns Rullgård
2008-02-03
5
-211
/
+210
*
get seek regression test filenames from reference file
Måns Rullgård
2008-02-03
1
-1
/
+1
*
mpegvideo.h has two function declarations with the 'inline' specifier
Uoti Urpala
2008-02-03
1
-2
/
+2
*
avg_pixels4_mmx2
Loren Merritt
2008-02-03
2
-2
/
+25
*
use mmx2/3dnow avg functions in avg_qpel*_mc00
Loren Merritt
2008-02-03
2
-3
/
+16
*
Remove ff_mms_set_stream_selection again from asf demuxer,
Reimar Döffinger
2008-02-03
1
-14
/
+0
*
ff_h264_idct8_add_sse2.
Loren Merritt
2008-02-03
5
-9
/
+98
*
remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.
Loren Merritt
2008-02-03
1
-29
/
+23
*
Remove incorrect casts that should have never been there.
Michael Niedermayer
2008-02-02
1
-2
/
+2
*
Make avcodec_decode_* functions take const input buffers.
Michael Niedermayer
2008-02-02
2
-6
/
+6
*
100l, since we already check for buf_size == 769 we should also
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Use bytestream_get_be24 to simplify palette parsing.
Reimar Döffinger
2008-02-02
1
-9
/
+6
*
mark qtrle input data as const.
Reimar Döffinger
2008-02-02
1
-2
/
+2
*
Remove a pointless cast.
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Add some const where appropriate
Reimar Döffinger
2008-02-02
2
-2
/
+2
*
Fix warning:
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
const
Michael Niedermayer
2008-02-02
3
-20
/
+20
*
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning:
Reimar Döffinger
2008-02-02
1
-0
/
+2
*
Missing 'const' in cast.
Reimar Döffinger
2008-02-02
1
-1
/
+1
*
Make src const.
Michael Niedermayer
2008-02-02
1
-1
/
+1
*
void arithmetic
Michael Niedermayer
2008-02-02
1
-1
/
+1
*
Remove -Werror= CFLAGS that do not have the desired effect.
Diego Biurrun
2008-02-02
1
-2
/
+0
*
cosmetics: sort ogg_codec_t list
Diego Biurrun
2008-02-02
1
-5
/
+5
*
Some consts for cscd decoder helper functions
Reimar Döffinger
2008-02-02
1
-6
/
+6
*
"swap first two elements of L1 if L0 and L1 are identical" applies after spli...
Loren Merritt
2008-02-02
1
-10
/
+9
*
fix mbaff diagonal neighbor mv
Loren Merritt
2008-02-02
1
-4
/
+9
*
mbaff spatial direct
Loren Merritt
2008-02-02
1
-7
/
+67
*
Do not modify input data
Kostya Shishkov
2008-02-02
1
-3
/
+3
*
IMC decoder always operates on 64-byte blocks
Kostya Shishkov
2008-02-02
1
-4
/
+4
*
non-const 2nd parameter for strtol/strtod
Aurelien Jacobs
2008-02-02
2
-16
/
+15
*
use AV_RL* instead of le2me_*
Aurelien Jacobs
2008-02-01
1
-3
/
+3
[next]