]> git.sesse.net Git - vlc/history - modules/demux/nuv.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / demux / nuv.c
2010-03-28 Jean-Baptiste KempfNuv: don't reject files with no or broken seektable
2009-12-20 Laurent AimarUsed VLC_TS_INVALID/0 in NUV demuxer.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
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-08-24 Laurent AimarMade the seeking code path a bit more clear (nuv).
2009-08-24 Laurent AimarWorkaround warning on function returned value casted.
2009-08-24 Laurent AimarRevert "nuv: Fix some warnings and fix an issue where...
2009-08-20 Pierre d'Herbemontnuv: Fix some warnings and fix an issue where some...
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 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.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-09 Derk-Jan Hartmannuv demux: typo in post-malloc check. (CID 144)
2008-10-09 Derk-Jan Hartmannuv demux: NULL dereferencing (CID 37)
2008-09-01 Laurent AimarRevert "Revert "Improved rtjpeg and seek NUV demuxer...
2008-08-25 Laurent AimarRevert "Improved rtjpeg and seek NUV demuxer support."
2008-08-25 Gertjan Van Drooge... Improved rtjpeg and seek NUV demuxer support.
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-13 Rémi DuraffortOne more removing session. (useless test before a free())
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2006-11-26 Clément StenacA bit of headers cleanup
2006-01-12 Antoine CellerierFSF address change.
2005-08-04 Rémi Denis-Courmontfix spelling of "unsupported"
2005-07-11 Christophe Massiot * ALL: miscellaneous unsigned/signed warning fixes...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-24 Eric Petit nuv.c: compile fix (for big endian platforms)
2005-03-23 Laurent Aimar * all: added a nuv demuxer (limited to mpeg4 video...