An error occurred fetching the project authors.
- 30 Apr, 2009 1 commit
-
-
Laurent Aimar authored
-
- 24 Feb, 2009 1 commit
-
-
Laurent Aimar authored
-
- 14 Oct, 2008 1 commit
-
-
Rémi Duraffort authored
-
- 30 Sep, 2008 1 commit
-
-
Laurent Aimar authored
It allows replacing --codec dummy --dummy-save-es by --codec dump.
-
- 20 Sep, 2008 1 commit
-
-
Rémi Denis-Courmont authored
(By the way, snapshot-id looks like a write only variable...)
-
- 03 Jul, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 03 Feb, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 23 Jan, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Missing some cases that I could not test. Also ffmpeg/chroma.c is locked, so I can but leave it broken. Fix is for the remaining modules is obvious and the issue is easy to detect.
-
- 20 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
Finally rid of the strcasestr warning
-
- 24 Dec, 2006 1 commit
-
-
Clément Stenac authored
-
- 26 Nov, 2006 1 commit
-
-
Clément Stenac authored
* Headers in include must contain the structures and prototypes needed by the plugins and should be named vlc_*. * Headers in include/vlc must contain the structures and prototypes needed by external libvlc clients * Moved and renamed some things in headers. - Removed vlc_cpu.h, vlc_error.h (merged in vlc_common) - Removed snapshot.h (merged in vlc_vout.h) - Removed vlc_spu.h (merged in vlc_osd.h) - Removed intf_eject.h and vlc_interaction.h (merged in vlc_interface) - Moved all internal headers to src - Merged vlc_video.h and video_output.h and move private things to src - Removed vlc/intf.h, vlc/aout.h, vlc/vout.h, vlc/decoder.h and vlc/input.h (meta headers for use in modules, and often implying too large dependencies) * Removed some useless dependencies * Unexported a bunch of functions and structures used only in src/ (--> Still some work here) * Finally made input_thread_t and input_source_t (mostly) private. Added input_GetItem to fetch the input_item of an input_thread * Cleaned up deprecated entries in vlc_symbols.h and bumped up symbol prefix This commit has a 99% probability of breaking the build, 0.1% of killing your cat and 0% of getting you hot chicks.
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 01 Dec, 2005 1 commit
-
-
Sigmund Augdal Helberg authored
And just crash
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 04 Oct, 2004 2 commits
-
-
Gildas Bazin authored
-
Gildas Bazin authored
-
- 25 Jan, 2004 1 commit
-
-
Rocky Bernstein authored
-
- 08 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* modules/misc/dummy/*: new --dummy-save-es option to specify if we want the dummy decoder to save the raw codec data to a file. This is disabled by default (while it was always on before). * src/input/es_out.c: bug fix for ES autoselection.
-
- 16 Nov, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: final improvements to the decoders/packetizers api. (There are still a few decoders/packetizers left to be converted but this shouldn't take too long). * ALL: small improvements to the encoders api.
-
- 25 Oct, 2003 1 commit
-
-
Sam Hocevar authored
+ Removed u8, s8, u16 etc. for good. * ALL: + Replaced all occurrences of u8, s8, u16 etc. with uint8_t, int8_t, etc.
-
- 02 Sep, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: Introduction of a new api for decoders. The final aim of this new api is to make it possible to use the decoders from other modules like the transcoder for instance. Only a few decoders have been ported to the new api (a52, libmpeg2, dts, vorbis, theora) so the old api is still supported. Don't hold your breath, there is still much work to do before we reach this goal. * modules/codec/a52.c, libmpeg2., dts.c, vorbis.c, theora.c: Converted to the new api. Merged the a52 and vorbis packetizers in their respective decoders (removes a lot of code duplication). New dts and theora packetizers (merged in their respective decoders).
-
- 03 Mar, 2003 1 commit
-
-
Gildas Bazin authored
* ALL: another bunch of fixes for the MSVC build.
-
- 18 Nov, 2002 1 commit
-
-
Sam Hocevar authored
successfully opens plugins. * ./modules/misc/dummy/*: hacked the dummy plugin so that it compiles for WinCE.
-
- 27 Oct, 2002 1 commit
-
-
Gildas Bazin authored
* ALL: removed GetPES and NextPES, we now use input_ExtractPES everywhere instead of these. The bitstream facility has also been changed to use input_ExtractPES and now stores the current PES in its structure. Introduced input_FlushPESFifo() and CloseBitstream().
-
- 04 Aug, 2002 2 commits
-
-
Sam Hocevar authored
of GetBits and doesn't get stuck on high bitrate movies (thanks fenrir).
-
Sam Hocevar authored
waveout, directx, qnx, beos, win32, macosx, and the AltiVec modules. * ALL: removed mention of AC3 in favour of A52. * ./configure.in, ./Makefile*: modules can now be built deeper than 1 directory. As a consequence, the build is even slower (but I'm fixing this) and make clean doesn't work anymore.
-
- 31 Jul, 2002 1 commit
-
-
Sam Hocevar authored
about 2000 lines of code. I could not test everything on every architecture, so please report any module breakage (especially on BeOS, OSX and QNX).
-
- 23 Jul, 2002 1 commit
-
-
Sam Hocevar authored
Usage: "--codec dummy" will use the dummy decoder for all streams, and save the stream to a stream.1242 file (where 1242 is the internal vlc object ID). If the input file was for instance an mpeg file, you can play one of the resulting files using an mp3 player.
-