181 Commits (57597366b46d6b844e4baa5990e489cc080e4f94)

Author SHA1 Message Date
Thomas Guillem 3add837059 lib/video: set "video" prop to true when changing video tracks 11 years ago
Rémi Denis-Courmont 3f3e723193 lib: rationalize/uniformize video window setters 11 years ago
Thomas Guillem dd9aa43618 libvlc: remove duplicate line 11 years ago
Rémi Denis-Courmont b67f295520 libvlc: add libvlc_media_new_callbacks() for custom input media 11 years ago
Thomas Guillem f3cc5c9f0f libvlc: add libvlc_media_get_type 11 years ago
Rémi Denis-Courmont 80d88b05f2 Mark unreachable code on GCC even if NDEBUG 11 years ago
Rémi Denis-Courmont 5c16983be8 lib: remove unused GCC-ism macro 11 years ago
Rémi Denis-Courmont dbe58b27d3 libvlc: fix small race 11 years ago
Rémi Denis-Courmont 65ebc4b51a libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS 11 years ago
Rémi Denis-Courmont 4ea6b96bce libvlc: provide file name and line number 11 years ago
Rémi Denis-Courmont acb7470b52 input: remove useless parameter to input_Stop() 11 years ago
Rémi Denis-Courmont bdcdf97054 input: merge ABORT and DEAD events 11 years ago
Thomas Guillem f7da3d84c9 lib/media: fix MediaListEndReached not sent when media doesn't have sub items 11 years ago
Mark Lee a60b897e11 lib: add libvlc_audio_output_device_get() 11 years ago
Thomas Guillem 2bf94c2512 libvlc: add libvlc_media_parse_with_options 11 years ago
Thomas Guillem 1723d7e97f libvlc: add libvlc_MediaListEndReached event 11 years ago
Thomas Guillem bcb1b3bd53 libvlc: media_list: don't set media if readonly 11 years ago
Thomas Guillem 16565d4c04 libvlc: media: fix leak if it has subitems 11 years ago
Thomas Guillem 841460febe libvlc: media: lock media_list 11 years ago
Thomas Guillem 9b2f91fa25 libvlc: media: set sub_items readonly 11 years ago
Thomas Guillem 75fe4eafff libvlc: libvlc_media_subitems: lock and always return a medialist 11 years ago
Thomas Guillem 9b2c414cc6 libvlc: don't use functions with leading underscore 11 years ago
Rémi Denis-Courmont 9d30c4c56a libvlc: missing NULL terminator (fixes #13655) 11 years ago
Rémi Denis-Courmont 950645c061 libvlc: fix vbi-page initialization without zvbi plugin 11 years ago
Thomas Guillem 7458af47e6 libvlc: add libvlc_media_get_codec_description 11 years ago
Thomas Guillem fa7924acb3 lib: change libvlc_media_discoverer_t creation 11 years ago
Thomas Guillem 89b679a3fc libvlc_media_list: missing vlc_mutex_destroy 11 years ago
Ludovic Fauvet d4ccd7a5b4 Fix broken NowPlaying (close #9960, #11796, #12850) 11 years ago
Felix Paul Kühne 8d48e95e9f lib/media player: inherit vbi-page to achieve correct variable value on first use 12 years ago
Uwe L. Korn dae78cbb0e input: Add support for DiscNumber meta 12 years ago
Uwe L. Korn ff555c6df9 input: Add support for AlbumArtist meta 12 years ago
Jean-Baptiste Kempf 67e74ed283 lib: use app-icon-name for libvlc_set_app_id 12 years ago
Hugo Beauzée-Luyssen f74f2334bb libvlc: Remove duplicated forward declaration 12 years ago
Rémi Denis-Courmont 32486e651c variables: remove VLC_VAR_GETLIST (same as VLC_VAR_GETCHOICES) 12 years ago
Rémi Denis-Courmont 8cffc346ab lib: use "zoom" rather than "scale" (like interfaces) 12 years ago
Jean-Baptiste Kempf 417b6eb0f0 Win32: prefer the static libraries when creating the dlls 12 years ago
KO Myung-Hun 863f851833 Add -avoid-version to LDFLAGS of vlc and vlccore on OS/2 12 years ago
Rémi Denis-Courmont 86796e2a57 lib: disable decoding hardware acceleration with vmem 12 years ago
Igor Prokopenkov fd4a0ba834 lib: Fire libvlc_MediaListPlayerPlayed at end of playlist 12 years ago
Rémi Denis-Courmont 3674097b8f lib: unused variable 12 years ago
Rémi Denis-Courmont 6226ab4687 lib: fix shadowing and wrong variable type 12 years ago
Rémi Denis-Courmont 805cffa8d1 log: fix theoretical pointer alignment problem 12 years ago
Rémi Denis-Courmont 94ca70d4d3 adjust: convert hue from [0..360] integer to [-180..+180] float 12 years ago
Rémi Denis-Courmont 30838535ef lib: allow setting float variables as integers 12 years ago
Rémi Denis-Courmont 6e3efa2376 Copy libtool library versions from 2.2.0 12 years ago
Rémi Denis-Courmont 1e68f58eb1 media_player: do not wait for input to stop when pausing (fixes #11767) 12 years ago
Felix Abecassis 710ad7ed78 libvlc: add 3 libvlc events: MediaPlayerESAdded, MediaPlayerESDeleted, MediaPlayerESSelected 12 years ago
Felix Abecassis 4a170b9ad3 libvlc: add error checking after calling var_Change 12 years ago
Adrien Maglo f987413453 lib: fix typos in libvlc_media_player_set_equalizer 12 years ago
Rémi Denis-Courmont b9b9d7fe3e lib: fix object reference leak, fix test suite 12 years ago