]> git.sesse.net Git - vlc/history - modules/stream_out
Qt: fix Win32 MOC breakage
[vlc] / modules / stream_out /
2013-06-11 Steinar H. GundersonSet up the encoder after the transcode filter chain
2013-06-11 Steinar H. GundersonIn video transcode, use the correct format for calculations
2013-06-11 Steinar H. GundersonMake the video transcoder support filter chains that...
2013-06-11 Steinar H. GundersonIn transcoding, move frame output into its own function
2013-06-05 Rafaël CarréUse _WIN32 rather than WIN32 (same for WIN64)
2013-04-29 Rémi Denis-Courmonttranscode: fix audio format given to filters (fixes...
2013-04-26 Christoph MiebachString removal
2013-04-26 Rémi Denis-Courmonttranscode: use aout filters instead of filter chain...
2013-04-17 Jean-Paul Samantranscode/video.c: Do not leak mutex/conditional or...
2013-04-16 Ilkka OllakkaRevert "transcode: ask for audio converter instead...
2013-04-16 Ilkka Ollakkatranscode: ask for audio converter instead of audio...
2013-04-09 Jean-Baptiste KempfChromaprint: build statically for Windows
2013-04-09 Jean-Baptiste KempfLink Chromaprint with CXXLD
2013-04-05 Francois Cartegniechromaprint: add stream out chromaprint module
2013-03-23 Edward WangCorrect widespread misuse of the word 'subtitle'
2013-03-19 Rafaël CarréRemove unmaintained switcher module
2013-03-12 Jean-Baptiste KempfPartial revert of "avcodec: remove support for old...
2013-03-12 Jean-Baptiste Kempflibav*: create a new avcommon_compat.h file for backwar...
2013-03-09 Rémi Denis-Courmontavcodec: replace gone CODEC_ID_* with AV_CODEC_ID_*
2013-03-09 Rémi Denis-Courmontavcodec: remove support for old versions
2013-03-09 Rémi Denis-Courmontavcodec: remove obsolete compatibility stuff
2013-03-08 Ilkka Ollakkatranscode: use correct size on overlays
2013-02-08 Ilkka Ollakkatranscode: use 1001 as framerate base
2013-02-08 Ilkka Ollakkatranscode: reinit filter-chain when aspect-ratio changes
2012-12-30 Ilkka Ollakkatranscode: take codec earlier on so codec aliases are...
2012-12-21 Rémi Denis-Courmontaout: remove FI32 intermediate-only codec
2012-12-20 Rémi Denis-Courmontsmem: use aout_BitsPerSample()
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-11-20 Rémi Denis-Courmontrecord: explicitly disable append and format
2012-11-16 Rémi Denis-Courmontsmem: do not clobber pixels matrix pointer (fixes ...
2012-11-01 Ilkka Ollakkatranscode: set hurry-up off by default
2012-10-24 Ilkka Ollakkatranscode: actually do the audio encode flushing
2012-10-19 Rémi Denis-Courmontaout: use distinct "audio converter" capability for...
2012-10-19 Ilkka Ollakkatranscode: send NULL packet to audio encoder when closing
2012-10-18 Rémi Denis-Courmontsout: mostly fix and clean up pace control setting
2012-10-06 Rémi Denis-Courmontautodel does not need for pace control
2012-10-06 Rémi Denis-Courmontsout: access_out and SDP do not need a sout instance
2012-09-24 Jean-Baptiste KempfRecord: escape file names
2012-09-09 Rémi Denis-CourmontRemove recursion into modules/stream_out/transcode/
2012-09-06 Rémi Denis-CourmontRemove empty *_DEPENDENCIES in makefiles
2012-09-06 Rafaël Carrérecord: remove a few relocations
2012-09-04 Rafaël Carrétranscode: try FI32 as intermediate format
2012-09-02 Rémi Denis-CourmontRemove WinCE
2012-08-19 Rémi Denis-CourmontMissing inclusion of <ctype.h>
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: pass AI_IDN explicitly where applicable
2012-08-19 Rémi Denis-Courmontvlc_getaddrinfo: remove useless parameter
2012-08-15 Rémi Denis-CourmontSeparate string list and string list callback
2012-08-14 Rémi Denis-CourmontEnsure string list always has text
2012-08-04 Rémi Denis-Courmontavcodec: factor CPU detection code
2012-08-04 Rémi Denis-CourmontCheck for 3D Now! at build time
2012-08-04 Rémi Denis-CourmontCheck for SSE4 at build time where possible
2012-08-04 Rémi Denis-CourmontCheck for SSSE3 at build time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE3 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for SSE2 at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMXEXT and SSE at build-time if possible
2012-08-04 Rémi Denis-CourmontCheck for MMX at build-time if possible
2012-08-01 Rémi Denis-Courmontcpu: do not define capabilities on platforms that do...
2012-07-31 Rafaël Carrétranscode: simplify drift calculation
2012-07-03 Rafaël Carrés/vlc_memcpy/memcpy/
2012-06-11 Jean-Baptiste KempfRecord: allow better recording of MKV streams
2012-06-01 Laurent AimarFixed potential NULL dereference when using video filte...
2012-05-29 Jean-Baptiste KempfAutodel: relicense to LGPL
2012-05-27 Rémi Denis-CourmontWin32: fix warning
2012-05-22 Rémi Denis-CourmontReplace remaining instances of aout_buffer_t with block_t
2012-05-02 Jean-Paul Samantranscode: replace PICTURE_RING_BUFFER with picture_fifo_t
2012-04-17 Rafaël Carréffmpeg options were renamed
2012-04-17 Rafaël Carrédeclare private options only if they are used
2012-04-17 Rafaël Carréswitcher: implement private options
2012-04-16 Jean-Baptiste KempfRecord: allow recording of MKV
2012-04-16 Jean-Baptiste KempfRecord: allow recording to .avi
2012-04-15 Rafaël Carrélibav*: move avformat/avcodec init to a single header...
2012-04-01 Rémi Denis-Courmonthttpd: remove ACL support
2012-04-01 Rémi Denis-CourmontRename and remove unused ACL parameter of httpd_UrlNewU...
2012-03-29 Rémi Denis-Courmontselect: remove plugin that never worked (refs #4866)
2012-03-21 Rafaël Carréswitcher: convert to lavc 54 API
2012-03-21 Rafaël Carréswitcher doesn't depend on postproc
2012-03-14 Rémi Denis-Courmontsout standard: obsolete "group"
2012-03-14 Rémi Denis-CourmontRTP: add an option to control the category
2012-02-07 Sébastien Escudiersout_std : do not crash if no destination is given
2012-02-05 Pierre Ynardrtp sout: fix comment
2012-02-05 Pierre Ynardrtp sout: fix integer overflow
2012-02-02 Ilkka Ollakkatranscode: typo
2012-02-01 Ilkka Ollakkatranscode: user ENC_FRAMERATE_BASE instead of fixed...
2012-02-01 Ilkka Ollakkatranscode: add likely/unlikely in video process
2012-01-27 Rémi Denis-Courmontlangfromtelx: config.h must be included first
2012-01-27 Martin Storsjöavcodec: Set time_base for audio encoders, too
2012-01-22 Ilkka Ollakkatranscode: run user speficied videofilters before overlays
2012-01-14 Pierre YnardVoD: fix deadlock between RTSP and VLM
2012-01-10 Laurent AimarAvoid potential integer overflow when computing AR...
2012-01-10 Laurent AimarFixed the format used for subtitles blending when trans...
2012-01-10 Laurent AimarFixed video AR given to the encoder when transcoding.
2011-12-18 Pierre Ynardrtsp: fix up duplicate --rtsp-host option declaration
2011-12-18 Pierre Ynardrtp output: print warnings when setting the RTSP server...
2011-12-18 Pierre Ynardrtsp: remove now useless handling of full --rtsp-host...
2011-12-12 Rémi Denis-Courmontrtp output: do not inherit SRTP settings when SRTP...
2011-11-29 Rémi Denis-CourmontRemove write-only timer statistics
2011-11-26 Rafaël Carréraop: handle VLC_ADD_LIBS
2011-11-26 Pierre YnardDocument size restrictions of SRTP parameters
2011-11-25 Rémi Denis-CourmontMove some gcrypt-related logic to makefiles
2011-11-16 Can Wuintroduce VLC_CLIP() macro to replace use pair of __MAX...
next