]> git.sesse.net Git - vlc/shortlog
vlc
2008-08-28 Rémi Denis... If the thread does nothing, we might as well exit
2008-08-28 Rémi Denis... psz_intf_switch was read-only: remove dead code
2008-08-28 Rémi Denis... signals: use the VLC thread API
2008-08-28 Laurent AimarAdded a INPUT_CONTROL_RESTART_ES and use it in video_ou...
2008-08-28 Laurent AimarFixed a potential division by 0 in mp4 demuxer.
2008-08-28 Laurent AimarFixed segfault with I410 (it is 10 bits per pel).
2008-08-28 Laurent AimarClean up ogm parsing and fixed a potential memory overw...
2008-08-28 Laurent AimarEnable input recording for access_demux too.
2008-08-28 Laurent AimarFixed audio visual activation introduced by [eff24974c6...
2008-08-28 Jean-Paul SamanRevert part of c3baee8d05bc02734964fd8fcb3c66b8b88d8821...
2008-08-27 Laurent AimarFixed RGB ffmpeg color selection.
2008-08-27 Laurent AimarRequest RGBA when you want that (and not RV32).
2008-08-27 Christophe... Fix make dist
2008-08-27 Christophe... Some more rules to make debug pkg for win32
2008-08-27 Pierre d'Herbemontupdate: vlc_savecancel now returns the cancel handle.
2008-08-27 Rémi Denis... SAP: no need to keep two dates per announce
2008-08-27 Rémi Denis... SAP out: do not access b_die directly
2008-08-27 Rémi Denis... SAP out: no need for net_Write here
2008-08-27 Rémi Denis... Win32: allocate cancellation data on the stack (cannot...
2008-08-27 Rémi Denis... (Potentially) allow pthread without pthread native...
2008-08-27 Rémi Denis... UDP access_out: get rid of block_FifoWake and blocking...
2008-08-27 Rémi Denis... RTP sout: get rid of block_FifoWake and don't get stuck...
2008-08-27 Rémi Denis... block: cancellation safety
2008-08-27 Rémi Denis... Cleanup helper for unlocking
2008-08-27 Rémi Denis... Support for cancellation cleanup functions
2008-08-27 Rémi Denis... Revert "Disable cancellation everywhere (except in...
2008-08-27 Rémi Denis... Plugins: push cancellation down
2008-08-27 Rémi Denis... libvlccore: push threads cancellation down vlc_thread_c...
2008-08-27 Rémi Denis... vlc_object_kill: cancel the thread
2008-08-27 Rémi Denis... Disable cancellation everywhere (except in msg_Dbg...
2008-08-27 Rémi Denis... Object functions: cancellation safety
2008-08-27 Rémi Denis... msg_(va)Generic: cancellation safety
2008-08-27 Rémi Denis... vlc_join is a cancellation point
2008-08-27 Rémi Denis... Win32: mwait and msleep are cancellation points
2008-08-27 Rémi Denis... Win32: vlc_cond_(timed)wait are cancellation points
2008-08-27 Rémi Denis... Win32: support cancellation through Asynchronus Procedu...
2008-08-27 Rémi Denis... Support for cancelling self and use normal thread variable
2008-08-27 Rémi Denis... Move stuff around
2008-08-27 Rémi Denis... More natural prototype for vlc_savecancel
2008-08-27 Rémi Denis... Stub cancellation support
2008-08-27 Rémi Denis... vlc_testcancel: explicit cancellation point
2008-08-27 Rémi Denis... libvlccore: vlc_thread_cancel() tangled object API
2008-08-27 Rémi Denis... vlc_cancel: POSIX thread cancellation
2008-08-27 Rémi Denis... vlc_savecancel, vlc_restorecancel: POSIX cancellation...
2008-08-27 Rémi Denis... Fix f4ad7994761cd2463ad15254aa5569a444484c7c
2008-08-27 Christophe... i18n: Fixes in Qt4 tooltips.
2008-08-27 Pierre d'Herbemontmacosx: Revert to the old texture window look.
2008-08-27 Rémi Denis... Win32: do not assume the thread is joined before it...
2008-08-27 Laurent AimarPartially work around a picture link in libmpeg2.
2008-08-27 Rémi Denis... Libvlccore ABI has broken (DEMUX_CAN_PAUSE+ modified)
2008-08-27 Rémi Denis... This is a development version...
2008-08-27 Laurent AimarFixed a buffer overread with broken oggs and check...
2008-08-27 Laurent AimarJump to first title on menu error (workaround #1809)
2008-08-27 Laurent AimarFixed rear center support (and close #1816).
2008-08-27 Jean-Paul SamanRemove duplicate stdio.h (is included in vlc_common.h).
2008-08-27 Jean-Paul SamanAdd video output that dumps raw YUV frames in a file...
2008-08-27 Jean-Paul SamanAdd documentation.
2008-08-27 Jean-Paul Samanfix compiler warnings in modules/video_output/fb.c
2008-08-27 Jean-Paul SamanAdd video_format_{Copy,Init,Clean} inline functions...
2008-08-27 Jean-Paul Samandocument vlc_fourcc_to_char() function.
2008-08-27 Jean-Paul SamanFix comment.
2008-08-27 Jean-Paul SamanHandle return value and fix memleaks.
2008-08-27 Jean-Paul SamanAdd scene filter which provides the same functionality...
2008-08-27 Jean-Paul Samanignore these files/dirs
2008-08-27 Laurent AimarRemoved stupid AR hack in libmpeg2.
2008-08-27 Laurent AimarFixed AR setting for dvdsimple, support AR for dvdnav.
2008-08-27 Laurent AimarCosmetic.
2008-08-27 Laurent AimarFixed segfault with invalid vout input aspect ratio.
2008-08-27 Laurent AimarCosmetics (Fixed mix up between 0 and NULL).
2008-08-27 Laurent AimarCorrectly set the index keyframe flag in avi muxer.
2008-08-27 Laurent AimarSet picture flags (I/P/B) in mpeg4 packetizer.
2008-08-27 Laurent AimarFixed a potential crash due to a mix up between pitch...
2008-08-27 Laurent AimarCosmetic (record.c)
2008-08-27 Laurent AimarAdded BLOCK_FLAG_TYPE_MASK define (helper).
2008-08-27 Laurent AimarFixed a potential crash in aout_FiltersPlay.
2008-08-27 Laurent AimarImproved eof detection on a few broken avi files.
2008-08-27 Pavlov KonstantinRemove build-vlc, lxdialog and menuconfig: they are...
2008-08-27 Antoine CellerierAlso use the input name in the recording file name...
2008-08-27 Antoine CellerierAlways enforce the "don't show if unavailable" option...
2008-08-26 Christophe... Fix make dist
2008-08-26 Laurent AimarRemoved tabs and unwanted spaces in record.c
2008-08-26 Laurent AimarRemove access filter record from build system.
2008-08-26 Laurent AimarImproved record behaviour when sout is disabled.
2008-08-26 Laurent AimarCompilation fix when using --disable-sout.
2008-08-26 Antoine CellerierAdd information about variables having choices to the...
2008-08-26 Laurent AimarFixed typo making swscaler useless for outputing RGBA.
2008-08-26 Laurent AimarFixed segfault when the subpicture scaler failed.
2008-08-26 Laurent AimarRemoved now obsolete access filter record.
2008-08-26 Laurent AimarAdded recording on the fly through sout.
2008-08-26 Laurent AimarAdded new stream_out record module.
2008-08-26 Laurent AimarAdded small block_ChainProperties helper.
2008-08-26 Laurent AimarDo not access to internal p_input sout in input_DecoderNew.
2008-08-26 Laurent AimarAdded missing const to sout_NewInstance.
2008-08-26 Laurent AimarAdded nsv stream record mode support.
2008-08-26 Laurent AimarFixed record stream in case of stream_Read(NULL) and...
2008-08-26 Laurent AimarAdded record support at the stream_t level in core.
2008-08-26 Christophe... remove unused patch
2008-08-26 Christophe... i18n: Fix in Qt4/Help
2008-08-26 Rémi Denis... CVE number is known
2008-08-26 Antoine CellerierPreliminary changes to fix postprocessing. Decoder...
next