An error occurred fetching the project authors.
- 14 Sep, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 20 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
(which includes config.h which defines the platform feature macros) Also remember stdio, string and stdlib are included implicitly
-
- 17 Jun, 2007 1 commit
-
-
Laurent Aimar authored
it, disabled by default)
-
- 14 Jun, 2007 1 commit
-
-
Laurent Aimar authored
-
- 12 Jun, 2007 1 commit
-
-
Laurent Aimar authored
It use our standard resampler to do it and so we do not keep pitch yet (I am working on a soundtouch resampler). Please test any regression.
-
- 03 Jun, 2007 1 commit
-
-
Laurent Aimar authored
Added decoder_GetInputAttachments.
-
- 31 May, 2007 1 commit
-
-
Laurent Aimar authored
Use decoder_GetInputAttachment to get attachment from a decoder module. You need to release the memory with vlc_input_attachment_Delete. Untested... modules/playlist/* cosmetic.
-
- 30 May, 2007 1 commit
-
-
Laurent Aimar authored
do not convert pts/dts of prerolled samples decoder: fixed ES_OUT_SET_NEXT_DISPLAY_TIME implementation (improved seek) proper handling of DISCONTINUITY reset video picture heap on seek/pause/rate change (avoid old pictures) Please report any regression.
-
- 29 May, 2007 1 commit
-
-
Laurent Aimar authored
-
- 19 May, 2007 1 commit
-
-
Rémi Denis-Courmont authored
This also seems to make the pre-existing Qt4 crash more obvious.
-
- 14 Apr, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 27 Feb, 2007 1 commit
-
-
Laurent Aimar authored
-
- 25 Feb, 2007 1 commit
-
-
Laurent Aimar 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.
-
- 21 Oct, 2006 1 commit
-
-
Jean-Paul Saman authored
-
- 21 Sep, 2006 1 commit
-
-
Sam Hocevar authored
-
- 04 Sep, 2006 1 commit
-
-
Sam Hocevar authored
-
- 03 Sep, 2006 2 commits
-
-
Sam Hocevar authored
-
Sam Hocevar authored
-
- 22 Aug, 2006 1 commit
-
-
Felix Paul Kühne authored
* browsed through all code files starting with A to F and added non-blocking intf_UserFatal calls next to msg_err where I think that it is necessary. I tried to select the most important msg_errs. If I missed your favourite, feel free to add it. Feedback on the wording and the placement of the interaction calls is strongly welcomed. For the records: I'm using some general topics for most of the dialogues to produce less work for the translators. The current ones go like this: "Audio output failed", "Network interaction failed", "Streaming / Transcoding failed", "Audio filtering failed", "File reading failed", "Playback failure" More to come.
-
- 17 Aug, 2006 1 commit
-
-
Gildas Bazin authored
* modules/demux/mp4/mp4.c, src/input/decoder.c: support for cropping in quicktime files with H263 video.
-
- 15 Jun, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jun, 2006 1 commit
-
-
Dennis van Amerongen authored
-
- 28 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 04 Feb, 2006 2 commits
-
-
Clément Stenac authored
-
Clément Stenac authored
* Reduce vlc_object_find calls
-
- 15 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 08 Jan, 2006 1 commit
-
-
Clément Stenac authored
-
- 31 Oct, 2005 2 commits
-
-
Marian Durkovic authored
-
Marian Durkovic authored
-
- 30 Oct, 2005 1 commit
-
-
Gildas Bazin authored
* src/video_output/video_output.c, src/input/decoder.c, include/video_output.h: try to reduce i_sar_num/i_sar_den a bit hader to prevent overflows + remove p_vout->b_override_aspect which isn't used anymore.
-
- 19 Oct, 2005 1 commit
-
-
Marian Durkovic authored
-
- 18 Oct, 2005 1 commit
-
-
Marian Durkovic authored
-
- 09 Oct, 2005 1 commit
-
-
Boris Dorès authored
- more precise message for the "force-dolby-surround" option - don't use -1 as a value in an integer list option (dangerous casts in the wxWidgets interface) + modules/audio_filter/converter/a52tofloat32.c: - option to disable the internal upmixing algorithm + modules/audio_filter/channel_mixer/headphone.c: - option to partially compensate the delay introduced by the algorithm - option to accept raw Dolby Surround encoded streams
-
- 25 Sep, 2005 1 commit
-
-
Boris Dorès authored
channel mixers was broken (again) in 0.8.1 and 0.8.2; hopefully this will fix it for good, by allowing audio filters to request a specific format rather than imposing them an arbitrary one - various other small fixes in the audio output core - option to force detection of Dolby Surround - simple module to decode Dolby Surround - increase spatialization with two center speakers and fix channel order for 7.1 streams in the headphone channel mixer
-
- 31 Aug, 2005 1 commit
-
-
Gildas Bazin authored
* modules/stream_out/transcode.c, src/input/decoder.c, src/input/control.c: fixed a bunch of memory leaks. Patch courtesy of Wallace Wadge (wwadge at gmail) + modifications by me.
-
- 13 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 10 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-