]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/ffmpeg.c
Merge branch 'master' of git@git.videolan.org:vlc
[vlc] / modules / codec / ffmpeg / ffmpeg.c
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'Herbemontdemux: Rename demux2 to demux as demux is no longer...
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
2008-03-22 Jean-Baptiste KempfAdd two FourCC that are actually decoded.
2008-03-11 Jean-Paul SamanFix building AAC profile selection for outdated ffmpeg...
2008-03-11 Jean-Paul SamanAdd option to encode aac low, main, sbr or ltp profiles.
2008-03-07 Rémi DuraffortCompile fix for packaged ffmpeg on debian etch.
2008-03-05 Jean-Paul SamanFix BGR <-> RGB endianess problem with PNG's loading...
2008-02-29 Pierre d'Herbemontffmpeg: Add AC-3 Audio (Dolby Digital) to ffmpeg module...
2008-02-29 Faustino OsunaLet's try this again. Detect older and new versions...
2008-02-29 Faustino OsunaToo many problems with new ffmpeg detection, reverting...
2008-02-29 Faustino OsunaDetect and allow older versions of ffmpeg to be used...
2008-02-28 Faustino OsunaUpdate references to ffmpeg header files to match new...
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-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-07 Jean-Baptiste KempfFFmpeg - add the MPCK fourCC, that seems to be associat...
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 module doesn't depend on swscale or img_...
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 SamanFixed compiler warning for unused variables.
2007-10-09 Jean-Baptiste Kempfffmpeg - DNxHD / VC-3 is AVdn fourCC not AVDn.
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-12 Antoine CellerierAdd FVFW and fvfw since ffdshow seems to offer that...
2007-08-24 Jean-Paul SamanEnable hurry-up by default to mimic old behaviour of...
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 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-04 Rémi Denis-CourmontRemove code from module descriptor.
2007-06-04 Laurent AimarSilent first 3 mpeg audio frames after a discontinuity...
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-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-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-02-21 Antoine CellerierAdd CODEC_ID_GSM and CODEC_ID_GSM_MS to ffmpeg audio...
2007-02-20 Laurent Aimarffmpeg: ask a packetizer for audio too (needed since...
2007-02-11 Antoine CellerierPrint more debug messages from ffmpeg when using the...
2007-02-11 Antoine CellerierAdd option to specify which muxer we want to use in...
2006-12-17 Dennis van Amerongen* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-21 Rémi Denis-CourmontFix segmentation fault at ffmpeg startup (fixes #858)
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-11-17 Derk-Jan Hartman* Remove the old swscale files, and use the newer libsw...
2006-11-13 Derk-Jan Hartman* Update wavpack libavcodec version for trunk as well...
2006-10-25 Antoine CellerierAdd GIF decoding support (thanks to FFmpeg once more...
2006-10-21 Jean-Paul SamanFix compiler warning: missing initializer
2006-10-21 Derk-Jan Hartman* copy paste error
2006-10-21 Derk-Jan Hartman* Add 24bit and 32bit PCM stream support to avcodec
2006-10-17 Derk-Jan HartmanEnable ffmpegs TTA decoder, and add a TTA demux to...
2006-10-08 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: add RV20 fourcc.
2006-09-26 Antoine CellerierEnable WavPack decoding in ffmpeg (once they'll increme...
2006-09-23 Dennis van Amerongen* modules/codec/ffmpeg.c: add X264 to the list of suppo...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-09-09 Antoine CellerierAlso decode VP6 in flash ... this currently decodes...
2006-09-09 Antoine CellerierFFmpeg now has VP5/VP6 decoding (flash uses special...
2006-09-05 Antoine CellerierFFmpeg now has support for VMware's video codec.
2006-08-21 Gildas Bazin* modules/codec/ffmpeg: experimental muxer using ffmpeg...
2006-08-16 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: print AV_LOG_DEBUG...
2006-08-06 Jean-Paul SamanOops use VLC_ error messages
2006-08-06 Jean-Paul Samansanity checking
2006-07-29 Christophe Mutricyfix breakqge introduce in [16152]
2006-07-29 Felix Paul Kühne* enabled ffmpeg's beta WMV3/VC1-support
2006-06-21 Derk-Jan Hartman* update the ffmpeg VC-1 fourcc info. Hopefully it...
2006-04-10 Derk-Jan Hartman* Fix ffmpeg libavformat linkage when we don't use...
2006-03-30 Christophe MutricyString review in codec. 1st part. ffmpeg.h to be improv...
2006-03-18 Clément StenacTranscode cropping/padding patch by Udo Richter < udo...
2006-03-01 Derk-Jan Hartman* Add dvcp and dvpp FOURCCs (the PAl versions of QuickT...
2006-01-12 Antoine CellerierFSF address change.
2006-01-04 Clément Stenaccompile fix
next