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
/
dvbsub.c
Age
Commit message (
Expand
)
Author
2014-08-15
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2013-10-03
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2012-09-17
lavc: replace AVCodecContext.encode with subtitle-specific callback
Anton Khirnov
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-02-10
dvbsubenc: Fix placement of the object version
Ronen Mizrahi
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-01
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-03-30
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2009-01-19
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-03
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2008-06-12
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-04-27
Add long names to AVCodec declarations.
Stefano Sabatini
2007-11-25
remove some empty close/init functions in avcodec
Aurelien Jacobs
2007-07-17
create colorspace.h and use it where appropriate
Ian Caulfield
2007-05-23
Remove duplicate bytestream functions
Ramiro Polla
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-11-14
dvbsub encoder, patch by Wolfram Gloger < wmglo AH dent POIS med POIS uni-mue...
Wolfram Gloger
2005-07-17
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Michael Niedermayer
2005-06-03
subtitle codec type support
Fabrice Bellard