]> git.sesse.net Git - vlc/history - modules/demux
Qt: hide record button when the record access-filter is not present
[vlc] / modules / demux /
2008-08-23 Derk-Jan Hartmants demux: fix potential crash in EIT events
2008-08-23 Sigmund AugdalFix double free on mkv files with V_QUICKTIME track
2008-08-22 Laurent AimarFixed input slave reading of a52/dts/flac/m4a/mpga...
2008-08-21 Laurent AimarCheck a few mp4 mallocs.
2008-08-21 Laurent AimarFixed a few segfaults with broken mp4 files and fixed...
2008-08-20 Jean-Baptiste KempfKill a warning and put i_datalength as an uint32_t
2008-08-20 Jean-Baptiste KempfTTA: Sanity check to avoid overflow and typo
2008-08-20 Rémi Denis-CourmontTTA: robustify and avoid one memcpy/allocation
2008-08-20 Rémi Denis-CourmontTTA: potential 0 divider
2008-08-20 Rémi Denis-CourmontRTP: priority zero - do not load the module needlessly
2008-08-20 Rémi DuraffortMake the buildbot happy by fixing some of the warnings.
2008-08-20 Derk-Jan Hartmanmjpeg demux: When looking trough the data for EOI,...
2008-08-20 Eric PetitFixes bad error checking on read errors.
2008-08-20 Laurent AimarUpgrade mandatory version for matroska to 0.8.0 and...
2008-08-20 Laurent AimarFix mkv track checking in blockget (TrackNum() != our...
2008-08-19 Laurent AimarIgnore invalid blocks (on broken files).
2008-08-19 Derk-Jan Hartmanffmpeg chroma: Change GetVlcChroma and GetFfmpegChroma...
2008-08-19 Jean-Baptiste KempfKill warnings.
2008-08-18 Laurent AimarAdded a workaround for broken avi files (close #1850).
2008-08-18 Laurent AimarFixed flac demuxer segfault (/0) when seektable is...
2008-08-18 Laurent AimarCosmetics.
2008-08-18 Laurent AimarAllowed user to cancel avi index creation.
2008-08-18 Laurent AimarRemoved unneeded variables from avi demuxer context.
2008-08-18 Laurent AimarDo not leave the index building progress bar opened...
2008-08-17 Rémi Denis-CourmontSMF: channels data (stereo) and dummy rate to not confu...
2008-08-16 Pierre d'Herbemontreal: Abort demuxing in case of error.
2008-08-16 Pierre d'Herbemontreal: Protect against negative size reading.
2008-08-15 Rémi DuraffortFix previous commit.
2008-08-15 Rémi DuraffortFix potential memleak.
2008-08-15 Rémi DuraffortUse asprintf instead of malloc+sprintf, check the retur...
2008-08-15 Derk-Jan Hartmanmkv: inital Cluster check.
2008-08-15 Derk-Jan Hartmanmkv: Implement a dumb parser for files with broken...
2008-08-15 Derk-Jan Hartmanmkv: only use percentage of duration seeking when we...
2008-08-15 Derk-Jan Hartmanmkv: bool spacing cleanup
2008-08-14 Pierre d'HerbemontMerge branch 'codecleanup' of git://repo.or.cz/vlc...
2008-08-14 Pierre d'Herbemontcodecleanup: Replace input_Item by input_item.
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()
next