An error occurred fetching the project authors.
- 27 Nov, 2002 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
-
- 18 Nov, 2002 1 commit
-
-
Laurent Aimar authored
-
- 17 Nov, 2002 1 commit
-
-
Laurent Aimar authored
that don't work with it (I don't see why it doesn't work :( * mp4: fix a bug in timestamp calculation. Replace s/u* by s/uint*_t * avi : remove an useless debug message. * src/misc/objects.c : fix stream output object allocation.
-
- 10 Nov, 2002 1 commit
-
-
Laurent Aimar authored
* ffmpeg : adapt postprocessing for latest libavcodec version, add an option to disable direct rendering as postprocessing is currently broken with it, and with some files I have bad pictures.
-
- 05 Nov, 2002 1 commit
-
-
Gildas Bazin authored
* modules/codec/ffmpeg/*: modified the ffmpeg video codec to use direct rendering when possible. Use BITMAPINFOHEADER from include/codecs.h + got rid of Little Endian translations that were already done in the demux. * modules/demux/avi/* modules/demux/asf/*: Use BITMAPINFOHEADER from include/codecs.h.
-
- 28 Oct, 2002 2 commits
-
-
Gildas Bazin authored
* modules/codec/mpeg_video/parser.c: add_module() for "mpeg-motion" wasn't using the right capability. * modules/codec/ffmpeg/ffmpeg.c: fixed typo (re-enabled default case in a switch). * modules/codec/a52.c: fixed the AOUT_DOLBY detection.
-
Laurent Aimar authored
added wma1/2 decoder... :))
-
- 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().
-
- 24 Oct, 2002 2 commits
-
-
Laurent Aimar authored
* input_ext-dec.c : add a call to GetPES in NextPES when fifo is empty.
-
Gildas Bazin authored
* src/input/input_ext-dec.c, include/input_ext-dec.h, modules/codec/araw.c: renamed input_NextPES into input_ExtractPES and factorised its code. * modules/codec/ffmpeg/ffmpeg.c, modules/codec/faad/decoder.c, modules/codec/cinepak/cinepak.c: make use of NextPES and GetPES from src/input/input_ext-dec.c. * modules/codec/a52.c: fixed uninitialized variable.
-
- 20 Oct, 2002 1 commit
-
-
Laurent Aimar authored
-
- 14 Oct, 2002 1 commit
-
-
Laurent Aimar authored
* wav : demux for wav file( should work with raw pcm, mp3 or a52 stream ) but untested under big endian machine(for pcm). All are compiled by default.
-
- 26 Aug, 2002 1 commit
-
-
Sam Hocevar authored
* ./debian/control: gnome-vlc recommends vlc-plugin-esd, and kvlc recommends vlc-plugin-arts. * ./src/misc/messages.c: message queue now prints the current object type. * ./modules/*: cosmetic fixes for the --long-help output.
-
- 12 Aug, 2002 1 commit
-
-
Sam Hocevar authored
only have one parent, because I don't want to deal with cycles, and each created object is indexed in a global array. This feature is unused yet, but it will speed up vlc_object_find(FIND_ANYWHERE). * ./debian/rules: activated the faad codec. * ./doc/fortunes.txt: new fortune cookies. * ./modules/codec/mpeg_video/headers.c: reduced the use of attach/detach. * ./modules/audio_output/oss.c: fixed two compilation warnings.
-
- 10 Aug, 2002 1 commit
-
-
Laurent Aimar authored
(faad2). * modules/demux/mp4/libmp4.c : could compile without zlib. * modules/codec/ffmpeg/* : set error resilience to -1 by default.(in order to decode more files, but it could produce segfaults ... ) * Makefile.*, configure.in : enable mp4 by default, add faad module (disabled by default ).
-
- 04 Aug, 2002 3 commits
-
-
Laurent Aimar authored
mmx, mmxext version, but only mmxext is really usable (other need a _lot_ of CPU power). There are new options for ffmpeg plugins : --ffmpeg-pp to choose postprocessing module( c, mmx, mmext or mmx2 ) --ffmpeg-pp-q to choose quality( 0..6 ) --ffmpeg-db-?? ( where first ? is for y or c, and the other ? for v or h ) to force deblocking on luminance(y)/chrominance(c) horizontally or vertically. --ffmpeg-dr-? ( where ? is y or c ) to force dering on ...
-
Sam Hocevar authored
in ./modules/codec/mpeg_video/.
-
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 2 commits
-
-
Laurent Aimar authored
* ffmpeg and mp4: some clean up and change the way ffmpeg is initialised.
-
Sam Hocevar authored
* include/input_ext-intf.h: killed p_es->b_audio, since i_cat already fills its purpose. * include/input_ext-intf.h: killed p_es->i_type in favour of p_es->i_fourcc. * include/video.h: killed p_pic->p_plane->b_margin; now i_visible_pitch is always valid. * ./src/libvlc.h: replaced --mpeg-adec and --ac3-adec with --codec; see vlc --help for more information. * include/video.h: removed fourcc values which should _not_ be global (thanks fenrir for convincing me). * ALL: video output plugins use the VLC_FOURCC macro to build their fourccs. * ./plugins/beos/InterfaceWindow.cpp: removed the last remaining call to input_ChangeES. Things I'm not sure about and need comments: - I used "mpga" and "mpgv" for MPEG (1+2) audio and video fourcc values. - I also introduced "spu ", "lpcm" and "ac3 ". - I removed for instance "MP4_GetCodec" because it wasn't really used except for the description string. I hope this change did not break anything really important. - fenrir, I must have broken a lot of things you wrote. Sorry in advance.
-
- 21 Jul, 2002 1 commit
-
-
Laurent Aimar authored
--enable-hurry-up ). Begin to work.
-
- 20 Jul, 2002 2 commits
-
-
Laurent Aimar authored
It allows to play mpeg4 file badly encoded(illegal VLC code).(Sam you should be able to play your .mp4 file by setting it to -1, with recent ffmpeg cvs).
-
Sam Hocevar authored
* ./src/libvlc.c, ./include/vlc/vlc.h: created reentrant versions of the libvlc API. * ./src/vlc.c: vlc uses the non-reentrant libvlc functions. * ./mozilla/vlcplugin.c: the mozilla plugin uses the reentrant functions. * ./debian/*: created packages for libvlc0-dev.
-
- 15 Jul, 2002 2 commits
-
-
Laurent Aimar authored
(Thx sam)
-
Laurent Aimar authored
work. * all : add support for some others codecs provided by ffmpeg, but some of them aren't tested.
-
- 07 Jun, 2002 1 commit
-
-
Sam Hocevar authored
* ./src/misc/objects.c: we do not hang on attempt to destroy an object with a non-zero reference count, but we still complain. * ./plugins/gtk/gtk_control.c, plugins/gtk/gtk_playlist.c: most controls such as play, pause, stop, next, fast etc. work again. * ./plugins/gtk/gnome_*: got rid of lots of useless wrappers which were a workaround for a bug in Glade. Instead, bootstrap.sh does the Glade fixes. * ./plugins/ffmpeg/ffmpeg.c: if there is already a video output with the appropriate properties, we use it.
-
- 01 Jun, 2002 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
As for video output 4, this breaks almost everything, but I'll slowly do what remains to be fixed during the weekend. Changes in vlc: =============== * vlc is now a very small program (20 lines) which uses the libvlc API; it is quite simple for the moment but can be extended in the future. * interfaces, decoders, video outputs, etc. are now almost the same objects (yes, I know, this is C++ redone in C) and are structured in a tree. More about this later, but basically it allows the following nice features: - several interfaces - several playlists with several outputs - input plugins spawning helper interfaces (will be used for DVD menus) - anything spawning anything; I swear there are useful uses for this! * libvlc can be used in other programs; I'm currently writing a Mozilla plugin for my employer. Things currently broken: ======================== * most interfaces, most ports * the playlist handling (almost finished rewriting this though). This means no file can be played from the GUI, you need to use the commandline. This also means it segfaults at EOF, when exiting the program, and it sometimes refuses to open a file when asked to.
-
- 18 May, 2002 1 commit
-
-
Sam Hocevar authored
and mipspro doesn't know about __inline__).
-
- 13 May, 2002 1 commit
-
-
Laurent Aimar authored
* ALL : version from ffmpeg cvs can now decode msmpeg4 v1 v2 , so i have added support for this. But you can always use old ffmpeg library without any problem ( i hope ;)
-
- 12 May, 2002 1 commit
-
-
Laurent Aimar authored
-
- 10 May, 2002 1 commit
-
-
Laurent Aimar authored
* include/common.h and input_ext-plugins.h, src/misc/modules_plugin.h : export input_ClockGetTS for plugins. * plugins/mpeg_system/mpeg_audio.c : a demux for mpeg audio stream (file, web radio ...) * Makefile configure.in : to compile it
-
- 07 May, 2002 1 commit
-
-
Laurent Aimar authored
-
- 06 May, 2002 1 commit
-
-
Laurent Aimar authored
-
- 05 May, 2002 1 commit
-
-
Laurent Aimar authored
-
- 27 Apr, 2002 1 commit
-
-
Laurent Aimar authored
-
- 25 Apr, 2002 1 commit
-
-
Laurent Aimar authored
* plugins/avi/avi.c : use KeyFrame to seek, so video will not be bad as before
-
- 23 Apr, 2002 1 commit
-
-
Laurent Aimar authored
* ./plugins/avi a light avi demux * ./plugins/ffmpeg a video decoder for divx v3 and opendivx
-