]> git.sesse.net Git - vlc/history - modules/demux
macosx: CAS: added profiles and implemented profile switcher
[vlc] / modules / demux /
2012-05-31 Hugo Beauzée-Luyssenmjpeg: Try to handle misformed streams.
2012-05-31 Frédéric Yhuellibmp4: 'trun' parsing: minor fixes
2012-05-31 Konstantin Pavlovm3u: Check Content-type if available.
2012-05-31 Konstantin Pavlovm3u: assume m3u with BOM at start as utf-8 encoded.
2012-05-30 Jean-Baptiste KempfMP3: support free format
2012-05-24 Frédéric Yhueldemux/mp4: do not demux f4v files for now
2012-05-24 Edward Wangvorbis: also check comments for comment metadata
2012-05-24 Jean-Baptiste KempfAVI: parse dmlh chunk
2012-05-24 Jean-Baptiste KempfAVI: do not warn about embedded subtitles
2012-05-24 Jean-Baptiste KempfAVI: be less picky about wrong sizes for LIST chunk
2012-05-24 Jean-Baptiste KempfAVI: better debug
2012-05-24 Jean-Baptiste KempfAVI: remove unnecessary macros
2012-05-24 Jean-Baptiste KempfAVI: reduce the debug tree size
2012-05-24 Jean-Baptiste KempfAVI: better debug
2012-05-22 Aurelien Nephtalits: Fix audio type description parsing
2012-05-21 Jean-Baptiste KempfAVI: support more extended tags
2012-05-21 Jean-Baptiste KempfAVI: display extra-data tags
2012-05-21 Jean-Baptiste KempfAVI: add more main tags
2012-05-21 Jean-Baptiste KempfAVI: read the creation date
2012-05-11 Laurent AimarAdded support for vprp chunk in AVI demuxer.
2012-05-11 Jean-Baptiste KempfASF/WMV: parser chapters
2012-05-09 Rémi Denis-Courmontavi: do not use vlc_object_kill()
2012-05-05 Rémi Denis-Courmontmp4: use strndup() where applicable
2012-05-02 Jean-Paul Samanavformat/mux.c: Check malloc return value.
2012-05-02 Hugo Beauzée-Luyssenogg: Fix a heap buffer overflow.
2012-04-29 Jean-Baptiste KempfASF: cosmetics
2012-04-28 Jean-Baptiste KempfASF: do not display GUID when not in debug mode
2012-04-27 Jean-Baptiste KempfASF: better logging and more consistent with MKV/MP4...
2012-04-27 Jean-Baptiste KempfMKV: debug extra metadata too
2012-04-27 Jean-Baptiste KempfMKV: fix meta regression
2012-04-25 Rafaël Carréavformat: initialize empty options sets
2012-04-21 Jean-Baptiste KempfMMS: coherence with asf demuxer
2012-04-21 Jean-Baptiste KempfASF: do not warn about compatibility object
2012-04-18 Frédéric Yhuellibmp4: fix error in TfxdBoxUUID definition
2012-04-17 Rafaël Carrédeclare private options only if they are used
2012-04-17 Rafaël Carréavformat: fix dictionary use
2012-04-17 Rafaël Carréavformat (mux/demux): implement private options
2012-04-17 Rafaël CarréSanitize FFmpeg modules options
2012-04-16 Hugo Beauzée-Luyssenram: Removing write only variable.
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-04-13 Jean-Baptiste KempfMP4: kill a warning for operator priority
2012-04-13 Frédéric Yhueldemux/mp4: move some stuff in the header file
2012-04-13 Frédéric Yhuellibmp4: add two functions for fragmented MP4
2012-04-13 Denis CharmetMKV: Fix seeking without cues for clusters without...
2012-04-13 Jean-Baptiste KempfMKV: reject invalid real audio data
2012-04-13 Jean-Baptiste KempfMKV: regroup real codecs
2012-04-13 Jean-Baptiste KempfMKV: pass the correct extra_data offset in Atrac3 case
2012-04-12 Jean-Baptiste KempfMKV: help debug in case of unrecognized codecs
2012-04-12 Rémi Denis-Courmontblock_t: add buffer start and size fields
2012-04-10 Jean-Baptiste KempfAllow vorbis.h to be included in C++
2012-04-10 Jean-Baptiste KempfMP4: code cosmetics
2012-04-10 Jean-Baptiste KempfMP4: fill the orientation flag in video_format_t
2012-04-10 Jean-Baptiste KempfMP4: remove trailing spaces
2012-04-09 Jean-Baptiste KempfMP4: be more picky wrt VC-1 profiles we accept
2012-04-09 Jean-Baptiste KempfMKV: kill a sign warning
2012-04-09 Jean-Baptiste KempfMKV: remove unused variable
2012-04-09 Jean-Baptiste Kempfmp4: reindent and regroup
2012-04-08 Denis CharmetMKV: Don't crash when loading a directory with no uid...
2012-04-08 Frode TennebøFix problem with black and/or random colours for palett...
2012-04-08 Rémi Duraffortreal: fix potential memory leak.
2012-04-07 Rémi Denis-Courmontstl: fix sign warning
2012-04-06 Jean-Baptiste KempfMP4: better debug message with VERBOSITY activated
2012-04-06 Jean-Baptiste KempfMP4: better debug message when FOURCC not recognized
2012-04-06 Jean-Baptiste KempfSupport VC-1 in mp4, as muxed by L-Smash
2012-04-06 Jean-Baptiste KempfMKV: show title when in Information section
2012-04-05 Jean-Baptiste KempfCorrectly detect alac in mp4 properties
2012-04-05 Jean-Baptiste KempfMP4: more fourcc replacements
2012-04-05 Jean-Baptiste Kempfmp4: replace some fourcc by VLC_CODEC_
2012-04-05 Jean-Baptiste KempfFix vorbis in mp4 sample
2012-04-05 Jean-Baptiste KempfVorbis: permit to return attachments too
2012-04-05 Jean-Baptiste KempfOgg: permit attachments
2012-04-05 Jean-Baptiste KempfParse embedded art in METADATA_BLOCK_PICTURE
2012-04-05 Jean-Baptiste KempfFlac: cosmetics
2012-04-05 Jean-Baptiste KempfSplit FLAC picture parsing from flac.c
2012-04-05 Jean-Baptiste KempfOgg: Add parsing for publisher meta
2012-04-05 Jean-Baptiste KempfWav: cosmetics (alignment, unlikely, locality)
2012-04-04 Piotr Fusikgme: fixed out-of-memory/out-of-range tests
2012-04-02 Ludovic FauvetSMF: avoid a DOS if the SMF header is invalid
2012-04-02 Jean-Baptiste KempfAU: fix division by 0 with corrupted files
2012-04-02 Jean-Baptiste KempfVOC: avoid division by 0 if number of channel is 0
2012-03-31 Tobias GüntnerImprove range check.
2012-03-29 John Freedadd commonly used ID3 genres to the list
2012-03-29 Rémi Denis-Courmontplaylist: remove stray typedef
2012-03-29 Rémi Denis-Courmontchannels.conf: rewrite and fix
2012-03-29 Rémi Denis-Courmontplaylist: factor the Control() callback
2012-03-29 Rémi Denis-Courmontplaylist: remove no-op pf_deactivate functions
2012-03-28 Frédéric Yhuellibmp4: move some stuff into the header file
2012-03-27 Jean-Baptiste KempfMP4: support for more codecs in mp4
2012-03-27 Jean-Baptiste KempfMP4: support DTS in ObjectTypeIndication
2012-03-27 Rémi Denis-Courmontchannels.conf: update/fix parameters values
2012-03-27 Rémi Denis-CourmontRevert "dvb: demux: generate uri" - fix #6497
2012-03-26 Frédéric Yhueldemux/mp4: drop DRMS support
2012-03-25 Rémi Denis-Courmontm3u8: validate UTF-8 input
2012-03-23 Frédéric Yhuellibmp4: add TfrfBox and TfxdBox parsing
2012-03-23 Frédéric Yhuellibmp4: 'tfhd' parsing
2012-03-23 Sébastien Escudierlive555 : better error message
2012-03-23 Sébastien Escudierrtsp : display a message if the server forbids the...
2012-03-22 Jean-Baptiste KempfDo not treat RMF files named .ram as playlists
2012-03-21 Rémi Denis-Courmontvoc: fix skipping of unknown headers (fixes #6437)
2012-03-20 Denis CharmetMKV: Use the appropriate time value to avoid loops
next