- 02 Jan, 2015 18 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
Close #13465
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Ref #4370
-
Jean-Baptiste Kempf authored
150sectors or 2 seconds Should close #4370
-
Francois Cartegnie authored
Still doesn't control streamDemux
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
-
Ludovic Fauvet authored
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
Use the actual definitions from the ColourBooks Use enums instead of macros
-
Jean-Baptiste Kempf authored
-
Jean-Baptiste Kempf authored
-
- 01 Jan, 2015 1 commit
-
-
Sean McGovern authored
archive_seek_data() was not introduced until this version. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 31 Dec, 2014 5 commits
-
-
Rafaël Carré authored
Works around cmake
-
Francois Cartegnie authored
-
Tristan Matthews authored
Refs #11938
-
Martell Malone authored
We will probably need a Direct3d11 one Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
Anatoliy Anischovich authored
See http://gabriel.mp3-tech.org/mp3infotag.html#replaygainSigned-off-by: Jean-Baptiste Kempf <jb@videolan.org>
-
- 30 Dec, 2014 16 commits
-
-
Francois Cartegnie authored
-
Jean-Baptiste Kempf authored
It is now higher than Direct2d, but lower than DirectDraw, because of XP
-
Francois Cartegnie authored
-
Francois Cartegnie authored
V2 has global tables, and then needs it to be passed as extradata IV.
-
Francois Cartegnie authored
-
Francois Cartegnie authored
Allows switching logic, and fixes startSegment handling.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
This is superseeded by the new PLModel object. Also remove old helper functions which are not used anymore.
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
-
David Fuhrmann authored
This simplifies the methods, also using a simpler storage for dragged items.
-
David Fuhrmann authored
This removes the old own-made search functionality and replaces it by a version the user would expect (i.e. actually hiding non- found entries). close #6049
-
David Fuhrmann authored
The current playlist model directly operates on the core playlist datastructures without proper locking for a complete playlist table reload/update. This resulted in various ugly hacks and workarounds. The new playlist model encapsulates the data in own objects like in the qt interface. This allows a much easier integration with the table view and proper updates from the core playlist. This way, the previous playlist objects, stored in an ugly map with pointer strings as keys, pointing to the same pointer inside a NSValue, is obsolete finally. :-)
-