An error occurred fetching the project authors.
- 28 Jun, 2008 2 commits
-
-
Rémi Duraffort authored
-
Rémi Duraffort authored
-
- 22 Jun, 2008 1 commit
-
-
Rémi Duraffort authored
Fix potential segfault (check malloc return value).
-
- 09 Jun, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier authored
headers, avutil.h, chroma.h and fourcc.h are also located in that directory.) This should be the last commit in the "Move all the old ffmpeg modules source code files around to make it seem like you're working while you're not".
-
- 05 Jun, 2008 1 commit
-
-
Rafaël Carré authored
Better comment them fully, if you are too lazy to report upstream
-
- 03 Jun, 2008 2 commits
-
-
Antoine Cellerier authored
-
Antoine Cellerier 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.
-
- 02 Jun, 2008 1 commit
-
-
Antoine Cellerier authored
Split ffmpeg module in avcodec (decoders, encoders, deinterlacing), avformat (demuxers, muxers), swscale (scaling, chroma conversion) and postproc modules.
-
- 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
-
- 03 May, 2008 1 commit
-
-
Rémi Denis-Courmont authored
-
- 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.
-
- 07 Mar, 2008 1 commit
-
-
Rémi Duraffort authored
Signed-off-by: Rémi Duraffort <ivoire@via.ecp.fr>
-
- 05 Mar, 2008 1 commit
-
-
Jean-Paul Saman authored
-
- 29 Feb, 2008 3 commits
-
-
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>
-
- 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.
-
- 17 Nov, 2007 1 commit
-
-
Pierre d'Herbemont authored
modules/codec/ffmpeg/video.c: Fix Remi Duraffort's PIX_FMT_RGBA issue by testing directly for PIX_FMT_RGBA definition, instead of testing if swscale is present.
-
- 14 Nov, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 26 Oct, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 18 Oct, 2007 1 commit
-
-
Jean-Paul Saman authored
-
- 02 Oct, 2007 2 commits
-
-
Laurent Aimar authored
-
Laurent Aimar authored
(libmpeg2/xvmc pending)
-
- 30 Sep, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
-
- 31 Aug, 2007 2 commits
-
-
Jean-Paul Saman authored
If too much frames have been dropped, then only decode I frames for a while and see if you can catch up with decoding other frames as well.
-
Jean-Paul Saman authored
-
- 24 Aug, 2007 2 commits
-
-
Jean-Paul Saman authored
-
Jean-Paul Saman authored
- ffmpeg-skip-frames values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frames - ffmpeg-skip-idct values: -1=None, 0=Default, 1=B-frames, 2=P-frames, 3=B+P frames, 4=all frame)
-
- 16 Aug, 2007 1 commit
-
-
Rémi Denis-Courmont authored
-
- 04 Aug, 2007 2 commits
-
-
Rémi Denis-Courmont authored
-
Rémi Denis-Courmont authored
That's very naughty.
-
- 04 Jun, 2007 1 commit
-
-
Laurent Aimar authored
-
- 30 May, 2007 1 commit
-
-
Laurent Aimar authored
audio: use avcodec_decode_audio2 use block_Realloc to pad buffer. fixed decoding when SplitBuffer is used (flac)
-