]> git.sesse.net Git - vlc/shortlog
vlc
2010-01-24 Rémi Denis... libvlc_playlist_play: remove unused exception
2010-01-24 Rémi Denis... Do not export unimplemented functions
2010-01-24 Rémi Denis... libvlc_event_detach: remove exception
2010-01-24 Rémi Denis... libvlc media (list) player: remove a bunch of never...
2010-01-23 Rémi Denis... Sort configuration items for faster lookup
2010-01-23 Rémi Denis... Remove useless module_bank_t.b_plugins
2010-01-23 Laurent AimarFixed a few memleaks in AVI demuxer.
2010-01-23 Laurent AimarSupport subtitle description when comming from attachme...
2010-01-23 Laurent AimarAdded sub-description to override a subtitle track...
2010-01-23 Rémi Denis... config_(Get|Put)(Int|Float): use global configuration...
2010-01-23 Rémi Denis... Remove the old module config lock
2010-01-23 Rémi Denis... Use a global R/W lock for configuration
2010-01-23 Rémi Duraffortlibvlcpp: add some function to MediaPlayer class.
2010-01-23 Christophe... Distribute mmx.h
2010-01-23 Rafaël Carréopencv: fix typo
2010-01-23 Rémi Duraffortlibvlcpp: getSomething => something
2010-01-23 Rémi Duraffortlibvlc: fix doxygen documentation.
2010-01-23 Rémi Denis... Do not translate ""
2010-01-23 Rémi Denis... Do not reload the command line
2010-01-23 Rémi Denis... --full-help: do not alter the configuration, only variables
2010-01-23 Rémi Denis... Do not reload the module bank if the language is overriden
2010-01-23 Rémi Denis... video plugins: use var_Inherit
2010-01-23 Rémi Denis... misc: use var_Inherit
2010-01-23 Rémi Denis... Qt4: use var_Inherit
2010-01-23 Laurent AimarFixed typo in avformat access.
2010-01-23 Laurent AimarFixed error code value in vmem.
2010-01-23 Rémi Denis... Fix use of --data-path
2010-01-23 Rémi Denis... filter_t: use struct of non-anymous unions, seems more...
2010-01-23 Rémi Denis... VLC: exit if the requested interface could not be started
2010-01-23 Luca Barbatolibvlc os-specific path discovery
2010-01-23 Rémi Denis... Some objects have no name. Fix segmentation fault.
2010-01-23 Pierre Ynardrtp sout: support IPv6 in SDP for RTSP
2010-01-23 Jean-Baptiste... Real demux: Do not store the SIPR flavor in profile.
2010-01-23 Rafaël Carrélibvlc: Get ES descriptions for media
2010-01-23 Rafaël Carrémpga decoder: modify input ES format with layer
2010-01-23 Rafaël Carréh264 packetizer: fill profile/level
2010-01-23 Rafaël Carrées_format_t: add i_level
2010-01-23 Rafaël CarréInit es_format_t->i_profile to -1 (not filled)
2010-01-23 Rafaël Carréaudio_format_t.i_flavor -> es_format_t.i_profile
2010-01-23 Vincent Penquerc'hRemove the conversion from premultiplied alpha, ...
2010-01-23 Ramiro Polladummy vout: check for sys->pool before deleting it.
2010-01-23 Kaarlo Raihaadd option to disable dvd subtitle transparency to...
2010-01-23 Rémi Duraffortphonon: 0 => NULL.
2010-01-23 Rémi DuraffortNew C++ binding for libvlc.
2010-01-23 Rémi Denis... Still build the vcdx plugin
2010-01-23 Rémi Denis... ncurses: always use vcd
2010-01-23 Rémi Denis... HAVE_CDDAX is never defined (anymore)
2010-01-23 Rémi Denis... ncurses: typo
2010-01-23 Rémi Denis... Use a doubly-linked list for object tree
2010-01-23 Rémi Denis... Remove dead code
2010-01-23 Rémi Denis... test_block requires threads lib too
2010-01-23 Rémi Denis... Remove vlc_list_find
2010-01-23 Rémi Denis... FindObjectName: split parent and child search modes
2010-01-23 Rémi Denis... vlc_object_find_name: simplify FIND_ANYWHERE
2010-01-23 Rémi Denis... Split FindObject into FindParent and FindChild
2010-01-23 Daniel MierswaSimplify vcdx configure.ac logic.
2010-01-23 Rémi Denis... Revert "file: rewind before read"
2010-01-23 Rémi Denis... file: fix warning
2010-01-23 Pierre Ynardrtp sout: factor out some SDP code
2010-01-22 Jean-Baptiste... Real: small fix
2010-01-22 Jean-Baptiste... Real demux: visual alignment
2010-01-22 Jean-Baptiste... Real demux: correctly set the subpacket size when SIPR...
2010-01-22 Jean-Baptiste... Real Demuxer: use the VLC_CODEC macros
2010-01-22 Jean-Baptiste... Real demux: fix a comment
2010-01-22 Pierre Ynardrtp sout: use the URL helper everywhere
2010-01-22 Pierre Ynardrtp sout: fix RTSP track numbering in SDP
2010-01-22 Pierre Ynardrtp sout: fix duplicate slashes in RTSP URLs
2010-01-22 Rémi Duraffortaccess_sftp: fix compilation.
2010-01-21 Pierre Ynardi18n: remove deleted files
2010-01-21 Laurent AimarFixed compilation.
2010-01-21 Laurent AimarFixed transcode audio filters insertion (close #3199).
2010-01-21 Laurent AimarMade stream_t size and position unsigned.
2010-01-21 Laurent AimarUsed uint64_t for access_t::info.i_size/i_pos and acces...
2010-01-21 Laurent AimarDo not store -1 in access_t::info.i_size in http access.
2010-01-21 Laurent AimarRemoved remaining access_filter.
2010-01-21 Laurent AimarAssert that seek position is > 0.
2010-01-21 Jean-Baptiste... Update Copyright for simple channel_mixer
2010-01-21 Jean-Baptiste... Removal of realaudio
2010-01-21 Jean-Baptiste... Win32: strip vlc.exe too
2010-01-21 Pierre Ynardrtp sout: fix comment about TTL
2010-01-21 Pierre Ynardrtp sout: config_GetInt -> var_InheritInteger
2010-01-21 Rémi Denis... 0 -> NULL
2010-01-21 Rémi Denis... VLC needs pthread
2010-01-21 Rémi Denis... vlc needs libvlccore for FromLocale()
2010-01-21 Rémi Duraffortsftp: fix a potential memleak.
2010-01-21 Rémi Duraffortlibvlc: add some missing 'extern "C"'
2010-01-21 Jean-Baptiste... Mention BeOS intf removal in NEWS
2010-01-21 Rémi Denis... BeOS interface: remove
2010-01-21 Pierre Ynardcontrib: fix link flags for live555 on WinCE
2010-01-21 Rafaël Carréavformat mux: only write trailer if header was written
2010-01-20 Jean-Baptiste... Contrib: remove DxVA2 patch unneeded.
2010-01-20 Jean-Baptiste... Contrib: force x264 to disable broken options
2010-01-20 Rémi Denis... Save the fact that an item has a callback, not the...
2010-01-20 Rémi Denis... dead code
2010-01-20 Pierre Ynardvod: remove useless strdup()'s
2010-01-20 Pierre Ynardvod: config_GetPsz -> var_InheritString
2010-01-20 Pierre Ynardlive555: remove broken obsolete work-around
2010-01-20 Rémi Denis... Win32: fix sockets leak
2010-01-20 Rafaël Carréfb vout: use var_Inherit
2010-01-20 JP Dingeractivex plugin: Replace duplicated get_object methods...
next