]> git.sesse.net Git - vlc/history - modules/codec/dvbsub.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / dvbsub.c
2010-06-16 Ilkka OllakkaRevert "dvbsub.c : Don't fill region if page_state...
2010-06-16 Björn Stenbergdvbsub.c : Don't fill region if page_state == 0
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-02-11 Rémi Duraffortdvbsub: remove dummy test (already check then dereferen...
2010-02-08 Peter Bak NielsenFixed DVB-subtitles decoder subpicture flag.
2010-01-04 Antoine CellerierUse %4.4s instead of %4s for fourccs cast to char *.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carrédvbsub: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerObligatory win32 compile fixes.
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-10-10 Rémi Duraffortcodec: use var_Get(Integer|Float|String) when applicable.
2009-09-29 Jean-Baptiste KempfFormating of comment
2009-09-28 Jean-Baptiste KempfCosmetics and alignment
2009-09-28 Simon HailesModified the way DDS (display definition segment -...
2009-09-25 Simon HailesRenamed p_display to display, and made it a structure...
2009-08-23 Rémi Denis-CourmontRevert "vlc_bits: Differentiate between writable bits...
2009-08-20 Pierre d'Herbemontvlc_bits: Differentiate between writable bits stream...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
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
next