400 Commits (dd8bfdbabe8ae3974ca3864ad3125879f523e3a2)

Author SHA1 Message Date
Rémi Denis-Courmont 32bf025b29 libvlc: add corked and uncorked events (fixes #14444) 11 years ago
Rémi Denis-Courmont d8aa9aae50 lib: fix warning 11 years ago
Felix Paul Kühne 5f08edfe08 libvlc: deprecate AGL vout setter/getter 11 years ago
Thomas Guillem a65d213b8b Revert "libvlc_media_player: create the aout when first setting audio options" 11 years ago
Thomas Guillem 63dbabfda7 lib: add libvlc_media_player_set_android_context 11 years ago
Thomas Guillem 1d7c559827 libvlc_media_player: create the aout when first setting audio options 11 years ago
Rémi Denis-Courmont 3cee1194f9 lib: fix memory leak 11 years ago
Rémi Denis-Courmont 167d5d5d44 lib: fix pointer misused as integer and simplify 11 years ago
Rémi Denis-Courmont 3cc31666d4 lib: remove no-op 11 years ago
Felix Paul Kühne 45668a249e libvlc: clean recent title and chapter API additions 11 years ago
Zhao Zhili 29ed29e642 fix memory leak in lib/audio.c 11 years ago
Felix Paul Kühne b0ba9c4cc8 libvlc: expand media player API to retrieve full information about available chapter of a given title 11 years ago
Felix Paul Kühne 8bb74ef54d libvlc: expand media player API to retrieve information about all available titles of the currently playing media item 12 years ago
Rémi Denis-Courmont 2772acfee7 lib: use input "state" variable instead of b_dead 11 years ago
Thomas Guillem c64b46f663 Fix crash: don't free stack pointer 11 years ago
Rémi Denis-Courmont 9f85beeeaa Fix title N variable formatting 11 years ago
Rémi Denis-Courmont d39ba9a05c input: switch spu and audio delay variables to integer type 11 years ago
Rémi Denis-Courmont ce80ca38a7 input: change time and length variable to integer 11 years ago
Rémi Denis-Courmont 5bd4542d60 Use input_Close() rather than vlc_object_release() 11 years ago
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 12 years ago
Thomas Guillem f3cc5c9f0f libvlc: add libvlc_media_get_type 12 years ago
Rémi Denis-Courmont 80d88b05f2 Mark unreachable code on GCC even if NDEBUG 12 years ago
Rémi Denis-Courmont 5c16983be8 lib: remove unused GCC-ism macro 12 years ago
Rémi Denis-Courmont dbe58b27d3 libvlc: fix small race 12 years ago
Rémi Denis-Courmont 65ebc4b51a libvlc: go to libvlc_Ended rather than libvlc_Stopped at EOS 12 years ago
Rémi Denis-Courmont 4ea6b96bce libvlc: provide file name and line number 12 years ago
Rémi Denis-Courmont acb7470b52 input: remove useless parameter to input_Stop() 12 years ago
Rémi Denis-Courmont bdcdf97054 input: merge ABORT and DEAD events 12 years ago
Thomas Guillem f7da3d84c9 lib/media: fix MediaListEndReached not sent when media doesn't have sub items 12 years ago
Mark Lee a60b897e11 lib: add libvlc_audio_output_device_get() 12 years ago
Thomas Guillem 2bf94c2512 libvlc: add libvlc_media_parse_with_options 12 years ago
Thomas Guillem 1723d7e97f libvlc: add libvlc_MediaListEndReached event 12 years ago
Thomas Guillem bcb1b3bd53 libvlc: media_list: don't set media if readonly 12 years ago
Thomas Guillem 16565d4c04 libvlc: media: fix leak if it has subitems 12 years ago
Thomas Guillem 841460febe libvlc: media: lock media_list 12 years ago
Thomas Guillem 9b2f91fa25 libvlc: media: set sub_items readonly 12 years ago
Thomas Guillem 75fe4eafff libvlc: libvlc_media_subitems: lock and always return a medialist 12 years ago
Thomas Guillem 9b2c414cc6 libvlc: don't use functions with leading underscore 12 years ago
Rémi Denis-Courmont 9d30c4c56a libvlc: missing NULL terminator (fixes #13655) 12 years ago
Rémi Denis-Courmont 950645c061 libvlc: fix vbi-page initialization without zvbi plugin 12 years ago
Thomas Guillem 7458af47e6 libvlc: add libvlc_media_get_codec_description 12 years ago
Thomas Guillem fa7924acb3 lib: change libvlc_media_discoverer_t creation 12 years ago
Thomas Guillem 89b679a3fc libvlc_media_list: missing vlc_mutex_destroy 12 years ago
Ludovic Fauvet d4ccd7a5b4 Fix broken NowPlaying (close #9960, #11796, #12850) 12 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