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
/
dvdsubdec.c
Age
Commit message (
Expand
)
Author
2012-08-07
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-04-06
cosmetics: Align codec declarations
Martin Storsjö
2012-03-28
Replace memset(0) by zero initializations.
Diego Biurrun
2011-11-02
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-07-29
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-05-24
dvdsubdec: fix incorrect colors.
Alexandre Colucci
2011-03-19
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-01-29
Replace dprintf with av_dlog
Luca Barbato
2011-01-26
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2010-07-27
remove useless cast
Aurelien Jacobs
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-08-20
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle
Reimar Döffinger
2009-08-15
Simplify initialization of AVSubtitle by using memset.
Reimar Döffinger
2009-08-15
Fix cmd_pos bounds check to avoid the overflow case.
Reimar Döffinger
2009-07-30
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-26
Set subtitle type in DVD and XSUB subtitle decoders.
Janne Grunau
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-12
Set AVSubtitle format to 0. Neither dvdsubdec nor xsubdec intializes format
Björn Axelsson
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
Forgot to update (I likely missed it due to its similar name to dvb...)
Michael Niedermayer
2008-07-13
dvdsubdec: allow compilation with -DDEBUG
Måns Rullgård
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
2008-02-01
consts
Michael Niedermayer
2007-11-25
remove some empty close/init functions in avcodec
Aurelien Jacobs
2007-07-24
Reindent two lines.
Ian Caulfield
2007-07-24
Add HD-DVD subpicture decoding.
Ian Caulfield
2007-07-24
Rename "palette" to "colormap" when it's referring to the mapping from a 2-bit
Ian Caulfield
2007-05-06
Move dvdsub parser to its own file.
Diego Biurrun
2007-01-30
Remove the getbe16 functions and use the AV_RB16 macro instead. Patch by Ian
Panagiotis Issaris
2007-01-30
Fix a bug in the DVD subtitle decoder where subtitles with odd heights would not
Ian Caulfield
2006-10-27
Rename dvdsub.c to dvdsubdec.c.
Diego Biurrun