]> git.sesse.net Git - vlc/history - modules/demux
Qt: use a QStackedWidget for the artContainer in the playlist
[vlc] / modules / demux /
2011-06-04 Rémi Denis-CourmontXSPF: fix leak on colliding track ID
2011-05-28 Laurent AimarFixed potential segfault on error with mkv demuxer.
2011-05-22 Jean-Baptiste KempfAVI: try again to fix metadata issue: #4765
2011-05-22 Jean-Baptiste KempfMKV: misc simplifications, renaming and privatizations
2011-05-22 Jean-Baptiste KempfMKV: rename functions to match better the actual implem...
2011-05-22 Jean-Baptiste KempfMKV: privatize methods in virtual_segment_t
2011-05-21 Jean-Baptiste KempfMKV: privatize matroska_segment_c methods
2011-05-21 Jean-Baptiste KempfMKV: remove unused variables
2011-05-21 Laurent AimarReworked how the event thread works in mkv demuxer.
2011-05-21 Rémi Denis-CourmontASX: fix NULL derefence (LP#785979)
2011-05-19 Jean-Baptiste Kempflive555: remove unused variables
2011-05-18 Rémi Denis-CourmontMark --ts-es-id-pid as safe
2011-05-15 Jean-Baptiste KempfAVI: small fix when parsing metadata
2011-05-15 Jean-Baptiste KempfAvformat: do not add attachment as ES
2011-05-15 Jean-Baptiste KempfAVI: better debug message, notably in extended case
2011-05-15 Jean-Baptiste KempfAVI: support WAVEFORMATEXTENSIBLE for audio
2011-05-14 Jean-Baptiste KempfAdd 2 shortnames for modules that have options...
2011-05-14 Jean-Baptiste KempfAvformat demuxer: kill 2 warnings about signedness
2011-05-13 Rémi Denis-CourmontRemove dummy plugin config item parameter
2011-05-12 Jean-Baptiste KempfAvformat: better debugging message
2011-05-11 Rémi Denis-CourmontAdd HAVE_DVBPSI, and use it, DVBPSI_CFLAGS and DVBPSI_LIBS
2011-05-09 Jean-Baptiste KempfDVDnav: fix .ifo files opening
2011-05-08 Laurent AimarSerialized libmodplug loading code.
2011-05-02 Jean-Baptiste KempfMux/Demux avformat: add the "avformat" shortcut
2011-05-01 Felix Paul Kühneavi: don't enable debug in release builds
2011-04-23 Jean-Baptiste KempfRAM: deactivate start-time in rtsp streams
2011-04-20 Konstantin PavlovAVFormat demux: Ask for artist metadata tag instead...
2011-04-20 Konstantin PavlovAVFormat mux: Don't use too new av_guess_format on...
2011-04-19 Konstantin PavlovUpdate av* code to use new APIs after Libav Big Bump.
2011-04-13 Rémi Denis-CourmontAVI: use Windows ANSI code page rather than ISO 8859...
2011-04-10 Francois Cartegniedvb: demux: generate uri
2011-04-09 Rémi Denis-CourmontMP4: fix heap-based buffer overflow
2011-04-07 Sébastien Escudierlive555 check stream_DemuxNew succeeded
2011-04-03 Pierre YnardFix spelling: an URL -> a URL
2011-04-03 KO Myung-HunOS/2 uses the same path style as Win32.
2011-04-03 Jean-Baptiste KempfSubtitles: basic support for {y:i}, {y:b} and {y:u}
2011-03-29 Rémi Denis-CourmontMKV: mark ASCII subs as such
2011-03-27 Jean-Baptiste KempfPVA: comment fixing and documentation references
2011-03-27 Jean-Baptiste KempfNuv: remove write-only variable
2011-03-27 Jean-Baptiste KempfPVA: remove write-only variable
2011-03-21 Rémi DuraffortRemove obvious statements.
2011-03-21 Sébastien Escudierrtsp-tcp variable needs to be created
2011-03-21 Sébastien Escudierrtsp RollOverTcp : close the stream before deleting...
2011-03-20 Rémi DuraffortFix NULL pointer deref (fix #4599)
2011-03-16 Jean-Baptiste KempfFFmpeg: remove support for misplaced headers
2011-03-06 Rémi Denis-CourmontFactor EIT text conversion in a .h file
2011-03-04 Sébastien Escudierlive555 : really toggle tcp in case of unsupported...
2011-03-03 Jean-Baptiste KempfTS demux: remove outdated defines
2011-02-23 Jean-Baptiste KempfTS demux: kill warnings
2011-02-23 Jean-Baptiste KempfVobsub: language is not necessarily on 2 characters
2011-02-22 Mirsal EnnaimeRevert "xiph demux: _correctly_ remove warning"
2011-02-22 Mirsal Ennaimexiph demux: _correctly_ remove warning
2011-02-22 Andri Pálssonxiph demux: Kill a warning (comparison betw. signed...
2011-02-20 Rémi Duraffortdemux_ogg: fix strncmp length.
2011-02-17 Jean-Baptiste KempfAVI: change function prototype for sign-correctness
2011-02-17 Jean-Baptiste KempfTY: housekeeping...
2011-02-14 Rémi Duraffortpodcast: fix compilation warning.
2011-02-13 Rémi Denis-CourmontPLS: replace HTTP in Ref1 with MMSH rather than MMS...
2011-02-12 Rémi Denis-CourmontRemove useless parameters
2011-02-07 Sébastien Escudierlive555 : check for NULL string in OPTION callback
2011-01-30 Steve LhommeMKV: Multi tags don't exist anymore
2011-01-30 Steve LhommeMKV: use the new libebml macros
2011-01-30 Jean-Baptiste KempfMkv: use MKV_IS_ID and avoid EbmlId() operator use
2011-01-30 Steve Lhommethe ID could be OK but the class mismatching
2011-01-29 Pierre Ynardlive555: fix test to update NPT
2011-01-29 Pierre Ynardlive555: don't use the same event for data and RTSP...
2011-01-28 Jean-Baptiste KempfASF: fix a warning
2011-01-22 Rémi Denis-Courmontlive555: add audio/DAT12 and audio/L20 RTP payload...
2011-01-22 Rémi Denis-CourmontXML: return attribute value as const
2011-01-20 Rémi Denis-CourmontXML: return node (element name or text value) as const
2011-01-20 Rémi Denis-CourmontUse strspn() and constify
2011-01-20 Rémi Denis-CourmontReturn XML attribute as const from NextAttr
2011-01-19 Ilkka Ollakkaxspf demux: fix tree-parsing
2011-01-19 Rémi Denis-CourmontXML: merge read and node_type operations, skip unknown...
2011-01-19 Rémi Denis-CourmontAvoid useless assignment
2011-01-19 Rémi Denis-Courmontgrammar
2011-01-07 Rémi Denis-Courmontlive555: print library version in debug
2011-01-07 Sébastien Escudierlive555 : fix typo
2011-01-06 Gildas Bazindemux/asf: make sure we seek to keyframes
2011-01-06 Rémi Denis-Courmontlive: add audio/L24
2011-01-06 Rémi Denis-Courmontlive: set sampe size for G.711
2011-01-06 Rémi Denis-Courmontlive: use VLC_CODEC_* for L8 and L16
2011-01-03 Rémi Denis-CourmontTypo
2010-12-29 Rémi Denis-CourmontReal: fix heap buffer overflow (CVE-2010-3907)
2010-12-11 Alan FischerAdded C64 sid demux module
2010-12-06 Rémi Denis-CourmontIFO: fix DVD-VR as well
2010-12-06 Rémi Denis-CourmontIFO: fix non-ASCII paths
2010-11-26 Hugo Beauzée-LuyssenMKV: Use new vlc_delete_all to clear containers.
2010-11-19 Rémi Denis-Courmontlive555: remove "sdp" access_demux
2010-11-17 Rémi Denis-CourmontAllow demux to select the PTS delay, fallback to access
2010-11-15 Rémi DuraffortC++: use prefix iterators instead of postfix.
2010-11-14 Pierre YnardFix constness
2010-11-14 Pierre YnardFix const warnings
2010-11-11 Rémi DuraffortC++: use postfix operator for interators (that's suppos...
2010-11-06 Rémi Duraffortlibasf: remove unused variable.
2010-11-04 Jean-Baptiste KempfReal demuxer: correctly exit on errors when parsing...
2010-11-03 Rémi Denis-CourmontLink GME with CXXLD
2010-11-03 Jean-Baptiste KempfAVI: remove dead assignment
2010-11-02 Laurent AimarFixed potential use of non initialized value in corrupt...
2010-11-02 Laurent AimarFixed potential use of non initialized fourcc in rawvid...
next