]> git.sesse.net Git - vlc/history - modules/codec/dvbsub.c
Removes trailing spaces. Removes tabs.
[vlc] / modules / codec / dvbsub.c
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 :
2004-05-17 Gildas Bazin* modules/codec/dvbsub.c: coding style changes.
2004-03-02 Felix Paul Kühne* modules/codec/dvbsub.c: disabled translation of some...
2004-01-25 Gildas Bazin* ALL: removed useless add_category_hint().
2004-01-25 Benjamin Prachtadded a 0 accidentally
2004-01-25 Benjamin Prachtstring review
2003-11-24 Laurent Aimar * all: ported/cleaned up/renabled dvb subtitle decoder...
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-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-06 Damien Lucas. a small fix .... (many other to follow in the next...
2003-11-06 Damien Lucasoups, ... forgot the interesting file !