- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 03 Mar, 2008 1 commit
-
-
Pierre authored
-
- 26 Feb, 2008 1 commit
-
-
Pierre d'Herbemont authored
misc/objects.c: Don't rely on vlc_object_destroy() to destroy objects, but expects vlc_object_release to do it when the refcount goes to zero. * Meaning, that when created objects gets a refcount to 1. * Destroying is instantaneous and we don't have to poll for a few secondss or so to wait until the object's refcount reach 0. * We now track vlc_object_t's mem leaks when libvlc_global is released (Hard error for now, so they don't get unoticed) * We fail hard if an object is released with a refcount of 1 without being detached from its parent and its children, to make sure such cases don't go unoticed. (make test or make check still pass after that one. VLC is known to leak one object when no module is loaded, this must be fixed).
-
- 28 Jan, 2008 1 commit
-
-
Rafaël Carré authored
-
- 24 Jan, 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.
-
- 10 Nov, 2007 1 commit
-
-
Felix Paul Kühne authored
-
- 17 Oct, 2007 1 commit
-
-
Laurent Aimar authored
are dynamically added when detected. (Decoder/Packetizer support not yet commited)
-
- 14 Oct, 2007 1 commit
-
-
Laurent Aimar authored
-
- 02 Oct, 2007 1 commit
-
-
Laurent Aimar authored
decoder block_t date to a display date (identify for now)
-
- 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
-