]> git.sesse.net Git - vlc/shortlog
vlc
2011-08-16 Rémi Denis... RC: unused variable
2011-08-16 Felix Paul... vout_macosx: compilation fix for 10.6 and earlier
2011-08-16 Jean-Baptiste... Qt: use qDeleteAll on VLM dialog
2011-08-16 Jean-Baptiste... Qt: use QWidgetList when applicable
2011-08-16 Felix Paul... macosx: moved compatiblity fixes to a designated header
2011-08-16 Jean-Baptiste... Qt: use QString iso std::string
2011-08-16 Jean-Baptiste... Qt: use __MIN when applicable
2011-08-16 Jean-Baptiste... Qt: remove unnecessary header
2011-08-16 Jean-Baptiste... Qt: use const_iterator when possible
2011-08-16 Jean-Baptiste... Qt: Use append iso push_*
2011-08-16 Jean-Baptiste... Qt: use isEmpty() iso empty()
2011-08-16 Jean-Baptiste... Qt: use count() iso size() on Qt Containers
2011-08-16 Jean-Baptiste... Qt, menus: std::vector -> QVector
2011-08-16 Felix Paul... macosx: don't let the vout resize the window if we...
2011-08-16 Felix Paul... macosx: added native fullscreen support for OS X Lion
2011-08-16 Felix Paul... macosx: use an updated API to set the behavior of menu...
2011-08-15 Rémi Denis... aout: fix crash if output restart fails
2011-08-15 Rémi Denis... aout: fix crash if input restart fails
2011-08-15 Rémi Denis... Remove module_t.b_builtin
2011-08-15 Rémi Denis... Remove unused module bank parameters
2011-08-15 Rémi Denis... Clean up registration of statically linked modules
2011-08-15 Rémi Denis... Copy strings from plugin descriptor, remove (D|Und...
2011-08-15 Rémi Denis... Remove module_hold and module_release
2011-08-15 Rémi Denis... Typo
2011-08-15 Rémi Denis... vlc_module_(start|stop): constify
2011-08-15 Rémi Denis... Do not save unloadable flag for submodule
2011-08-15 Rémi Denis... Always use (get)text domain from primary module
2011-08-15 Rémi Denis... Do not store help for submodules in cache
2011-08-15 Rémi Denis... file: show directory config items in a separate section
2011-08-15 Rémi Denis... Initialize submodule explicitly
2011-08-15 Rémi Denis... Remove module_t.psz_object_name
2011-08-15 Rémi Denis... Use module_get_object() where appropriate and improve...
2011-08-15 Rémi Denis... Allow NULL module capability
2011-08-15 Felix Paul... compilation fix
2011-08-15 Felix Paul... macosx: saved various objc selector dispatches when...
2011-08-14 Felix Paul... macosx: fixed crash when opening multiple files using...
2011-08-14 Felix Paul... macosx: make sure that the left end of the black progre...
2011-08-14 Felix Paul... macosx: fixed some ui bugs, which sneaked in recently
2011-08-14 Felix Paul... macosx: re-implemented a non-embedded video window
2011-08-14 Felix Paul... macosx: simplified the way we set the window's title
2011-08-14 Felix Paul... macosx: fixed spu announcements for playback controls
2011-08-14 Pierre YnardUse registered rtsp-alt port
2011-08-13 Rémi Denis... Store the plugin file name in the cache once rather...
2011-08-13 Rémi Denis... Fix one potential NULL-deref on invalid plugin cache
2011-08-13 Alexey Sokolovcontrib: Allow wget to download URLs containing ;
2011-08-13 Rémi Denis... Bump cache version due to other changes
2011-08-13 Rémi Denis... Split (transient) module cache from (persistent) module...
2011-08-13 Rémi Denis... Remove one level of indirection in plugins cache, simplify
2011-08-13 Rémi Denis... Factor code to add an entry to the plugins cache in...
2011-08-13 Rémi Denis... Destroy module cache data after loading completes
2011-08-13 Rémi Denis... Hide module_bank
2011-08-13 Rémi Denis... Do not access the module bank directly from the cache
2011-08-13 Rémi Denis... Pass struct stat pointer when looking up a plugin in...
2011-08-13 Rémi Denis... Remove file size from plugin cache
2011-08-13 Mirsal Ennaimedbus: Add missing introspection data
2011-08-13 Mirsal Ennaimedbus: Fix the org.mpris.MediaPlayer2.Player.Seek method...
2011-08-13 Jean-Baptiste... PS: fix an error introduced in f10b7234e27
2011-08-13 Jean-Baptiste... Qt: fix the behaviour of clean button in playlist
2011-08-13 Jean-Baptiste... Qt: restart filter when options can't be applied
2011-08-12 Jean-Baptiste... Antiflicker: Change permissions
2011-08-12 Jean-Baptiste... Qt: video filter dialog update
2011-08-12 Jean-Baptiste... Vobsub: cosmetics and warnings fixes
2011-08-12 Jean-Baptiste... Qt: video effects. Remove noise
2011-08-12 Felix Paul... VLCKit: fixed compilation with Xcode4
2011-08-12 Felix Paul... compilation fix
2011-08-11 Rémi Denis... aout: do not check for PTS discontinuity in packetizer
2011-08-11 Rémi Denis... aout: fix time reporting for packet-based outputs
2011-08-11 Jean-Baptiste... Win32 installer: don't ask for uninstall when you are...
2011-08-11 Rémi Denis... PulseAudio: improve resampling formula
2011-08-11 Rémi Denis... contrib: build lua as PIC
2011-08-11 Rémi Denis... contrib: lame is not used directly
2011-08-11 Rémi Denis... PulseAudio: simplify and fix mainloop reference counting
2011-08-11 Rémi Denis... PulseAudio: missing lock
2011-08-11 Mirsal EnnaimeUse a private dbus connection in the inhibit and telepa...
2011-08-10 Felix Paul... macosx: added 'obsolute' macros for removed settings
2011-08-10 Rémi Denis... PulseAudio: don't print an error when latency returns...
2011-08-10 Rémi Denis... aout: disable recycling for the time being
2011-08-10 Rémi Denis... PulseAudio: dead code
2011-08-10 Rémi Denis... decoder: flush aout at end
2011-08-10 Rémi Denis... PulseAudio: destroy context like stream
2011-08-10 Rémi Denis... PulseAudio: clear all stream callbacks before disconnection
2011-08-10 Rémi Denis... aout: recycle output and pipeline if possible
2011-08-10 Felix Paul... macosx: fail the video output if Quartz Extreme isn...
2011-08-10 Felix Paul... macosx: implemented the 'autoscale' feature and fixed...
2011-08-10 Felix Paul... vout_macosx: factorize objc selectors
2011-08-10 Rémi Denis... aout: introduce aout_Destroy()
2011-08-10 Rémi Denis... aout_PacketNext: fix inverted logic
2011-08-10 Rémi Denis... aout: allocate input from input.c, simplify
2011-08-10 Rémi Denis... aout: move replay gain handling to dec and mixer
2011-08-10 Rémi Denis... Remove aout-rate
2011-08-10 Felix Paul... macosx: redesigned info panel to HUD
2011-08-09 Felix Paul... macosx: fixed fspanel
2011-08-09 Felix Paul... macosx: retain window level across a fullscreen session
2011-08-09 Rémi Denis... aout: create object variables when the object is created
2011-08-09 Rémi Denis... aout: remove redumdant variable creation for replay...
2011-08-09 Rémi Denis... libsamplerate resampling filter
2011-08-09 Rémi Denis... aout: delete input callbacks when input is deleted
2011-08-09 Rémi Denis... aout: use atomic variable for replay gain
2011-08-09 Rémi Denis... Add helpers to store floats into vlc_atomic_t
2011-08-09 Rémi Denis... aout: clean up replay gain callback
next