]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
Don't include config.h from the headers - refs #297.
[vlc] / modules / codec / ffmpeg /
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2008-01-22 Jean-Paul SamanUse big endian definitions for ffmpeg PIX_FMT_* when...
2008-01-16 Rémi Denis-CourmontRevert the so-called whitelisting commits that are...
2008-01-16 Rafaël Carréinput options whitelisting, step 2 (refs #1371)
2007-12-16 Antoine CellerierDon't pretend to have ffmpeg based muxers and demuxers...
2007-12-08 Jean-Paul SamanRemove excess whiteline
2007-11-23 Jean-Paul SamanCompile fix to check for ffmpeg version.
2007-11-23 Jean-Paul SamanFix compiler warnings in modules/codec/ffmpeg/mux.c...
2007-11-20 Jean-Baptiste KempfFfmpeg swscaler, ifdef correction.
2007-11-18 Jean-Paul SamanDisable MMXEXT (MMX2) mode for swScaler since it crashes.
2007-11-18 Jean-Paul SamanChroma conversion using swscaler module.
2007-11-18 Jean-Paul SamanIndentation.
2007-11-18 Jean-Paul SamanTest for PIX_FMT_RGBA iso swscale.
2007-11-18 Jean-Paul SamanAttempt to implement chroma conversion using swscale...
2007-11-18 Jean-Baptiste KempfRealv3: support for broken streams that speciy a wrong...
2007-11-17 Pierre d'Herbemontmodules/codec/ffmpeg/video.c: Fix Remi Duraffort's...
2007-11-14 Jean-Paul SamanMake PIX_FMT_RGBA dependend on ffmpeg with swscale...
2007-11-07 Jean-Baptiste KempfFFmpeg - add the MPCK fourCC, that seems to be associat...
2007-10-26 Jean-Paul SamanSelect frames to drop a bit smarter.
2007-10-26 Jean-Paul Samanmodules/codec/ffmpeg/video_filter.c is img_* API only now
2007-10-26 Jean-Paul SamanFix ffmpeg swscaler
2007-10-26 Jean-Paul SamanRefactorize modules/codec/ffmpeg/:
2007-10-26 Jean-Paul SamanReturn NULL iso 0
2007-10-23 Jean-Baptiste KempfAdd support for fourCC MMES, which is a Matrox MPEG...
2007-10-23 Jean-Baptiste KempfAdd VP6A fourCC.
2007-10-20 Jean-Paul SamanDeinterlace prototype should be defined whether or...
2007-10-20 Jean-Paul SamanDeinterlace module doesn't depend on swscale or img_...
2007-10-20 Jean-Paul Samansws_scale_ordered() is deprecated in newer ffmpeg
2007-10-20 Laurent AimarLet ffmpeg handle APE codec (Monkey's Audio) as it...
2007-10-19 Jean-Baptiste KempfAdd NellyMoser with FourCC NELL.
2007-10-18 Jean-Paul SamanAdd VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg...
2007-10-18 Jean-Paul SamanFixed compiler warning for unused variables.
2007-10-15 Jean-Paul SamanWhitespace cleanup
2007-10-09 Jean-Baptiste Kempfffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
2007-10-04 Rafaël Carrédemuxers: remove the need for input_thread_t by using...
2007-10-03 Rafaël CarréDemuxers: do not load "meta reader" module if the input...
2007-10-03 Rafaël Carrétaglib: Supports in ogg/vorbis base64 encoded embedded...
2007-10-02 Laurent AimarOops fix compilation.
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
2007-10-02 Rafaël Carrétaglib: support for id3v2 embedded album art
2007-09-30 Rémi Denis-CourmontTypo
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-28 Rafaël Carrédon't compare signed with unsigned
2007-09-18 Jean-Paul SamanReturn VLC_ENOMEN iso VLC_EGENERIC when no more memory...
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-09-12 Antoine CellerierAdd FVFW and fvfw since ffdshow seems to offer that...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-09-09 Rafaël Carréffmpeg demux: Simplify
2007-09-09 Ilkka OllakkaPatch from Alex Antropoff, put block_align in use....
2007-09-05 Rémi Denis-CourmontFix old ffmpeg linking regression from [20357]
2007-08-31 Jean-Paul SamanIf too much frames have been dropped, then only decode...
2007-08-31 Jean-Paul SamanHonor --ffmpeg-skip-frame setting when used with -...
2007-08-24 Jean-Paul SamanEnable hurry-up by default to mimic old behaviour of...
2007-08-24 Jean-Paul SamanRemove TODO
2007-08-24 Jean-Paul SamanOops shouldn't have been in previous commit.
2007-08-24 Jean-Paul SamanImplement framedropping algorithm using avcontext.skip_...
2007-08-20 Rafaël CarréAdds libavcodec version check for musepack7 fourcc
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-08-20 Rafaël CarréCall "meta reader" module in ffmpeg demuxer
2007-08-20 Rafaël CarréAdds mpc to the ffmpeg's fourcc list
2007-08-17 Pierre d'Herbemontmodules/codec/ffmpeg/ffmpeg.c: Fix a typo with Global...
2007-08-16 Rémi Denis-Courmontffmpeg: use var_GetGlobalMutex
2007-08-15 Jean-Paul SamanRemove excess whitespace.
2007-08-04 Rémi Denis-CourmontFix previous commit
2007-08-04 Rémi Denis-CourmontRemove code from module descriptor.
2007-06-12 Laurent AimarAll: preliminary support for audio while playing faster...
2007-06-04 Laurent AimarSilent first 3 mpeg audio frames after a discontinuity...
2007-05-30 Laurent Aimarvideo: fixed preroll
2007-05-29 Damien Fouilleul - ffmpeg: fix for frame rate
2007-05-23 Jean-Baptiste KempfFFmpeg, update description and help.
2007-05-20 Rémi Denis-CourmontHide libvlc_global_data_t from plugins
2007-05-19 Rémi Denis-CourmontUse a vlc_CPU() wrapper instead of (ab)using libvlc_global
2007-05-19 Rémi Denis-CourmontUse vlc_object_kill(). Needs triple checking.
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: update copyright date.
2007-05-19 Antoine Cellerier* ffmpeg/demux.c: Don't change an ffmpeg demux's .flags...
2007-05-18 Antoine Cellerier* ffmpeg/video_filter.c: remove a bunch of trailing...
2007-05-12 Jean-Baptiste KempfFFMPEG FOURCC's: add FOURCC for DNxHD and compile fix...
2007-05-12 Jean-Baptiste KempfCompile fix. Oops(2)
2007-05-12 Jean-Baptiste KempfSmall Correction. Oops.
2007-05-12 Jean-Baptiste KempfFFMPEG, clean up a bit, add a few more FOURCC's and...
2007-05-12 Jean-Baptiste KempfFFMPEG's FOURCC: add NUV codec, Cinepak for fallback...
2007-05-12 Jean-Baptiste KempfCorrect a mistake in previous commit.
2007-05-11 Jean-Baptiste KempfFFMPEG FOURCC: commit fix for older FFMPEG versions.
2007-05-11 Jean-Baptiste KempfPut SGI decoder with the latest version of ffmpeg.
2007-05-11 Jean-Baptiste KempfCodecs FFMPEG. Add support for DosBox Capture, Worms...
2007-05-11 Jean-Baptiste KempfFFMPEG: activate WMVA since it seems to work (tested...
2007-05-11 Jean-Baptiste Kempfffmpeg's FOURCC: add new FOURCCs to H264, add TM20...
2007-05-11 Jean-Baptiste KempfFFMPEG - More H.263 and H.263+ FOURCC (tested too,...
2007-05-11 Jean-Baptiste KempfFFMPEG, MPEG-4 FOURCCs... I hope I did not forget too...
2007-05-11 Jean-Baptiste KempfFfmpeg FOURCC: Mjpeg (notably support for AVID MJPEG)
2007-05-11 Jean-Baptiste KempfAdd a few other bunch of FOURCCs (not all tested)....
2007-05-11 Jean-Baptiste KempfAdd a bunch of not so used FOURCC to ffmpeg.c. Should...
2007-05-02 Jean-Baptiste KempfShould add atrac3 support in rm files. Patch by Benjami...
2007-03-31 Filippo Caronecompile fixes
2007-03-30 Jean-Baptiste KempfRepair ATI VCR2 support by using ffmpeg instead of...
2007-03-29 Jean-Baptiste KempfMake the spacing coherent with the rest of the file.
2007-03-29 Jean-Baptiste KempfAdd Flash Screen Video FourCC
2007-03-25 Antoine CellerierEnable ffmpeg's GIF decoder for post r8520 revisions...
2007-03-21 Antoine CellerierDisable ffmpeg GIF decoder. It's currenly not working...
2007-03-07 Laurent AimarFixed uninitialized value.
next