]> git.sesse.net Git - vlc/history - modules/demux
Check malloc return value.
[vlc] / modules / demux /
2008-06-28 Rémi Denis-CourmontChunkFind: fix skipping very large chunks
2008-06-28 Rémi Denis-Courmont__EVEN: expansion-safety
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-22 Rémi DuraffortRemove unneeded msg_Err.
2008-06-22 Rémi DuraffortRemove unneeded msg_Error.
2008-06-20 Jean-Paul SamanCheck memory allocations.
2008-06-19 Sebastien EscudierLive555 demux: fix EOF detection
2008-06-18 Antoine CellerierCosmetics.
2008-06-17 Rémi Denis-CourmontRTP: align RTP port numbers properly
2008-06-17 Rémi Denis-CourmontAVI: do not ask whether to fix the index for non-seekab...
2008-06-17 Jean-Baptiste KempfFix commit [a0a315c850c037a71e4bf8fd854bb6c671af4e02]
2008-06-16 Rémi Denis-Courmontlive555: remove tautology
2008-06-16 Rémi Denis-CourmontRTP: handle odd port numbers correctly
2008-06-16 Vincent Penquerc'hogg: only check kate magic in the first 8 bytes
2008-06-15 Rémi Denis-CourmontAdd build dependency
2008-06-15 Rémi Denis-CourmontRTP: need to create variables before using them
2008-06-15 Kaloyan KovachevDynamic two-keys CSA
2008-06-15 Rémi Denis-CourmontFix warnings
2008-06-15 bl4M3U playlist detection
2008-06-15 Rémi Denis-CourmontRTP: always enable Roll-Over-Counter carriage
2008-06-15 Jean-Baptiste KempfKill a Warning
2008-06-14 Jean-Baptiste KempfRemove unused variable.
2008-06-14 Jean-Baptiste KempfKill warnings.
2008-06-14 Jean-Baptiste KempfKill warnings.
2008-06-14 Jean-Baptiste KempfParse RealAudio headers files. Doesn't decode correctly...
2008-06-14 Pierre d'Herbemontmp4: Don't use playlist code.
2008-06-14 Pierre d'Herbemontnsc: No need to include vlc_playlist.h
2008-06-14 Pierre d'Herbemontdemux/playlist: Remove ununsed functions.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t.
2008-06-14 Pierre d'Herbemontsgimb: Kill a warning.
2008-06-14 Pierre d'Herbemontdemux/playlist: Don't use playlist_t code.
2008-06-14 Pierre d'Herbemontsgimb: Don't use playlist code.
2008-06-14 Pierre d'Herbemontshoutcast: Don't use playlist code.
2008-06-14 Pierre d'Herbemontxspf: Remove references to the playlist.
2008-06-12 Rémi Denis-Courmontlive: add --rtsp-mcast to force multicast
2008-06-12 Rémi Denis-Courmontboolean cosmetics
2008-06-10 Rémi Denis-CourmontBunch of always on demu/x plugins
2008-06-10 Rémi Denis-CourmontRTP Vorbis payload format (incomplete)
2008-06-10 Antoine CellerierAdd missing include (OpenDemux uses the CloseDemux...
2008-06-09 Pavlov Konstantindemux/avformat: add Modules.am (otherwise bootstrap...
2008-06-09 Antoine CellerierMove avcodec module files to modules/codec/avcodec...
2008-06-09 Antoine Cellerieravformat is demux/mux. Move it to modules/demux/avformat.
2008-06-08 Rémi Denis-CourmontThis was not supposed to be committed, sorry
2008-06-08 Rémi Denis-CourmontRTP: partial Vorbis payload format support: defragmentation
2008-06-08 Rémi Denis-CourmontRTP: set the discontinuity flag as appropriate
2008-06-08 Jean-Paul SamanBreak long if statement in several lines.
2008-06-08 Rémi Denis-CourmontRTP: fix packet re-ordering
2008-06-07 Rémi Denis-CourmontRTP: partial linking fix
2008-06-07 Rémi Denis-CourmontRTP: add secure RTP receive support
2008-06-07 Rémi Denis-CourmontOoooooooups
2008-06-07 Rémi Denis-CourmontRTP: add Framed RTP over TCP support
2008-06-07 Rémi Denis-CourmontRTP: support for DCCP
2008-06-07 Rémi Denis-CourmontRTP: ignore muxed RTCP packets for the time being
2008-06-07 Rémi Denis-CourmontRTP: fix sequence tracking
2008-06-07 Kaloyan KovachevMove the CSA Key parsing inside csa_SetCW function
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-04 Rémi Denis-CourmontRTP: support for pulse code modulation
2008-06-04 Rémi Denis-CourmontRTP: add UDP-Lite support
2008-06-04 Rémi Denis-CourmontBuild the RTP plugin
2008-06-03 Rémi Denis-CourmontRTP: support for G.711
2008-06-03 Rémi Denis-CourmontIgnore unknown payload types
2008-06-03 Rémi Denis-CourmontRTP: add support for MPA and MPV static payload formats
2008-06-03 Rémi Denis-CourmontMinimalistic RTP demux
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-28 Pierre d'HerbemontMake sure INT64_C is defined correctly, and that we...
2008-05-28 Pierre d'HerbemontRevert "Revert "live555: Don't put any INT64_C related...
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Jean-Paul SamanRevert "live555: Don't put any INT64_C related hack...
2008-05-28 Pierre d'Herbemontlive555: Don't put any INT64_C related hack here. We...
2008-05-28 Pierre d'Herbemontlive555: Work around buggy Mac OS X headers for INT64_C.
2008-05-28 Pierre d'Herbemontlive555: Include <stdint.h> to get UINT64_C() on darwin.
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Pierre d'Herbemontlibvlccore: Rename iso_lang.h to vlc_iso_lang.h because...
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-26 Rafaël CarréDo not malloc(0) - to make valgrind not report 0 byte...
2008-05-23 Jean-Baptiste KempfCosmetic et metadata fixes.
2008-05-23 Wang Boreal file index and seek
2008-05-23 Antoine CellerierOnly keep the full pes packet if using the zvbi teletex...
2008-05-22 Rémi Denis-CourmontRemove libvlc->psz_homedir and use config_GetHomeDir...
2008-05-21 Jean-Baptiste KempfUpdate NEWS and interface string about the latest parsi...
2008-05-21 Rémi Denis-CourmontDon't rely on scanf when parsing floats from files
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-21 Rafaël CarréAdd support for MPEG2 FOURCCs in mp4 demuxer
2008-05-20 Antoine CellerierFix decoding of teletext in ps files (the zvbi decoder...
2008-05-20 Jean-Baptiste KempfAdd options for preferences.
2008-05-20 Jean-Baptiste KempfDKS and Subviewer1 parsing support.
2008-05-20 Jean-Baptiste KempfMulti-line support for JacoSub.
2008-05-15 Jean-Baptiste KempfCosmetic.
2008-05-15 Jean-Baptiste KempfSupport for RealText Subtitles.
2008-05-13 Jean-Baptiste KempfPut psb in NEWS, interface and options.
2008-05-13 Jean-Baptiste KempfSupport for multiple lines in PJS subs.
2008-05-13 Jean-Baptiste KempfSupport for parsing PowerDivx (.psb) subtitles
2008-05-13 Jean-Baptiste KempfCosmetic, malloc checks and options completion.
2008-05-12 Jean-Baptiste KempfCommit the good version of the file.
2008-05-12 Jean-Baptiste KempfSupport for both types of MPSub
2008-05-10 Rémi Denis-CourmontRemove message unused "queue" parameter
next