]> git.sesse.net Git - vlc/shortlog
vlc
2009-09-20 Filippo Caronejvlc: honour asynchronousness of the libvlc_media_list_...
2009-09-20 Michał TrzebiatowskiFix German nsis translation
2009-09-20 Rémi Denis... --enable-merge-ffmpeg: kludge to make avcodec and avfor...
2009-09-20 Rémi Denis... libavcodec: explicit Makefile rules
2009-09-20 Rémi Denis... Useless #includes
2009-09-20 Rémi Denis... i420_yuyv_neon: prefetch
2009-09-20 Rémi Denis... i420->YUYV NEON: rewrite using VZIP
2009-09-20 Rémi Denis... XCB-XVideo: pad picture height like VLC core
2009-09-20 Rémi Denis... XCB-XVideo: give the real height, not the visible one
2009-09-20 Rémi Denis... Cosmetic
2009-09-20 Rémi Denis... i420_yuyv_neon: small tweaks
2009-09-20 Rémi Denis... Remove unused 486 and 586 capabilities
2009-09-20 Rémi Denis... Remove never set, never used Pentium Pro capability
2009-09-20 Rémi Denis... Assume compiler-enabled CPU features are present
2009-09-20 Rémi Denis... Remove most vlc_object_set_name() calls, now redumdant
2009-09-20 Rémi Denis... Set object name from module_need()
2009-09-20 Rémi Denis... Allow setting the name of an object at any time...
2009-09-20 Rémi Denis... NEON accelerated I420/YV12 -> YUYV/UYVY chroma conversion
2009-09-20 Rémi Denis... Cleanup NEON audio converter module description
2009-09-20 Baptiste Coudurieravformat: remove NOFILE hack, fix MXF seeking
2009-09-20 Christophe... Fix huge memory leak in sout smem module
2009-09-20 Christophe... Adding audio support for smem module
2009-09-19 Christophe... Fix compilation on Linux PPC
2009-09-19 Erwan Tulouskins2: work on equalizer
2009-09-19 Christophe... Activate the german translation
2009-09-19 Erwan Tulouskins2: skins2 interface cannot be used if no playlist...
2009-09-19 Erwan Tulouskins2: use new input-item variable for callbacks on...
2009-09-19 Marian Ďurkovičlibmpeg2: Print the debug message if decoder was reset
2009-09-19 Marian Ďurkovičlibmpeg2: Don't spam the log on bitrate changes in...
2009-09-18 Erwan Tulouskins2: release all ressources created in constructor.
2009-09-18 Erwan Tulouplaylist: add a input-current variable for being comple...
2009-09-18 Erwan Tuloucore: create two variables at initialization (for var_A...
2009-09-18 Rémi DuraffortFix race condition : volume-change variable is requiere...
2009-09-18 Rémi Denis... contrib: Maemo use ffmpeg instead of faad for AAC
2009-09-18 Marian Ďurkovičlibmpeg2: reset decoder when get outpic failed - should...
2009-09-18 Pierre d'Herbemontlibvlc: Add some shortcuts in media_player.c and do...
2009-09-18 Pierre d'HerbemontDon't leak the event manager.
2009-09-18 Pierre Ynardwin32text: don't render empty strings
2009-09-17 Geoffroy CouprieFix configure: define USE_PEFLAGS for every platform
2009-09-17 Pierre Ynardwin32text: add multiline support
2009-09-17 Rémi Duraffortaout: use var_GetString(bool) when applicable.
2009-09-17 Rémi Denis... Fix syntax
2009-09-17 Rémi Denis... libmpeg2: enable ARM optimizations
2009-09-17 Rémi Denis... contrib: exclude .svn files from tarballs
2009-09-17 Rémi Denis... contrib: use git-archive for x264 source
2009-09-17 Ilkka Ollakkax264: set param.rc.i_lookahead to lower than default
2009-09-17 Pierre Ynardwin32text: simplify
2009-09-17 Geoffroy CouprieWin32: Add an option to set the DEP and ASLR flags...
2009-09-16 Rémi DuraffortTypo.
2009-09-16 Rémi Duraffortlibvlc_events: use int instead of uint64_t (using boole...
2009-09-16 Anthony Loiseaumozilla: fix stop condition of a for iteration
2009-09-16 Rémi Denis... xdg-dirs: falls back correctly if configuration is...
2009-09-16 Rémi Denis... XCB-XVideo: pad scanlines like VLC does
2009-09-16 Rémi Denis... Revert "XCB-XVideo: fix shared-memory YUY2"
2009-09-16 Pierre YnardFix parsing of float-typed variables
2009-09-16 Pierre Ynardfreetype: simplify
2009-09-16 Ilkka OllakkaNEWS: cosmetic on x264 news
2009-09-16 Pierre Ynardfreetype: fix #ifdef's
2009-09-15 Felix Paul... freetype: use a sane default font on OS X, so we don...
2009-09-15 Laurent AimarFixed i_pixel_pitch value for YUVP and packed YUV.
2009-09-15 Rémi Duraffortmozilla plugin: fix potential buffer overlow.
2009-09-15 Laurent AimarFixed potential stack overflow in mp4 demuxer.
2009-09-15 Laurent AimarFixed potential stack overflow in avi demuxer.
2009-09-15 Laurent AimarFixed potential stack overflow in asf demuxer.
2009-09-15 Rémi Duraffortjvlc: add missing events.
2009-09-15 Pierre Ynardwin32text: fix memleak
2009-09-15 Ilkka Ollakkaplaylist: use Fisher-Yater shuffle instead naive when...
2009-09-14 Mindaugas Baranauskasl10n: Lithuanian update
2009-09-14 Laurent AimarDisable play-and-pause for non interactive input.
2009-09-14 Laurent AimarCosmetics (simplify after input_Read change).
2009-09-14 Laurent AimarRemoved b_block parameter from input_Read.
2009-09-14 Laurent AimarMoved play-and-pause logic at the right place.
2009-09-14 Laurent AimarFixed EOF handling while buffering in pause state.
2009-09-14 Laurent AimarRemoved useless check on input b_eof flag while waiting...
2009-09-14 Laurent AimarFixed 4.0 rear center 3.0 test after 4 rear center...
2009-09-14 Laurent AimarUsed input_Create+input_Start in vlm.
2009-09-14 Rémi Duraffortjvlc: update libvlc_exception_t structure.
2009-09-14 Rémi Duraffortvariables: add a warning when adding a callback to...
2009-09-14 Laurent AimarFactorized Manage() common code (msw).
2009-09-14 Laurent AimarCentralized mouse auto-hiding code.
2009-09-14 Laurent AimarMade event_thread_t live as long as the vout.
2009-09-14 Laurent AimarSimplify DX_DESKTOP_CHANGE case.
2009-09-14 Laurent Aimarevent_thread_t does not need to be an object (msw).
2009-09-14 Laurent AimarUseless attach/detach in msw.
2009-09-14 Laurent AimarCosmetics (msw).
2009-09-14 Laurent AimarCentralized common init/clean code (msw).
2009-09-14 Laurent AimarSplit out non events code into common.c
2009-09-14 Laurent AimarCosmetics.
2009-09-14 Laurent AimarMoved a lock creation to CreateEventThread.
2009-09-14 Felix Paul... freetype: simply snowleopard-hack for default font
2009-09-14 Hugo Beauzee... Solved potential crash in invmem codec
2009-09-14 Rémi Denis... Disambiguate trivial tool tips (fixes: #3068)
2009-09-14 Rémi Denis... XCB-X11: fix iterating visual types at different depth
2009-09-14 Christophe... Smem sout module to memory buffer video only
2009-09-14 Sébastien Escudiervod preparsing : if muxer is specified, only wait for...
2009-09-14 Elliot MurphyAdded a new option, play-and-pause. When this option...
2009-09-14 James TurnerAC3 3F1R downmix to stereo (simple downmixer)
2009-09-14 Sébastien Escudiervod input preparsing : use input events instead of...
2009-09-14 Marian ĎurkovičINPUT: Properly remove SDT and EPG entries on exit
2009-09-14 Marian ĎurkovičEPG: Catch a replace EIT-coded CR/LFs
next