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
/
dvbsubdec.c
Age
Commit message (
Expand
)
Author
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-05-28
minor simplification
Michael Niedermayer
2008-05-28
redundant
Michael Niedermayer
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2008-03-21
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-02-01
consts
Michael Niedermayer
2007-12-03
colour --> color in variable names
Diego Biurrun
2007-11-19
cosmetic (x==NULL -> !x)
Michael Niedermayer
2007-11-19
cosmetic (place { consistently)
Michael Niedermayer
2007-11-19
cosmetic (remove != 0 / != NULL)
Michael Niedermayer
2007-11-19
use sizeof in snprintf (note the changed code is all under #if 0)
Michael Niedermayer
2007-11-19
check region depth for validity
Michael Niedermayer
2007-08-09
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-07-17
create colorspace.h and use it where appropriate
Ian Caulfield
2007-05-06
Move dvbsubdec parser to its own file.
Diego Biurrun
2007-03-13
remove useless static cm variable
Michael Niedermayer
2007-01-19
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2006-11-12
rename cropTbl -> ff_cropTbl
Måns Rullgård
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-01-12
Update licensing information: The FSF changed postal address.
Diego Biurrun
2005-12-17
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-08-14
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...
Ian Caulfield
2005-07-17
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Michael Niedermayer