]> git.sesse.net Git - vlc/history - modules
Correct typo (fixes #9292)
[vlc] / modules /
2013-08-29 Rémi DuraffortFix VLC_CLIP usage (and potential divisions by zero)
2013-08-29 Rémi DuraffortFix memory leak (cid #1048910)
2013-08-29 Rémi DuraffortFix sizeof mismatch (cid #1064682)
2013-08-28 Jean-Baptiste KempfFreetype: move GetStyleFromStack to helper
2013-08-28 Jean-Baptiste KempfFreetype: use a text_style_t in p_sys
2013-08-28 Jean-Baptiste KempfFreetype: harmonize between platforms
2013-08-28 Jean-Baptiste KempfFreetype: use psz_fontname
2013-08-28 Jean-Baptiste KempfFreetype: use int instead of uint8 for alpha
2013-08-28 Jean-Baptiste KempfFreetype: move arguments type to match text_style_t
2013-08-28 Jean-Baptiste KempfFreetype: rename variables to match text_style_t names
2013-08-28 Jean-Baptiste KempfFreetype: fix Win32 compilation
2013-08-28 Ludovic FauvetQt: replace a remnant of Qt3
2013-08-28 Jean-Baptiste KempfFreetype: split some functions in text_renderer.c
2013-08-28 Jean-Baptiste KempfQt: do not delete speedControl yourself
2013-08-28 Jean-Baptiste KempfQt: toAscii has been deprecated
2013-08-28 Jean-Baptiste KempfQt5: Fix ADD_ICON, again
2013-08-28 Ludovic Fauvetfreetype: fallback to the system font if no font is...
2013-08-27 Rémi Denis-Courmontqt: discard bookmark byte offset
2013-08-27 Rémi Denis-Courmontdtv: undo accidental code removal (fixes #9274 probably)
2013-08-27 Rafaël CarréHLS: implement pause
2013-08-27 David Fuhrmannauhal: HACK to fix infinite restart when trying to...
2013-08-26 Rémi Denis-Courmontaccess: remove info.i_(update|title|seekpoint)
2013-08-26 Rémi Denis-Courmontmpeg: implement title/seekpoint controls (refs #8455)
2013-08-26 Rémi Denis-Courmontvcdx: switch to ACCESS_GET_(TITLE|SEEKPOINT)
2013-08-26 Rémi Denis-Courmontvcd: switch to ACCESS_GET_(TITLE|SEEKPOINT)
2013-08-26 Rémi Denis-Courmontvdr: switch to ACCESS_GET_SEEKPOINT
2013-08-26 Rémi Denis-Courmontdirectory: fix warning
2013-08-26 Rémi Denis-Courmontinput: always pass meta data through demux (refs #8456)
2013-08-26 Rémi Denis-Courmontinput: poll signal level through demux (refs #8456)
2013-08-26 Francois CartegnieQt: standardpanel: fix potential null dereference
2013-08-26 Francois CartegnieQt: PLModel: initialize member
2013-08-26 Rémi Denis-Courmontaccess: simplify control default case, remove dummy...
2013-08-26 Ilkka Ollakkahttplive: cosmetic retab
2013-08-26 Ilkka Ollakkahttplive: downgrade most of the messages from Info...
2013-08-26 Ilkka Ollakkahttplive: don't reload playlist all the time.
2013-08-26 Ilkka Ollakkahttplive: check segment gap on last segment number...
2013-08-26 Ilkka Ollakkahttplive: cosmetic
2013-08-26 Avishay SpitzerBug fix: HLS module does not block until data is availa...
2013-08-26 Avishay SpitzerIn case of live streams, the reload thread did not...
2013-08-26 Ludovic Fauvetdirectsound: fix inverted logic (fix #9195)
2013-08-26 Francois Cartegniedemux: avi: Ignore empty idx1 indexes for testing offse...
2013-08-26 Rafaël Carréqt4: win7 taskbar buttons are 16x16 since a3db0685
2013-08-25 David Fuhrmannmacosx: do not switch mux and access in opens stream...
2013-08-25 Steinar H. Gundersonavformat mux: Propagate seekable status into avformat.
2013-08-25 Rémi Denis-Courmontinput/stream: remove STREAM_CONTROL_ACCESS and simplify
2013-08-25 Rémi Denis-Courmontaccess: clearing info.i_update is the owner's job,...
2013-08-25 Rémi Denis-Courmontfile: update size whenever it is requested
2013-08-24 Rafaël Carrémp4a packetizer: fix buffer overflow
2013-08-24 Rafaël Carrémp4a packetizer: simplify loop
2013-08-24 Rafaël Carrémp4a packetizer: cosmetics
2013-08-24 Gleb Piniginios2: clean opengl buffers only in active state
2013-08-24 Rafaël Carrémp4 mux: use CLOCK_FREQ
2013-08-24 Rafaël Carrémp4 mux: c99
2013-08-24 Rafaël Carrémp4 mux: simplify stts box creation
2013-08-24 Rafaël Carrémp4 mux: use a variable to make the code shorter
2013-08-24 Rafaël Carrémp4 mux: avoid unnecessary conversion
2013-08-24 Rafaël Carrémp4 mux: generate constant frame rate files
2013-08-24 Rafaël Carrémp4 mux: merge box_fix call into box_gather
2013-08-24 Rafaël Carrémp4 mux: simplify
2013-08-24 Rafaël Carrémp4 mux: cosmetics
2013-08-24 Rafaël Carrémp4 mux: simplify box*new
2013-08-24 Rafaël Carrémp4 mux: use block_t
2013-08-24 Rafaël Carrémp4 mux: remove fixed parameters
2013-08-24 Francois Cartegniets: handle support for ISO/IEC 14496-3 Audio stream...
2013-08-24 Francois Cartegniedemux: avi: handle zero sized lists (fix #9056, fix...
2013-08-24 Francois Cartegniedemux: avi: handle zero sized strd sections (fix #8994)
2013-08-24 Tzu-Jung Leeudp: pull and buffer received packets in udp access...
2013-08-24 David Fuhrmannmacosx: add proper bindings for text/stepper combos...
2013-08-24 David Fuhrmannmacosx: fix moaar utf8 rendering issues
2013-08-24 David Fuhrmannmacosx: fix another potential utf8 displaying issue...
2013-08-24 David Fuhrmannmacosx: fix potential string format attack
2013-08-23 Felix Paul Kühneqtsound: fix compilation failure from the future
2013-08-23 Felix Paul Kühneqtcapture: fix compilation failure from the future
2013-08-22 Francois CartegnieQt: media library disambiguation.
2013-08-22 Rémi Denis-Courmontm3u: rewrite probing (fix #9237)
2013-08-22 Felix Paul Kühnevout_osx: fix performance issue if machine includes...
2013-08-22 Naohiro KORIYAMAegl: avoid linking X
2013-08-22 Felix Paul Kühnemacosx: fix UTF8 rendering issue in question dialog
2013-08-22 Naohiro KORIYAMAqt4: fx missing translation
2013-08-21 David Fuhrmannauhal: limit scope of mutex
2013-08-21 Adrien Maglovisu: fix the scope visualization drawing.
2013-08-21 Julian Scheelomxil: Release picture in direct rendering mode.
2013-08-21 Julian Scheelomxil: Activate mpeg2 on broadcom omx.
2013-08-20 Jean-Baptiste KempfQt: use mux=flac for encoding extension
2013-08-20 Rafaël Carréflac encoders: use the long format extradata
2013-08-20 Jean-Baptiste KempfQt: correctly restore the undocked playlist state
2013-08-20 Jean-Baptiste KempfQt: fix a potential crash in audioDevice Menu
2013-08-20 Jean-Baptiste KempfMP4: do not set total tracks to 0
2013-08-19 Francois CartegnieQt: PLModel: don't rely on model's root for finding...
2013-08-19 Jean-Baptiste KempfAvformat: split the options from demux and mux in sections
2013-08-19 Jean-Baptiste KempfProvide a better name for the mono downmixer
2013-08-19 Jean-Baptiste KempfName AVIO as AVIO not FFmpeg or libavformat
2013-08-19 Jean-Baptiste KempfAvio: correctly split input and sout options
2013-08-19 Jean-Baptiste KempfRevert "avio: differentiate between avio-options and...
2013-08-19 Jean-Baptiste KempfRTSP VoD: mark the old one as legacy
2013-08-19 Jean-Baptiste KempfQt: remove not important Sout profiles
2013-08-19 Edward WangQt: do not free module config too early
2013-08-19 Jean-Baptiste KempfQt: fix mp3 extension
2013-08-19 Edward Wangavio: differentiate between avio-options and sout-avio...
2013-08-19 Edward Wangavcodec: no period after option short name
next