]> git.sesse.net Git - vlc/shortlog
vlc
2008-08-31 Rémi Denis... Simplifications
2008-08-31 Rémi Denis... Remove UTF-32 hacks from stream.
2008-08-31 Ilkka OllakkaTake care of different input/canvas aspect-ratio
2008-08-31 Ilkka OllakkaUse even padding in canvas
2008-08-31 Antoine CellerierFix croppadd out of bounds write (we were padding ...
2008-08-31 Rémi Denis... Typo
2008-08-31 Rémi Denis... Unexport vlc_object_dump
2008-08-31 Rémi Denis... Check for leaked objects while we still can
2008-08-31 Christophe... Fix i18n in update.c
2008-08-31 Pierre d'Herbemontplaylist: Initialize private members. (oops)
2008-08-31 Rémi Denis... Build a separate non-installable VLC for easier debugging
2008-08-31 Rémi Denis... Move kept sout instance to playlist private data
2008-08-31 Rémi Denis... memset outside of lock
2008-08-31 Pierre d'Herbemontplaylist: Fetcher and parser are playlist private.
2008-08-30 Pierre d'Herbemontmacosx: Don't allow playlist or media list draging.
2008-08-30 Pierre d'Herbemontmacosx: the deprecated vlc_object_get takes 2 args...
2008-08-30 Rémi Denis... Win32: fix vlc_control_cancel from main() task
2008-08-30 Rémi Denis... Use stat rather than fopen+fclose to check if file...
2008-08-30 Rémi Denis... Memory leak
2008-08-30 Rémi Denis... Pointer cast warning
2008-08-30 Rémi Denis... Unused parameter
2008-08-30 Rémi Denis... p_module_bank: move out of vlc_global
2008-08-30 Rémi Denis... Do not log through modules (they are not tied to any...
2008-08-30 Rémi Denis... module_Call: specify object for logging
2008-08-30 Rémi Denis... Init the structure lock just once
2008-08-30 Rémi Denis... Resync object leak check
2008-08-30 Rémi Denis... One objects tree per instance rather than per process
2008-08-30 Rémi Denis... vlc_object_get: take instance as a parameter
2008-08-30 Rémi Denis... vlc_custom_create: no need to invoke the global root...
2008-08-30 Ilkka OllakkaSet i_aspect after vfilter in transcode
2008-08-30 Rémi Denis... Unused variable
2008-08-30 Rémi Denis... Initialize messages stacks inside the message bank
2008-08-30 Rémi Denis... Remove vlc_threadobj (did not work properly anymore)
2008-08-30 Rémi Denis... Remove the broken reference checker
2008-08-30 Rémi Denis... Use cookie reference, not (uninitialized) value
2008-08-29 Rémi DuraffortFix crop/aspect ration and deinterlace menus in Qt...
2008-08-29 Rémi Duraffortupnp_intel: fix compilation.
2008-08-29 Rémi Denis... Remove leftover code
2008-08-29 Rémi Denis... sout_AccessOutNew: allow any VLC object type, not just...
2008-08-29 Rémi Denis... Make access_out independent of sout instance
2008-08-29 Rémi Denis... Implement ACCESS_OUT_CONTROLS_PACE as needed
2008-08-29 Rémi Denis... Disable instance pace control from stream rather than...
2008-08-29 Rémi Denis... Add ACCESS_OUT_CAN_CONTROL_PACE, fix AccessOutControl...
2008-08-29 Rémi Denis... UDP out: avoid useless references to p_sout
2008-08-29 Laurent AimarImplemented sout string escaping in QT.
2008-08-29 Laurent AimarImproved config_chain parsing by using escape for ...
2008-08-29 Laurent AimarFixed segfault when doing rendering without respecting...
2008-08-29 Laurent AimarRevert "Fixed segfault with I410 (it is 10 bits per...
2008-08-29 Filippo Caronejvlc: accept cmdline args for sample client
2008-08-29 Filippo Caronejvlc: assembly goal with dependencies for samples added
2008-08-29 Filippo Caronejvlc: test with multiple jvlc instances added
2008-08-29 Filippo Caronejvlc: multiple videos on a canvas sample added
2008-08-28 Christophe... Fix compilation
2008-08-28 Laurent AimarFixed swscaler minimal size for YUY2 sse2.
2008-08-28 Rémi Denis... vlc_thread_join: cannot join current thread
2008-08-28 Rémi Denis... vlc_join: check for deadlock
2008-08-28 Rémi Denis... vlc_object_lock_and_wait: broken by design, remove
2008-08-28 Rémi Denis... Deprecate vlc_object_get
2008-08-28 Rémi Denis... Remove unneeded vlc_signal_object_maybe hack
2008-08-28 Rémi Denis... Run SD threads (if any) with cancellation
2008-08-28 Rémi Denis... SAP: use thread cancellation, get rid of the waitpipe...
2008-08-28 Rémi Denis... SD: pull down cancellation safety on those SD with...
2008-08-28 Laurent AimarFixed snapshot aspect ratio.
2008-08-28 Pavlov KonstantinSmall updates in russian translation.
2008-08-28 Pavlov KonstantinSpelling: typo.
2008-08-28 Pavlov KonstantinSpelling typo.
2008-08-28 Pavlov KonstantinAdd braces where needed.
2008-08-28 Pavlov KonstantinFix typo.
2008-08-28 Pavlov KonstantinSpelling: mili -> milli.
2008-08-28 Pavlov KonstantinSmall update in ru.po.
2008-08-28 Rémi Denis... UPnP Intel: remove useless and harmful SD thread
2008-08-28 Rémi Denis... Drop prehistoric avahi versions support
2008-08-28 Laurent AimarFixed(woraround) another bug of swscaler when ask to...
2008-08-28 Rémi Denis... Bonjour: use the avahi thread backend
2008-08-28 Rémi Denis... UPnP CyberLink: do not spawn a useless poll thread...
2008-08-28 Rémi Denis... snapshost: avoid vlc_object_get (this is still a really...
2008-08-28 Rémi Denis... Remove unneeded include
2008-08-28 Antoine CellerierHere too. (yeah, we now have video filters in modules...
2008-08-28 Antoine CellerierCheck for input/output size match here too. I hope...
2008-08-28 Antoine CellerierIf you don't know how to scale ... don't pretend that...
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...
next