]> git.sesse.net Git - vlc/history - modules/stream_out
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / stream_out /
2010-09-22 Ilkka Ollakkatranscode: destroy spu on transcode_spu_close
2010-09-04 Kaarlo RaihaAssociate .flac to raw muxer
2010-07-28 Rémi Durafforts/informations/information/
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-07-24 Hugo Beauzée-Luyssensmem: Allow usage of RGBA
2010-07-21 Blake LivingstonSetting b_subtitle on subpictures during transcode...
2010-07-19 Ilkka Ollakkastd: cosmetic
2010-07-19 Ilkka Ollakkasout: add ogv as known extensions on muxing selector
2010-07-17 Rémi Denis-Courmontsout std: use raw mux for .mp3 extension (fix #3910)
2010-07-11 Ilkka Ollakkatranscode: use var_Get(Int|Bool|String)
2010-07-08 Sébastien Escudierrtp : safety check.
2010-06-25 Rémi Denis-CourmontSpell preferred
2010-06-14 Pierre Ynardvod: fix memleak
2010-06-14 Pierre Ynardrtp: fix h264 profile-level-id generation
2010-06-14 Ilkka Ollakkatranscode: default audio bitrate to 96k
2010-06-13 An L. Berrtp: fix h264 sprop-parameter-sets generation
2010-06-12 Rémi Duraffortmodules: use the new add_shortcut capability (add multi...
2010-06-02 Pierre Ynardvod_rtsp: C99 for loop iterator declarations
2010-05-29 Rémi Denis-CourmontFix Server: HTTP and RTSP header syntax
2010-05-26 Ilkka Ollakkastandard: add webm-shortcut to mux
2010-05-26 Pierre Ynardrtp sout: move ES port number initialization
2010-05-26 Pierre Ynardrtp sout: don't add a=rtcp: in SDP if RTP port is not...
2010-05-25 Ilkka Ollakkatranscode: use same pts with and without threads on...
2010-05-25 Ilkka Ollakkatranscode: use bool instead of int to inform if we...
2010-05-25 Pierre Ynardrtp sout: fix reporting of sequence number when using...
2010-05-20 Ilkka Ollakkatranscode: add clue to check earlier log-messages when...
2010-05-18 Laurent AimarMoved "sub-filter" from spu_t to vout_thread_t.
2010-05-15 Ilkka Ollakkatranscode: refactor littlebit video-encoding
2010-05-05 Rémi Denis-Courmontnet_Listen: pass socket type parameter
2010-05-04 Laurent AimarRemoved now useless vlc_osd.h includes.
2010-05-02 Sébastien Escudiersmem : support non raw video format. In this case we...
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-04-29 Ilkka Ollakkatranscoding video, sends NULL when ending. Should fix...
2010-04-28 Rémi Denis-CourmontRemove useless freeaddrinfo wrapper
2010-04-19 Rémi Duraffort"strlen( psz ) == 0" => "*psz == '\0'"
2010-04-14 Erwan Tulouhelp: fix comma wrongly stated when colon is actually...
2010-04-07 Jean-Baptiste KempfSmem: update a comment.
2010-03-30 Rémi Denis-Courmontsmem: mark options private or volatile as needed
2010-03-13 Rémi Denis-CourmontRTP output: fix SRTP error path
2010-03-13 Rémi Denis-CourmontRTP output: E/S needs not be a VLC object
2010-03-13 Rémi Denis-CourmontRTP output: avoid vlc_thread_create()
2010-03-06 Rémi Denis-CourmontThread-safe random numbers for session IDs
2010-03-03 Rémi Denis-CourmontUse MiB rather than MB for arbitrary memory limits
2010-02-22 Laurent AimarFixed audio transcoding when using filters.
2010-02-20 Rémi Denis-CourmontRTP out: use make_path for SDP file
2010-02-17 Rémi Denis-CourmontMissing initializer
2010-02-17 Rémi Denis-CourmontRTP out: fix race condition in SDP generation from...
2010-02-07 Rémi Denis-CourmontCompile fix
2010-02-07 Rémi Denis-CourmontUse vlc_dup
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontRTP out: use clz
2010-01-28 Pierre Ynardrtp sout: fix DCCP socket leak
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2010-01-28 Pierre Ynardrtp sout: fix another race condition in RTSP
2010-01-27 Pierre Ynardrtp sout: fix race condition in RTSP
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-27 Pierre Ynardrtp sout: fix socket leak
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-23 Pierre Ynardrtp sout: support IPv6 in SDP for RTSP
2010-01-23 Pierre Ynardrtp sout: factor out some SDP code
2010-01-22 Pierre Ynardrtp sout: use the URL helper everywhere
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
2010-01-22 Pierre Ynardrtp sout: fix duplicate slashes in RTSP URLs
2010-01-21 Laurent AimarFixed transcode audio filters insertion (close #3199).
2010-01-21 Pierre Ynardrtp sout: fix comment about TTL
2010-01-21 Pierre Ynardrtp sout: config_GetInt -> var_InheritInteger
2010-01-17 Rafaël Carrésout: allow duplicate outputs to be merged
2010-01-15 Jean-Baptiste KempfBetter Shortname for smem
2010-01-11 Rémi Denis-CourmontRemove useless <fcntl.h> inclusions
2010-01-11 Rémi Denis-CourmontRemove useless <sys/stat.h> includes
2010-01-11 Rémi Denis-CourmontRemove useless <errno.h> inclusions
2009-12-29 Pierre Ynardrtp sout: adjust scope of variable
2009-12-26 Ilkka Ollakkatranscode: change default scaling factor to 0 -> no...
2009-12-26 Ilkka Ollakkatranscode/video: fit sar-calculation
2009-12-20 Pierre Ynardrtp sout: safer numbering of RTSP tracks
2009-12-19 Pierre Ynardrtp sout: implement rtptime parameter
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed a sar for picture_New/Setup.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-12 Pierre Ynardrtp sout: ensure seq value in rtsp is accurate
2009-12-11 Pierre Ynardrtp sout: add missing caching option
2009-12-07 Pierre YnardRevert "rtp sout: implement rtptime parameter"
2009-12-07 Rémi Denis-CourmontRTP out: hint the IP stack we won't be receiving anythi...
2009-12-07 Rafaël Carrésout_rtp: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrébridge: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_display: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carréautodel: use VLC_TS_INVALID (refs #3135)
2009-12-07 Rafaël Carrésout_switcher: remove useless initialization
2009-12-07 Rafaël Carrétranscode osd: use VLC_TS_INVALID (refs #3135)
2009-12-06 Pierre Ynardrtp sout: implement rtptime parameter
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-12-05 Rémi Duraffortsmem: no need to create the variables as config_ChainPa...
2009-12-04 Rémi Duraffortsmem: use config_ChainParse for configuration.
2009-12-01 Rémi Denis-CourmontRevert accidental chunk
2009-12-01 Rémi Denis-CourmontQt4: implement SAP in the streaming wizard
2009-11-30 Rémi Denis-CourmontRTP out: convert s16l to s16b on the fly
2009-11-29 Rémi Denis-Courmontsmem should only start when explicitly requested
next