index
:
ffmpeg.git
debug/motion-vectors
vaapi/drm-render-node
vaapi/hantro-support
FFmpeg multimedia libraries
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
Age
Commit message (
Expand
)
Author
2007-02-05
BMP encoder by Michel Bardiaux, mbardiaux mediaxim be
Diego Biurrun
2007-02-05
fix use of uninitialized variables
Sascha Sommer
2007-02-05
Remove useless check, patch by Benoit Fouet, benoit.fouet purplelabs com.
Benoit Fouet
2007-02-05
Set codec dimensions in extradata parsing
Kostya Shishkov
2007-02-05
table fix
Kostya Shishkov
2007-02-04
useless as this file wont be compiled if this is not true
Michael Niedermayer
2007-02-04
Save frame header info in context variables
Kostya Shishkov
2007-02-04
Set frame rate from extradata
Kostya Shishkov
2007-02-03
factorize switch_buffer()
Michael Niedermayer
2007-02-03
fix decoding of takethat.mp3
Michael Niedermayer
2007-02-03
These messages are just for debug purposes
Kostya Shishkov
2007-02-03
Set codec dimensions if provided by extradata
Kostya Shishkov
2007-02-03
VC-1 parser
Kostya Shishkov
2007-02-02
0x00000103 is not an escape marker
Kostya Shishkov
2007-02-02
add FIXME
Michael Niedermayer
2007-02-02
General approach to parsing chunks in VC-1 AP
Kostya Shishkov
2007-02-02
some (probably exploitable) out of array write fixes
Michael Niedermayer
2007-02-02
missed a redundant load
Måns Rullgård
2007-02-01
revert accidental checkin
Måns Rullgård
2007-02-01
save one cycle
Måns Rullgård
2007-02-01
remove redundant loads
Måns Rullgård
2007-02-01
Check for out-of-bounds access
Kostya Shishkov
2007-02-01
Add decode_end method to bmp decoder. Patch by Michel Bardiaux,
Michel Bardiaux
2007-02-01
correctly set profile/level for hd
Baptiste Coudurier
2007-02-01
Activate guards in avcodec_default_get_buffer. Patch by Michel Bardiaux,
Michel Bardiaux
2007-01-31
optimize IDCT of rows with mostly zero coefficients
Måns Rullgård
2007-01-31
Move lzo decompression to libavutil
Reimar Döffinger
2007-01-31
Make sure we do not accidentially "fix" cnt to something < 0
Reimar Döffinger
2007-01-31
Simplify checks, use that we know that cnt will not be < 0
Reimar Döffinger
2007-01-31
Remove boundary checks that are actually done "well enough"
Reimar Döffinger
2007-01-31
Documentation fix: Copy functions should "work" fine for cnt == 0
Reimar Döffinger
2007-01-31
Optimize LZO copy operations
Reimar Döffinger
2007-01-31
Fix memcpy out-of-bounds.
Michel Bardiaux
2007-01-31
another >> vs >
Michael Niedermayer
2007-01-31
simpify state and make code 2% faster
Michael Niedermayer
2007-01-31
Add two extra needed bounds checks
Reimar Döffinger
2007-01-31
replace if(x>>b) by if(x>C) as shifts are slow on some cpus and i have my dou...
Michael Niedermayer
2007-01-31
Add code to testcode to ease comparing with liblzo.
Reimar Döffinger
2007-01-31
Make BMP decoder use bytestream. Patch by Michel Bardiaux
Michel Bardiaux
2007-01-30
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
Panagiotis Issaris
2007-01-30
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
Ian Caulfield
2007-01-30
Add the const specifier as needed to reduce the number of warnings.
Panagiotis Issaris
2007-01-29
typo fix by Dmitry Antipov dmantipov =a= yandex =d= ru
Måns Rullgård
2007-01-29
theoretically save one cycle
Måns Rullgård
2007-01-29
Fix BI-frames decoding for Adv. profile
Kostya Shishkov
2007-01-29
Fix segfault in bmp decoder. Patch by Michel Bardiaux mbardiaux mediaxim dot be.
Michel Bardiaux
2007-01-29
Check that js_vlc_bits from the extradata is in a valid range.
Benjamin Larsson
2007-01-29
Get rid of the COOKextradata struct. And use valid C to parse the extradata.
Benjamin Larsson
2007-01-29
Kill a warning and don't use modulus.
Benjamin Larsson
2007-01-29
decode_subpacket cleanup by Ian Braithwaite ian braithwaite dot dk.
Benjamin Larsson
[next]