]> git.sesse.net Git - vlc/history - modules
Use decoder_GetDisplayDate.
[vlc] / modules /
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
2007-10-02 Rafaël Carréalsa: resume output when waking up, fix #1286. some...
2007-10-02 Rémi Denis-Courmont - Heavily simplify the MPJPEG mux (closes #1188);...
2007-10-02 Rémi Denis-CourmontExport Content-Type out of HTTP access using Control.
2007-10-02 Rémi Denis-CourmontDon't reinvent free()
2007-10-02 Rafaël Carrésap discovery: fix [22368] by using (int) casting on...
2007-10-02 Rafaël Carrédemux: fix a memory leak in flac & mpga when attachment...
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-10-01 Rafaël Carrésap discovery: (size_t) casting
2007-10-01 Rafaël Carréncurses: adds some (size_t) casting
2007-10-01 Laurent AimarOops, fix subtitle decoding.
2007-10-01 Rafaël Carréncurses: fix KeyToUTF8() breakage introduced in [22313]
2007-10-01 Jean-Paul SamanReset PCR when gap has been detected.
2007-10-01 Rémi Denis-CourmontRemove the HTTP interface thread, and save 20 wakeups...
2007-10-01 Rémi Denis-Courmont - Do not release the input while we did not yield...
2007-10-01 Rémi Denis-CourmontPlaylist is always true here
2007-10-01 Rémi Denis-CourmontFind the playlist once *before* starting.
2007-10-01 Rémi Denis-CourmontMake a bunch of HTTP macro functions static
2007-10-01 Rafaël Carrémacosx interface: fix regression introduced in [21230...
2007-10-01 Jean-Baptiste KempfQt4 - New volume icons. Still to be worked out.
2007-10-01 Jean-Baptiste KempfQt4 - Prefs: Change audio icon and modify the codec...
2007-10-01 Rafaël CarréThat shouldn't have been part of the previous commit
2007-10-01 Rafaël Carréconfigure.ac: typo, fix #1204
2007-09-30 Rafaël Carréimage vout: assigning -1 to an unsigned int is not...
2007-09-30 Rafaël Carréncurses: display random/repeat/loop status
2007-09-30 Laurent AimarHacks for On2 AVI files (close #1318)
2007-09-30 Rémi Denis-CourmontRemove FREE() macro, since free() does the same internally
2007-09-30 Laurent AimarAdded const wheen needed for stream_Peek (demuxer/access)
2007-09-30 Rémi Denis-CourmontTypo
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-30 Pierre d'Herbemontmodules/gui/minimal_macosx: Fix shortname and add short...
2007-09-30 Pierre d'Herbemontmodules/video_output/opengl.c: Allow opengl provider...
2007-09-29 Laurent AimarFixed regression in EITConvertToUTF8.
2007-09-29 Jean-Baptiste KempfQt4 - add a record icon, might be unused.
2007-09-29 Jean-Baptiste KempfQt4 - New icons for extended preferences.
2007-09-29 Rafaël Carréncurses: don't use *Locale() conversion functions when...
2007-09-29 Jean-Paul SamanCheck malloc return value)
2007-09-29 Rafaël Carrételepathy: 10 calls to the "item-change" callback may...
2007-09-29 Rémi Denis-CourmontSpecify SSRC in SETUP response
2007-09-28 Rafaël Carrédon't compare signed with unsigned
2007-09-28 Laurent AimarUpdate build system for cdg demuxer/codec.
2007-09-28 Laurent AimarAdded CD+G file support:
2007-09-28 Rafaël Carrételepathy: fixes [22301]. '-' is forbidden in variable...
2007-09-28 Rafaël Carrételepathy: avoid flooding the bus when playing some...
2007-09-28 Rafaël Carrételepathy: same than [22299]
2007-09-28 Rafaël Carrédbus: Removes dbus_threads_init_default() since it...
2007-09-28 Rafaël Carréscreensaver: Removes unused variable
2007-09-28 Christophe MutricyDon't show unsaveable options in the preferences
2007-09-27 Rémi Denis-CourmontCosmetics
2007-09-27 Rémi Denis-CourmontFix segmentation fault
2007-09-27 Rémi Denis-CourmontAlso try to send twice without splice().
2007-09-27 Rémi Denis-CourmontCheck sending error (fixes #134; closes #514)
2007-09-27 Rémi Denis-CourmontDetect EOF for datagram connection
2007-09-26 Rémi Denis-CourmontHard-code precomputed Diffie-Hellman-Merkel group param...
2007-09-26 Jean-Paul SamanInit decoder fmt_out structure, so it can be used in...
2007-09-24 Rémi Denis-CourmontRemove never used RTP timestamp_start
2007-09-24 Rémi Denis-CourmontBasic support for RTP-Info
2007-09-24 Rémi Denis-CourmontComplain if the protocol is not RTSP
2007-09-24 Rémi Denis-CourmontWe only support RTSP one point ZERO. Do not claim other...
2007-09-24 Rémi Denis-CourmontFactor out RTSP control URL writing so it can be re...
2007-09-24 Jean-Baptiste KempfQt4 - Remove a funny debug message.
2007-09-23 Rémi Denis-CourmontOnly reference the input when we have at least one...
2007-09-23 Jean-Baptiste KempfQt4 MainInterface: Smaller Size on Linux.
2007-09-23 Jean-Baptiste KempfAdd HDYC fourCC for some HD Raw Videos.
2007-09-23 Jean-Baptiste KempfAdd Y41B and Y42B FourCC. Solves rare raw video detection.
2007-09-23 Jean-Baptiste KempfAdd AVUI fourCC, fix the problem with http://samples...
2007-09-23 Rémi Denis-CourmontDisable HTTP art handler by default, due to security...
2007-09-23 Rémi Denis-CourmontDo not leak the art handler from HTTP interface - fixes...
2007-09-22 Rémi Denis-CourmontSupport for loading Diffie-Hellman-Merkel key exchange...
2007-09-22 Rémi Denis-CourmontPush something to RPN when vlc_config_get fails - fixes...
2007-09-22 Rémi Denis-CourmontCompile fix
2007-09-22 Rémi Denis-CourmontAdd mode parameter to utf8_mkdir, and stop creating...
2007-09-22 Rémi Denis-CourmontFix double-free
2007-09-22 Rémi Denis-CourmontWrite computed Diffie-Hellman-Merkel parameters to...
2007-09-22 Rémi Denis-CourmontRemove stupid broken error message in XSPF parser ...
2007-09-22 Rémi Denis-CourmontSpeex RTP payload format output - refs #1291
2007-09-22 Rémi Denis-CourmontUse a different FOURCC for Speex from RTP (refs #1291),
2007-09-22 Rémi Denis-CourmontSupport for decoding Speex from RTP - refs #1291
2007-09-22 Rémi Denis-CourmontUse up-to-date typedef from GnuTLS
2007-09-22 Rémi Denis-CourmontCreate the user certificate directories automagically
2007-09-22 Rémi Denis-CourmontFix overflow
2007-09-22 Rémi Denis-CourmontHTTP control interface does not depend on TLS directly...
2007-09-22 Rémi Denis-CourmontFix TLS session cleanup
2007-09-22 Rémi Denis-CourmontCleanup server name parameter handling
2007-09-22 Rémi Denis-CourmontRework/simplify the TLS plugin interface (LibVLC <...
2007-09-21 Ilkka Ollakkasmall change in album art change.
2007-09-21 Rémi Denis-CourmontComment out the dccp-service-code stuff since we do...
2007-09-21 Rémi Denis-CourmontAdd --sout-rtp-rtcp-mux option for RTP/RTCP multiplexing
2007-09-21 Bernie PurcellFix for problem found by Sebastien Fievet where subtitl...
2007-09-20 Jean-Paul SamanAdjust height of subpicture region.
2007-09-20 Jean-Paul SamanFix return values for spu_Create() and spu_Init().
2007-09-20 Rémi Denis-CourmontAnother Win32 problem
2007-09-20 Rémi Denis-CourmontFix typo
2007-09-20 Rémi Denis-CourmontDMO/loader patch from Alex Antropoff.
2007-09-20 Pierre d'Herbemontmacosx/intf.m: Fix Mac OS X interface.
2007-09-20 Jean-Paul SamanDisable --vbi-text by default.
2007-09-19 Jean-Paul SamanDecoder teletext subtitles as text (ASCII, UTF-8 or...
2007-09-19 Rémi Denis-CourmontRTCP: support for RTP/RTCP multiplexed on the same...
2007-09-19 Rémi Denis-CourmontRemove unused variables
2007-09-19 Rémi Denis-CourmontPartial support for RTP over connection-oriented media
next