]> git.sesse.net Git - ffmpeg/history - libavcodec/dvdsub_parser.c
Get rid of some pointless '== NULL' / '!= 0' conditions in if statements.
[ffmpeg] / libavcodec / dvdsub_parser.c
2009-02-22 Daniel VerkampAdd missing av_cold in static init/close functions.
2009-01-19 Diego Biurruncosmetics: Remove pointless period after copyright...
2009-01-11 Diego BiurrunFix build: Add intreadwrite.h and bswap.h #includes...
2007-07-24 Ian CaulfieldUpdate the dvdsub parser to be able to parse HD-DVD...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-06 Diego BiurrunMove dvdsub parser to its own file.