]> git.sesse.net Git - vlc/history - modules/demux/mpeg
cdda/info: fix memleaks.
[vlc] / modules / demux / mpeg /
2008-07-27 Derk-Jan Hartmanmpga demux: DEMUX_SET_TIME was using DEMUX_GET_LENGTH...
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-09 Rafaël CarréRevert "Fix memleak in mpga demuxer"
2008-05-09 Rafaël CarréFix memleak in mpga demuxer
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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'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-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-19 Pavlov KonstantinMove appropriate code to DEMUX_GET_LENGTH and destroy...
2008-01-19 Pavlov KonstantinFix a segfault in mpga demuxer module.
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-12-28 Rémi Denis-CourmontFix warning
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-08 Laurent AimarLet the input handle meta data and attachments for...
2007-10-04 Rafaël Carrémpga demux: remove debug printf
2007-10-04 Rafaël Carrém4a demuxer: last missing include
2007-10-04 Rafaël Carrédemuxers: add missing vlc_meta.h header
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Rafaël Carrém4a demuxer: initialize correctly p_sys
2007-10-02 Rafaël Carrédemux: fix a memory leak in flac & mpga when attachment...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-06-17 Laurent AimarAdded replay gain support for:
2007-05-25 Laurent AimarAdded meta parsing (close #624)
2007-05-25 Laurent AimarImplemented GET_TIME/GET_LENGTH/SET_TIME (close #1207)
2007-04-21 Gildas Bazin* modules/demux/mpeg/m4v.c: new m4v-fps config option.
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-09 Gildas Bazin* modules/demux/mpeg/mpga.c: oups, no need to free...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-05 Gildas Bazin* modules/demux/mpeg/m4v.c,h264.c: fixed detection...
2006-09-24 Clément StenacMove the meta readers to the correct folder, and use...
2006-09-17 Clément StenacTry computing an approximation of the length when we...
2006-08-06 Jean-Paul SamanRemove unused variable.
2006-07-19 Clément StenacSome more demux and access code factorization
2006-07-18 Clément StenacBetter packetizer helpers
2006-06-09 Gildas Bazin* modules/demux/mpeg/m4v.c: wait until we get p_extra...
2006-05-14 Clément StenacMerge back branch 0.8.6-playlist-vlm to trunk.
2006-03-25 Clément StenacRetry syncing mpeg audio stream if it failed on first...
2006-03-11 Clément StenacStrings (Refs:#438)
2006-01-12 Antoine CellerierFSF address change.
2005-11-11 Marian Durkovicchanged MPGA_PACKET_SIZE to 1024
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-05-20 Clément StenacDon't print error on non-fatal problems
2005-04-09 Gildas Bazin* src/input/demux.c: skip header id3tag in the core...
2005-03-11 Clément StenacString fixes by Christophe Mutricy
2005-03-05 Gildas Bazin* modules/demux/*: removed useless probing messages.
2004-12-12 Sigmund Augdal Helbergmpga.c: check/hack to make duration available after...
2004-12-11 Clément StenacImprovements to preferences
2004-10-26 Gildas Bazin* modules/demux/mpeg/mpga.c: oops, uninitialized variable.
2004-10-26 Gildas Bazin* modules/demux/mpeg/mpga.c: rewritten using the mpeg...
2004-09-27 Gildas Bazin* modules/demux/mpeg/mpga.c: use the date_*() api for...
2004-09-27 Gildas Bazin* modules/demux/mpeg/m4a.c: bug fix.
2004-09-27 Gildas Bazin* modules/demux/mpeg/m4a.c: MPEG 4 audio demuxer using...
2004-08-02 Gildas Bazin* include/ninput.h: removed left-over from access2...
2004-07-18 Laurent Aimar * mpga: fixed a memleak+warnings.
2004-07-13 Sigmund Augdal Helbergmpga.c: fixed some memleaks in the probing process
2004-07-07 Sigmund Augdal Helbergyet another fix for unavailable id3tag
2004-06-30 Sigmund Augdal Helbergsegfault fix when id3tag is unavailable
2004-06-27 Laurent Aimar * mpga: improved DEMUX_GET_TIME. It has now a perfect...
2004-06-23 Clément StenacFix id3 and id3tag (using meta)
2004-06-22 Gildas Bazin ALL: a bunch of compilation fixes + disabled plugins...
2004-06-07 Laurent Aimar * all: input_DumpStream isn't exported anymore.
2004-06-06 Gildas Bazin* modules/demux/mpeg/ts.c: compilation fix.
2004-06-06 Laurent Aimar * all: - renamed old ts demuxer as ts_old(_dvbpsi).
2004-06-04 Laurent Aimar * ts.c : renamed to ts.
2004-05-23 Laurent Aimar * raw demuxers: few fixes, add es only after first...
2004-05-15 Laurent Aimar * mpga: use 1 as starting time (allow to have a valid...
2004-04-22 Laurent Aimar * h264: added a h264-fps option.
2004-04-22 Laurent Aimar * mpeg/system.c, ts.c: added h264 to old TS demuxer.
2004-04-22 Laurent Aimar * packetizer/h264.c: a really basic h264 packetizer...
2004-04-02 Laurent Aimar * m4v: pts/dts fixes.
2004-04-02 Laurent Aimar * m4v: demux -> demux2.
2004-03-23 Derk-Jan Hartman* Check if dvbpsi_DecodeISO639Dr fails.
2004-03-17 Rocky BernsteinMenu selection of subtitles for CVD and OGT handled...
2004-03-15 Rocky BernsteinNot sure why (or if) this cvd subtitle selecting code...
2004-03-05 Sam Hocevar * Added "Id" svn:keywords property to all files conta...
2004-03-03 Gildas Bazin* ALL: changed the prototype of module_Need() to accept...
2004-03-03 Laurent Aimar * mpga: demux -> demux2.
2004-02-20 Christophe Massiot* modules/demux/mpeg/system.c: check for scrambled...
2004-01-25 Derk-Jan Hartman* Stringreview !!!
2004-01-24 Rocky BernsteinDoc fix.
2004-01-15 Gildas Bazin* modules/demux/mpeg/ts.c: better auto-detection of...
2004-01-11 Rocky BernsteinRemove debug output.
2004-01-09 Gildas Bazin* modules/demux/mpeg/Modules.am: forgot to remove priva...
2004-01-09 Gildas Bazin* modules/demux/mpeg: fixed latest changes to mpeg...
2004-01-03 Rocky BernsteinIgnore timestamp in PACK header in a private stream...
2004-01-03 Gildas Bazin* modules/demux/mpeg/mpga.c, src/input/stream.c: fixed...
2003-12-27 Cyril Deguetmodules/demux/mpeg/mpga.c: forgot to remove a debugging...
2003-12-27 Cyril Deguet* modules/demux/mpeg/mpga.c: disabled the bitrate detec...
2003-12-22 Sam Hocevar * Coding style cleanup: removed tabs and trailing...
2003-12-22 Sam Hocevar * toolbox:
next