]> git.sesse.net Git - vlc/history - modules/codec/schroedinger.c
codec/schrodinger: don't tag frames with missing pts
[vlc] / modules / codec / schroedinger.c
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...