]> git.sesse.net Git - vlc/history - modules
Misc changes
[vlc] / modules /
2005-11-01 Cyril Deguet* all: added an attribute "autoresize" to the Video...
2005-10-31 Gildas Bazin* modules/stream_out/transcode.c: fixed small memleak.
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/encoder.c: fmt_out.p_extra needs...
2005-10-31 Gildas Bazin* modules/codec/libmpeg2.c: when AR is forced by input...
2005-10-31 Benjamin PrachtOups, latest commit was broken.
2005-10-31 Benjamin PrachtFix a mistake in the resampling algorithm (hope I didn...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: do not re-invent the...
2005-10-31 Gildas Bazin* modules/codec/ffmpeg/demux.c: added raw video support.
2005-10-31 Marian Durkovicfixed untranslatable strings
2005-10-31 Marian Durkovicmake Crop or Aspect change autoamtically resize the...
2005-10-31 Marian DurkovicVOUT_SET_ZOOM can't be relative, since it doesn't work...
2005-10-30 Felix Paul Kühne* added DJ's 10.2-patch again. Fixes the compilation...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: avoid a strcmp() in...
2005-10-30 Gildas Bazin* modules/codec/vorbis.c: fixed crash on codec cleanup...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/ffmpeg.c: fixed crash in Libavco...
2005-10-30 Felix Paul Kühne* forwardport [13037]
2005-10-30 Felix Paul Kühne* fixed some other strings
2005-10-30 Gildas Bazin* modules/demux/mp4/mp4.c: set fmt.video.i_bits_per_pix...
2005-10-30 Gildas Bazin* modules/codec/ffmpeg/demux.c: Updated to use latest...
2005-10-30 Felix Paul Kühne* fixed some untranslatable strings and strings which...
2005-10-30 Gildas Bazin* modules/demux/real.c, modules/access/rtsp/*: fixes...
2005-10-29 Benjamin Prachtset the samplerate before the format. The open of the...
2005-10-29 Marian Durkovicremoved i_seqno from block_t ; RTP access now stores...
2005-10-29 Gildas Bazin* modules/video_output/wingdi.c: misc fixes and improve...
2005-10-29 Gildas Bazin* modules/video_output/directx, modules/video_output...
2005-10-29 Antoine Cellerierchangesets r12782 and r12804 from 0.8.5-zorglub branch...
2005-10-29 Antoine Cellerieroops
2005-10-29 Antoine Celleriers/ffmpeg/x264/
2005-10-29 Antoine Cellerierallow subpel option in the 1 to 6 range for X264_BUILD...
2005-10-29 Gildas Bazin* modules/codec/libmpeg2.c: fixed detection for aspect...
2005-10-29 Gildas Bazin* modules/video_output/x11/xcommon.c: support on-the...
2005-10-28 Gildas Bazin* modules/misc/freetype.c, src/video_output/vout_intf...
2005-10-28 Antoine Cellerier * magnify video filter. Still needs some work on the...
2005-10-28 Antoine Cellerier * new gradient and edge detection video filters (sobel...
2005-10-28 Steve Lhommemkv.cpp: support the new A_AAC codec ID and SBR for...
2005-10-28 Jean-Paul Samanrc control interface fix for correct reporting of playl...
2005-10-28 Gildas Bazin* modules/video_output/directx/directx.c, modules/video...
2005-10-28 Gildas Bazin* modules/video_output/x11/xcommon.c: support changing...
2005-10-28 Derk-Jan Hartman* hotkey: Go to DVD menu (ctrl-M)
2005-10-27 Steve Lhommemkv.cpp: get ready to support pixel cropping (top/botto...
2005-10-27 Felix Paul Kühne* minor string fixes
2005-10-27 Marian Durkovicfix relation between MTU and RTP max packet size -...
2005-10-27 Marian Durkovicskip 4 bytes also for RTP payload=32 (MPV) - RFC2250
2005-10-27 Gildas Bazin* modules/video_output/directx/glwin32.c: support on...
2005-10-27 Marian Durkovicuse visible width/height in crop filter
2005-10-27 Marian Durkovicfixed huge memory leak affecting #rtp stream output
2005-10-26 Gildas Bazin* modules/video_output/x11/xcommon.c, modules/video_out...
2005-10-26 Marian Durkovicfixed SAP c= line TTL issue in #standard,
2005-10-26 Gildas Bazin* modules/video_output/directx/directx.c: support on...
2005-10-26 Marian Durkovicfixed aspect ratio calculation when deinterlace->discar...
2005-10-25 Gildas Bazin* modules/video_output/x11/xcommon.c: added support...
2005-10-25 Derk-Jan Hartman* Fix a memleak in the image video output.
2005-10-25 Gildas Bazin* modules/video_filter/*: use p_vout->fmt_in/out.
2005-10-25 Gildas Bazin* modules/video_filter/deinterlace.c: fixed aspect...
2005-10-25 Marian Durkovicfix for SAP announcements:
2005-10-25 Marian Durkovicput --sout-udp-ttl back, needed if streaming several...
2005-10-25 Antoine Cellerierone more fix :) -- courmisch approved ...
2005-10-25 Rémi Denis-CourmontWork-around wxWidgets overriding the LC_NUMERIC setting...
2005-10-25 Marian Durkovicget rid of confusing --sout-udp-ttl and unneded warning...
2005-10-25 Marian DurkovicUse RTP for wizard, since it's capable of packet reorde...
2005-10-25 Marian DurkovicFTP URLs are relative to user's default directory ...
2005-10-24 Cyril Deguet* all: Post a CmdResizeVout command when the vout size...
2005-10-24 Marian Durkovicmodifications for RTP reordering:
2005-10-24 Benjamin PrachtAdd a "clear" command to empty the playlist (someone...
2005-10-24 Gildas Bazin* modules/video_output/directx/directx.c: removed debug...
2005-10-24 Marian Durkovicfixed SAP announcement deletion for muxed streams
2005-10-23 Cyril Deguet* ctrl_tree.cpp: (un)folding of a playlist item is...
2005-10-23 Cyril Deguet* all: don't rebuild the whole playtree when an item...
2005-10-23 Clément StenacAdd support for wmap
2005-10-23 Gildas Bazin* modules/misc/network/ipv4.c: fixed wince breakage.
2005-10-23 Gildas Bazin* modules/codec/realaudio.c: on win32, use codecs insta...
2005-10-23 Gildas Bazin* modules/video_output/directx/directx.c: small fix...
2005-10-23 Cyril Deguet* png_bitmap.cpp: fixed handling of PNG bitmaps with...
2005-10-23 Gildas Bazin* modules/video_output/directx/*: support for cropping.
2005-10-23 Gildas Bazin* modules/video_output/opengl.c: hopefully got it right...
2005-10-23 Marian DurkovicSAP announcer needs destination address in URI
2005-10-23 Gildas Bazin* modules/video_output/opengl.c: implemented cropping.
2005-10-23 Clément StenacExport URI from RTP module . Closes:#403
2005-10-23 Gildas Bazin* modules/video_output/x11/xcommon.c: use p_vout->fmt_o...
2005-10-23 Gildas Bazin* modules/video_output/x11/xcommon.c: support cropping...
2005-10-23 Rémi Denis-CourmontAnother bunch of attributes fixes
2005-10-23 Rémi Denis-CourmontAdd usual SVN properties
2005-10-23 Rémi Denis-CourmontC source code is not executable
2005-10-23 Marian Durkovicuse correct address filed for MMSH
2005-10-23 Marian Durkovicif no mux, add TS also for RTP
2005-10-23 Clément StenacPut the full path in wizard output option (Closes:...
2005-10-22 Boris Dorès- accurate testing of i_original_channels
2005-10-22 Steve Lhommemkv.cpp: add some debugging messages for the users...
2005-10-22 Steve Lhommemkv.cpp: add support for the basic A_AAC codec ID
2005-10-22 Steve Lhommemkv.cpp: support for the new header stripping compression
2005-10-22 Cyril Deguet* all: the "visible" attribute for windows (in the...
2005-10-22 Gildas Bazin* modules/audio_output/alsa.c: rework of the previous...
2005-10-22 Cyril Deguet* hotkeys.c: don't crash when there is no input
2005-10-21 Steve Lhommemkv.cpp: implement working support for the new SimpleBl...
2005-10-20 Scott Caudleupdates spectrometer visualization. some optimization...
2005-10-20 Jean-Paul Samanfix one potential refcount problem
2005-10-20 Jean-Paul SamanPut vlc_object_release() at the proper place. This...
2005-10-20 Marian Durkovicsend proper info in m= line of SAP announcements:
2005-10-20 Marian Durkovicadded RTP method to streamout dialog
2005-10-20 Marian Durkovicfixed some issues with port numbers
next