index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavcodec
/
dvbsubdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
dvbsubdec: check memory allocations and propagate errors
Vittorio Giovara
2015-01-27
1
-30
/
+58
*
dvbsubdec: move shared codepath
Vittorio Giovara
2014-11-11
1
-15
/
+8
*
dvbsubdec: improve error checking
Vittorio Giovara
2014-11-11
1
-5
/
+15
*
dvbsubdec: add missing break
Jernej Fijačko
2014-11-11
1
-0
/
+1
*
Remove a number of unnecessary dsputil.h #includes
Diego Biurrun
2014-04-04
1
-1
/
+1
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-1
/
+1
*
Remove #undefs for formerly forbidden system functions
Diego Biurrun
2013-11-07
1
-2
/
+0
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
*
dvbsubdec: avoid undefined signed left shift in RGBA macro
Janne Grunau
2012-02-21
1
-1
/
+1
*
Remove some stray unnecessary ffmpeg references.
Diego Biurrun
2011-11-02
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
dvbsubdec: Fix compilation of debug code.
Diego Biurrun
2011-06-08
1
-4
/
+5
*
Replace some av_log/printf + #ifdef combinations by av_dlog.
Diego Biurrun
2011-06-07
1
-28
/
+13
*
Replace some nonstandard DEBUG_* preprocessor directives by plain DEBUG.
Diego Biurrun
2011-06-07
1
-4
/
+3
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
dvbsubdec: check against buffer overreads
Janne Grunau
2011-02-10
1
-2
/
+9
*
Do not fail DVB sub decoding because of a few padding bytes
Reimar Döffinger
2011-02-10
1
-7
/
+2
*
dvbsubdec: pass correct input buffer size
Jindrich Makovicka
2011-02-07
1
-3
/
+3
*
Remove a few if (p) av_free(p) forms
Clément Bœsch
2011-02-03
1
-5
/
+2
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-8
/
+8
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
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
[next]