]> git.sesse.net Git - vlc/history - modules/stream_out
nuv demux: NULL dereferencing (CID 37)
[vlc] / modules / stream_out /
2008-10-05 Rémi Denis-CourmontFix crash on RTSP error with TS muxing (CID#179)
2008-10-05 Rémi Denis-Courmontifdef out dead "future" code (CID#148)
2008-09-28 Laurent AimarGive input_DecoderNew the clock used.
2008-09-27 Sebastien EscudierRTP: fix TTL
2008-09-24 Laurent AimarFixed SSA subtitles pause.
2008-09-22 Antoine CellerierRemove change_unsafe() no-op.
2008-09-21 Laurent AimarRemoved spu_Create/DestroySubpicture in favor of subpic...
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-21 Antoine CellerierSort options.
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Rémi Denis-CourmontRTP out: use a bitmap for dynamic payload book keeping
2008-09-20 Rémi Denis-CourmontRTP: need one more bit for TTL -1 (default) value
2008-09-19 Sebastien Escudierfix rtp default ttl value
2008-09-17 Laurent AimarFixed spu_RenderSubpictures prototype.
2008-09-13 Laurent AimarRender subtitles (without osd) before taking a snapshot...
2008-09-06 Rémi Denis-Courmontvlc_cond_init: really remove useless parameter
2008-09-04 Antoine CellerierRemove useless argument to pf_video_blend
2008-09-04 Rafaël CarréFix g726 packetizing : forgot to compute the padding...
2008-09-04 Rafaël Carrértp: g726 packetization
2008-09-04 Antoine CellerierFix placeholder mode. UDP streaming now works.
2008-09-04 Antoine CellerierAdd --sout-bridge-in-placeholder-switch-on-iframe
2008-09-04 Antoine CellerierPrint an error when trying to add more than one ES...
2008-09-03 Antoine CellerierAdd placeholder feature to bridge module ("No Signal...
2008-09-03 Antoine CellerierMake it possible to have more than one bridge in a...
2008-09-03 Laurent AimarFixed config.h include order.
2008-09-03 Antoine CellerierProperly malloc(), memcpy() and free() the quantizer...
2008-09-02 Christophe Mutricyi18n: tell gettext to not be silly
2008-09-02 Antoine CellerierEncoders are allowed to change the input format. Hence...
2008-09-02 Ilkka OllakkaRevert "transcode: try to fix audio resampling (fix...
2008-08-30 Ilkka OllakkaSet i_aspect after vfilter in transcode
2008-08-29 Rémi Denis-CourmontMake access_out independent of sout instance
2008-08-29 Rémi Denis-CourmontDisable instance pace control from stream rather than...
2008-08-27 Rémi Denis-CourmontRTP sout: get rid of block_FifoWake and don't get stuck...
2008-08-27 Rémi Denis-CourmontPlugins: push cancellation down
2008-08-27 Laurent AimarCosmetic (record.c)
2008-08-26 Laurent AimarRemoved tabs and unwanted spaces in record.c
2008-08-26 Laurent AimarAdded new stream_out record module.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-25 Antoine CellerierAdd description for transrate options.
2008-08-25 Antoine CellerierCompile the transrate module (untested ... but now...
2008-08-25 Laurent AimarAdded drop shortcut for dummy stream_out module.
2008-08-25 Antoine CellerierFix "Crash when removing filters after a video encoder...
2008-08-23 Antoine CellerierFix forced audio filter2 usage in transcode (when using...
2008-08-23 Antoine CellerierAdd debug message and quit if channel or rate conversio...
2008-08-17 Rémi DuraffortCheck malloc return value.
2008-08-16 Rémi Denis-Courmonttranscode: try to fix audio resampling (fix #1862)
2008-08-13 Jean-Baptiste KempfFix windows compilation
2008-08-13 Rémi DuraffortFix memleak.
2008-08-13 Rémi DuraffortFix potential memleak and check malloc return value.
2008-08-13 Rémi DuraffortAvoid to leak to many things on es stream output (and...
2008-08-12 Rémi DuraffortFix memleak.
2008-08-11 Rémi DuraffortUse the right declaration for threaded functions.
2008-08-09 Rémi Denis-CourmontCleanup _WIN32_WINNT usage
2008-08-09 Derk-Jan HartmanMerge branch '0.9.0-libass' of git://git.videolan.org/vlc
2008-08-05 Laurent AimarDo not segfault on non video stream (close #1821)
2008-08-05 Laurent AimarClean up a bit duplicate module.
2008-08-05 Laurent AimarPrevent wrong es selection on invalid syntax (part...
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-31 Derk-Jan HartmanMerge branch 'df-for-upstream' of git://repo.or.cz...
2008-07-31 Rémi DuraffortFix memleaks in stream output.
2008-07-31 Rémi DuraffortStream out: fix memleak.
2008-07-10 Laurent AimarFixed segfault when using sfilter in transocde (close...
2008-07-09 Rémi Denis-CourmontRevert remnants of ddac67aaf2bde4179f695bb26033488e8e7c35cc
2008-07-06 Rémi Denis-CourmontProtocol names are localized.
2008-07-06 Felix Paul Kühnel10n string fixes
2008-07-05 Rémi Denis-CourmontBunch of warnings
2008-07-05 Rémi Denis-CourmontFix warnings
2008-07-05 Rémi Denis-Courmontmodules: use vlc_object_alive()
2008-07-03 Rémi DuraffortFix memleaks (corner case).
2008-07-03 Rémi Denis-CourmontRTP/MPA: the standard frequency is 90kHz (MPEG PCR...
2008-06-30 Antoine CellerierHere too.
2008-06-28 Antoine CellerierFix a few bugs in mosaic bridge.
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-23 Rémi DuraffortMalloc return value.
2008-06-23 Eric PetitFixes a leftover in [eb691987575a7fd877da56d5c8c1219795...
2008-06-23 Eric PetitSet i_visible_width/height, some video filters need...
2008-06-23 Eric PetitFixes the input format for the video user filter chain
2008-06-22 Rémi DuraffortRemove unneeded msg_Error about memory failure.
2008-06-22 Antoine CellerierFinish fixing audio rate changes.
2008-06-22 Antoine CellerierRevert "Special case for fourcc samr and sawb in transc...
2008-06-22 Antoine CellerierRemove dead code.
2008-06-22 Antoine CellerierRemove duplicate function.
2008-06-22 Antoine CellerierHandle image size changes in the video filter chain...
2008-06-18 Antoine CellerierFix uninitialized pointer use.
2008-06-16 Rémi Denis-CourmontRTP sout: memory leak
2008-06-16 Rémi Denis-CourmontRTP sout: append RTCP BYE to the Sender Report
2008-06-15 Rémi Denis-CourmontRTP sout: fix buffer size for SRTP
2008-06-15 Rémi Denis-CourmontAdd build dependency
2008-06-15 Rémi Denis-CourmontRTP sout: rudimentary SRTP support
2008-06-15 Antoine CellerierUse filter chain in mosaic bridge too.
2008-06-11 Rémi Denis-CourmontRemove useless stream parameter
2008-06-11 Rémi Denis-CourmontRTP sout: use block_Alloc
2008-06-11 Rémi Denis-CourmontAnother ptime fix
2008-06-11 Rémi Denis-CourmontOf course, L16 has two bytes per sample...
2008-06-11 Rémi Denis-CourmontRTP sout: rework sample-based audio codecs to not excee...
2008-06-04 Antoine CellerierThis should fix audio transcoding. (unfortunately I...
2008-06-04 Antoine CellerierFix segfault in transcode (audio).
2008-06-04 Antoine CellerierUse filter chain in transcode (audio filter2 and video...
2008-06-02 Antoine CellerierSimplify scale and chroma conversion code a lot. Remove...
2008-06-02 Antoine CellerierAdapt transcode to use the new croppadd video filter...
next