]> git.sesse.net Git - vlc/history - src
* first update of our ffmpeg for MacTel patch. Doesn't fully compile yet..
[vlc] / src /
2007-12-04 Rafaël Carrélibvlc_video_take_snapshot(): specify snapshot's height...
2007-12-04 Jean-Paul SamanRemove obsolete comment.
2007-12-04 Rafaël Carrévout_Snapshot(): hability to specify width & height...
2007-12-03 Pierre d'Herbemontcontrol/core.c: Use C99's __func__ unstead of gcc's...
2007-12-03 Jean-Paul SamanRedine menu hotkeys because they collided with other...
2007-12-02 Pierre d'Herbemontcontrol/media_list_view.c: Properly forward item added...
2007-12-02 Pierre d'Herbemontcontrol/core.c: Print an error on not handled libvlc...
2007-12-02 Pierre d'Herbemontcontrol/event.c: Print the event string description...
2007-12-01 Rafaël Carrévlc_b64_decode_binary_to_buffer(): i_dst is the size...
2007-12-01 Rafaël Carréoops
2007-11-29 Rémi Denis-CourmontTypo
2007-11-29 Jean-Paul SamanFix devision by zero in spu_RenderSubpictures.
2007-11-28 Pierre d'Herbemontsrc/libvlc-common.c: Only print a piece of Info about...
2007-11-28 Rémi Denis-CourmontSet default DVD defice
2007-11-28 Rémi Denis-CourmontFix screensaver deadlock if terminating as soon the...
2007-11-28 Rémi Denis-CourmontLets assume glibc 2.8 will work properly when it's...
2007-11-27 Rémi Denis-CourmontHorrific kludge to prevent awfully crappy glibc from...
2007-11-26 Rémi Denis-CourmontCleanup custom block allocation
2007-11-26 Rémi Denis-CourmontRemove block_t->p_sys, which is not really needed either.
2007-11-26 Rémi Denis-CourmontSave one pointer and dereference in the block core
2007-11-26 Rémi Denis-CourmontRemove the unused manager from block_t
2007-11-26 Rémi Denis-CourmontUse (s)size_t in block_t.
2007-11-26 Rafaël Carréforget a parameter in msg_Err
2007-11-26 Rafaël Carréfix compilation on Linux
2007-11-26 Rafaël Carréupdate: performs size and m5 checksum verification...
2007-11-25 Antoine CellerierHide nodes which don't match the search string and...
2007-11-24 Jean-Baptiste KempfChange the meta information fetcher TEXT
2007-11-24 Pierre d'Herbemontsrc/libvlc-common.c: Print a msg_Info on how to launch...
2007-11-23 Pierre d'Herbemontcontrol/flat_media_list_view.c: Import pre existing...
2007-11-22 Pierre d'Herbemontcontrol/media_list_view.c: Register WillAdd/WillDelete...
2007-11-22 Pierre d'Herbemontcontrol/media_list.c: Don't forget to register_event_ty...
2007-11-22 Pierre d'Herbemontcontrol/event.c: Properly implement libvlc_event_type_n...
2007-11-21 Christophe Massiot * sec/input/es_out.c: Add suport for keyword 'any...
2007-11-21 Pierre d'Herbemontcontrol/media_list_view.c: Provide media_list_view_even...
2007-11-20 Rémi Denis-CourmontVery partial cleanup
2007-11-20 Rémi Denis-CourmontUse cached ACP
2007-11-20 Pierre d'Herbemontcontrol/hierarchical_media_list_view.c: Send WillAdd...
2007-11-20 Pierre d'Herbemontcontrol/flat_media_list_view.c: Send WillAdd/Added...
2007-11-20 Pierre d'Herbemontsrc/control/media_list_view.c: Facilities to send WillA...
2007-11-20 Pierre d'Herbemontcontrol/media_list.c: Send WillAddItem and WillDeleteIt...
2007-11-20 Pierre d'Herbemontsvn propset svn:keywords "Id" hierarchical_media_list_v...
2007-11-20 Pierre d'Herbemontsrc/control: Implement hierarchical_media_list_view.
2007-11-20 Pierre d'Herbemontcontrol/media_descriptor.c: Don't forget to release...
2007-11-19 Rémi Denis-CourmontForce ISO-8859-8 for Hebrew users
2007-11-19 Rémi Denis-CourmontComment on the EOF case - this does not change the...
2007-11-19 Pierre d'Herbemontsrc/control: Implement flat_media_list_view construction.
2007-11-19 Pierre d'Herbemontsrc/control: Implement libvlc_media_list_view_children_...
2007-11-18 Christophe MutricyOops remove debug
2007-11-18 Christophe MutricyDon't leak memory
2007-11-18 Dennis van Amerongen* src/input/clock.c: Feed synchro with new ref. point...
2007-11-17 Christophe Mutricywhen retrying set the demux to "" for real. refs #1228
2007-11-17 Pierre d'Herbemonttestapi.c: Superficial media list tests. For some reaso...
2007-11-17 Pierre d'Herbemontcontrol/libvlc_internal.h: Remove definition duplication.
2007-11-17 Pierre d'Herbemontcontrol: Remove libvlc_event_fini exception handling...
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: code playlist_get_list using
2007-11-16 Olivier Aubertcore/mediacontrol_core.c: do not prepend the dummy...
2007-11-15 Rémi Denis-CourmontRevert [23063]
2007-11-15 Jean-Paul SamanRemove excess whitespace.
2007-11-15 Jean-Paul SamanImplement clickable osdmenu. The clickable positioning...
2007-11-14 Jean-Paul SamanFix double vlc_object_attach().
2007-11-14 Jean-Paul SamanDetach osdmenu object before destroying.
2007-11-14 Jean-Paul SamanCleanup osd_ParserLoad()/osdParserUnload().
2007-11-14 Jean-Paul SamanReturn pointer to osdmenu object and use that iso NULL...
2007-11-14 Jean-Paul SamanCleanup indentation.
2007-11-14 Jean-Paul SamanFurther factoring out osdmenu parser functionality...
2007-11-14 Jean-Paul SamanFix merge conflicts for src/osd/osd.c
2007-11-14 Rafaël Carrémake vlc_object_timedwait() return immediately if the...
2007-11-13 Yoann Peronneau* XSPF nested playlist
2007-11-12 Rafaël Carréservices_discovery_SetLocalizedName() is now mandatory...
2007-11-11 Antoine CellerierUse the services_discovery_GetServicesNames() function...
2007-11-11 Antoine CellerierAdd argument to module_GetModulesNamesForCapability...
2007-11-11 Antoine CellerierFix module_GetModulesNamesForCapability() and make...
2007-11-10 Felix Paul Kühne* a few more
2007-11-10 Felix Paul Kühne* English grammar fixes and beautifications for the...
2007-11-09 Christophe MutricyBool options need a special format
2007-11-08 Christophe Mutricytypo
2007-11-08 Jean-Baptiste KempfCorrect a typo in [22984], s/meta-fetch/fetch-meta :D
2007-11-07 Pierre d'Herbemontplaylist: Add an option to disable meta-fetch. (Need...
2007-11-07 Antoine CellerierReturn the p_sys pointer in the httpd_{Handler,File...
2007-11-04 Antoine CellerierWhen calling config_GetType on a CONFIG_ITEM_KEY, retur...
2007-11-04 Antoine CellerierAdd a psz_intf member to intf_thread_t. This holds...
2007-11-03 Pierre d'Herbemontcontrol/core.c: Fix a warning about lock being an usuns...
2007-11-03 Pierre d'Herbemontcontrol/libvlc_internal.h: Fix libvlc_media_list_view_r...
2007-11-03 Pierre d'Herbemontcontrol/flat_media_list_view.c: Remove some dead code...
2007-11-01 Rémi Denis-Courmontvlm: Use RT rather than monotonic clock - fixes #1288
2007-10-31 Rafaël CarréYes, sigwait() can fail, so don't ignore its return...
2007-10-30 Rafaël CarréDisable album art by default. fix #1280
2007-10-29 Christophe MutricyMove qt4/dialogs/about.hpp to include/vlc_about.h so...
2007-10-29 Jean-Baptiste KempfForgotten file in [22883]. Sorry.
2007-10-26 Jean-Paul SamanFix potential memleaks in src/input/vlm.c
2007-10-26 Jean-Paul SamanFix potential memleaks in src/video_output/vout_subpict...
2007-10-26 Jean-Paul SamanFix potential memleak.
2007-10-26 Jean-Paul SamanFix potential segfault
2007-10-26 Jean-Paul SamanCheck malloc return value.
2007-10-26 Jean-Paul SamanAdd snapshot command to rc interface and make snapshot...
2007-10-26 Jean-Baptiste KempfDon't show h: in h:mm:ss when h is 0 in secstotimestr.
2007-10-25 Pierre d'Herbemontcontrol/audio.c: Implement get_audio_track_count. ...
2007-10-25 Pierre d'Herbemontmisc/darwin_specific.c: Comply to coding guideline...
2007-10-25 Pierre d'Herbemontcontrol/darwin_specific.c: Fix Mac OS X Framework code...
2007-10-25 Pierre d'Herbemontcontrol/media_descriptor.c: Send a libvlc_MediaDescript...
next