]> git.sesse.net Git - vlc/history - modules/demux
Check asprintf return value and avoid one unneeded strdup.
[vlc] / modules / demux /
2008-08-14 Pierre d'Herbemontxspf: Don't leak input items.
2008-08-14 Derk-Jan HartmanRevert "Add Private Stream 1 case according to the...
2008-08-13 Rémi DuraffortCheck asprintf return value.
2008-08-13 Derk-Jan Hartmanmkv: Find and load a 2nd Seek head and use the informat...
2008-08-13 Derk-Jan Hartmanmkv: inverted test case. This should remove a warning...
2008-08-13 Rémi Denis-CourmontAvoid printf for debug
2008-08-12 Rémi DuraffortFix memleak in mkv.
2008-08-12 Derk-Jan Hartmanmkv: retrieve 2nd seekhead pos, when parsing first...
2008-08-11 Jean-Baptiste KempfAdd Private Stream 1 case according to the norm.
2008-08-11 Jean-Baptiste KempfAccording to ISO 13818-1 page 34, ECM and EMM stream_id...
2008-08-10 Derk-Jan Hartmanavformat: Fix DEMUX_SET_TIME
2008-08-10 Derk-Jan Hartmanasademux: don't print a debug message every time this...
2008-08-04 Derk-Jan Hartmanlive555: fix "unpause" and remove startseq, which is...
2008-08-04 Derk-Jan Hartmanlive555: retrieve NPT from live555. implement DEMUX_SET...
2008-08-04 Derk-Jan Hartmanlive555: some whitespace cleaning
2008-08-03 Felix Paul Kühnelive555: compilation fix
2008-08-03 Pierre d'HerbemontFix prototypes of threaded functions.
2008-08-03 Laurent AimarRemoved non const static variable usages in mp4 drms.
2008-08-03 Laurent AimarMoved static variable to the subtitle demuxer context.
2008-08-03 Laurent AimarDo not try to precisely seek (unsing ES_OUT_SET_NEXT_DI...
2008-08-03 Laurent AimarFixed a few .mov with mp3 audio (close #1794).
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Laurent AimarTry to reuse ES through EOS/BOS. Only the special case...
2008-08-02 Laurent AimarFixed mp4 apple chapter loading (close #1719)
2008-08-01 Rémi DuraffortFix compiler warning about asprintf return value.
2008-08-01 Laurent AimarFix seeking with broken file or without index (close...
2008-08-01 Derk-Jan Hartmanlive555: remove the liveversion checks, now that we...
2008-07-31 Pierre d'Herbemontmkv: Remove an unneeded test.
2008-07-31 Pierre d'Herbemontmkv: Translation fix.
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-30 Derk-Jan Hartmanavformat: do away with strang stream_Tell >= stream_Siz...
2008-07-30 Derk-Jan Hartmanavformat: add support to IOSeek() for AVSEEK_SIZE ...
2008-07-29 David Flynn[demux/ogg] Fix off-by-one default framerate table...
2008-07-29 Laurent AimarFixed #1220 (mp4 subtitle in mac encoding)
2008-07-28 Laurent AimarWorkaround buggy files without enabled tracks.
2008-07-28 Laurent AimarAdded a few missing object type id for mp4.
2008-07-27 David FlynnFix handling of dirac EOSdataunit.
2008-07-27 Derk-Jan Hartmanmpga demux: DEMUX_SET_TIME was using DEMUX_GET_LENGTH...
2008-07-21 Laurent AimarFixed an invalid msg_Err format (potential segfault).
2008-07-21 Laurent AimarAdded a missing const qualifier.
2008-07-21 Derk-Jan Hartmanlive555: Fix TCP rollover
2008-07-21 Derk-Jan Hartmanlive555: Fix fallback case for unsupported transport.
2008-07-21 Derk-Jan HartmanMerge branch 'master' of git@git.videolan.org:vlc
2008-07-20 Laurent AimarRespect mp4 track enable flag.
2008-07-19 Rémi DuraffortFix a compilation warning.
2008-07-18 Laurent AimarDo not return title if no chapters in mkv.
2008-07-11 Laurent AimarProper CODEC_TYPE_ATTACHMENT check.
2008-07-11 Laurent AimarRevert "Check for CODEC_TYPE_ATTACHMENT for outdated...
2008-07-11 Laurent AimarCheck for CODEC_TYPE_ATTACHMENT for outdated ffmpeg...
2008-07-11 Christophe MutricyAvoid to discard qualifier
2008-07-11 Christophe MutricyFix warning
2008-07-11 Christophe MutricyFix warnings
2008-07-10 Rémi DuraffortDon't use strdup on a string created by asprintf (useless).
2008-07-09 Rémi Denis-CourmontRemove non-sensical NPT computation code from c9569b35.
2008-07-08 Laurent AimarFixed used of uninitialized memory on unsupported track.
2008-07-07 Przemyslaw FialaFix reading ASX playlist when its size is unknown
2008-07-06 Laurent AimarFixed potential invalid reads.
2008-07-06 Laurent AimarFixed potential infinite loop.
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-06 Rémi Denis-CourmontRTP: keep track of the RTCP socket
2008-07-06 Rémi Denis-CourmontRTP: open the RTCP port
2008-07-05 Laurent AimarFixed ALAC. (close #633)
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-04 Laurent AimarGrr, really fix ts-extra-pmt comment.
2008-07-04 Laurent AimarFixed a comment on ts-extra-pmt.
2008-07-04 Vincent Penquerc'henable kate in matroska now that the codec id is published
2008-07-04 Laurent AimarFixed and improved ts-extra-pmt option (close #1592).
2008-07-04 Laurent AimarMove extra PMT creation to its own function.
2008-07-03 Laurent AimarFixed MS ADPCM inside mov.
2008-07-03 Laurent AimarFixed playing of some .mov with raw audio.
2008-07-03 Laurent AimarFixed playing of some twos/sowt samples (close #1621)
2008-07-03 Rémi Denis-CourmontFormat string fixes
2008-07-03 Rémi Denis-CourmontRTP/MPA: the standard frequency is 90kHz (MPEG PCR...
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-07-02 Rémi DuraffortAvoid segfault in subtitle demuxer.
2008-07-02 Rémi Denis-Courmontavformat: fix linking with --disable-sout - closes...
2008-06-30 Antoine CellerierDon't build the rtp module when you don't have gcrypt...
2008-06-29 Jonathan RosserAdd dirac video support to the ogg demuxer
2008-06-29 David Flynnts demux: add support for dirac streams via registratio...
2008-06-29 Rémi Denis-CourmontRTP: avoid loosing the first received packet
2008-06-28 Laurent AimarFixed segfault when parsing wav file to check for dts...
2008-06-28 Laurent AimarFixed segfault on corrupted wav file.
2008-06-28 Rémi Denis-Courmontwav: fix integer underflow
2008-06-28 Rémi Denis-Courmontwav: fix integer overflow (CVE-2008-2430)
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.
next