]> git.sesse.net Git - vlc/history - modules/stream_out
Visualisation: use 16:10 vout by default
[vlc] / modules / stream_out /
2010-12-02 Pierre Ynardrtp sout: theora packetizer
2010-12-01 Pierre Ynardrtp sout: fix memleak
2010-11-27 Pierre Ynardrtsp: implement session timeouts
2010-11-26 Pierre Ynardvlm: make proper use of semaphore
2010-11-25 Pierre Ynarddescription: don't use vlc_object_find()
2010-11-19 Pierre Ynardvod: don't handle pause state toggling in the RTSP...
2010-11-18 Rafaël Carrétranscode: reduce decoder aspect ratio fraction
2010-11-17 Pierre Ynardvod: use time instead of position for seek requests
2010-11-17 Pierre Ynardvod: remove pf_media_{add,del}_es
2010-11-17 Pierre Ynardrtp sout: vorbis packetizer
2010-11-16 Pierre Ynardrtp sout: make private functions static
2010-11-16 Pierre YnardMerge VoD module into RTP stream output module
2010-11-08 Rafaël Carrétranscode: fix crash on eof when using threads >=1
2010-11-08 Rémi DuraffortShould fix #4224.
2010-11-02 Pierre Ynardrtp sout: hard code dynamic payload types to 96
2010-11-01 Pierre Ynardrtp sout: simplify
2010-10-29 Pierre Ynarddescription: fix the way the input is stopped
2010-10-24 Pierre Ynardrtsp: fix socket leak
2010-10-22 Rémi Denis-Courmontadd_bool: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_integer: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_float: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_loadfile: remove callback parameter
2010-10-22 Rémi Denis-Courmontadd_password: remove callback parameter
2010-10-22 Rémi Denis-CourmontRemove legacy parameter from add_string()
2010-10-20 Rafaël Carrésmem: give an error message if pre-render function...
2010-10-14 Rémi Denis-Courmontsplit add_file into add_loadfile and add_savefile
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
next