- 04 Jan, 2013 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 13 Nov, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Re-license almost all the playback modules to LGPLv2.1+ with authorization from their respective contributors (230+) This includes: - access, codec, packetizers, demux - audio filters, audio mixers, audio output - video filters, video chroma, video output - text renderers - XML parser - ARM NEON and SSE2 optimisations (mostly for chromas and filters) Some modules are not concerned: - BDA and DShow access modules because Manol Manolov is AWOL - Real RTSP, because it is derived from Xine - x264 and t140 because they are encoders only - DLL Loader, because it is derived from MPlayer - DTS packetizer, because Jon Lech Johansen is AWOL - Shine and WMAfixed, because they are derived from Rockbox - Real demuxer, as it is derived from MPlayer and Wang Bo is AWOL - MPC demuxer, as Yavor Doganov is AWOL - Tivo demuxer, because it is derived from an MPlayer fork - Playlist demuxer, (WPL and ZPL parts missing), because suheaven is AWOL - iOS audio output and video display, because author refuses the license change - Equalizer and compressor, because Ronald Wright is AWOL - Mono, Headphone and Dolby, because author refuses the license change - hqdn3d and yadif, because they are from MPlayer/libavfilter - remoteosd, because it derives from RealVNC code - MMX optimisations, because Ollie Lho, from SiS, is AWOL - Rotate, because it depends on GPL motion Nota Bene: - Some modules depend on GPL-only libraries, a LGPL module does not mean that the resulting binary module will be LGPL. Libraries affected would include liba52, libdvdcss, libdvdnav, libdvdread, faad2, libdca, libmad, libmpeg2, libpostproc, SRC, sid, zvbi and probably others.
-
- 24 Oct, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 Oct, 2012 1 commit
-
-
Rémi Denis-Courmont authored
The acceleration plugin now returns the expected pixel format instead of checking it. That way, the avcodec module can check it directly. This works as long as each acceleration plugin supports only one pixel format (otherwise a table would be required).
-
- 12 Oct, 2012 7 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
vlc_xlib_init() already checks for --no-xlib internally.
-
Rémi Denis-Courmont authored
Our custom codec names table lacked boundary checks and was incomplete.
-
- 06 Sep, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 16 Aug, 2012 2 commits
-
-
Konstantin Pavlov authored
libavutil.h doesnt include common.h since lavu 51.39.
-
Jean-Baptiste Kempf authored
-
- 31 Jul, 2012 1 commit
-
-
With minor updates by me. Signed-off-by:
Felix Paul Kühne <fkuehne@videolan.org>
-
- 03 Jul, 2012 1 commit
-
-
Signed-off-by:
Rémi Denis-Courmont <remi@remlab.net>
-
- 17 Apr, 2012 1 commit
-
-
Rafaël Carré authored
Obsolete "ffmpeg" prefix Use "avformat" or "avcodec" prefix avio has no options (yet) switcher uses "sout-switcher" prefix Use "sout-avformat" for muxer
-
- 02 Mar, 2012 1 commit
-
-
Rafaël Carré authored
The field was renamed in lavc54 and setting values changed from enum to bitfield. We don't need to care about this because VLC doesn't specify values.
-
- 23 Feb, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Revert this when you have found the reason why it fails for soo many people, in avi, mp4 (and mkv before the HACK)
-
- 12 Feb, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Close #5872
-
- 29 Jan, 2012 1 commit
-
-
Rafaël Carré authored
-
- 27 Jan, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Close #5909 #5867
-
- 19 Jan, 2012 1 commit
-
-
Jean-Baptiste Kempf authored
Close #5867
-
- 10 Jan, 2012 3 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
It workarounds an avcodec issue.
-
Laurent Aimar authored
It should fix #5753. There can still be an issue with an insufficient input caching.
-
- 12 Dec, 2011 1 commit
-
-
Rafaël Carré authored
This reverts commit 8b914fcd. The problem was fixed in bc3b85c6.
-
- 11 Dec, 2011 1 commit
-
-
Rafaël Carré authored
This reverts commit 3c6bb18e. Revert "avcodec: fix direct rendering with some codecs" This reverts commit fcc84608. The issue is not related to EMU_EDGE flag
-
- 10 Dec, 2011 3 commits
-
-
Rafaël Carré authored
as documented by doc/APIchanges
-
Rafaël Carré authored
Provide edge buffers when CODEC_FLAG_EMU_EDGE is set Fix ProRes playback with direct rendering
-
Jean-Baptiste Kempf authored
Crashes in the SSSE3 asm
-
- 07 Dec, 2011 1 commit
-
-
Rafaël Carré authored
Define _WIN32_WINNT to 0x600 when checking/using dxva2 headers Continue to use a lower version to retain XP compatibility for the rest of VLC
-
- 13 Oct, 2011 1 commit
-
-
Jean-Baptiste Kempf authored
Close #4166
-
- 13 Sep, 2011 3 commits
-
-
Laurent Aimar authored
The global one may not be in synch when the callback is called.
-
Laurent Aimar authored
The global one may not be in synch when the callback is called.
-
Laurent Aimar authored
-
- 01 Jul, 2011 1 commit
-
-
Jean-Paul Saman authored
fffmpeg -> ffmpeg
-
- 24 Jun, 2011 1 commit
-
-
Laurent Aimar authored
It seems that the global one is not in synch when the callback is called. When MT was in use, non I420 streams were broken.
-
- 05 Jun, 2011 1 commit
-
-
Laurent Aimar authored
-