- 08 Jul, 2008 1 commit
-
-
Laurent Aimar authored
Fixed usage of start_time. (It should fix #799)
-
- 10 Jun, 2008 1 commit
-
-
dionoea authored
compiler needs the prototype).
-
- 09 Jun, 2008 2 commits
- 03 Jun, 2008 1 commit
-
-
dionoea authored
Some more seperation of the different ffmpeg based modules. They're now completely disjoint except for the common chroma.h and fourcc.h headers.
-
- 31 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 26 May, 2008 1 commit
-
-
Rafaël Carré authored
-
- 08 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 01 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 16 Apr, 2008 1 commit
-
-
dionoea authored
When demuxing with ffmpeg, set the VLC block I frame flag when it is marked as such by lavf. This fixes flv restreaming without transcoding.
-
- 14 Apr, 2008 1 commit
-
-
Pierre d'Herbemont authored
This improves readability a lot and prevent us from reinventing the wheel.
-
- 31 Mar, 2008 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
-
- 13 Mar, 2008 1 commit
-
-
Jean-Baptiste Kempf authored
-
- 11 Mar, 2008 1 commit
-
-
ivoire authored
-
- 03 Mar, 2008 1 commit
-
-
Ilkka Ollakka authored
and doesn't seem to affect any regression on demuxing.
-
- 29 Feb, 2008 4 commits
-
-
Faustino Osuna authored
-
Faustino Osuna authored
Let's try this again. Detect older and new versions of ffmpeg and allow for their coexistence within VLC.
-
Faustino Osuna authored
-
Faustino Osuna authored
-
- 28 Feb, 2008 1 commit
-
-
Faustino Osuna authored
Update references to ffmpeg header files to match new directory structure. All ffmpeg headers should now be accessed through: * <libpostprocess/postprocess.h> * <libswscale/swscale.h> * <libavutil/avutil.h> * <libavcodec/avcodec.h> * <libavformat/avformat.h>
-
- 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.
-
- 16 Dec, 2007 1 commit
-
-
dionoea authored
-
- 04 Oct, 2007 1 commit
-
-
Rafaël Carré authored
tta & ffmpeg: remove unneeded "meta reader" loading tta didn't use anyway, and ffmpeg uses information from libavcodec
-
- 03 Oct, 2007 2 commits
-
-
Rafaël Carré authored
-
Rafaël Carré authored
taglib: Supports in ogg/vorbis base64 encoded embedded album art with COVERARTMIME & COVERART comments. Use TagLib namespace for better code readability. demuxers: Adds attachments support for ogg. Fix potential memleaks.
-
- 02 Oct, 2007 1 commit
-
-
Rafaël Carré authored
the only demuxer supported is mpga, other demuxers should be updated if they demux files that can have id3v2 tags fix some bugs in flac & ogg demuxers
-
- 09 Sep, 2007 1 commit
-
-
Rafaël Carré authored
-
- 20 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rafaël Carré authored
-
- 19 May, 2007 2 commits
- 11 Feb, 2007 1 commit
-
-
dionoea authored
* Fix ffmpeg muxer. (flv muxing now works with ./vlc --sout "#transcode{vcodec=FLV1,acodec=mp3}:std{mux=ffmpeg{mux=flv},access=file,dst=test.flv}" -vvv --color ~/media/pinball-bit-rate-vbr-peak.wmv -I dummy) Include 2 hacks ... if someone has a better way to do it feel free to do so. * Remove a bunch of trailing white spaces.
-
- 26 Nov, 2006 1 commit
-
-
zorglub 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.
-
- 18 Nov, 2006 1 commit
-
-
hartman authored
- Note that these are not all replaced atm, so some functionality might be lacking * Make the minimum version of libavcodec version 5000 (september 2005). - Removed all the checks for previous API versions.
-
- 17 Nov, 2006 1 commit
-
-
hartman authored
-
- 10 Nov, 2006 1 commit
-
-
Rémi Denis-Courmont authored
* Fix avformat demux IOSeek. Should improve playback of some flv's * Improve avformat demux SET_POSITION.
-
- 08 Oct, 2006 3 commits
-
-
Jean-Paul Saman authored
-
gbazin authored
-
gbazin authored
-