]> git.sesse.net Git - vlc/history - modules/codec/ffmpeg/video.c
Make Zorglub less unhappy
[vlc] / modules / codec / ffmpeg / video.c
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...
2003-10-28 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed screwed up indire...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-21 Gildas Bazin* modules/codec/ffmpeg/video.c: compilation fix for...
2003-08-13 Gildas Bazin* modules/video_output/x11/xcommon.c: fixed a bug with...
2003-08-12 Gildas Bazin* modules/codec/ffmpeg/video.[ch]: another temporary...
2003-08-09 Gildas Bazin* modules/codec/ffmpeg/video.c: temporary hack to work...
2003-08-08 Gildas Bazin* modules/codec/ffmpeg/: proper generation of pts in...
2003-07-26 Laurent Aimarffmpeg: fix potential overread for mpeg4 with vol.
2003-07-10 Laurent Aimar * ffmpeg: some clean. Added a mutex to avoid multiple...
2003-06-28 Laurent Aimar * ffmpeg: disable direct rendering when width or heigh...
2003-06-28 Laurent Aimar * ffmpeg : do no try to automatically set ffmpeg-trunc...
2003-06-19 Gildas Bazin* modules/codec/ffmpeg/video.c: disabled direct renderi...
2003-06-16 Gildas Bazin* modules/codec/ffmpeg/video.c: fixed the last direct...
2003-06-16 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*: a few direct...
2003-06-14 Gildas Bazin* modules/codec/ffmpeg/*: fix for ffmpeg direct renderi...
2003-05-10 Laurent Aimar * ffmpeg : fix for svq3.
2003-05-09 Laurent Aimar * ffmpeg: now ffmpeg has a SVQ3 decoder, so use it :)
2003-05-07 Laurent Aimar * ffmpeg: --ffmpeg-truncated is now an int :
2003-05-07 Laurent Aimar * ffmpeg: do not use CODEC_FLAG_TRUNCATED by default...
2003-04-27 Laurent Aimar * ffmpeg: stop skipping video sometime ;).
2003-04-26 Laurent Aimar * video: spelling error.
2003-04-26 Laurent Aimar * ffmpeg: we always skip video if we have more than...
2003-04-20 Gildas Bazin* configure.ac.in, modules/codec/ffmpeg/*, modules...
2003-04-17 Laurent Aimar * ffmpeg: remove some #ifdef (you need at least libavc...
2003-03-24 Derk-Jan Hartman* Added fourcc 'MSS1' which is equivalent to 'WMV2'
2003-03-15 Laurent Aimar * ffmpeg: Use truncated frames if supported by codec...
2003-02-18 Gildas Bazin* modules/codec/ffmpeg/video.c: got rid of ffmpeg_Conve...
2003-01-08 Laurent Aimar * ffmpeg/video.c: in case of mpeg4 stream search in...
2003-01-07 Laurent Aimar * all: I have added two new variables in es_descriptor...
2002-12-18 Laurent Aimar * video.c: with mpeg4 stream, we try to decode a pictu...
2002-12-14 Laurent Aimar * all: with mpeg4 video I changed the way that some...
2002-12-10 Laurent Aimar ffmpeg: adapted to current cvs version. It should...
2002-12-06 Sam Hocevar * ./configure.ac.in: removed -W in favour of -Wtradit...
2002-12-06 Laurent Aimar all: fix some minors warnings.
2002-12-06 Laurent Aimar * ffmpeg: sync with latest ffmpeg cvs. As it need...
2002-11-28 Sam Hocevar * ./src/video_output/video_output.c, modules/*: facto...
2002-11-28 Laurent Aimar * ffmpeg: arg, fix a previous fix for non-latest ffmpe...
2002-11-27 Laurent Aimar * all: added mjpeg support, some clean up in video...
2002-11-19 Gildas Bazin* include/video.h, include/vlc_config.h, src/video_outp...
next