summaryrefslogtreecommitdiff
path: root/libavcodec/dvdsubdec.c
Commit message (Expand)AuthorAge
* avcodec/dvdsubdec: fix accessing dangling pointerswm42015-01-08
* avcodec/dvdsubdec: error on bitmaps with size 0wm42015-01-08
* avcodec/dvdsubdec: fix out of bounds accesseswm42015-01-05
* avcodec/dvdsubdec: Avoid strerror() due to thread safteyMichael Niedermayer2014-12-13
* Merge commit 'd466d82faaf6e0e57a3a4be5e38e3902ef251ac3'Michael Niedermayer2014-11-21
|\
| * dvdsubdec: Do not leak on failure pathLuca Barbato2014-11-21
| * cosmetics: Write NULL pointer inequality checks more compactlyGabriel Dume2014-08-15
* | avcodec/dvdsubdec: Check all fseek()s return codesMichael Niedermayer2014-11-16
* | avcodec/dvdsubdec: New option for obtaining global palette from .IFO file (ex...Shin-ichi Toyama2014-11-15
* | libavcodec/dvdsubdec: Add option forced_subs_only to only decode forced subti...Nicholas Robbins2014-09-22
* | avcodec/dvdsubdec: fix VD/SD identifier nameMichael Niedermayer2014-09-19
* | avcodec/dvdsubdec: Dont mix integers with pointersMichael Niedermayer2014-08-16
* | Merge commit 'f929ab0569ff31ed5a59b0b0adb7ce09df3fca39'Michael Niedermayer2014-08-15
|\|
| * cosmetics: Write NULL pointer equality checks more compactlyGabriel Dume2014-08-15
* | avcodec/dvdsubdec: free subtitle rectangles if nothing is outputMichael Niedermayer2014-07-31
* | avcodec/dvdsubdec: fix alpha in debuging codeOliver Fromme2014-07-04
* | avcodec/dvdsubdec: Fix off-by-one errorOliver Fromme2014-07-04
* | Merge commit '3dc6272bed7890a49080e18eacf3c7a4a6594b0d'Michael Niedermayer2014-04-05
|\|
| * Remove a number of unnecessary dsputil.h #includesDiego Biurrun2014-04-04
* | Merge commit '05563ccacc98fd185affdbf8cbaf094caf36b852'Michael Niedermayer2014-03-14
|\|
| * dsputil: cosmetics: Lose camelCase on ff_cropTbl and ff_squareTbl namesDiego Biurrun2014-03-13
* | dvdsub_parse_extradata: fix memleakMichael Niedermayer2013-12-10
* | libavcodec/dvdsubdec: remove exit() call in debug codeMichael Niedermayer2013-11-08
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-11-07
|\|
| * Remove #undefs for formerly forbidden system functionsDiego Biurrun2013-11-07
* | Merge commit 'd6da372984c87fd6288c148c291065d6032ceda3'Michael Niedermayer2013-11-01
|\|
| * dvdsubdec: stop using deprecated avcodec_set_dimensionsAnton Khirnov2013-10-31
* | Merge commit 'b2bed9325dbd6be0da1d91ffed3f513c40274fd2'Michael Niedermayer2013-10-04
|\|
| * cosmetics: Group .name and .long_name together in codec/format declarationsDiego Biurrun2013-10-03
* | avcodec/dvdsubdec: reconstruct incomplete SPU packets.Clément Bœsch2013-10-04
* | avcodec/dvdsubdec: extract every subtitle in a different file (debug).Clément Bœsch2013-10-04
* | avcodec/dvdsubdec: factor out rectangles reset.Clément Bœsch2013-10-04
* | Rename "AVClass class" as "AVClass component_class".Carl Eugen Hoyos2013-06-30
* | Merge commit 'b3ea76624ad1baab0b6bcc13f3f856be2f958110'Michael Niedermayer2013-05-16
|\|
| * Remove commented-out debug #define cruftDiego Biurrun2013-05-16
* | make the ordering of the return type and av_cold consistentMichael Niedermayer2013-05-05
* | Merge commit '6fee1b90ce3bf4fbdfde7016e0890057c9000487'Michael Niedermayer2013-05-05
|\|
| * avcodec: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-04
* | Merge commit '9e0f14f16cfc9456a691655fda7d01090bffe47e'Michael Niedermayer2013-04-08
|\|
| * lavc: Make pointers to ff_cropTbl constMartin Storsjö2013-04-08
| * Use the avstring.h locale-independent character type functionsReimar Döffinger2013-03-07
| * dvdsubdec: parse the size from the extradataClément Bœsch2013-01-19
* | Remove incorrect use of ctype.h functions.Reimar Döffinger2013-03-03
* | Merge commit 'fb845ffdd335a1efd6dfd43e8adeb530397b348e'Michael Niedermayer2013-01-16
|\|
| * dvdsubdec: Support palette in mkvJoakim Plate2013-01-15
* | dvdsubdec: use unsigned shifts to avoid shifting into the sign bitMichael Niedermayer2013-01-12
* | lavc/dvdsubdec: accept palette from options.Nicolas George2012-12-05
* | Merge commit '9a07c1332cfe092b57b5758f22b686ca58806c60'Michael Niedermayer2012-11-03
|\|
* | lavc/dvdsubdec: parse the size from the extradata.Clément Bœsch2012-09-04
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-07
|\|