]> git.sesse.net Git - vlc/history - modules/codec/spudec/parse.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / spudec / parse.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-19 Laurent AimarFixed some dvd spu streams that have multiple palette...
2009-05-19 Laurent AimarFixed potential segfault with broken DVD SPU streams.
2009-05-19 Laurent AimarCosmetics (spudec).
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-12 Laurent AimarFixed segfault with some dvd subttile streams.
2008-12-15 Rémi Duraffortpudec: fix potential memleaks.
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-20 Laurent AimarClean up a bit subpicture region API.
2008-09-20 Laurent AimarChanged subpicture_region_t->picture into a picture_t *
2008-09-15 Laurent AimarRemoved unused or redondant fields from subpicture.
2008-09-15 Laurent AimarRemoved useless width/height fields in subpicture_t.
2008-09-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-09-10 Laurent AimarFixed spu decoder when input rate is not the default...
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-01-23 Jean-Paul SamanWhen no start display time is found in a subpicture...
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-02 Antoine Celleriersubpicture_t now has a b_pausable attribute. When set...
2006-05-20 Jean-Paul SamanRemove unused variables and #ifdef DEBUG_SPUDEC the...
2006-04-07 Christophe Massiot * modules/codec/spudec: Decreased verbosity.
2006-04-02 Derk-Jan Hartman* Don't ignore blank alpha pallettes. Tested with all...
2006-01-21 Sam Hocevar * modules/codec/spudec: fixed various (innocuous...
2006-01-12 Antoine CellerierFSF address change.
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-04 Rocky BernsteinSubtitle (subpicture) aspect ratio had been ignored...
2004-09-21 Gildas Bazin* modules/codec/spudec/spudec.c: packetizer needs to...
2004-09-21 Derk-Jan Hartman* pass the orignal movie size from es_format_t to subpi...
2004-08-13 Gildas Bazin* modules/codec/spudec/*: automatic cropping of fullscr...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
2004-01-27 Derk-Jan Hartman* modules/demux/util/sub.?
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-22 Laurent Aimar * all: ported to new API.
2003-07-29 Gildas Bazin* modules/codec/spudec/parse.c: fixed typo found by...
2003-07-22 Derk-Jan Hartman* ALL:
2003-03-09 Gildas Bazin* configure.ac.in: don't include the screensaver plugin...
2003-01-30 Gildas Bazin* src/video_output/video_output.c: we were still using...
2003-01-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed a wrapping...
2003-01-09 Sam Hocevar * ./modules/codec/spudec/parse.c: set the duration...
2002-12-16 Christophe MassiotFixed (again) a rendering bug on big endian systems...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-11-06 Gildas Bazin* modules/codec/spudec/*: modified the spu decoder...
2002-11-06 Sam Hocevar * ./modules/access/dvdplay/access.c: activated button...
2002-10-31 Gildas Bazin* modules/codec/spudec/spudec.c, modules/codec/spudec...
2002-10-17 Sam Hocevar * ./modules/codec/spudec/parse.c: fixed bad initializ...
2002-08-16 Sam Hocevar * ./modules/codec/spudec/*: split spudec into the...