]> git.sesse.net Git - vlc/history - modules/codec/dvbsub.c
Merge branch 1.0-bugfix
[vlc] / modules / codec / dvbsub.c
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-10 Rémi DuraffortFix potential segfault (CID 158)
2008-10-06 Rémi DuraffortUse NULL instead of 0 for pointers.
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-13 Laurent AimarRemoved b_pausable flag in favour of b_subtitle.
2008-08-24 Antoine CellerierFix segfault on 64 bit archs. (0 != NULL)
2008-07-10 Derk-Jan HartmanFix positioning of dvbsub. closes #1686
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-30 Rafaël CarréSimplify: false positive CID 139
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-03-11 Rémi DuraffortAnother time : remove useless test before free().
2008-01-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-11-09 Jean-Paul SamanFix some potential segfaults, some cleanup and fix...
2007-09-13 Rémi Denis-CourmontFix invalid FOURCC use
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-05 Jean-Paul SamanAdd function to get a human readible string for a vlc_f...
2007-09-04 Jean-Paul SamanDamn previous commit was even worse. I need some rest.
2007-09-04 Jean-Paul SamanOops forgot to print the chroma.
2007-09-03 Jean-Paul SamanPrint error when chroma is not supported
2007-09-03 Jean-Paul SamanCheck malloc return values.
2007-08-04 Rémi Denis-Courmont- Cleanup and fixes deprecated options:
2007-06-18 Laurent AimarPatch by Bernie Purcell :
2007-03-03 Sigmund Augdal Helbergfix possition of dvbsubs when input has p_subpic->i_x...
2006-12-13 Derk-Jan Hartman* Add support for HD DVBsub closes #896
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-12 Rémi Denis-CourmontWarning fix
2006-11-02 Derk-Jan Hartman* forwardport the mjpeg fix and the dvbsub color fixes
2006-10-21 Jean-Paul SamanTurn #if DVBDEBUG into #ifdef DVBDEBUG
2006-10-05 Sam Hocevar * Spelling fixes here and there.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-08-29 Jean-Paul SamanFix compiler warning about comparing signed and unsigne...
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: add_suppressed -> add_suppre...
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: add_deprecated -> add_suppressed
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: Add deprecated option and...
2006-04-07 Jean-Paul SamanRemove --sout-dvbsub-timeout flag
2006-04-07 Christophe Massiot * modules/codec/dvbsub.c: Fixed a major bug with DVBSU...
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
2006-01-23 Antoine Cellerieroops, last commit wasn't meant to happen
2006-01-23 Antoine Cellerierfix subtitles position (aspect ratio)
2006-01-12 Antoine CellerierFSF address change.
2005-09-29 Jean-Paul SamanRemove trailing whitespace
2005-08-22 Gildas Bazin* modules/codec/dvbsub.c: fixed segfault.
2005-08-22 Gildas Bazin* modules/codec/dvbsub.c: fixed recent breakage of...
2005-08-19 Jean-Paul SamanFix region width/height encoding bug. Dvbsub never...
2005-08-15 Jean-Paul SamanOops, Disable debugging.
2005-08-15 Jean-Paul SamanAlso allow an empty palette marked with palette.i_entri...
2005-08-15 Jean-Paul SamanFound a simpler way to send an empty picture to the...
2005-08-15 Jean-Paul SamanReplaced // comments with /* .. */ and added some sanit...
2005-08-10 Jean-Paul SamanForward port of branches/0.8.1-jpsaman-thedj revision...
2005-08-09 Jean-Paul Samanmake positioning of subpictures posible in dvbsub
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-04-07 Rocky BernsteinKeep behavior same as it was before aspect-ratio fix...
2005-03-19 Gildas Bazin* modules/codec/dvbsub.c: first implementation of dvb...
2005-01-27 Gildas Bazin* modules/codec/dvbsub.c: don't render empty subtitles...
2005-01-23 Gildas Bazin* modules/codec/dvbsub.c: full 4 and 8 bits RLE encodings.
2004-12-11 Clément StenacImprovements to preferences
2004-12-09 Gildas Bazin* modules/codec/dvbsub.c: extra sanity check for CLUT...
2004-10-21 Gildas Bazin* modules/codec/dvbsub.c: fixed a sanity check.
2004-10-15 Gildas Bazin* modules/codec/dvbsub.c: improvements to the encoder...
2004-10-15 Gildas Bazin* modules/codec/dvbsub.c: oops, small fix.
2004-10-15 Gildas Bazin* modules/codec/dvbsub.c: don't wait for an acquisition...
2004-10-14 Gildas Bazin* modules/codec/dvbsub.c: another bunch of sanity check...
2004-10-14 Gildas Bazin* modules/codec/dvbsub.c: more sanity checks.
2004-10-13 Gildas Bazin* modules/codec/dvbsub.c: switch debugging off.
2004-10-13 Gildas Bazin* modules/codec/dvbsub.c:
2004-10-08 Gildas Bazin* modules/codec/dvbsub.c: bug fix in the encoder.
2004-10-07 Gildas Bazin* modules/codec/dvbsub.c:
2004-08-15 Gildas Bazin* modules/mux/mpeg/ts.c: reworked muxing of subtitles ES.
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-07-06 Gildas Bazin* modules/codec/dvbsub.c: rewrite of the DVB subtitles...
2004-06-17 Yoann Peronneau * src/video_output/vout_subpictures.c : New OSD channels
2004-06-02 Yoann PeronneauSupport for multiple OSD channels :
next