]> git.sesse.net Git - vlc/history - modules/demux/asf
Print codec_id on unsupported track in avformat demuxer.
[vlc] / modules / demux / asf /
2011-08-28 Jean-Baptiste KempfDefine GUID only once, in vlc_codecs.h
2011-08-28 Jean-Baptiste KempfGuid: rename fields to better match Microsoft usage
2011-08-28 Jean-Baptiste KempfASF Muxer: use the GUID definitions from the asf demuxer
2011-08-28 Jean-Baptiste KempfASF: split GUID in a separate header file
2011-08-28 Jean-Baptiste KempfASF: cleaning
2011-08-28 Jean-Baptiste KempfASF: more GUID
2011-08-28 Jean-Baptiste KempfASF: rename a GUID according to spec
2011-08-28 Jean-Baptiste KempfASF: copyright update
2011-01-28 Jean-Baptiste KempfASF: fix a warning
2011-01-06 Gildas Bazindemux/asf: make sure we seek to keyframes
2010-11-06 Rémi Duraffortlibasf: remove unused variable.
2010-10-26 Rémi Denis-CourmontASF: use FromCharset()
2010-07-17 Juho Vähä-Herttuaasf: Fix WLE->DWLE in codec list object parsing
2010-07-17 Juho Vähä-Herttuaasf: Fix packet length handling to be correct
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-03-23 Laurent AimarFixed asf media length (close #2674 and close #3429).
2010-03-20 Christophe MutricyAvoid integer overflow
2010-02-27 Laurent AimarFixed segfault when seeking in ASF with broken index.
2010-02-27 Laurent AimarCosmetics.
2010-02-27 Laurent AimarFixed invalid read in ASF_ReadObject_Index (asf).
2010-02-13 Laurent AimarAdded support for language in asf (close #3292).
2010-02-13 Laurent AimarFactorized the way ES are added (asf).
2010-02-13 Laurent AimarFactorized extended header search (asf).
2010-02-13 Laurent AimarCosmetics (asf).
2009-12-20 Laurent AimarUpdated ASF to use VLC_TS_INVALID/0.
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-09-15 Laurent AimarFixed potential stack overflow in asf demuxer.
2009-08-19 Jean-Baptiste KempfASF: kill a warning
2009-08-04 Jean-Paul Samanlibasf: remove stray '\'
2009-07-11 Laurent AimarImproved a bit more asf pcr.
2009-07-11 Laurent AimarRemoved a stupid line in asf fixing some audio problems...
2009-06-27 Rémi Denis-CourmontFix format security warnings (fixes: #2857)
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.
2009-04-30 Laurent AimarFixed seek reset to avoid sending invalid PCR value...
2009-03-05 Rémi Denis-CourmontUse dialog_Fatal, fix a bunch (but not all) interaction...
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-26 Rémi Duraffortasf: fix compilation warning.
2008-10-09 Laurent AimarRead frame rate from asf container if presents.
2008-10-08 Laurent AimarImproved a bit PCR in asf.
2008-09-05 Rémi Denis-CourmontMove a bunch of plugins out of configure.ac
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-02 Laurent AimarReworked a few broken int cast (and at least fixed...
2008-07-02 Laurent AimarCheck all malloc/calloc return value in libasf.c
2008-07-02 Laurent AimarFixed definition of asf_object_t.
2008-07-02 Laurent AimarBig clean up of ASF demuxer with a lot of over read...
2008-07-02 Laurent AimarChanged ASF_ReadObject_metadata to work like other...
2008-07-02 Laurent AimarClean up.
2008-07-02 Laurent AimarFixed vlc_icon_t leak in case of error.
2008-07-02 Laurent AimarProtect against invalid object size.
2008-07-02 Laurent AimarFixed ASF_ReadObject_extended_stream_properties parsing...
2008-07-02 Laurent AimarCosmetics (replace defines by pointers)
2008-07-02 Laurent AimarFixed initialization of asf_object_t inside ASF_ReadObj...
2008-07-02 Laurent AimarUse calloc when appropriate + cosmetics.
2008-07-02 Laurent AimarFixed infinite loop in truncated file.
2008-06-06 Rafaël CarréRevert "ASF: Use stream_Seek() if we only want to seek"
2008-06-06 Rafaël CarréRevert "ASF: Do not use stream_Read with a NULL buffer"
2008-06-06 Rafaël CarréASF: Do not use stream_Read with a NULL buffer
2008-06-06 Rafaël CarréASF: Use stream_Seek() if we only want to seek
2008-06-03 Rafaël CarréShut down debug useless to most users and developers
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-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
2008-04-22 Rafaël CarréRevert play & send durations, read preroll as 64 bits
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-11 Rémi DuraffortRemove useless test before a free (again).
2008-03-05 Rafaël CarréRevert 2 parts of 9d349e1ce5812e1d6e7a754368d240d00efe0...
2008-03-04 Rafaël Carréfix #1404 (asf demuxer)
2008-02-27 Rafaël Carréasf demuxer: fix header demuxing & use padding without...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-20 Rémi Denis-CourmontRemove stdio while we're at it.
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-07-20 Laurent AimarFixed a bunch of warning because of stream_Peek change.
2007-07-16 Laurent AimarFixed access to (potentially) uninitialized data (close...
2007-04-13 Gildas Bazin* modules/demux/asf/* use index for seeking if availabl...
next