]> git.sesse.net Git - vlc/history - modules/demux
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / demux /
2010-05-24 Jean-Baptiste KempfMKV: cosmetics
2010-05-24 Jean-Baptiste KempfMKV: code simplification
2010-05-24 Jean-Baptiste KempfMKV: code factorization on Tag parsing
2010-05-24 Jai MenonAVI : Don't free uninitialized ES format descriptor...
2010-05-23 Jean-Baptiste KempfMP4: fix off-by-one genre metadata reading
2010-05-20 Laurent AimarFixed/improved support for video timestamp in mkv.
2010-05-20 Pierre Ynardps demux: reset current pts when seeking
2010-05-20 Jai MenonMP4/MOV Demuxer : set audio track samplesize correctly...
2010-05-20 Ilkka Ollakkaavformat: check if stream can seek before setting is_st...
2010-05-20 Ilkka Ollakkaavdemux: tell avformat that input is stream
2010-05-19 Jean-Baptiste KempfSupport for webm/mkv and VP8 inside it
2010-05-18 Jean-Baptiste KempfMP4: small cosmetics fixes
2010-05-18 Jean-Baptiste KempfMP4: support for trkn atom
2010-05-18 Jean-Baptiste KempfMP4: support for gnre atom
2010-05-16 Laurent AimarLoad both AVI indexes (ODML and standard) and choose...
2010-05-16 Laurent AimarFixed key flag for odml indexes (avi demuxer).
2010-05-16 Laurent AimarNo functionnal changes (avi demuxer).
2010-05-10 Ilkka Ollakkademux/ts.c: dont leak psz_name/psz_description on multi...
2010-05-09 Pierre Ynardlive555: recreate URL only to strip username/password
2010-05-05 Pierre Ynardlive555: fix RTSP URL when it contains no path part
2010-04-30 Jean-Baptiste KempfMKV: cosmetics and NULL-check
2010-04-30 Jean-Baptiste KempfMKV: reduce the scope of the var loop counters
2010-04-30 Jean-Baptiste KempfMKV: stream_io_callback simplifications
2010-04-30 Jean-Baptiste KempfMKV: EbmlParser, cleanup
2010-04-28 Laurent AimarFixed MS-RSTP RTP packet parsing.
2010-04-21 Rémi Denis-Courmontlive555: rtsp-caching is needed also for SDP
2010-04-21 Laurent AimarFixed mkv seeking regression while adding simpleblock...
2010-04-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-04-18 Laurent AimarFixed mkv seeking when simpleblock is used for video.
2010-04-18 Rémi Denis-Courmontlive555: fix use-after-free in TCP rollover on MS-RTSP
2010-04-16 Rémi Denis-CourmontSMF: demux SysEx messages
2010-04-13 Jean-Baptiste KempfMKV: fix compilation after vlc_codecs removal
2010-04-13 Rémi Denis-CourmontUseless vlc_codecs.h includes
2010-04-12 Jean-Baptiste KempfMatroska demuxer: support for real atrac and real 28_8
2010-04-12 Jean-Baptiste KempfMatroska: cleanup so that relevant methods are in their...
2010-04-12 Jean-Baptiste KempfMatroska: support for Cook
2010-04-11 Laurent AimarFixed some mp4/mov with ac3 audio tracks.
2010-04-06 Laurent AimarFixed seeking to I frames in mkv demuxer.
2010-04-02 Rafaël Carrélive555: add "pnm" alias as used for Real streams
2010-03-30 Rémi Denis-Courmontparent-item is not used: mark it obsolete
2010-03-28 Jean-Baptiste KempfNuv: don't reject files with no or broken seektable
2010-03-28 Jean-Baptiste KempfAvformat Don't double unlock
2010-03-26 Alex ConverseAdd support for MPEG-4 ALS to the MP4 demuxer and FFmpe...
2010-03-23 Laurent AimarFixed asf media length (close #2674 and close #3429).
2010-03-20 Christophe MutricyAvoid integer overflow
2010-03-11 Fabio RitrovatoTypos
2010-03-08 Rémi Denis-CourmontDo not apply playlist path to full URIs
2010-03-07 Rémi Denis-CourmontPartially fix encoding of relative paths in playlist...
2010-03-04 Laurent AimarFixed ogg demuxer with non xiph extra header (close...
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2010-03-02 Rémi Denis-CourmontXSPF: fix NULL dereference on empty <location>
2010-02-28 Laurent AimarPrevent a potential integer overflow (mkv).
2010-02-28 Laurent AimarFixed segfault with incomplete mkv files.
2010-02-28 Jean-Baptiste KempfNSV: fix comment
2010-02-27 Laurent AimarFixed segfault with corrupted mkv files with compressed...
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-26 Laurent AimarFor private stream_type, fallback on registration descr...
2010-02-24 Christophe MutricyDistribute .h files
2010-02-24 Rémi Denis-CourmontUninitialized value
2010-02-23 Laurent AimarFixed potential memleaks in avformat wrapper.
2010-02-23 Laurent AimarFixed division by 0 with invalid files in avformat...
2010-02-23 Laurent AimarFixed signed integer overflow when loading AVI ODML...
2010-02-23 Laurent AimarFixed segfault with corrupted AVI ODML index.
2010-02-21 Rémi Denis-CourmontASX: fix obvious crash (fixes #3321)
2010-02-20 Rémi Denis-CourmontRAM: force meta data to UTF-8
2010-02-20 Rémi Denis-CourmontITML playlist: do not decode URI when creating item (!)
2010-02-20 Laurent AimarFixed a harmless typo (avformat).
2010-02-20 Laurent AimarWorkarounded SSA payload modifications done by mkv...
2010-02-20 Laurent AimarFixed ES block length value (avformat).
2010-02-20 Laurent AimarImplemented ES priority flag in avformat demuxer.
2010-02-20 Laurent AimarCosmetics.
2010-02-20 Laurent AimarFixed theora/speex workaround (avformat).
2010-02-20 Laurent AimarDo not fail on av_find_stream_info error (avformat).
2010-02-19 Christophe Mutricyskip-ads option is a bool
2010-02-19 Laurent AimarFixed seeking on a sample described by the last STSS...
2010-02-18 Vicente Jimenez... Fix typo in comment.
2010-02-17 Laurent AimarFixed theora/speex support in avformat demuxer.
2010-02-17 Laurent AimarModified the way xiph codecs headers are transported...
2010-02-17 Rémi Denis-CourmontRemove libsysfs code
2010-02-17 Rémi Denis-CourmontPLS: remove warning that fires even on empty lines
2010-02-17 Rémi Denis-CourmontPLS: simplify
2010-02-17 Rémi Denis-CourmontPLS: use atoll() to parse length
2010-02-16 Erwan Tuloudemux(avi): fix crash occuring when trying to open...
2010-02-15 Rémi Denis-CourmontReally remove m4v
2010-02-14 Rémi Denis-CourmontNo full point at end of configuration item short text
2010-02-14 Laurent AimarDecreased priority of raw mpeg video demuxer.
2010-02-14 Laurent AimarIncreased probing size for ac3/dts in wav (close #3298).
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).
2010-02-13 Rémi Denis-CourmontMake mouse-moved and mouse-clicked coordinates, remove...
2010-02-11 Laurent AimarRemoved debug left-over in mp4 demuxer.
2010-02-11 Sébastien Escudierlive555 : send the scale again after a pause. It avoids...
2010-02-10 Rémi DuraffortUnused variable.
2010-02-10 Rémi DuraffortUse calloc.
2010-02-08 Laurent AimarCompleted a bit meta data support in VLC (close #3280).
2010-02-08 Laurent AimarFixed es priority for teletext (ts).
next