]> git.sesse.net Git - vlc/history - modules/codec/schroedinger.c
mediacodec: fix warning
[vlc] / modules / codec / schroedinger.c
2014-12-06 Fabian Yamaguchicodec: schroedinger: fix potential buffer overflow.
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-07-01 Tristan Matthewsschroedinger: use CLOCK_FREQ
2014-01-16 Francois Cartegnieencoders: shroedinger: fix invalid write
2013-12-15 Rémi DuraffortRemove dead initializations
2013-11-18 Maxim BublisFixed warnings on duplicate const modifiers.
2013-09-09 Rafaël Carréuse i_visible_ dimensions to initialize encoders
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-13 Jean-Baptiste KempfLGPL
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2011-12-04 Jean-Baptiste KempfFix various preferences typos
2011-12-04 Jean-Baptiste KempfFix strings mistake for translation
2011-08-19 Anuradha SuraparajuAdd Dirac encoding support using the Schroedinger library
2011-06-06 Rémi Denis-CourmontRevert "Add Dirac encoding support to VLC using the...
2011-03-21 Rémi DuraffortRemove obvious statement.
2011-01-15 Jean-Baptiste KempfSchroedinger: fix copyright year, and NEWS
2011-01-15 Jean-Baptiste KempfSchroendinger: improve preferences integration
2011-01-13 Anuradha SuraparajuAdd Dirac encoding support to VLC using the Schroedinge...
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...