]> git.sesse.net Git - vlc/history - modules/stream_out
Incref/decref input_item to avoid eventual segfaults
[vlc] / modules / stream_out /
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...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Jean-Paul SamanRemoved check for p_sys->b_osd because it is not necessary.
2008-05-30 Rafaël CarréFix double free - CID 131
2008-05-30 Pierre d'Herbemontvlc_network.h: Define AI_NUMERICSERV if not defined.
2008-05-29 Pierre d'Herbemontstandard: Special case for AI_NUMERICSERV (if not defined).
2008-05-28 Rémi Denis-CourmontFix Winsock
2008-05-28 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-05-28 Rémi Denis-Courmontvlc_getaddrinfo -> getaddrinfo, and set sane hints
2008-05-27 Rémi Denis-CourmontA lot of missing const in options lists
2008-05-26 Rafaël CarréInclude assert.h where assert() is used
2008-05-24 Pierre d'Herbemonttranscode: If no module is explicitely selected, print...
2008-05-24 Pierre d'Herbemonttranscode: When failing also print the fourcc we were...
2008-05-24 Pierre d'Herbemonttranscode: Put more details in error messages.
2008-05-23 Pierre d'Herbemonttranscode: One more occurence of pf_encode_video()...
2008-05-23 Pierre d'Herbemonttranscode: Measure the time taken to encode one audio...
next