]> git.sesse.net Git - vlc/history - modules/codec/schroedinger.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / schroedinger.c
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carréschroedinger: use VLC_TS_INVALID (refs #3135)
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 vlc_fourcc_GetCodec when suitable.
2009-05-07 Laurent AimarThe schroedinger decoder does support non packetized...
2009-05-07 Laurent AimarReset the timestamp state on BLOCK_FLAG_DISCONTINUITY.
2009-05-07 David Flynncodec/schroedinger: don't reset decoder at corrupt...
2009-05-07 David Flynncodec/schrodinger: don't tag frames with missing pts
2009-05-07 David Flynncodec/schroedinger: fix segfault when schro_decoder_pul...
2009-04-03 David Flynncodec/schroedinger: inform vlc of clean area
2009-04-03 David Flynncodec/schroedinger: don't bother doing any complicated...
2009-04-03 David Flynncodec/schroedinger: remove excessive debug tracing
2009-04-03 David Flynncodec/schroedinger: Use new autoparse+tagging api
2009-04-03 David Flynncodec/schroedinger: remove ts hack, request packetizer
2009-04-03 David Flynncodec/schroedinger: handle cases where schro invents...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-08-24 David Flynn[codec/schroedinger] If pts is unavaliable, do not...
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 David FlynnWorkaround deficiency in schroedinger state machine...
2008-07-27 David FlynnFix handling of dirac EOSdataunit.
2008-07-27 David FlynnFix picture leakage when resetting decoder
2008-07-26 Laurent AimarReduce schroedinger verbosity (at compil time).
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarFixed printf format for size_t.
2008-07-11 David FlynnFix potential dereference of already free()d pointer
2008-06-29 Rémi Denis-Courmontschroedinger: fix warnings
2008-06-29 Rémi Denis-CourmontFix corner case memory leak
2008-06-29 Jonathan RosserIntroduce new codec module to decode dirac video via...