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
/
cljr.c
Age
Commit message (
Expand
)
Author
2009-04-13
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-07
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-02-08
Remove unused variables.
Diego Biurrun
2009-02-08
typo: CODEC_ID_cljr --> CODEC_ID_CLJR
Diego Biurrun
2009-02-01
Use full internal pathname in doxygen @file directives.
Diego Biurrun
2009-01-13
Change semantic of CONFIG_*, HAVE_* and ARCH_*.
Aurelien Jacobs
2008-09-03
Disable encoders by undefining CONFIG_FOO_ENCODER once instead of littering
Diego Biurrun
2008-09-03
Surround some encoding-specific functions with the appropriate
Diego Biurrun
2008-09-03
Replace generic CONFIG_ENCODERS preprocessor conditionals by more specific
Diego Biurrun
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Add long names to many AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-05
remove more useless mpegvideo.h includes
Aurelien Jacobs
2008-02-01
const
Michael Niedermayer
2007-07-05
license header consistency cosmetics
Diego Biurrun
2006-10-07
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
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-02-24
kill warnings patch by (Måns Rullgård <mru inprovide com>)
Måns Rullgård
2005-01-23
avoid buf_size == 0 checks in every decoder
Michael Niedermayer
2004-05-21
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-08-24
removed unused variables
Fabrice Bellard
2003-07-27
410p -> 411p
Alex Beregszaszi
2003-07-27
CLJR decoding support
Alex Beregszaszi