]> git.sesse.net Git - vlc/history - modules
* Fixed make dist by updating POTFILES.in.
[vlc] / modules /
2006-08-23 Felix Paul Kühne* compilation fix
2006-08-22 Felix Paul Kühne* browsed through all code files starting with A to...
2006-08-22 Gildas Bazin* modules/codec/ffmpeg/mux.c: libavformat is much more...
2006-08-22 Gildas Bazin* modules/packetizer/h264.c: fixed insertion of SPS...
2006-08-22 Jean-Paul SamanDownmix stereo to mono channel and choose with --sout...
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-08-20 Jean-Paul Samancosmetic
2006-08-20 Clément StenacFix messages layout bug
2006-08-20 Jean-Paul SamanMake headphone also an audio_filter2
2006-08-20 Jean-Paul SamanFirst part of a new mono for audio filter 2. You can...
2006-08-20 Jean-Paul SamanRemove some whitespace
2006-08-20 Jean-Paul SamanRemove some whitespace
2006-08-20 Jean-Paul SamanDon't force s16l as fourcc but let that depend on the...
2006-08-20 Jean-Baptiste Kempf* First implementation of the simpleOpenFile Dialog...
2006-08-20 Olivier Teulière * skins2/src/top_window.cpp: Hide the tooltip when...
2006-08-20 Olivier Teulière * skins2/win32/win32_dragdrop.cpp: Added a missing...
2006-08-19 Felix Paul Kühne* also forward the mouse events to super if no vout...
2006-08-19 Felix Paul Kühne* fixed stupid typo (fixes the highlighting of DVD...
2006-08-19 Felix Paul Kühne* always forward the clicks to OSX's core
2006-08-19 Dennis van Amerongen* modules/codec/x264.c: cosmetics and added SSIM stats...
2006-08-19 Olivier Teulière * skins2/controls/ctrl_slider.cpp: fixed 2 little...
2006-08-19 Jean-Baptiste Kempf* First implementation of the messages dialog for qt4.
2006-08-18 Olivier Teulière * skins2/parser/interpreter.cpp: Restored action names...
2006-08-18 Olivier Teulière * skins2/src/theme.cpp: Improved the saving/loading...
2006-08-18 Felix Paul Kühne* finish the vout menu (cloeses #302)
2006-08-18 Derk-Jan Hartman* Fix a RTSP crash
2006-08-17 Gildas Bazin* modules/demux/mp4/mp4.c, src/input/decoder.c: support...
2006-08-17 Gildas Bazin* modules/stream_out/transcode.c: couple of small fixes.
2006-08-17 Clément StenacFix interaction locking
2006-08-16 Gildas Bazin* modules/gui/wxwidgets/dialogs/playlist.cpp: remove...
2006-08-16 Dennis van Amerongen* modules/access_output/shout.c: changed 'no bitrate...
2006-08-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG...
2006-08-16 Gildas Bazin* modules/demux/mkv.cpp: remove useless printf()s
2006-08-16 Gildas Bazin* modules/demux/live555.cpp: fixed segfault
2006-08-16 Olivier Teulière * skins2/controls/ctrl_image.cpp: Allow resizing to...
2006-08-15 Dennis van Amerongen* modules/access_output/shout.c: removed protocol selec...
2006-08-15 Cyril Deguet* scaled_bitmap.cpp: better fix than [16273] ...
2006-08-15 Cyril Deguet* scaled_bitmap.cpp: - fixed an infinite loop when...
2006-08-15 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/gui/wxwid...
2006-08-15 Olivier Teulière * skins2/controls/ctrl_image.cpp: Avoid a crash when...
2006-08-15 Olivier Teulière * skins2/controls/*: forward the onResize() method...
2006-08-15 Derk-Jan Hartman* Get and write the correct profile_compat_byte
2006-08-15 Derk-Jan Hartman* provide the SPS and PPS in the SDP when doing h264...
2006-08-15 Olivier Teulière * skins2/src/skin_main.cpp: Fixed a crash in the prefe...
2006-08-15 Olivier Teulière * qt4: Added a few forward declarations and includes
2006-08-14 Derk-Jan Hartman* first sps, then pps
2006-08-14 Gildas Bazin* modules/packetizer/h264.c: insert an SPS and PPS...
2006-08-14 Derk-Jan Hartman* Set the SPS and PPS properly in the extradata when...
2006-08-14 Derk-Jan Hartman* set extradata of the x264 encoder.
2006-08-14 Derk-Jan Hartman* Victory at last. The h264 packetizer is fixed. Thx...
2006-08-13 Dennis van Amerongen* shout.c: add support for protocol selection (icy...
2006-08-13 Jean-Paul SamanFix memory leak
2006-08-12 Derk-Jan Hartman* fix the getlength. It needs to be after the SETUP...
2006-08-12 Derk-Jan Hartman* refactoring of live555 module.
2006-08-10 Antoine CellerierAdd "enqueue" command. Original patch by Greg Farell
2006-08-10 Rémi Denis-CourmontPartial UPnP fix from Christian Henz, from Ralf Huvendiek.
2006-08-10 Derk-Jan Hartman* p_input->p_libvlc == p_filter->p_libvlc: remove p_inp...
2006-08-09 Jean-Paul SamanFix comments
2006-08-08 Derk-Jan Hartman* Fix an #ifdef hidden error in cddax
2006-08-07 Clément StenacFix sort by artist
2006-08-07 Felix Paul Kühne* configure.ac: enabled Obj-C exceptions in the OBJCFLA...
2006-08-06 Clément Stenac* Add random/loop buttons
2006-08-06 Olivier Teulière * skins2: Fixed resizing of the Text control
2006-08-06 Clément StenacFix deletion of items when changing them to nodes
2006-08-06 Felix Paul Kühne* fix compilation warnings by adding _defaultTableHeade...
2006-08-06 Olivier Teulière * skins2: fixed the xkeepratio/ykeepratio attributes...
2006-08-06 Jean-Paul SamanOops use VLC_ error messages
2006-08-06 Jean-Paul Samansanity checking
2006-08-06 Jean-Paul Samanenabled check for p_sys->i_channels>2 again for mp3...
2006-08-06 Jean-Paul SamanImplement afilter transcode filters and renamed vfilter...
2006-08-06 Jean-Paul Samanifdef away compiler warning
2006-08-06 Jean-Paul SamanRemove unused variable
2006-08-06 Jean-Paul SamanFix double free bug in psychedelic filter
2006-08-06 Jean-Paul SamanRemove some whitespace
2006-08-06 Jean-Paul SamanUse C-style comments
2006-08-06 Jean-Paul SamanCleanup whitespace
2006-08-06 Jean-Paul SamanRemove unused variable.
2006-08-06 Jean-Paul SamanCoding Style fixes
2006-08-06 Clément StenacQt4:
2006-08-06 Loren Merrittoops in r16209
2006-08-05 Olivier Teulière * skins2: new "xkeepratio" and "ykeepratio" attributes...
2006-08-04 Loren Merrittfix the crf option to reflect x264's API change in...
2006-08-04 Jean-Paul SamanSome cleanup of whitespace
2006-08-03 Gildas Bazin* modules/access/file.c, directory.c: bug and memory...
2006-08-03 Clément StenacFix a bunch of warnings and errors
2006-08-03 Clément StenacFix duplicate definitions of FREE
2006-08-03 Clément StenacHandle blocking errors, fix layout for login
2006-08-03 Clément Stenac* Some Qt interaction stuff
2006-08-02 Clément StenacFix crash with GVP, if it breaks it, yell and provide...
2006-08-02 Clément StenacInteraction cleanup, remove some unused functions,...
2006-08-01 Clément StenacRemove references to deprecated files
2006-08-01 Clément StenacImprove Qt interaction stuff
2006-07-31 Felix Paul Kühne* interaction.c: always show errors through the interac...
2006-07-31 Felix Paul Kühne* removed the old panel which used to show msg_err...
2006-07-31 Gildas Bazin* modules/demux/ps.c: fixed breakage
2006-07-31 Derk-Jan Hartman* Fix support for QT ref files. this close #700
2006-07-31 Filippo CaroneVideo resize function added in libvlc.
2006-07-30 Felix Paul Kühne* compilation fix
2006-07-30 Felix Paul Kühneosx/intf.m: don't show msg_err's in the OSX GUI anymore...
2006-07-30 Felix Paul Kühne* additional interaction enhancements
next