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
/
lcl.c
Age
Commit message (
Expand
)
Author
2007-04-07
Remove superfluous setting of has_b_frames in codecs without B-frames.
Nicholas Tung
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-09-27
add some #ifdef CONFIG_ENCODERS/DECODERS
Måns Rullgård
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-22
COSMETICS: tabs --> spaces, some prettyprinting
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-04-24
Ministry of English Composition, reporting for duty (and the word is "skipped...
Mike Melanson
2005-03-06
AVOption removial patch from (James A. Morrison >ja2morri csclub.uwaterloo ca>)
Michael Niedermayer
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-15
Use avcodec_check_dimensions instead of custom hack
Roberto Togni
2005-01-09
Check pointers before writing to memory, fix possible integer overflows
Roberto Togni
2004-12-29
common.c -> bitstream.c (and the single non bitstream func -> utils.c)
Michael Niedermayer
2004-09-23
Zlib encoder: fix image orientation (was flipped), 100l in deflate error
Roberto Togni
2004-09-23
segfault fix by (Kostya <cannonball at bw-team dot com>)
Michael Niedermayer
2004-01-13
Right fix for older zlib version
Roberto Togni
2004-01-13
Fix for older version of zlib
Roberto Togni