An error occurred fetching the project authors.
- 20 Apr, 2009 1 commit
-
-
Laurent Aimar authored
-
- 16 Apr, 2009 1 commit
-
-
Laurent Aimar authored
They are not decodable by ffmpeg or faad but at least the packetizer now works.
-
- 09 Feb, 2009 1 commit
-
-
Laurent Aimar authored
-
- 30 Nov, 2008 1 commit
-
-
Laurent Aimar authored
-
- 29 Oct, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Those multi-lines are still to be done (it's going to be fun...) See also 5af4cc85.
-
- 28 Sep, 2008 1 commit
-
-
Laurent Aimar authored
- This is needed for proper seek/pause/fast forward/... - The decoder/packetizer do not need to scale packet length anymore as the decoder thread do it.
-
- 22 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
Fix a potential segfault.
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 29 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 21 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
Also sizeof(byte_t)^Wsizeof(uint8_t) can only ever be 1, if it is defined. It's not defined, if char is more than 8 bits, and uint8_t is not provided, but then VLC will not compile in the first place.
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 13 Mar, 2008 1 commit
-
-
Rafaël Carré authored
-
- 12 Mar, 2008 1 commit
-
-
Rafaël Carré authored
Get channels information from decoder specific config Add (commented) useless variables from ADTS header Detect unsupported configurations and start (commented) support
-
- 04 Mar, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 29 Jan, 2008 1 commit
-
-
Rafaël Carré authored
use size_t instead of int to represent sizes removes unused parameters from: block_BytestreamInit() mpeg4_audio/LOASSyncInfo() cinepak/cinepak_Getv1() speex/SendPacket() subsass/ParseColor() ffmpeg/postprocess/InitPostproc() & PostprocPict() dvbsub/YuvaYuvp() & encode_pixel_line_{2,4,8}bp() faad/DoReordering() vlc_block_helper.h: use size_t, removes unused parameter from block_BytestreamInit() struct filter_t: removes unused parameters from pf_picture_link() & pf_picture_unlink() cmml: fix a segfault (p_item isn't an input item, despite the name) present for some months, proving that nobody did use that code ?
-
- 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.
-
- 12 Jan, 2008 1 commit
-
-
Sigmund Augdal Helberg authored
format audio.
-
- 11 Oct, 2007 1 commit
-
-
Laurent Aimar authored
-
- 20 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont 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.
-
- 30 May, 2007 1 commit
-
-
Laurent Aimar authored
(I do not reset timestamp on purpose, it will at least break demuxer using packetizer)
-
- 02 Mar, 2007 1 commit
-
-
Laurent Aimar authored
As a side effect, this workaround the AAC decoding problem after pause/seek when going through our packetizer (eg: pause/seek with vlc VOD). But the bug is still there : faad will stop decoding audio forever after receiving a buffer full of 0 (at least with faad2-2.5 from audiocoding.com, faad2 from mplayer svn does not show this problem)
-
- 25 Feb, 2007 1 commit
-
-
Laurent Aimar authored
-
- 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.
-
- 31 Mar, 2006 1 commit
-
-
Clément Stenac authored
-
- 25 Mar, 2006 1 commit
-
-
Felix Paul Kühne authored
-
- 12 Jan, 2006 1 commit
-
-
Antoine Cellerier authored
-
- 09 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
-
- 08 Jul, 2005 1 commit
-
-
Rémi Denis-Courmont authored
(da big courmischage)
-
- 11 Dec, 2004 1 commit
-
-
Clément Stenac authored
* Each module can declare a "human-readable short name" with set_name * Modules are sorted by category (set_category, set_subcategory). Modules configs can be separated by set_section() * Separated audio-filter and audio-visual * Separated extraintf and control * New command and widget : add_module_list() for comma-separated modules * Vfilters now use "," as separator
-
- 25 Feb, 2004 1 commit
-
-
Gildas Bazin authored
* modules/packetizer/mpeg4audio.c, modules/packetizer/mpegvideo.c: compilation fix.
-
- 25 Jan, 2004 2 commits
-
-
Carlo Calabrò authored
sorry :)
-
Carlo Calabrò authored
If you've got spare stuff to review, I'm free. (FK, are you reviewing the KDE intf or shall I do it?)
-
- 22 Dec, 2003 1 commit
-
-
Sam Hocevar authored
+ Added pda.glade to the list of Glade2 generated files. + Remove strings such as "http://" or "/dev/video0" from the list of translated strings in the PDA interface. * Fixed grammar, spelling, a few pathetic inconsistencies, removed trailing whitespaces and tabulations here and there.
-
- 15 Dec, 2003 1 commit
-
-
Gildas Bazin authored
* modules/packetizer/mpeg4audio.c: fixed raw mpeg4 audio packetizer. * modules/demux/mp4/libmp4.c: fixed (again) parsing of wave tag.
-