]> git.sesse.net Git - vlc/history - modules/codec/theora.c
upnp: change item b_net and i_type
[vlc] / modules / codec / theora.c
2015-02-11 Tristan Matthewstheora: fix comment
2014-09-27 Tristan Matthewstheora: cleanup
2014-08-18 Rémi Denis-Courmonttheora: tautology
2014-08-13 Rémi Denis-Courmonttheora: avoid simple->double->simple precision
2014-06-28 Tristan Matthewstheora: use CLOCK_FREQ
2013-10-25 Rafaël Carréxiph_SplitHeaders: do not malloc+memcpy headers
2013-10-15 Rafaël Carrétheora: fix memleak in case of error or discontinuity
2013-10-13 Francois Cartegniecodecs: theora: add decoder post processing level ...
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-09-26 Jean-Baptiste KempfTheora: split encoder from decoder
2012-09-03 Timothy B. TerriberryFix 0-byte Ogg packet handling.
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-02-12 Theron LewisUse newer theora API and fix crash
2010-10-25 Pierre Ynard theora: fix packetizer fourcc
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-02-21 Laurent AimarFixed theora encoder.
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carrétheora: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
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-08-19 Jean-Baptiste KempfFix warnings in lpcm, cc and theora
2009-07-28 ogg.k.ogg.kreconstruct Theora granpos
2009-07-25 ogg.k.ogg.kdo not clear theora_info twice
2009-06-19 Rémi DuraffortRemove dead initialization.
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-04-26 Rémi Denis-CourmontExplicitly add formerly implicit submodule shortcuts
2009-02-14 Laurent AimarUse calloc when applicable (decoders).
2009-01-27 Rémi Denis-CourmontTrailing ;
2008-12-09 Laurent AimarDo not access input object from decoders.
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-10-14 Rémi DuraffortRemove uneeded warining (and often impossible to send)
2008-07-23 Derk-Jan Hartmantheora: simplify theora's copypicture. All "visible...
2008-07-23 Derk-Jan Hartmantheora: Add support for YUV422 and YUV444 output of...
2008-07-23 Derk-Jan Hartman* Set visible width height when decoding theora. This...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
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-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
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-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-08-05 Rémi Denis-CourmontFix void arithmethic
2007-08-04 Rémi Denis-CourmontFix usage of add_shortcut.
2007-06-07 Rémi Denis-CourmontFormat string usage fix. Pretty much the same bug as...
2006-11-26 Clément StenacRound 3 :)
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-06-27 Jean-Paul SamanTheora framesize calculation patch by Kevin H. Patterso...
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-03-31 Clément StenacCodecs (except x264). Refs:#438
2006-01-12 Antoine CellerierFSF address change.
2005-07-13 Rémi Denis-CourmontRename vlc_reduce to vlc_ureduce so that we won't get...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-05-16 Gildas Bazin* modules/codec/theora.c: give higher priority to the...
2005-05-12 Felix Paul Kühne* fix two typos introduced in [10984]
2005-05-12 Christophe MutricyALL: Fix a few strings for the prefs.
2005-03-02 Gildas Bazin* modules/codec/theora.c: sanity check for invalid...
2005-02-21 Laurent Aimar * block: added
2005-02-01 Andre Pang* modules/codec/theora.c: correctly display x-offset...
2005-01-13 Gildas Bazin* modules/codec/theora.c: remove the need for theora_pa...
2005-01-11 Andre Pang* theora.c: Eliminate display artifacts when the very...
2005-01-11 Andre Pang* theora.c: Fixed weird display artifacts when seeking...
2004-12-11 Clément StenacImprovements to preferences
2004-09-26 Gildas Bazin* modules/codec/libmpeg2.c, ffmpeg/video.c, theora...
2004-09-09 Gildas Bazin* modules/codec/theora.c: use vlc_reduce() to before...
2004-08-28 Gildas Bazin* codec/theora.c: Removed the "multiple of 16" size...
next