]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg
Add AVUI fourCC, fix the problem with http://samples.mplayerhq.hu/V-codecs/AVUI/avid_...
[vlc] / modules / codec / ffmpeg /
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.
2007-02-26 Christophe MutricyCompile fix for old ffmpeg
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-17 Antoine Cellerierffmpeg/mux.c: implement MUX_GET_MIME.
2007-02-17 Antoine CellerierWith recent libavformat, only use the evil CODEC_ID_MP2...
2007-02-17 Antoine CellerierFix ffmpeg muxer header writing. This allows flash...
2007-02-12 Antoine Celleriers/borken/broken/
2007-02-12 Antoine CellerierConditionaly compile the mux fix as it requires a new...
2007-02-11 Antoine CellerierPrint more debug messages from ffmpeg when using the...
2007-02-11 Antoine Cellerier * Fix ffmpeg muxer. (flv muxing now works with ./vlc...
2007-02-11 Antoine CellerierAdd option to specify which muxer we want to use in...
2007-02-10 Rémi Denis-Courmonts/psz_name/psz_path/ for consistency
2007-01-14 Damien Fouilleul- ffmpeg/encoder.c: more int64_t fixes
2007-01-11 Christophe MutricyRemove the warning. thanks to Quovodis
2007-01-11 Christophe MutricyBetter a compile warning than a bug. Thanks to Robert...
2007-01-11 Damien Fouilleul- ffmpeg/encoder.c: force AV_NOPTS_VALUE to int64_t...
2006-12-24 Clément StenacMore cleanup
2006-12-17 Dennis van Amerongen* modules/codec/ffmpeg/ffmpeg.c and modules/demux/nsv...
2006-11-26 Clément Stenac« En essayant continuellement on finit par réussir...
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-24 Christophe MutricyUse LOW_DELAY only with MPEG1/2. Closes #864
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* Fix ffmpeg include's
2006-11-17 Derk-Jan Hartman* Other way around of course
2006-11-17 Derk-Jan Hartman* Disable swscale if we don't have it installed
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-11-10 Rémi Denis-CourmontPartial forward port of thedj's [17597]:
2006-11-08 Christophe Massiot * modules/codec/ffmpeg/encoder.c: MPEG compliance...
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-10-08 Jean-Paul Saman(Forward port of rev 16987) Fix number of compiler...
2006-10-08 Gildas Bazin* modules/demux/real.c, modules/codec/ffmpeg/demux...
2006-10-08 Gildas Bazin* Fixed another bunch of memory leaks.
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
2006-09-30 Clément StenacMerge author/artist
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...
next