- 12 Jan, 2015 33 commits
-
-
Tristan Matthews authored
-
Thomas Guillem authored
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Thomas Guillem authored
merge browser.c into access.c. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Alexandre Perraud authored
but VLC still can't decode these subtitles Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Sebastian Ramacher authored
zsh_gen is linked against libvlc from $BUILDDIR/lib/.libs and needs it in LD_LIBRARY_PATH to run. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Tristan Matthews authored
opus_prepare_header is "too small to fail"
-
Tristan Matthews authored
Rate will never be 0 here.
-
Tristan Matthews authored
If no header is given, deduce it from the decoder format. Tested for mono, stereo and with/without --codec avcodec at 8000, 12000, 16000, 24000 and 48000hz.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
David Fuhrmann authored
After optimization in 6cccd64d, complete ASS header was discarded for some subtitles. close #12733
-
- 11 Jan, 2015 1 commit
-
-
David Fuhrmann authored
This target mimics a cocoa application and is merely added to enable autocompletion in the code editors. New interface files should be added to this target as well. Do not use this target for compilation, it won't work.
-
- 10 Jan, 2015 2 commits
-
-
David Fuhrmann authored
-
David Fuhrmann authored
This makes usage of the old Xcode 3 and Interface Builder 3 obsolete. All further changes need to happen in Xcode >= 4. BGHUDAppkit elements were preserved, but for further changes the respective subclass for the views need to be set manually. Also resyncs all xibs with the source files.
-
- 08 Jan, 2015 4 commits
-
-
Tristan Matthews authored
-
Tristan Matthews authored
Currently libbpg is only available as a static library.
-
Tristan Matthews authored
metadata_packet_len > 0 is equivalent to metadata_payload_len > 0 && p_metadata_payload
-
Jean-Baptiste Kempf authored
-