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
/
h263dec.c
Age
Commit message (
Expand
)
Author
2008-04-29
Remove leading whitespace in long codec name that was committed in r13017
Robert Swain
2008-04-29
Add some long names to AVCodec declarations.
Stefano Sabatini
2008-04-28
Add long names to some AVCodec declarations.
Stefano Sabatini
2008-04-17
Xvid IDCTs are not under CONFIG_GPL, so don't require it when using them.
Alexander Strange
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-09
add FF_ prefix to all (frame)_TYPE usage
Aurelien Jacobs
2008-03-05
Avoid linking with h263 and mpeg4 find_frame_end()
Aurelien Jacobs
2008-02-01
const
Michael Niedermayer
2007-12-01
spelling
Vitor Sessak
2007-11-09
intrax8 decoder patch by "someone"
Michael Niedermayer
2007-06-13
Workaround adjustments for DivX 6.1 and later
Lord
2007-06-12
misc spelling fixes
Diego Biurrun
2007-05-10
disable reference to msmpeg4 and wmv2 code when those codecs are not compiled in
Aurelien Jacobs
2007-05-09
move ff_mpeg4_find_frame_end() from h263dec.c to mpeg4video_parser.c
Aurelien Jacobs
2007-05-08
Move H.263 parser to its own file.
Diego Biurrun
2007-05-07
make some parser parameters const to avoid casting const to non-const
Aurelien Jacobs
2007-03-08
Corrections so that builds with DEBUG work
Michel Bardiaux
2007-01-22
1/0 fix
Michael Niedermayer
2006-11-14
revert bad checkin
Måns Rullgård
2006-11-14
move some CFLAGS settings away from config.* writing section
Måns Rullgård
2006-11-07
add codec_tag and codec_stream_tag to MpegEncContext to not alter avctx values
Baptiste Coudurier
2006-11-01
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-04
10l in r6412
Loren Merritt
2006-10-01
approximate qpel functions: sacrifice some quality for some decoding speed. e...
Loren Merritt
2006-08-04
printf -> av_log, only occurs in DEBUG cases
Mike Melanson
2006-07-09
--enable/disable parsers. Warning: some combinations are broken.
Måns Rullgård
2006-06-29
Fix initialization of vc1_decoder (the same as wmv3_decoder).
Reimar Döffinger
2006-03-10
cleanup picture / debug output code
Michael Niedermayer
2006-03-08
(f)printf --> av_log conversion
Steve L'Homme
2006-02-19
RMP4 ("xvid fork") decoding support
Michael Niedermayer
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-21
also autodetect xvid idct if bitexact is used
Michael Niedermayer
2005-12-18
fix custom matrix permutation if xvid idct is autoselected and you have bad luck
Michael Niedermayer
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-09-10
select xvid idct for xvid files if possible
Michael Niedermayer
2005-07-14
skip_idct
Michael Niedermayer
2005-06-17
spelling fixes
Diego Biurrun
2005-04-25
avoid unneeded clear_blocks()
Michael Niedermayer
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-30
In that patch:
anonymous
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2005-01-12
various security fixes and precautionary checks
Michael Niedermayer
2005-01-05
fix decoding of http://mplayerhq.hu/~diego/problem.mov
Michael Niedermayer
2004-11-13
automatic workaround for another padding bug
Michael Niedermayer
2004-10-15
xvid fake divx version workaround
Michael Niedermayer
2004-09-28
10l (wrong variable)
Michael Niedermayer
2004-09-27
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-09-27
set AVCodecContext.width/height to the picture width/height instead of the on...
Michael Niedermayer
[next]