index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavcodec
/
dvbsubdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Pass the composition and ancillary ID for DVB subtitles via extradata instead
Reimar Döffinger
2010-07-14
1
-3
/
+10
*
Remove useless casts and memset.
Reimar Döffinger
2010-07-11
1
-12
/
+10
*
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-07-01
1
-1
/
+1
*
dvbsub: parse display definition segment
Janne Grunau
2010-06-16
1
-2
/
+65
*
Define AVMediaType enum, and use it instead of enum CodecType, which
Stefano Sabatini
2010-03-30
1
-1
/
+1
*
Always allocate a buffer of AVPALETTE_SIZE for palette in the subtitle
Reimar Döffinger
2009-08-20
1
-1
/
+1
*
Change av_log() calls surrounded by '#ifdef DEBUG' into dprintf macros.
Diego Biurrun
2009-07-30
1
-25
/
+9
*
Set subtitle type in DVB subtitle decoder.
Janne Grunau
2009-07-14
1
-0
/
+1
*
Rename bitstream.h to get_bits.h.
Stefano Sabatini
2009-04-13
1
-1
/
+1
*
Fix wrong size computation for buffer. Patch is part of
Reynaldo H. Verdejo Pinochet
2009-04-12
1
-4
/
+4
*
Implement avcodec_decode_video2(), _audio3() and _subtitle2() which takes an
Thilo Borgmann
2009-04-07
1
-1
/
+3
*
cosmetics: Remove pointless period after copyright statement non-sentences.
Diego Biurrun
2009-01-19
1
-1
/
+1
*
Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture.
Michael Niedermayer
2009-01-03
1
-5
/
+5
*
Change AVSubtitle.rects to an array of pointers so ABI does not break
Michael Niedermayer
2009-01-03
1
-3
/
+6
*
Make AVCodec long_names definition conditional depending on CONFIG_SMALL.
Stefano Sabatini
2008-06-12
1
-1
/
+1
*
minor simplification
Michael Niedermayer
2008-05-28
1
-4
/
+4
*
redundant
Michael Niedermayer
2008-05-28
1
-1
/
+2
*
Add long names to AVCodec declarations.
Stefano Sabatini
2008-04-27
1
-0
/
+1
*
Apply 'cold' attribute to init/uninit functions in libavcodec
Zuxy Meng
2008-03-21
1
-2
/
+2
*
consts
Michael Niedermayer
2008-02-01
1
-18
/
+18
*
colour --> color in variable names
Diego Biurrun
2007-12-03
1
-14
/
+14
*
cosmetic (x==NULL -> !x)
Michael Niedermayer
2007-11-19
1
-7
/
+7
*
cosmetic (place { consistently)
Michael Niedermayer
2007-11-19
1
-22
/
+11
*
cosmetic (remove != 0 / != NULL)
Michael Niedermayer
2007-11-19
1
-44
/
+44
*
use sizeof in snprintf (note the changed code is all under #if 0)
Michael Niedermayer
2007-11-19
1
-5
/
+5
*
check region depth for validity
Michael Niedermayer
2007-11-19
1
-0
/
+4
*
use get_bits1(..) instead get_bits(.., 1)
Alex Beregszaszi
2007-08-09
1
-4
/
+4
*
create colorspace.h and use it where appropriate
Ian Caulfield
2007-07-17
1
-23
/
+1
*
Move dvbsubdec parser to its own file.
Diego Biurrun
2007-05-06
1
-170
/
+0
*
remove useless static cm variable
Michael Niedermayer
2007-03-13
1
-3
/
+1
*
rename BE/LE_8/16/32 to AV_RL/B_8/16/32
Alex Beregszaszi
2007-01-19
1
-13
/
+13
*
rename cropTbl -> ff_cropTbl
Måns Rullgård
2006-11-12
1
-1
/
+1
*
Replace most of the %lld and %llx by their (cleaner) PRI*64 counterparts.
Steve L'Homme
2006-11-01
1
-1
/
+1
*
Change license headers to say 'FFmpeg' instead of 'this program/this library'
Diego Biurrun
2006-10-07
1
-4
/
+6
*
Update licensing information: The FSF changed postal address.
Diego Biurrun
2006-01-12
1
-1
/
+1
*
COSMETICS: Remove all trailing whitespace.
Diego Biurrun
2005-12-17
1
-218
/
+218
*
subs.diff fixes a couple of minor bugs in my DVB subtitle decoder, and also f...
Ian Caulfield
2005-08-14
1
-5
/
+3
*
DVB subtitle decoder by (Ian Caulfield: imc25, cam ac uk)
Michael Niedermayer
2005-07-17
1
-0
/
+1633