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
/
dvdsubdec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge commit 'd466d82faaf6e0e57a3a4be5e38e3902ef251ac3'
Michael Niedermayer
2014-11-21
1
-6
/
+6
|
\
|
*
dvdsubdec: Do not leak on failure path
Luca Barbato
2014-11-21
1
-3
/
+6
|
*
cosmetics: Write NULL pointer inequality checks more compactly
Gabriel Dume
2014-08-15
1
-1
/
+1
*
|
avcodec/dvdsubdec: Check all fseek()s return codes
Michael Niedermayer
2014-11-16
1
-3
/
+12
*
|
avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...
Shin-ichi Toyama
2014-11-15
1
-0
/
+56
*
|
libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...
Nicholas Robbins
2014-09-22
1
-0
/
+5
*
|
avcodec/dvdsubdec: fix VD/SD identifier name
Michael Niedermayer
2014-09-19
1
-2
/
+2
*
|
avcodec/dvdsubdec: Dont mix integers with pointers
Michael Niedermayer
2014-08-16
1
-2
/
+2
*
|
Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'
Michael Niedermayer
2014-08-15
1
-2
/
+2
|
\
\
|
|
/
|
*
cosmetics: Write NULL pointer equality checks more compactly
Gabriel Dume
2014-08-15
1
-2
/
+2
*
|
avcodec/dvdsubdec: free subtitle rectangles if nothing is output
Michael Niedermayer
2014-07-31
1
-0
/
+1
*
|
avcodec/dvdsubdec: fix alpha in debuging code
Oliver Fromme
2014-07-04
1
-5
/
+9
*
|
avcodec/dvdsubdec: Fix off-by-one error
Oliver Fromme
2014-07-04
1
-1
/
+1
*
|
Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'
Michael Niedermayer
2014-04-05
1
-1
/
+1
|
\
\
|
|
/
|
*
Remove a number of unnecessary dsputil.h #includes
Diego Biurrun
2014-04-04
1
-1
/
+1
*
|
Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'
Michael Niedermayer
2014-03-14
1
-1
/
+1
|
\
\
|
|
/
|
*
dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl names
Diego Biurrun
2014-03-13
1
-1
/
+1
*
|
dvdsub_parse_extradata: fix memleak
Michael Niedermayer
2013-12-10
1
-1
/
+3
*
|
libavcodec/dvdsubdec: remove exit() call in debug code
Michael Niedermayer
2013-11-08
1
-1
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2013-11-07
1
-3
/
+0
|
\
\
|
|
/
|
*
Remove #undefs for formerly forbidden system functions
Diego Biurrun
2013-11-07
1
-3
/
+0
*
|
Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'
Michael Niedermayer
2013-11-01
1
-3
/
+7
|
\
\
|
|
/
|
*
dvdsubdec: stop using deprecated avcodec_set_dimensions
Anton Khirnov
2013-10-31
1
-3
/
+7
*
|
Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'
Michael Niedermayer
2013-10-04
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Group .name and .long_name together in codec/format declarations
Diego Biurrun
2013-10-03
1
-1
/
+1
*
|
avcodec/dvdsubdec: reconstruct incomplete SPU packets.
Clément Bœsch
2013-10-04
1
-0
/
+49
*
|
avcodec/dvdsubdec: extract every subtitle in a different file (debug).
Clément Bœsch
2013-10-04
1
-1
/
+9
*
|
avcodec/dvdsubdec: factor out rectangles reset.
Clément Bœsch
2013-10-04
1
-18
/
+17
*
|
Rename "AVClass class" as "AVClass component_class".
Carl Eugen Hoyos
2013-06-30
1
-2
/
+2
*
|
Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'
Michael Niedermayer
2013-05-16
1
-2
/
+0
|
\
\
|
|
/
|
*
Remove commented-out debug #define cruft
Diego Biurrun
2013-05-16
1
-2
/
+0
*
|
make the ordering of the return type and av_cold consistent
Michael Niedermayer
2013-05-05
1
-1
/
+1
*
|
Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'
Michael Niedermayer
2013-05-05
1
-1
/
+2
|
\
\
|
|
/
|
*
avcodec: Add av_cold attributes to init functions missing them
Diego Biurrun
2013-05-04
1
-1
/
+2
*
|
Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'
Michael Niedermayer
2013-04-08
1
-1
/
+1
|
\
\
|
|
/
|
*
lavc: Make pointers to ff_cropTbl const
Martin Storsjö
2013-04-08
1
-1
/
+1
|
*
Use the avstring.h locale-independent character type functions
Reimar Döffinger
2013-03-07
1
-1
/
+2
|
*
dvdsubdec: parse the size from the extradata
Clément Bœsch
2013-01-19
1
-0
/
+6
*
|
Remove incorrect use of ctype.h functions.
Reimar Döffinger
2013-03-03
1
-1
/
+2
*
|
Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'
Michael Niedermayer
2013-01-16
1
-5
/
+5
|
\
\
|
|
/
|
*
dvdsubdec: Support palette in mkv
Joakim Plate
2013-01-15
1
-5
/
+55
*
|
dvdsubdec: use unsigned shifts to avoid shifting into the sign bit
Michael Niedermayer
2013-01-12
1
-1
/
+1
*
|
lavc/dvdsubdec: accept palette from options.
Nicolas George
2012-12-05
1
-10
/
+45
*
|
Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'
Michael Niedermayer
2012-11-03
1
-1
/
+1
|
\
\
|
|
/
*
|
lavc/dvdsubdec: parse the size from the extradata.
Clément Bœsch
2012-09-04
1
-0
/
+6
*
|
Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'
Michael Niedermayer
2012-08-07
1
-1
/
+1
|
\
\
|
|
/
|
*
Replace all CODEC_ID_* with AV_CODEC_ID_*
Anton Khirnov
2012-08-07
1
-1
/
+1
*
|
Exposing forced flag for DVD and PGS subtitles
hakuya
2012-04-30
1
-0
/
+1
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-07
1
-1
/
+1
|
\
\
|
|
/
|
*
cosmetics: Align codec declarations
Martin Storsjö
2012-04-06
1
-1
/
+1
[next]