git.videolan.org
/
ffmpeg.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
return cleanup
2006-10-10
Michael Niedermayer
return cleanup
commit
|
commitdiff
|
tree
2006-10-10
Michael Niedermayer
moving another bit&1 out, this is as fast as with it...
commit
|
commitdiff
|
tree
2006-10-10
Michael Niedermayer
move the &1 out of the asm so gcc can optimize it away...
commit
|
commitdiff
|
tree
2006-10-10
Michael Niedermayer
replace a few and/sub/... by cmov
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
reading 8bit mem into a 8bit register needs 2 uops...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
on the P4 inc needs twice as much time a add
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
10l
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
reverse remainder of the failed attempt to optimize...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
x86 branchless cabac decoder
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
optimize branchless C CABAC decoder
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
move outcommented START/STOP_TIMER to a hopefully better...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
drop failed attempt to optimize *state= c->mps_state[s];
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
10l bugfix for some disabled code
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
first try of a handwritten get_cabac() for x86, this...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
always add -fomit-frame-pointer if optimizations are...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
remove bytestream_end checks, seems to work fine without...
commit
|
commitdiff
|
tree
2006-10-09
Michael Niedermayer
decrease ff_h264_norm_shift[] size
commit
|
commitdiff
|
tree
2006-10-08
Michael Niedermayer
cleanup
commit
|
commitdiff
|
tree
2006-10-08
Michael Niedermayer
branchless renormalization (1% faster get_cabac) old...
commit
|
commitdiff
|
tree
2006-10-08
Michael Niedermayer
5% faster get_cabac()
commit
|
commitdiff
|
tree
2006-10-07
Michael Niedermayer
disable benchmarking code
commit
|
commitdiff
|
tree
2006-10-07
Michael Niedermayer
renorm_cabac_decoder_once START/STOP_TIMER scores for...
commit
|
commitdiff
|
tree
2006-10-07
Michael Niedermayer
refill cabac variables in 16bit steps, 3% faster get_cabac()
commit
|
commitdiff
|
tree
2006-10-07
Michael Niedermayer
() 10l
commit
|
commitdiff
|
tree
2006-10-07
Michael Niedermayer
several x86 renorm_cabac_decoder_once optimizations
commit
|
commitdiff
|
tree
2006-10-06
Michael Niedermayer
flac fourcc (fixes mplayer -demuxer 35 with flac)
commit
|
commitdiff
|
tree
2006-10-06
Michael Niedermayer
prevent >16bit tags to be truncated and used in creating...
commit
|
commitdiff
|
tree
2006-10-06
Michael Niedermayer
fix decoding of ED-small-sample-file.ogg
commit
|
commitdiff
|
tree
2006-10-05
Michael Niedermayer
fix buffer underflows by reencoding the current frame...
commit
|
commitdiff
|
tree
2006-10-03
Michael Niedermayer
remove confusing divx note
commit
|
commitdiff
|
tree
2006-10-03
Michael Niedermayer
fix r_frame_rate detection in mpeg4 streams with non...
commit
|
commitdiff
|
tree
2006-10-03
Michael Niedermayer
1000000l for lu_zero (commiting untested? code)
commit
|
commitdiff
|
tree
2006-10-02
Michael Niedermayer
slightly saner indention
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
palette (if we memcpy it into AVFrame) must be uint32_t
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
marking AVPaletteControl as deprecated due to thread...
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
move things from my todo to the unassigned one so my...
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
seems only 3 bits are used for the number of resolutions...
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
dont set sub_id as its completly redundant and silly
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
ignore sub_id
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
big endian fix
commit
|
commitdiff
|
tree
2006-09-30
Michael Niedermayer
support resolution switching, fixes rv20errors.rm
commit
|
commitdiff
|
tree
2006-09-29
Michael Niedermayer
simplify
commit
|
commitdiff
|
tree
2006-09-29
Michael Niedermayer
fix rv20 b frames (broke since r5264 Mon Apr 3 07:52...
commit
|
commitdiff
|
tree
2006-09-27
Michael Niedermayer
prevent infinite loop with VORC012.WMA
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
fix decoding of bastard1.rm (rv ver=0x10003001 ver0...
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
fix r_frame_rate init code for groundhog.vob
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
drop broken telecine detection code
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
reindent
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
dont ignore MAX_READ_SIZE
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
support forward seeking in non seekable streams
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
simplify seek() failure check
commit
|
commitdiff
|
tree
2006-09-26
Michael Niedermayer
mpeg1 b_strategy=2 segfault fix
commit
|
commitdiff
|
tree
2006-09-24
Michael Niedermayer
cosmetic
commit
|
commitdiff
|
tree
2006-09-24
Michael Niedermayer
segfault fix
commit
|
commitdiff
|
tree
2006-09-22
Michael Niedermayer
simplify url_fseek()
commit
|
commitdiff
|
tree
2006-09-21
Michael Niedermayer
1000l copy and paste typo
commit
|
commitdiff
|
tree
2006-09-20
Michael Niedermayer
reduce scores if the mp3 frames dont start from the...
commit
|
commitdiff
|
tree
2006-09-20
Michael Niedermayer
set supported pixel formats for a few encoders (fixes...
commit
|
commitdiff
|
tree
2006-09-19
Michael Niedermayer
use correct rounding functions
commit
|
commitdiff
|
tree
2006-09-17
Michael Niedermayer
K prefix
commit
|
commitdiff
|
tree
2006-09-17
Michael Niedermayer
support SI and some non SI prefixes
commit
|
commitdiff
|
tree
2006-09-12
Michael Niedermayer
10l typo
commit
|
commitdiff
|
tree
2006-09-09
Michael Niedermayer
AVPROBE_SCORE_MAX doc
commit
|
commitdiff
|
tree
2006-09-08
Michael Niedermayer
print more correct error messges
commit
|
commitdiff
|
tree
2006-09-07
Michael Niedermayer
fix sound of SampleVideo.mov (mp2 in mov)
commit
|
commitdiff
|
tree
2006-09-05
Michael Niedermayer
ignore index parameter to ignore the ODML index in avi
commit
|
commitdiff
|
tree
2006-09-04
Michael Niedermayer
seems the output of that code is never used
commit
|
commitdiff
|
tree
2006-08-30
Michael Niedermayer
print warnings if
commit
|
commitdiff
|
tree
2006-08-30
Michael Niedermayer
fix b pyramid in mp4 muxing if no dts are provided...
commit
|
commitdiff
|
tree
2006-08-30
Michael Niedermayer
clarify
commit
|
commitdiff
|
tree
2006-08-30
Michael Niedermayer
make the C code of the swscaler which i wrote LGPL
commit
|
commitdiff
|
tree
2006-08-28
Michael Niedermayer
fix buffer handling
commit
|
commitdiff
|
tree
2006-08-27
Michael Niedermayer
overread AV_LOG_ERROR -> AV_LOG_DEBUG
commit
|
commitdiff
|
tree
2006-08-27
Michael Niedermayer
fix low bitrate mp3
commit
|
commitdiff
|
tree
2006-08-27
Michael Niedermayer
check the validity of the amount of the remaining bytes...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
unused var
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
dont copy frame if the whole mp1/2/3 frame is available...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
make mpa_decode_header() 10 times faster
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
another silly typo which surprisingly neither valgrind...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
10l found by valgrind
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
remove duplicated parser, people who pass random gibblets...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
2nd try of skip_bits_long() for the ALT reader
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
make A32 reader align its ptr during init no matter...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
3rd try :)
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
2nd try for a skip_bits_long() for the A32 reader
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
move align_get_bits() to .h to avoid conflicts between...
commit
|
commitdiff
|
tree
2006-08-26
Michael Niedermayer
prevent bitstream reader to be overriden
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
support some totally broken ODML variant
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
avoid branch
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
move variable declarations so that their scope is smaller
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
move the +400 out of the innermost loop
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
avoid reading exponent twice
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
reduce size of vlc table, thats slightly faster here
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
try to avoid l3_unscale() by using a table
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
replace l3_unscale(1, exponents[pos]) by LUT
commit
|
commitdiff
|
tree
2006-08-25
Michael Niedermayer
maybe fixing the segfault on ARM
commit
|
commitdiff
|
tree
2006-08-24
Michael Niedermayer
10l typo
commit
|
commitdiff
|
tree
2006-08-24
Michael Niedermayer
avoid a few if(x==0) checks in the inner loops
commit
|
commitdiff
|
tree
2006-08-24
Michael Niedermayer
fix non ALT bitstream reader
commit
|
commitdiff
|
tree
next