2011-10-30 |
Jean-Baptiste Kempf | Switcher: avoid use of unset variable
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | Win32: always use mingw's snprintf
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | ASF: help stupid compiler
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | mp4: kill warning about sign
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | ASF: use proper ifdef for DEBUG
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | Netsync: fix return type
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | STL: kill warning about sign comparison
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | Kate: unused arguments
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | cvdsub: remove unused variable
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | Spatializer: kill warnings and improve locality
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | DVDread: comment out dead code
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | DV: check return of vlc_clone
|
commit | commitdiff | tree |
2011-10-30 |
Jean-Baptiste Kempf | misc/picture.c: kill sign warnings
|
commit | commitdiff | tree |
2011-10-26 |
Jean-Baptiste Kempf | Dash: major warnings cleanup
|
commit | commitdiff | tree |
2011-10-26 |
Jean-Baptiste Kempf | DASH: remove unnecessary includes and other trivial...
|
commit | commitdiff | tree |
2011-10-26 |
Jean-Baptiste Kempf | Update NEWS, LIST and po for DASH
|
commit | commitdiff | tree |
2011-10-26 |
Christopher Mueller | Added DASH stream filter Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-26 |
Jean-Baptiste Kempf | Contribs: update freetype to 2.4.7 (CVE-2011-3256)
|
commit | commitdiff | tree |
2011-10-26 |
Jean-Baptiste Kempf | Taglib: don't try to add empty meta in APE
|
commit | commitdiff | tree |
2011-10-22 |
Jean-Baptiste Kempf | Contribs: add SRC
|
commit | commitdiff | tree |
2011-10-22 |
Jean-Baptiste Kempf | Qt: sprefs, fix caching combobox behaviour
|
commit | commitdiff | tree |
2011-10-22 |
Jean-Baptiste Kempf | Visualisation: use 16:10 vout by default
|
commit | commitdiff | tree |
2011-10-22 |
Jean-Baptiste Kempf | Audiobar: fix copyright years and shortname
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | Fix compilation with FFmpeg
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | swscale/avcodec: Add I422 9-bit chroma pix_fmt
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | Qt: rename playlist root* functions and getters for...
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | Qt: rename a signal to be more self-documenting
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | Qt: reposition the separator in the playlist popup...
|
commit | commitdiff | tree |
2011-10-21 |
Jean-Baptiste Kempf | Qt: remove the zoom slider and put it on the menu
|
commit | commitdiff | tree |
2011-10-20 |
Denis Charmet | Matroska: Fix Seek with Cues Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-19 |
Jean-Baptiste Kempf | DMO: fix small issue in BITMAPINFOHEADER
|
commit | commitdiff | tree |
2011-10-18 |
Jean-Baptiste Kempf | Contribs: update gpg-error to 1.10
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | matroska: Using forward declaration for EbmlParser Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | mkv: typedef struct is useless in C++ Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | mkv: class with all attributes public -> struct Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | mkv: removing virtual destructors for classes that... Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | mkv: constification Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | dshow: Removing useless const_cast Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | qt4: dynamic_cast -> qobject_cast Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | qt4: toggleAdvanced simplifications Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | mkv: Cleaning simplifications Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | ebml: Removing useless cast. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | ebml: Use init list when possible. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | ebml: mb_dummy is a bool Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | ebml: Constify getters. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-18 |
Hugo Beauzée-Luyssen | ebml: Removing useless virtual attribute. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-14 |
Konstantin Pavlov | Qt: remove the MAEMO hack, unneeded in Fremantle, now Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-14 |
Jean-Baptiste Kempf | Qt: show a minimized Video, when moving to playlist
|
commit | commitdiff | tree |
2011-10-14 |
Jean-Baptiste Kempf | Qt: use a QStackedWidget for the artContainer in the...
|
commit | commitdiff | tree |
2011-10-14 |
Jean-Baptiste Kempf | Qt: don't limit the artLabel in width
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Contribs: add libcaca
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | luahttp: Remove tabs, trailing spaces and reindent
|
commit | commitdiff | tree |
2011-10-13 |
Rob Jonson | luaHttp: Support drivelist for win32 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Rob Jonson | don't add / if dir ="" (allows drive listing on windows) Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Contrib: removal of pkg-config check for iconv and...
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Avcodec: deactivate DR for Camtasia
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Qt: add asserts around p_input access
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Qt: fill NULL-deref in jumping forward
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Mailmap: fix obvious typo
|
commit | commitdiff | tree |
2011-10-13 |
Ludovic Fauvet | Qt4: ensure to give a valid URI to the playlist Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Grigori Goronzy | contrib: update libass Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Grigori Goronzy | contrib: add gettext Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Grigori Goronzy | contrib: add iconv Modified-by: Jean-Baptiste Kempf <jb@videolan.org> Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Contribs: build schroedinger
|
commit | commitdiff | tree |
2011-10-13 |
Jean-Baptiste Kempf | Contribs: update the ORC version
|
commit | commitdiff | tree |
2011-10-12 |
Janne Kujanpää | vdr access: trivial Open() fix Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-12 |
Jean-Baptiste Kempf | More .mailmap fixes, with data from LGPL mails answering
|
commit | commitdiff | tree |
2011-10-12 |
Jean-Baptiste Kempf | Qt: main interface cleaning
|
commit | commitdiff | tree |
2011-10-11 |
Jean-Baptiste Kempf | Qt: playlist model cleanup
|
commit | commitdiff | tree |
2011-10-11 |
Ming Hu | omxil: Limit input buffer size for qdsp6 Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-10 |
Jean-Baptiste Kempf | Contribs: Update dvdnav and dvdread to 4.2.0
|
commit | commitdiff | tree |
2011-10-10 |
Jean-Baptiste Kempf | Ball filter: quick fix for static data
|
commit | commitdiff | tree |
2011-10-10 |
Jean-Baptiste Kempf | Qt: disable recentMenus, if it is empty
|
commit | commitdiff | tree |
2011-10-10 |
Jean-Baptiste Kempf | Qt: display an "empty" action instead of an empty menu
|
commit | commitdiff | tree |
2011-10-10 |
Jean-Baptiste Kempf | Qt: recent menus, fix shortcut
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | lua: remove variable callback
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | MacOS: remove some callbacks
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: correctly delete callbacks
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: fix quitting deletion order
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Freetype: fix double-free in error path
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: kill a warning
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: Adding a Fast Playlist access in the right-click...
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: first attempt at a QMenuView
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Qt: export PLModel in the main struct
|
commit | commitdiff | tree |
2011-10-09 |
Jean-Baptiste Kempf | Update NEWS for TS
|
commit | commitdiff | tree |
2011-10-06 |
Jean-Baptiste Kempf | Qt: convert, close #4523
|
commit | commitdiff | tree |
2011-10-06 |
Jean-Baptiste Kempf | dbus: Implement the MPRIS Raise method for the Qt interface
|
commit | commitdiff | tree |
2011-10-06 |
Jean-Baptiste Kempf | Change the "intf-show" variable into a toggle.
|
commit | commitdiff | tree |
2011-10-06 |
Jean-Baptiste Kempf | More mailmap fixes
|
commit | commitdiff | tree |
2011-10-05 |
Vincent Penquerc'h | kate: do not access the renderer if it fails to initialize Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Jean-Baptiste Kempf | More fixes for authorship
|
commit | commitdiff | tree |
2011-10-05 |
Jean-Baptiste Kempf | Add a mailmap
|
commit | commitdiff | tree |
2011-10-05 |
Rob Jonson | clean up json output Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Rob Jonson | generate properly escaped json Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Rob Jonson | lua:add dkjson Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Rob Jonson | use make_uri on mrl inputs Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Sebastien Zwickert | vlckit: fixes sout chain issue in stream output. Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Jean-Baptiste Kempf | Update NEWS and LIST
|
commit | commitdiff | tree |
2011-10-05 |
Keary Griffin | Added AVIO(libavformat) url output Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |
2011-10-05 |
Grigori Goronzy | old contribs: update libass Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
|
commit | commitdiff | tree |