]> git.sesse.net Git - vlc/history - modules/stream_out
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / stream_out /
2009-11-25 Rafaël Carrétranscode: cosmetics
2009-11-24 Rafaël Carrétranscode: add/remove needed/unneeded headers
2009-11-24 Rafaël CarréSplit stream_out_transcode in specific files
2009-11-24 Rafaël Carrétranscode: "audio filter2 doesn't exist anymore
2009-11-19 Hugo Beauzee-LuyssenCorrecting type and value of the audio sample
2009-11-05 Rémi Denis-CourmontRename audio filter2 capability back to audio filter
2009-11-03 Rafaël Carréstream_out_bridge: Fix [7c790ca]
2009-11-02 Mathew KingAdded alang option to transcode (update)
2009-10-15 Rémi Duraffortsout_bridge: use var_(Get|Set)Address.
2009-10-15 Rémi Duraffortmosaic_bridge: add missing var_DelCallback (fix a race...
2009-10-15 Rémi Duraffortsout_es: constify.
2009-10-15 Rémi Duraffortsout_es: use var_GetString.
2009-10-12 Rémi Denis-CourmontTypo
2009-10-10 Rémi DuraffortNo need to test for NULL before a free.
2009-10-10 Rémi Duraffortsout_std: imporve logic (and save a malloc/free)
2009-10-10 Rémi Duraffortsout_std: fix potential memleaks.
2009-10-10 Rémi Duraffortsout_raop: factorize.
2009-10-10 Rémi Duraffortsmem: try not to re-create the variables too many times.
2009-10-10 Rémi Duraffortsout std: factorize.
2009-10-07 Pierre YnardWinCE: fix build of the RTP stream output
2009-10-06 Rémi Denis-CourmontRTP out: support build without libvlc_srtp
2009-10-06 Rémi Denis-CourmontGet rid of ligcrypt M4 macros
2009-10-05 Rémi Denis-Courmontnet_Accept: remove timeout parameter
2009-10-05 Rémi Denis-CourmontRTP output: accept COMEDIA connections in a separate...
2009-09-23 Rémi Denis-CourmontMake aout_buffer_t an alias for block_t
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-23 Rémi Denis-Courmontaout_buffer_t.b_disconuity -> aout_buffert.i_flags
2009-09-23 Rémi Denis-Courmontblock_t.i_samples -> block_t.i_nb_samples (as aout_buff...
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-09-22 Rémi Denis-CourmontUse <vlc_cpu.h>
2009-09-22 Christophe CourtautRemove useless data pointer in smem module
2009-09-22 Christophe CourtautMove Data Context from sys to stream id struct
2009-09-21 Jean-Baptiste KempfCosmetics and copyright
2009-09-20 Christophe CourtautFix huge memory leak in sout smem module
2009-09-20 Christophe CourtautAdding audio support for smem module
2009-09-14 Christophe CourtautSmem sout module to memory buffer video only
2009-09-07 Rémi Denis-CourmontRemove never used function
2009-09-05 Rémi Denis-CourmontTypo
2009-09-05 Rémi Denis-Courmontduplicate: cleaning up
2009-09-05 Andy cheneeduplicate: fix bug of NumInRange(), i_stop always < 0
2009-09-02 Rémi Duraffortadd_bool wants booleans.
2009-09-02 Rémi Duraffortadd_string wants a string.
2009-08-29 Erwan Tulourecord: forgotten initializations
2009-08-29 Erwan Tulourecord: implement record-file
2009-08-26 Ilkka Ollakkastd-output, add aliases for access
2009-08-25 Rémi Denis-Courmonttranscode: flag a bug
2009-08-24 Erwan Tulouswitcher: fix compil error
2009-08-20 Pierre d'Herbemonttranscode: Flag unused parameters.
2009-08-20 Pierre d'Herbemontaic_bridge: Flag an unused parameter.
2009-08-20 Pierre d'Herbemontrtp: Remove an unused variable.
2009-08-18 Rémi Denis-CourmontRemove transrate
2009-08-02 Rémi Denis-CourmontRemove BSDism
2009-07-31 Michael Hanselmannraop: Implement password authentication
2009-07-31 Michael Hanselmannraop: Implement options for password
2009-07-29 Michael Hanselmannraop: Add loop for request retry
2009-07-29 Michael Hanselmannraop: Always pass dictionaries for request and response...
2009-07-29 Michael Hanselmannraop: Always read headers from wire
2009-07-29 Michael Hanselmannraop: Return HTTP status code from ReadStatusLine
2009-07-29 Michael Hanselmannraop: Keep original response status line
2009-07-28 Ilkka Ollakkatranscode: change default videobitrate to 0
2009-07-27 Laurent AimarImproved subtitle rendering accuracy and fixed pause...
2009-07-23 Jean-Baptiste KempfUse Brackets for global headers.
2009-07-20 Rémi Denis-CourmontHandle an error
2009-07-20 Rémi Denis-CourmontRemove redumdant boolean
2009-07-20 Rémi Denis-CourmontDo not generate a SDP file if SDP is not yet defined...
2009-07-20 Rémi Denis-CourmontDecode file path in sout-rtp-sdp
2009-07-08 Rémi DuraffortFix compilation of the switcher module.
2009-06-24 Rémi Denis-CourmontRTP: fix sdp=file:// with mux
2009-06-24 Rémi Denis-CourmontRTP/PS: fix crash at exit
2009-06-18 Rémi DuraffortFix printf format string (Use PRI* or zd when applicable)
2009-06-13 Laurent AimarReduced sleep while waiting for a frame in transcode.
2009-06-10 Rémi Denis-CourmontFail properly for unknown G726 bit rates
2009-06-09 Rémi Denis-CourmontCleanup
2009-06-09 Rémi Denis-CourmontUse CLOCK_FREQ
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-27 Rémi Denis-CourmontRTP output: fix port allocation in all cases
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-18 Laurent AimarUsed picture_IsReferenced in transcode.
2009-05-18 Laurent AimarRemoved picture ring buffer for filter/decoder in trans...
2009-05-18 Laurent AimarUsed picture_* functions when applicable.
2009-05-17 Rémi Denis-CourmontAvoid ?: GCC-ism
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Laurent AimarUsed picture_New in mosaic_bridge.c
2009-05-16 Laurent AimarReplaced vout_InitPicture/Format with their equivalent.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarRemoved impossible fourcc in record.c
next