]> git.sesse.net Git - vlc/history - modules
ffmpeg.h was removed
[vlc] / modules /
2008-06-05 Pierre d'Herbemontstats: use vlc_common.h instead of vlc/vlc.h
2008-06-05 Pierre d'Herbemontstats: Add vout stats module.
2008-06-05 Pierre d'Herbemontstats: Initial import of a stat oriented module. Use...
2008-06-05 Rémi Denis-CourmontTypo
2008-06-05 Vincent Penquerc'henable display of background bitmaps (eg, picture subti...
2008-06-05 Rafaël CarréDon't workaround unknown bugs in external libraries
2008-06-05 Rafaël CarréUse a libhal property only if it exists
2008-06-04 Rafaël CarréDon't try to build broken postproc modules
2008-06-04 Antoine CellerierThis should fix audio transcoding. (unfortunately I...
2008-06-04 Rémi Denis-CourmontRTP: support for pulse code modulation
2008-06-04 Antoine CellerierYUV 422 Packed motion detect (still kind of broken).
2008-06-04 Antoine CellerierFix segfault in transcode (audio).
2008-06-04 Antoine CellerierFactorize some code in the filters.
2008-06-04 Antoine CellerierFactorize picture dating and releasing code.
2008-06-04 Antoine CellerierUseless statement.
2008-06-04 Antoine CellerierAdd support for Packed YUV 422 to rotate video filter...
2008-06-04 Rémi Denis-Courmontaccess_udp: remove UDP-Lite support
2008-06-04 Rémi Denis-CourmontRTP: add UDP-Lite support
2008-06-04 Rémi Denis-CourmontDo not use the old UDP access for RTP/AVP
2008-06-04 Rémi Denis-CourmontBuild the RTP plugin
2008-06-04 Rémi Denis-CourmontDon't check for impossible error involving object types
2008-06-04 Rémi Denis-CourmontFTP: do not rely on object_type
2008-06-04 Rémi Denis-CourmontRemove VLC_OBJECT_SOUT
2008-06-04 Rémi Denis-CourmontRemove redumdant b_play code
2008-06-04 Antoine CellerierUse gray for the place holder color on packed formats...
2008-06-04 Antoine CellerierFix help string.
2008-06-04 Antoine CellerierUse filter chain in transcode (audio filter2 and video...
2008-06-03 Rémi Denis-CourmontRTP: support for G.711
2008-06-03 Rémi Denis-CourmontIgnore unknown payload types
2008-06-03 Rémi Denis-CourmontRTP: add support for MPA and MPV static payload formats
2008-06-03 Rafaël CarréAdd missing prototypes
2008-06-03 Rafaël CarréLink with libavutil when needed
2008-06-03 Rémi Denis-CourmontMinimalistic RTP demux
2008-06-03 Antoine CellerierDo not align height and width on multiples of 16 in...
2008-06-03 Rafaël CarréShut down debug useless to most users and developers
2008-06-03 Antoine CellerierSplit should now be complete (postproc still needs...
2008-06-03 Antoine CellerierSome more seperation of the different ffmpeg based...
2008-06-03 Antoine CellerierImg resample based module (functionality untested ...
2008-06-03 Antoine CellerierAdd fallback to img_resample based plugin if swscale...
2008-06-02 Rafaël CarréRemove support DBus & HAL APIs
2008-06-02 Rafaël CarréFix i420_yuy2 chroma
2008-06-02 Rémi Denis-CourmontFix linking postproc
2008-06-02 Antoine CellerierThis module scales with nearest neightboor algorithm...
2008-06-02 Antoine CellerierSimplify scale and chroma conversion code a lot. Remove...
2008-06-02 Antoine CellerierPort chain filter to new API. Now supports chaining...
2008-06-02 Antoine CellerierChroma modules now exactly implement the "video filter2...
2008-06-02 Antoine CellerierSplit ffmpeg module in avcodec (decoders, encoders...
2008-06-02 Antoine CellerierEnforce --no-overlay option in SDL video output.
2008-06-02 Antoine CellerierChroma API change. Chromas are now normal video filters...
2008-06-02 Antoine CellerierAdapt transcode to use the new croppadd video filter...
2008-06-02 Wang BoRealVideo codec through DLL loader
2008-06-01 Pierre d'Herbemontlibvlccore: "intf-show" is now a libvlc var instead...
2008-06-01 Rafaël Carrés/vout_Destroy/vlc_object_release/ - A cat is a cat
2008-06-01 Rémi Denis-CourmontRC OSD: Fix NULL check after deref (CID 109)
2008-06-01 Rémi Denis-CourmontUse pl_Yield instead of vlc_object_find
2008-05-31 Jean-Baptiste KempfMingw64 defines _I64_MAX in limits.h
2008-05-31 Pierre d'Herbemontminimal_macosx: Add miosx as shortcut too.
2008-05-31 Pierre d'Herbemontminimal_macosx: Add a KillerThread, that will kill...
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-31 Rémi Denis-Courmontvlc_list_children: fix memory leaks
2008-05-31 Rémi Denis-CourmontTypo
2008-05-31 Rémi Denis-Courmontsignals: fix race condition with sigwait()
2008-05-31 Rémi Denis-Courmontvlc_object_timedwait: same change as vlc_object_wait
2008-05-31 Rémi Denis-Courmontinhibit: fix another instance of the killed-before...
2008-05-31 Rémi Denis-Courmontsignals: exit properly
2008-05-31 Antoine CellerierThis should work for all planar YUV formats (in fact...
2008-05-31 Antoine CellerierValidate input chromas here too. Currently only planar...
2008-05-31 Antoine CellerierValidate input chroma for grain filter (planar yuv).
2008-05-31 Antoine CellerierThis can work on all the planar YUV formats.
2008-05-31 Antoine CellerierValidate input chroma in gradient filter (the current...
2008-05-31 Jean-Paul SamanCheck malloc return value
2008-05-31 Jean-Paul SamanRemoved check for p_sys->b_osd because it is not necessary.
2008-05-31 Jean-Paul SamanFix CID 107: dereference pointer before NULL check.
2008-05-31 Jean-Paul SamanFix CID: 101 resource leak in osdmenu parser.
2008-05-31 Pierre d'Herbemontmacosx: Sanitization. Suppress non-sense yield(->p_inpu...
2008-05-31 Rémi Denis-Courmontintf_Create: remove unused parameters
2008-05-31 Alexis BallierInclude altivec.h before any other vlc header
2008-05-30 Rafaël CarréOSX GUI was forgotten in [85f5092ee68d13fd4056848d5a212...
2008-05-30 Pierre d'Herbemontmacosx: Make sure the killer_thread ends.
2008-05-30 Jean-Baptiste KempfQuit correctly(?) from the interface/DP. Should fix...
2008-05-30 Pierre d'Herbemontmacosx: Remove a trailing
2008-05-30 Felix Paul KühneFix [79b485f92c454b7444ff5a2f2fd6e649aa7b8270] properly...
2008-05-30 Pierre d'Herbemontmacosx: Fix a typo.
2008-05-30 Pierre d'Herbemontmacosx: Cleanup in -applicationWillTerminate:, properly...
2008-05-30 Rémi Denis-CourmontRevert "Simplify - CID 6"
2008-05-30 Rafaël CarréRemove unused arguments - CID 5
2008-05-30 Rafaël CarréSimplify - CID 6
2008-05-30 Rafaël CarréCheck properly if vout is dying - CID 7
2008-05-30 Antoine CellerierRemove useless NULL check (p_sys->p_vout can never...
2008-05-30 Antoine CellerierFix off by 1 errors (CID 42 and 43).
2008-05-30 Rafaël CarréFix double free - CID 131
2008-05-30 Rafaël CarréSimplify: false positive CID 139
2008-05-30 Antoine CellerierAdd support for applesmc motion sensors (macbooks)...
2008-05-30 Rafaël CarréFix double fclose()
2008-05-30 Pierre d'Herbemontvlc_network.h: Define AI_NUMERICSERV if not defined.
2008-05-29 Jean-Philippe AndréBetter patch to fix bug introduced by 0448c670c32d9f...
2008-05-29 Pierre d'Herbemontsignals: Workaround the fact that sigwait() isn't a...
2008-05-29 Pierre d'Herbemontstandard: Special case for AI_NUMERICSERV (if not defined).
2008-05-29 Rémi Denis-Courmontsignal handling interface
2008-05-29 Rémi Denis-CourmontSpelling
next