]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/video.c
Remove E_()
[vlc] / modules / codec / ffmpeg / video.c
2008-05-08 Rémi Denis-CourmontRemove E_()
2008-05-03 Rémi Denis-CourmontUse vlc_memset/vlc_memcpy
2008-05-01 Rémi Denis-CourmontRemove I64C as well
2008-04-14 Jean-Paul SamanMerge branch 'master' of git@git.videolan.org:vlc
2008-04-14 Pierre d'HerbemontReplace vlc_bool_t by bool, VLC_TRUE by true and VLC_FA...
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 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-29 Rafaël Carrécodecs & packetizers: fix warnings
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
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-10-26 Jean-Paul SamanSelect frames to drop a bit smarter.
2007-10-18 Jean-Paul SamanAdd VLC_FOURCC('R','G','B','A') to modules/codec/ffmpeg...
2007-10-02 Laurent AimarOops fix compilation.
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
2007-09-30 Rémi Denis-CourmontTypo
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
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 SamanRemove TODO
2007-08-24 Jean-Paul SamanImplement framedropping algorithm using avcontext.skip_...
2007-08-16 Rémi Denis-Courmontffmpeg: use var_GetGlobalMutex
2007-08-04 Rémi Denis-CourmontFix previous commit
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-30 Laurent Aimarvideo: fixed preroll
2007-05-29 Damien Fouilleul - ffmpeg: fix for frame rate
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-18 Derk-Jan Hartman* Don't use deprecated functions if libswscaler is...
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-08-29 Jean-Paul SamanFix compiler warnings (mismatch in datatypes)
2006-01-12 Antoine CellerierFSF address change.
2005-11-27 Gildas Bazin* modules/codec/ffmpeg/video.c: use frame-rate from...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: try a bit harder to enable...
2005-11-13 Gildas Bazin* modules/codec/ffmpeg: added ffmpeg-skiploopfilter...
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-10 Christophe Massiot * modules/codec/ffmpeg: New options to fine-tune advan...
2005-06-01 Gildas Bazin* modules/demux/mp4/mp4.c: we don't need to re-packetiz...
2005-06-01 Gildas Bazin* modules/codec/ffmpeg/video.c: codec extra data is...
2005-05-16 Gildas Bazin* modules/codec/ffmpeg/video.c: use frame rate info...
2005-05-10 Gildas Bazin* modules/codec/ffmpeg/*, modules/stream_out/switcher...
2005-04-20 Gildas Bazin* modules/codec/ffmpeg: added support for Apple QuickDr...
2005-04-10 Sigmund Augdal Helbergfixed three major problems pointed to by Trax
2005-03-09 Gildas Bazin* modules/codec/ffmpeg/video.c: take input rate into...
2005-03-07 Gildas Bazin* modules/codec/ffmpeg/video.c: assume (M)JPEG YUV420...
2005-03-05 Gildas Bazin* include/video_output.h, ALL: changed api for vout_Req...
2005-03-02 Steve LhommeAvoid \r\n problems between platforms
2005-03-02 Steve Lhommevideo.c: don't display pre-rolled pictures
2005-02-21 Laurent Aimar * all: woops (debug messages left).
2005-02-21 Laurent Aimar * block: added
2004-11-05 Gildas Bazin* modules/codec/ffmpeg/*: fix interlaced encoding ...
2004-10-22 Gildas Bazin* modules/codec/ffmpeg/video.c: libavcodec still doesn...
2004-10-15 Gildas Bazin* modules/codec/ffmpeg: fixed a couple of corner cases...
2004-09-27 Gildas Bazin* modules/codec/ffmpeg/video.c: don't need to modify...
2004-09-26 Gildas Bazin* modules/codec/libmpeg2.c, ffmpeg/video.c, theora...
2004-09-26 Gildas Bazin* modules/codec/ffmpeg/*: new --ffmpeg-lowres option...
2004-09-26 Sigmund Augdal Helbergffmpeg/video.c: fixed recent breakage of avc1 in mp4...
2004-09-01 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed a crash on win32...
2004-08-28 Gildas Bazin* ALL: use i_visible_lines in plane_t.
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-06-29 Gildas Bazin* modules/codec/ffmpeg/video.c: force the very 1st...
2004-05-23 Laurent Aimar * video; in hurry up mode 5 when scanning for width...
2004-05-15 Laurent Aimar * all: added avc1 support. Well there is a hack becaus...
2004-05-07 Laurent Aimar * video: set avtcx->codec_tag
2004-05-03 Gildas Bazin* modules/codec/ffmpeg/video.c: compilation fixes for...
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/video.c: direct rendering needs...
2004-04-29 Gildas Bazin* modules/codec/ffmpeg/*:
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-03-25 Laurent Aimar * video: disable direct rendering for h264.
2004-03-08 Gildas Bazin* ffmpeg/video.c: got rid of the --ffmpeg-truncated...
2004-03-01 Laurent Aimar * video.c: make SVQ3/ffmpeg happy with complex stsd...
2004-02-25 Laurent Aimar * all: removed block_t->b_discontinuity,b_frame_*...
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: another fix for switchi...
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: another fix for post...
2004-02-08 Sigmund Augdal Helbergmodules/demux/avi/avi.c:
2004-02-08 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed crash when disabl...
2004-01-25 Gildas Bazin* include/vlc_common.h, include/vlc_es.h: new video_pal...
2004-01-18 Laurent Aimar * video: should fix an infinite loop. Dnumgis could...
2004-01-09 Derk-Jan Hartman* video.c: gibalou: no palctrl in avcodec context in...
2004-01-09 Gildas Bazin* modules/codec/ffmpeg/video.c: setup dummy palette...
2004-01-08 Gildas Bazin* configure.ac: detect if libavformat is present.
2003-12-02 Gildas Bazin* modules/demux/mp4/mp4.c: find out aspect ratio from...
2003-12-01 Laurent Aimar * video: display "more than 5 seconds of late video...
2003-11-29 Laurent Aimar * all: - increased avcodec version needed to 4680...
2003-11-27 Laurent Aimar * all: drop block(s) with b_discontinuity set.
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-23 Gildas Bazin* modules/gui/wxwindows/*: added new codecs for stream...
2003-11-23 Gildas Bazin* modules/demux/*: some containers don't carry any...
2003-11-23 Laurent Aimar * all: do not use p_fifo.
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-11-19 Gildas Bazin* modules/codec/ffmpeg/: don't re-use the same pts...
2003-11-17 Laurent Aimar * all: a little compil fix and more sanity checks...
2003-11-16 Gildas Bazin* modules/codec/ffmpeg/video.c, src/input/input_dec...
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
next