]> git.sesse.net Git - vlc/history - modules/demux
Qt: menus, document.
[vlc] / modules / demux /
2009-02-05 Laurent AimarCosmetics.
2009-02-05 Laurent AimarRevert "fix overriden variables."
2009-02-05 Laurent AimarFixed long term pts rounding error in mod.
2009-02-05 Laurent AimarImproved a bit mod detection checks.
2009-02-05 Laurent AimarAdded mod title support.
2009-02-05 Laurent AimarAdded a few sanity checks to mod.
2009-02-05 Laurent AimarCosmetics (mod).
2009-02-03 Rémi Duraffortfix overriden variables.
2009-02-02 Jean-Paul Samanlive555: unbreak windows RTSP servers (introduced in...
2009-02-02 ogg.k.ogg.kTranslate Kate category tags to display a more user...
2009-02-01 Laurent AimarChanged vlc_meta_SetTracknum to *Num for consistency.
2009-01-31 Rémi Denis-CourmontProgress interaction: remove useless parameter
2009-01-31 Rémi Denis-CourmontInteraction: remove (buggy and useless) dialog IDs
2009-01-28 Rémi Denis-CourmontTrailing ;
2009-01-27 Jean-Philippe AndreFix compilation
2009-01-27 Rémi Denis-CourmontTrailing ;
2009-01-26 Rémi Duraffortdemux_ts: use var_CreateGet instead of var_Create+var_Get.
2009-01-26 Steven KramerUse Live555 'double authorization' for RTSP-over-HTTP
2009-01-26 Jean-Baptiste KempfMkv: kill warnings.
2009-01-26 Jean-Baptiste KempfMKV: kill warnings.
2009-01-23 Dominique Leuenbergerlive555: fix compiler warnings re: unused variables.
2009-01-21 Jean-Baptiste KempfAdd missing shortnames.
2009-01-21 Jean-Baptiste KempfAvformat module is a demuxer not a decoder
2009-01-21 Jean-Baptiste KempfVarious shortnames forgotten.
2009-01-17 Laurent AimarUse input_item_New when applicable.
2009-01-17 Laurent AimarForce to specify options flags in input_item_New*.
2009-01-17 Laurent AimarRenamed input_item_AddOpt to input_item_AddOption.
2009-01-17 Rémi Denis-CourmontRemove unused parameter
2009-01-17 Ilkka Ollakkachannels.conf demux: parse symbol-rate from playlist
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2009-01-14 Laurent AimarPartially revert 497a6b5b as it creates infinite loops...
2009-01-07 Laurent AimarAdded apple subtitle support to mov demuxer (close...
2009-01-07 Laurent AimarAvoid sprintf.
2009-01-05 Rémi Duraffortasx parsing: don't FREENULL everything.
2009-01-02 Rémi Duraffortsome cleaning.
2008-12-30 Rémi DuraffortMissing include assert.
2008-12-29 Rémi Denis-CourmontMissing <assert.h>
2008-12-29 Rémi Denis-CourmontStealthier missing <assert.h>
2008-12-24 Mathieu SonetFix a regression introduced by the previous commit
2008-12-20 Ilkka OllakkaDon't require location under track element in xspf...
2008-12-17 Ilkka OllakkaDon't wait location-node for creating input, and allow...
2008-12-17 Rémi DuraffortDon't write two times when only one is needed.
2008-12-16 Rémi Denis-CourmontAVI: fix track names character set (fixes #2334)
2008-12-16 Christophe MutricyDistribute vorbis.h
2008-12-15 Laurent AimarAdded S_TEXT/ASCII codec to matroska.
2008-12-15 Laurent AimarAdded support for real video and 14_4 audio codec in...
2008-12-14 Laurent AimarProtect against division by 0 on corrupted file (real).
2008-12-14 Laurent AimarFixed real frame allocation error path.
2008-12-14 Laurent AimarDo not print real index debug by default.
2008-12-14 Laurent AimarFixed a few real demuxer issues.
2008-12-14 Laurent AimarFixed real PCR.
2008-12-14 Laurent AimarCosmetics real demux reorganization.
2008-12-14 Laurent AimarIncrease its priority.
2008-12-14 Laurent AimarBig clean up/rewrite of the real demuxer.
2008-12-12 Jean-Baptiste Kempf[MKV] Detect Dirac in MKV.
2008-12-11 Laurent AimarFixed some avi with jpeg video.
2008-12-11 Laurent AimarFixed raw video maks in avi.
2008-12-10 Rémi Denis-CourmontTurn the decompression plugin into a stream filter
2008-12-09 Laurent AimarRemoved useless stream_DemuxDelete.
2008-12-09 Laurent AimarParse meta data at ogg level.
2008-12-07 Rémi Denis-CourmontProtect against vobsub lines overflow
2008-12-06 Jean-Baptiste KempfFix avformat module compilation since AVStream gets...
2008-12-05 Ilkka Ollakkaset stream aspect-ratio to video aspect-ratio, as ffmpe...
2008-12-04 Laurent AimarFixed mp4 for audio stream that need alignment (qcelp...
2008-12-02 Rémi Denis-CourmontGrmbl!!!
2008-12-01 Rémi Denis-CourmontReally fix the real overflow
2008-12-01 Pierre YnardReplaces useless function declaration by empty definition
2008-11-30 Rémi Duraffortdrms: Some cleanups
2008-11-30 Rémi Denis-CourmontBy definition of sizeof, sizeof(char) = 1
2008-11-30 Rémi Denis-CourmontReal: fix integer overflow
2008-11-29 Iain WadeDRM Video decryption
2008-11-29 Laurent AimarCosmetics.
2008-11-29 David Flynndemux/ogg: protect against invalid oggdirac stream
2008-11-29 David Flynndemux/ogg: Update OggDirac granule_shift (should be...
2008-11-29 Laurent AimarAdded MLP support to es demuxer.
2008-11-29 Laurent AimarFix BD TrueHD and LPCM fourcc (ts).
2008-11-22 Christophe MutricyFix my previous commit
2008-11-22 Christophe MutricyFix memleak
2008-11-22 Christophe MutricyFix memleak
2008-11-22 Laurent AimarUse input_item_GetName instead of direct access to...
2008-11-22 Laurent AimarLet input_item_AddSubItem set the playlist flags.
2008-11-22 Laurent AimarRemoved unneeded macros.
2008-11-22 Laurent AimarDo not recreate the decoder when unneeded (mp4).
2008-11-20 Laurent AimarFixed double free.
2008-11-20 Laurent AimarFix rate slower/faster in rewind mode.
2008-11-20 Jean-Paul Saman(live555) RTSP fastforward works from Qt4 interface.
2008-11-18 Laurent AimarImproved ogm support + fix typo.
2008-11-18 Laurent AimarFixed possible out of bound access + infinite loop...
2008-11-18 Laurent AimarCosmetics.
2008-11-18 Laurent AimarFixed double free.
2008-11-18 Vincent Penquerc'hDo not delay processing of the first data page of the...
2008-11-17 Laurent AimarFixed ES_OUT_SET_FMT name.
2008-11-15 Vincent Penquerc'hdo not mind large time discontinuities in SPU streams...
2008-11-10 Sebastien Escudierlive555.cpp typo
2008-11-09 Rémi Denis-CourmontMove RTP to access/rtp
2008-11-07 Laurent AimarModified demux_vaControlHelper to take bitrate in an...
2008-11-07 Laurent AimarCleaned up a bit rawvideo demuxer.
2008-11-07 David Flynnrawvideo: Fix timestamps & input options
2008-11-05 Rémi Denis-CourmontFix sscanf overflow
2008-11-04 Laurent AimarFixed ES_OUT_SET_DEFAULT name (added ES_).
next