]> git.sesse.net Git - vlc/history - modules/demux
better direct3d image quality
[vlc] / modules / demux /
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_).
2008-11-04 David FlynnFix unpacking of Dirac SeqHdr
2008-11-03 Rémi Duraffortxspf: both "xmlns" and "xmlns:vlc" are acceptable....
2008-11-02 Rémi DuraffortRemove MALLOC_(VOID|ERR). (and use calloc instead of...
2008-11-01 Rolf AhrenbergRTSP authentication with DSS
2008-10-31 Rémi DuraffortTypo
2008-10-31 Rémi DuraffortCleanup and fix a potential memleak.
2008-10-31 Rémi DuraffortUse asprintf instead of malloc+sprintf.
2008-10-30 Rémi DuraffortFix potential memleak (CID 270 and 271)
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-26 Rémi Duraffortasf: fix compilation warning.
2008-10-22 Rémi Denis-CourmontCosmetic fixes
2008-10-22 Sebastien EscudierUse live555 timeout option and reduce waiting time
2008-10-19 Rémi Denis-CourmontFix avformat compile+link
2008-10-19 Rémi Denis-CourmontFix avformat compilation
2008-10-19 Rémi Denis-CourmontFix some integer overflows and a stupid memset() invocation
2008-10-19 Rémi Denis-CourmontSimply debug
2008-10-19 Rémi Denis-CourmontFix warning
2008-10-18 Rémi Denis-CourmontFix (yet another) TiVo demux overflow.
2008-10-18 Jean-Baptiste Kempf[Subtitles] Change error message to warning message...
2008-10-15 Sebastien Escudierlive555 timeout prevention thread fixes
2008-10-14 Rémi DuraffortCleaning (don't a message when the system runs out...
next