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
/
pgssubdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
Fix a bunch of common typos.
Diego Biurrun
2012-03-09
1
-1
/
+1
*
lavc: use designated initialisers for all codecs.
Anton Khirnov
2011-07-29
1
-8
/
+7
*
cosmetics: fix some then/than typos
Diego Biurrun
2011-06-30
1
-1
/
+1
*
Replace some av_log/printf + #ifdef combinations by av_dlog.
Diego Biurrun
2011-06-07
1
-9
/
+4
*
pgssubdec: fix incorrect colors.
Alexandre Colucci
2011-05-24
1
-1
/
+1
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
*
Merge libavcore into libavutil
Reinhard Tartler
2011-02-15
1
-1
/
+1
*
Replace dprintf with av_dlog
Luca Barbato
2011-01-29
1
-5
/
+5
*
Add ff_ prefix to data symbols of encoders, decoders, hwaccel, parsers, bsf.
Diego Elio Pettenò
2011-01-26
1
-1
/
+1
*
100l, fix missing decrement on split PGS packets.
Reimar Döffinger
2010-11-23
1
-0
/
+1
*
Fail RLE decoding if insufficient data for a complete bitmap was decoded.
Reimar Döffinger
2010-11-22
1
-0
/
+5
*
Support PGS subtitles with RLE data split over mutiple packets.
Mark Goodman
2010-11-22
1
-13
/
+25
*
Fix indentation.
Reimar Döffinger
2010-11-06
1
-35
/
+35
*
Improve PGS parsing: the "state" field is not relevant to us,
Reimar Döffinger
2010-11-06
1
-15
/
+17
*
Use new imgutils.h API names, fix deprecation warnings.
Stefano Sabatini
2010-09-07
1
-1
/
+1
*
Export the presentation video dimensions as avctx->width/avctx->height.
Reimar Döffinger
2010-08-21
1
-8
/
+9
*
Set pix_fmt to the correct value for the format the PGS decoder actually uses.
Reimar Döffinger
2010-07-11
1
-1
/
+1
*
Move colorspace.h from libavcodec to libavutil.
Stefano Sabatini
2010-07-01
1
-1
/
+1
*
Fix grammar errors in documentation
Måns Rullgård
2010-06-30
1
-5
/
+5
*
Remove explicit filename from Doxygen @file commands.
Diego Biurrun
2010-04-20
1
-1
/
+1
*
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
Stephen Backway
2009-08-26
1
-1
/
+1
*
Reindent.
Reimar Döffinger
2009-08-26
1
-3
/
+3
*
Remove now dead code.
Reimar Döffinger
2009-08-26
1
-2
/
+0
*
Apply r19642 also pgssubdec:
Reimar Döffinger
2009-08-26
1
-0
/
+1
*
Add Bluray Subtitle Support
Stephen Backway
2009-08-25
1
-0
/
+466