]> git.sesse.net Git - vlc/shortlog
vlc
2013-04-18 Felix Paul... Update NEWS and LIST for AVFoundation video capture...
2013-04-18 Michael FeursteinNew AVFoundation video capture module for Mac OS X
2013-04-18 Rafaël CarréFix decoding for aac streams with ADTS config set to...
2013-04-17 Rémi Denis... input/stream: add STREAM_GET_SIGNAL (fixes #8414)
2013-04-17 Rémi Denis... input: use STREAM_GET_META instead of ACCESS_GET_META...
2013-04-17 Rémi Denis... stream: add STREAM_GET_META
2013-04-17 Rémi Denis... input: remove INPUT_FSTAT_NB_READS
2013-04-17 Rémi Denis... input: remove write-only INPUT_UPDATE_SIZE
2013-04-17 Rémi Denis... input: remove unused INPUT_UPDATE_NONE
2013-04-17 Rémi Denis... stream: add explicit controls for titles and seekpoints
2013-04-17 Rémi Denis... stream: add the new controls to demux and memory streams
2013-04-17 Rémi Denis... vdr: force MPEG-TS demuxer
2013-04-17 Rémi Denis... vdr: do not turn off caching (refs #8446)
2013-04-17 Rémi Denis... mtp: do not turn off caching (refs #8446)
2013-04-17 Rémi Denis... mtp: redundant close-on-exec code
2013-04-17 Rémi Denis... input: factor INPUT_CONTROL_SET_SEEKPOINT code
2013-04-17 Rémi Denis... input: factor INPUT_CONTROL_SET_TITLE code
2013-04-17 David Fuhrmannauhal: volumeSet and muteSet is not supported for digit...
2013-04-17 Edward Wangmacosx: merge minor grammar and orthography fixes
2013-04-17 Jean-Paul Samantranscode/video.c: Do not leak mutex/conditional or...
2013-04-17 Jean-Paul Samansrc/stream_output/stream_output.c: destroy mutex on...
2013-04-16 Rafaël CarréRevert "mingw: link with static libgcc / libstdc++"
2013-04-16 Felix Paul... macosx: add trademark claim to about panel
2013-04-16 Felix Paul... macosx: mooaaarr eye-candy for the about dialog
2013-04-16 Felix Paul... InfoPlist.strings: fix NSHumanReadableCopyright statement
2013-04-16 Felix Paul... macosx/about: add missing l10n
2013-04-16 Felix Paul... macosx: modernize the about dialog to match the Qt...
2013-04-16 Rémi Denis... mp4: correct language code value interpretation
2013-04-16 Rémi Denis... decomp: implement pause/resume
2013-04-16 Rémi Denis... decomp: fix leak on error and clean up a little
2013-04-16 Rémi Denis... input: deprecate p_access (refs #8414)
2013-04-16 Rémi Denis... input: use STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis... http filters: pause not implemented, pace control not...
2013-04-16 Rémi Denis... decomp: pause is unimplemented (although possible)...
2013-04-16 Rémi Denis... stream: add STREAM_CAN_PAUSE and STREAM_CAN_CONTROL_PACE
2013-04-16 Rémi Denis... input: use STREAM_SET_PAUSE_STATE (refs #8414)
2013-04-16 Rémi Denis... stream: add STREAM_SET_PAUSE_STATE control
2013-04-16 Rémi Denis... input: small simplification
2013-04-16 Rémi Denis... file: do not turn off caching on BSD (fixes #8446)
2013-04-16 Francois CartegnieQt: Open: Don't allow next step if item is missing.
2013-04-16 Francois CartegnieQt: Open: always update mrl on tab switch.
2013-04-16 Francois CartegnieQt: AboutDialog: reset dialog on show.
2013-04-16 Jean-Baptiste... About dialog: remove the verticalSpacer...
2013-04-16 Jean-Baptiste... About: make the label look like links
2013-04-16 Jean-Baptiste... Revert "Qt: AboutDialog: frameless buttons must expand"
2013-04-16 Francois CartegnieQt: AboutDialog: fix font height
2013-04-16 Francois CartegnieQt: AboutDialog: fix pointer on switchable label
2013-04-16 Francois CartegnieQt: AboutDialog: Change licence font
2013-04-16 Francois CartegnieQt: AboutDialog: frameless buttons must expand
2013-04-16 Francois CartegnieQt: AboutDialog: widget must still process its own...
2013-04-16 Rafaël CarréRevert "Win32: Do not ship libgcc*dll"
2013-04-16 Rafaël CarréRevert "msi: add missing runtime dependencies"
2013-04-16 Jean-Baptiste... AVI: free p_sys resources on Close (WTF?)
2013-04-16 Ilkka OllakkaRevert "transcode: ask for audio converter instead...
2013-04-16 Jean-Baptiste... Win32: Do not ship libgcc*dll
2013-04-16 Jean-Baptiste... vlc_commom Use ULL over LLU
2013-04-16 Ludovic Fauvetmsi: add missing runtime dependencies
2013-04-16 Ilkka Ollakkatranscode: ask for audio converter instead of audio...
2013-04-16 Jean-Baptiste... About: show advanced info on click
2013-04-16 Jean-Baptiste... Qt: Subtitles menu
2013-04-16 Jean-Baptiste... A bit more modern version of the About dialog
2013-04-15 Christoph MiebachProviding vlc.pot snapshot
2013-04-15 Ilkka Ollakkalibmpgatofixed32: return ENOMEM instead -1 and VLC_SUCC...
2013-04-15 Ilkka Ollakkalivehttp: don't sanitize segment URI
2013-04-15 Ilkka Ollakkaavcodec: make clearer that i_quality is setted only...
2013-04-15 Ilkka Ollakkaavcodec: use rd instead simple as defaul mb_decision...
2013-04-15 Felix Paul... src/darwin: fix crash while accessing http content...
2013-04-15 Mario SpeißLua demuxers: show the original URL in playlist
2013-04-15 Zoran Turalijahotkeys: Change subtitle position only if it exists...
2013-04-15 Zoran Turalijahotkeys: Delay subtitle track only if it exists and...
2013-04-15 Christoph MiebachSentence style capitalization
2013-04-14 Jean-Baptiste... Simple downmixer: allow Xiph 6.1 -> 2.0
2013-04-14 Jean-Baptiste... Simple downmixer: allow Xiph 6.1 -> 5.1
2013-04-14 Jean-Baptiste... Simple: fix comments and reorder functions
2013-04-14 Jean-Baptiste... Simple: fix memleak on quit
2013-04-14 Jean-Baptiste... Simple: fix typo
2013-04-14 David Fuhrmannmacosx: add option to hide effects button in control bar
2013-04-14 Rémi Denis... input: query access object before creating stream objec...
2013-04-14 Rémi Denis... http: simplify previous commit
2013-04-14 Rémi Denis... http: robustify vlc_UrlParse() (fixes #8432)
2013-04-14 Francois CartegnieRevert "Qt: add events extender"
2013-04-14 Felix Paul... macosx: move Subtitle and Teletext items to a newly...
2013-04-14 Francois CartegnieUpdate NEWS
2013-04-14 Felix Paul... auhal: remove write-only code
2013-04-14 Felix Paul... auhal: fix compilation and simplify overly complicated...
2013-04-14 Felix Paul... avcodec/vda: fixed compilation and warnings
2013-04-14 Felix Paul... src/darwin: reformat code to fit the character limit...
2013-04-14 Felix Paul... src: implement proxy URL support for Darwin
2013-04-14 Rémi Denis... aout: remove ->device_enum (fixes #8248)
2013-04-14 Rémi Denis... mmdevice: adapt to hotplug event
2013-04-14 Rémi Denis... PulseAudio: adapt to hotplug event
2013-04-14 Rémi Denis... OSS: adapt to hotplug event
2013-04-14 Rémi Denis... ALSA: adapt to hotplug event
2013-04-14 Rémi Denis... aout: add proper event for device hotplug (refs #8248)
2013-04-13 Jean-Baptiste... Darwin: move specific files to a darwin/ folder
2013-04-13 Jean-Baptiste... Android: always return an empty proxy
2013-04-13 Pascal ThometSubsync: added an easier way to sync subtitles
2013-04-13 Rémi Denis... Revert "Add SNR and signal level for access_demux"
2013-04-13 Rémi Denis... aout: remove packet helper
2013-04-13 Tristan Matthewsjack: don't use legacy packet API
next