]> git.sesse.net Git - vlc/history - modules/demux
CC: use c99, removed dummy Eia608Exit
[vlc] / modules / demux /
2012-10-09 Rafaël Carréavformat demux: AVFormatContext->nb_streams == 0 is...
2012-10-09 Jean-Baptiste KempfAv* move GetVlcDspMask from avcodec.h to avcommon.h
2012-10-08 Ilkka Ollakkaavformat: if we use dummy access, let avformat write...
2012-10-07 Frédéric Yhuelmp4: use vlc_fourcc_GetCodec()
2012-10-04 Francois Cartegniedemux ts: fix EITConvertToUTF8 to deal with no longer...
2012-09-30 Sergey Radionovmjpeg: move content-type checks to probe phase
2012-09-28 Frédéric Yhueldemux/mp4: bug fix for files with 'moov' at the end
2012-09-28 Frédéric YhuelSmooth Streaming: read PacketSize attribute in manifest
2012-09-26 Frédéric YhuelSmooth Streaming: play streams with no video (or audio...
2012-09-24 Frédéric Yhueldemux/mp4: fix PTS computation
2012-09-21 Hugo Beauzée-Luyssenmjpeg: minor cosmetics
2012-09-21 Hugo Beauzée-Luyssenmjpeg: Yoda code usage avoiding you will
2012-09-21 Hugo Beauzée-Luyssenmjpeg: Fix uninitialized values for i_size when checkin...
2012-09-21 Frédéric Yhueldemux/mp4: Add fragmented MP4 support
2012-09-14 Daniel PengSome RTSP implementations (Foscam H.264 IP cameras...
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/avformat/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/mkv/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/playlist/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/mpeg/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/mp4/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/avi/
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/demux/asf/
2012-09-08 Denis CharmetAdd MKV tag handling and use them to properly name...
2012-09-07 Ludovic Fauvetogg: fix computation of vorbis stream length (close...
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-06 Ludovic Fauvetogg: find the length of an opus stream
2012-09-06 Denis CharmetMKV: Fix seek to 0 with a non null time offset
2012-09-04 Denis CharmetMKV: Handle multi-editions as different titles
2012-09-03 Timothy B. TerriberryFix 0-byte Ogg packet handling.
2012-09-03 Timothy B. TerriberryOpus demuxing fixes.
2012-08-31 Ludovic Fauvetmp4: fix flawed logic (close #7058)
2012-08-30 Rémi Denis-Courmontmjpeg: probe before malloc in one simple case
2012-08-30 Rémi Denis-Courmontmjpeg: deduplicate frame length variable
2012-08-26 KO Myung-HunOS/2: Include ctype.h in modules/demux/playlist/playlist.c
2012-08-24 Jean-Baptiste KempfMKV: fix metadata, by reading the spec
2012-08-23 Jean-Baptiste KempfMKV: improve metadata for broken muxers
2012-08-23 Jean-Baptiste KempfMKV: support target Type for metadata
2012-08-23 Jean-Baptiste KempfRelicense meta_engine modules to LGPL
2012-08-23 Jean-Baptiste KempfMKV: improve debugging of metadata
2012-08-23 Jean-Baptiste KempfMKV: do not set a date in UTC format
2012-08-23 Jean-Baptiste KempfMKV: fixes for Metadata parsing
2012-08-22 Jean-Baptiste KempfMKV: more metadata matching
2012-08-22 Denis CharmetFix MKV PCR "free-run" when a track is disabled.
2012-08-21 Rémi Denis-CourmontUse standard abs() function where appropriate
2012-08-21 Jean-Baptiste KempfMKV: map metadata ENCODED-BY
2012-08-20 Rémi Denis-Courmontvlc_path2uri(): rename from make_URI() and always conve...
2012-08-19 Rémi Denis-CourmontMissing inclusion of <ctype.h>
2012-08-19 Benjamin DrungFix typo misformed -> malformed.
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Rémi Denis-CourmontEnsure string list always has text
2012-08-13 Jean-Baptiste KempfVorbis: fix totaltracks info parsing
2012-08-11 Rémi Denis-Courmontvobsub: check memory error
2012-08-10 Sébastien ToqueMKV: workaround the seeking-to-0 issue also on android
2012-08-09 Jean-Baptiste KempfVobsub: remove unused variable
2012-08-09 Jean-Baptiste KempfSupport Atrac3 in wav
2012-08-09 Jean-Baptiste KempfFix truespeech in wav files
2012-08-09 Jean-Baptiste KempfOgg: factorize switch for Metadata
2012-08-08 Hugo Beauzée-Luyssenogg: Fix theora length computing.
2012-08-08 Hugo Beauzée-Luyssenoggseek: Reset stream after searching for the last...
2012-08-08 Hugo Beauzée-Luyssenoggseek: Fix trailing whitespaces
2012-08-08 Gregory MaxwellOgg demux: add Opus support
2012-08-08 Rémi Denis-Courmontmod: do not attempt to parse standard MIDI files
2012-08-07 Jean-Baptiste KempfVobsub: allow empty id language
2012-08-05 Jean-Baptiste KempfSSA: do not use memmove
2012-08-03 Jean-Baptiste KempfMP4: be more tolerant with broken files from Fuji cameras
2012-08-01 Christoph Miebachtypo: removing double spaces
2012-07-29 Jean-Baptiste KempfNUV: code cosmetics
2012-07-29 Jean-Baptiste KempfMP4: kill a unused variable warning
2012-07-29 Jean-Baptiste KempfAvformat: kill parenthesis and variable type warnings
2012-07-26 Jean-Baptiste KempfAVI: fix playback of files where movi chunk is outside...
2012-07-26 Jean-Baptiste KempfAVI: kill a warning
2012-07-26 Jean-Baptiste KempfAVI: do not look for strh node if we do not need it
2012-07-26 Jean-Baptiste KempfAVI: use calloc when possible
2012-07-26 Jean-Baptiste KempfAVI: cosmetics
2012-07-22 Denis CharmetAdding Cook support in mkv
2012-07-18 Frédéric Yhuellibmp4: Add function MP4_BoxGetSmooBox()
2012-07-18 Frédéric Yhuellibmp4: Parse StraBox and SmooBox
2012-07-12 Rui Zhangavformat: avoid EOF if av_read_frame returns AVERROR...
2012-07-06 Hugo Beauzée-Luyssenogg: Use unlikely()
2012-07-03 Christoph MiebachPsychadelic is just wrong
2012-07-01 Jean-Baptiste KempfVorbis: fix broken if/else cascade
2012-06-30 Ilkka Ollakkaogg: use ES_OUT_SET_PCR instead of RESET_PCR in demuxing
2012-06-27 Rémi Denis-Courmontsubtitle: deal with initial UTF-8 BOM
2012-06-27 Jean-Baptiste KempfOgg: always show COMMENTS if possible
2012-06-27 Jean-Baptiste KempfOgg: do not display x,x if we have both methods for...
2012-06-20 Frode Tennebøavi: Tidy the palette handling bit.
2012-06-19 Francois Cartegnieplaylist: m3u: fix CheckContentType check.
2012-06-15 Naohiro KORIYAMAmkv: fix memleak
2012-06-13 Frédéric Yhueldemux/mp4: fix typo
2012-06-13 Denis CharmetUse default values when parsing MKV audio track
2012-06-13 Jean-Baptiste KempfAVI: support IFRM as TotalTrack
2012-06-13 Jean-Baptiste KempfMP4: support more Metadata tags
2012-06-13 Jean-Baptiste KempfMP4: fix trkn parsing and support totaltrack
2012-06-13 Jean-Baptiste KempfASF: fix a warning
2012-06-13 Jean-Baptiste KempfASF: cosmetics
2012-06-12 Jean-Baptiste KempfSupport TotalTracks in MKV
2012-06-11 Jean-Baptiste KempfVorbis: cosmetics
2012-06-11 Jean-Baptiste KempfVorbis: extract TotalTrack information
2012-06-06 Jean-Baptiste KempfSet image-duration as a non-advanced option
2012-06-01 Laurent AimarSplitted a bit dv_extract_audio() for future reuse.
next