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
/
mdec.c
Age
Commit message (
Expand
)
Author
2008-04-08
Increase alignment for DCT block arrays from 8 to 16
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-02-01
const
Michael Niedermayer
2007-12-05
Fix missing chroma in version 3 STR.
Alexander Strange
2007-07-05
Group all copyright and author notices together.
Diego Biurrun
2007-07-05
add proper ff_ prefix to new extern symbols
Aurelien Jacobs
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-02-05
MSVC-compatible __align8/__align16 declaration
Steve L'Homme
2006-01-25
warning fixes by Luca Abeni, lucabe72 ##@## email ##.## it
Diego Biurrun
2006-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-08-13
set pix_fmt
Michael Niedermayer
2005-04-18
avoid UPDATE_CACHE() in GET_RL_VLC() if not needed
Michael Niedermayer
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2004-09-27
lowres width/height cleanup 3rd try
Michael Niedermayer
2004-05-21
more data_size=0 cleanup
Michael Niedermayer
2004-04-30
cleanup & memleak fix
Michael Niedermayer
2003-11-03
av_log() patch by (Michel Bardiaux <mbardiaux at peaktime dot be>)
Michel Bardiaux
2003-10-15
quiet
Mike Melanson
2003-09-01
100l
Michael Niedermayer
2003-09-01
more fixes
Michael Niedermayer
2003-09-01
some fixes (still buggy though)
Michael Niedermayer
2003-09-01
skip preamble bytes
Mike Melanson
2003-08-30
10l (big vs. little endian)
Michael Niedermayer
2003-08-24
removed unused variable
Fabrice Bellard
2003-08-22
PSX MDEC decoder, based upon some code from Sebastian Jedruszkiewicz <elf at ...
Michael Niedermayer