]> git.sesse.net Git - vlc/shortlog
vlc
2009-09-30 Rémi Denis... linear resampler: cosmetics (no functional changes)
2009-09-30 Laurent AimarUpdated sdl to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE...
2009-09-30 Laurent AimarUpdated xcb to use new VOUT_DISPLAY_CHANGE_DISPLAY_SIZE...
2009-09-30 Laurent AimarAdded a is_forced parameter to VOUT_DISPLAY_CHANGE_DISP...
2009-09-30 Laurent AimarProtected against NULL realloc from unbounded size...
2009-09-30 Felix Paul... update: display percentage of received update correctly
2009-09-30 Felix Paul... osx/framework: don't include the big macosx module...
2009-09-30 Felix Paul... macosx: remove some dead code
2009-09-30 Rafaël Carrélogger: disable thread cancellation in callback
2009-09-30 Rémi Denis... trivial mixer: adapt to audio filter2
2009-09-30 Rémi Denis... Headphone mixer: remove audio filter support
2009-09-30 Rémi Denis... simple mixer: remove audio filter
2009-09-30 Rémi Denis... MAD: remove audio filter support (untested)
2009-09-30 Rémi Denis... DTS: remove audio filter support (untested)
2009-09-30 Rémi Denis... A/52 decoder: get rid of audio filter legacy
2009-09-30 Rémi Denis... scaletempo: audio filter2 conversion
2009-09-30 Rémi Denis... audio filters can return NULL, handle it properly
2009-09-30 Antoine CellerierSimplify and hopefully fix compilation :)
2009-09-30 Antoine CellerierFix candidate filename leak in lua playlist.
2009-09-30 Felix Paul... mmap: default enable the module on Darwin
2009-09-30 Felix Paul... contrib: updated fontconfig to 2.7.3 and changed the...
2009-09-30 Geoffroy CouprieBuild peflags in the contribs
2009-09-30 Geoffroy CouprieAdd --enable-peflags to configure in all builds
2009-09-29 Jean-Baptiste... Formating of comment
2009-09-29 Pierre YnardRevert "i18n: remove deleted files"
2009-09-29 Rémi Denis... block_Realloc: handle OOM in case of buffer expansion
2009-09-29 Rémi Denis... block_Realloc: fix (rewrite) buffer shrinking
2009-09-29 Rémi Denis... Revert "Remove block_Realloc() shrinking behavior"
2009-09-29 Rémi Denis... block_Realloc: turn off posix_memalign() use
2009-09-29 Rémi Denis... NEON converter: unroll fi32->s16n conversion
2009-09-29 Laurent AimarFixed invalid report of broken avi index.
2009-09-29 Rémi Denis... NEON converter: port to audio filter2
2009-09-29 Rémi Denis... converter_float: audio filter2
2009-09-29 Rémi Denis... converter_fixed: audio filter2
2009-09-29 Rémi Denis... Restore fixed-point conversions modules.
2009-09-29 Rémi Denis... Remove block_Realloc() shrinking behavior
2009-09-29 Pierre Ynardi18n: remove deleted files
2009-09-28 Laurent AimarFixed wince compilation.
2009-09-28 Laurent AimarPrivatized i_window_x/y/w/h in msw.
2009-09-28 Laurent AimarPrivatized i_window_style in msw.
2009-09-28 Laurent AimarSplit out event functions in its own header (msw).
2009-09-28 Laurent AimarFixed a potential race condition between "event thread...
2009-09-28 Laurent AimarFixed b_desktop initialization (msw).
2009-09-28 Laurent AimarModified the way title is updated (msw).
2009-09-28 Laurent AimarRemoved unused pf_wndproc (msw).
2009-09-28 Laurent AimarRemoved useless b_parent_focus in msw.
2009-09-28 Laurent AimarRemoved useless b_focus variable in msw.
2009-09-28 Rémi Denis... Remove -Wcast-align, too many false positives
2009-09-28 Antoine CellerierV4L2_CAP_HW_FREQ_SEEK is new in 2.6.27, so don't use...
2009-09-28 Pierre Ynardlive555: support for subtitle tracks
2009-09-28 Jean-Baptiste... Some random NEWS.
2009-09-28 Jean-Baptiste... Cosmetics and alignment
2009-09-28 Simon HailesModified the way DDS (display definition segment -...
2009-09-28 Francois CartegnieQt: Simple prefs. Fix device browse button.
2009-09-28 Jean-Baptiste... Contrib: Theora 1.1.0 is out
2009-09-28 Jean-Baptiste... Avformat, increase buf_size to 2048 + 213 for aea support
2009-09-28 Jean-Baptiste... Support for Atrac1 codec
2009-09-27 Jean-Baptiste... Qt4: small Volume, align at first show
2009-09-27 Rémi Denis... visual: adapt to filter_t
2009-09-27 Rémi Denis... band-limited resampler: switch to audio filter2
2009-09-27 Rémi Denis... band-limited resampler: Simplifications
2009-09-27 Rémi Denis... trivial resampler: switch to audio filter2
2009-09-27 Rémi Denis... linear resampler: audio filter2
2009-09-27 Rémi Denis... ugly resampler: switch to audio filter2
2009-09-27 Rémi Denis... audio_format replaces converter_float and converter_fixed
2009-09-27 Rémi Denis... Convert audio output core to audio filter2
2009-09-27 Rémi Denis... Bump plugin ABI
2009-09-27 Rémi Denis... Remove aout_filter_t.b_discontinuity
2009-09-27 Alexis Balliershine: do not build shine.c since it is included from...
2009-09-27 Rémi Denis... aout_filter_t.(in|out)put -> aout_filter_t.fmt_(in...
2009-09-27 Rémi Denis... block_Alloc: use posix_memalign()
2009-09-27 Rémi Denis... Document that visualizations only work inside audio...
2009-09-27 Rémi Denis... Privatize aout_request_vout_t
2009-09-27 Rémi Denis... XCB: don't bother X server with drawing requests if...
2009-09-27 Rémi Denis... XCB: constify
2009-09-27 Rémi Denis... Remove legacy alloca checks
2009-09-27 Rémi Denis... Qt4: remove bogus vlc_vout.h dependencies
2009-09-27 Rémi Denis... Qt4: remove bogus vlc_aout.h dependencies
2009-09-27 Rémi Denis... Rationalize filter_t (save 8 pointers)
2009-09-27 Rémi Denis... normvol: do not handle impossible error
2009-09-27 Rémi Denis... param_eq: constify
2009-09-27 Laurent AimarMade vout_display_t::manage() optional.
2009-09-27 Laurent AimarAllowed vout display events to be issued from anywhere.
2009-09-26 Laurent AimarUpdated vou display module after vout_display_SendEvent...
2009-09-26 Laurent AimarChanged the prototype of vout_display_SendEventDisplaySize.
2009-09-26 Felix Paul... macosx: fixed broken MMS streaming
2009-09-26 Rémi Denis... Qt4: stop spamming the console
2009-09-26 Rémi Denis... XCB-XVideo: print adaptor name in the debug
2009-09-26 Rémi Denis... XCB: print server version infos in the debug
2009-09-26 Laurent AimarUpdated after direct rendering support in vout_FilterDi...
2009-09-26 Laurent AimarUsed direct rendering for chroma conversion in "vout...
2009-09-26 Laurent AimarCentralized mouse event handling.
2009-09-26 Laurent AimarFactorized and added missing vout_SendEventMouseVisible...
2009-09-26 Rémi Denis... OMAP framebuffer: remove Maemo screen blanking code
2009-09-26 Rémi Denis... OMAP framebuffer: let the window manage key presses...
2009-09-26 Rémi Denis... OMAP framebuffer: let vout window handle fullscreen...
2009-09-26 Rémi Denis... OMAPFB: config -> var
2009-09-26 Rémi Denis... OMAPFB: no need to destroy windows right before XCloseD...
2009-09-26 Rémi Denis... revision: work around JVLC tag pollution
2009-09-26 Filippo Carone[maven-release-plugin] prepare for next development...
next