]> git.sesse.net Git - vlc/history - src/misc/image.c
Use var_Inherit* instead of var_CreateGet*.
[vlc] / src / misc / image.c
2010-07-27 Rémi Denis-CourmontDo not include vlc_modules.h in vlc_common.h
2010-02-07 Rémi Denis-Courmontutf8_* -> vlc_* (sed roxxors)
2010-02-07 Rémi Denis-CourmontSplit file path functions out of vlc_charset.h into...
2010-02-07 Rémi Denis-CourmontMisc: remove leading underscores
2010-01-31 Rémi Denis-Courmontimage: filter may fail, don't crash on NULL picture
2010-01-28 Rémi Denis-CourmontRemove useless vlc_object_detach() before vlc_object_re...
2010-01-27 Rémi Denis-Courmontdecoders: use vlc_custom_create, generic objects (excep...
2010-01-23 Rémi Denis-Courmontfilter_t: use struct of non-anymous unions, seems more...
2010-01-11 Rémi Denis-CourmontRemove useless <ctype.h> inclusions
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-16 Laurent AimarUsed picture_NewFromFormat when appropriate.
2009-12-12 Rémi Denis-CourmontUse VLC_CODEC_PPM
2009-12-12 Johann RansayPPM image support
2009-09-20 Rémi Denis-CourmontRemove most vlc_object_set_name() calls, now redumdant
2009-08-23 Rémi Denis-CourmontUse vlc_object_set_name in some places
2009-05-31 Rémi Denis-CourmontMerge commit 'origin/base'
2009-05-27 Rémi Denis-CourmontMerge branch 'base' into master
2009-05-26 Rémi DuraffortAvoid \n in error messages.
2009-05-26 Rémi Denis-CourmontMerge branch 1.0-bugfix (early part) into master
2009-05-26 Derk-Jan HartmanMerge commit 'origin/1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-26 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-25 Jean-Baptiste KempfMerge branch '1.0'
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-23 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-21 Rémi Denis-CourmontMerge branch 1.0-bugfix into master
2009-05-20 Rémi DuraffortMerge branch '1.0-bugfix'
2009-05-20 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-16 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-14 Jean-Baptiste KempfMerge commit 'origin/1.0-bugfix'
2009-05-14 Rémi Denis-CourmontMerge commit 'origin/1.0-bugfix'
2009-05-13 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-04-06 Antoine CellerierDon't reinvent strcasecmp().
2009-04-06 Antoine CellerierAdd image_Mime2Fourcc() function and use in image_ReadUrl()
2009-03-31 Christophe CourtautFixed bug in snapshot format
2009-01-19 Rémi Denis-Courmontsout_EncoderCreate: create an encoder module
2009-01-04 Joseph Tulouchanges Ext2Fourcc into image_Ext2Fourcc and exports...
2008-12-13 Rémi Duraffortmodule_need wants pointers and boolean so give NULL...
2008-12-12 Rémi DuraffortUse calloc when needed.
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-09-21 Rémi Denis-Courmontlower case the module_* functions
2008-09-20 Laurent AimarRemoved vout_CopyPicture in favor of picture_Copy.
2008-09-20 Antoine Celleriers/picture_Yield/picture_Hold/
2008-08-12 Pierre d'Herbemontimage: Removed unused function.
2008-08-03 Justus PiaterDeclared many static variables const
2008-08-02 Laurent AimarFixed regression introduced in [8ffbd86ab31339eea0c36d2...
2008-07-21 Laurent AimarUse picture_New/Delete/Release.
2008-07-18 Laurent AimarAdded new picture helpers (picture_Yield, picture_Release,
2008-07-17 Laurent AimarDo not increase refcount when the release callback...
2008-07-17 Laurent AimarRevert "Fixed image_Convert by properly overriding...
2008-07-17 Laurent AimarFixed image_Convert by properly overriding release...
2008-07-06 Rémi Denis-Courmontcore: set meaningful object type names
2008-06-28 Rémi Denis-CourmontVLC_OBJECT_FILTER: remove
2008-06-24 Yohann Martineaufixed compilation on debian etch.
2008-06-19 Rémi DuraffortRemove msg_Err about memory allocation.
2008-06-02 Antoine CellerierSetting a local var to NULL right before exiting the...
2008-05-31 Rémi Denis-Courmontlibvlc: use vlc_common.h (libvlccore) instead of vlc...
2008-05-20 Rafaël CarréUse reference counting for pictures
2008-05-20 Rafaël CarréDon't change pf_release() to a dummy function
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-12 Rémi DuraffortRemove useless test before freeing something.
2008-02-26 Pierre d'Herbemontmisc/objects.c: Don't rely on vlc_object_destroy()...
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-18 Rémi Denis-CourmontRemove remaining strerror() calls from core - refs...
2007-07-25 Antoine CellerierFix memleak.
2007-04-05 Rémi Denis-CourmontCompiler warnings rampage
2007-04-05 Rémi Denis-CourmontHandle I/O errors
2006-12-14 Derk-Jan Hartman* Fix a couple of const, static and other warnings
2006-11-26 Clément StenacA bit of headers cleanup
2006-08-06 Jean-Paul SamanPut just deleted objects to NULL.
2006-04-01 Antoine CellerierHum, this isn't needed anymore.
2006-03-31 Antoine CellerierPrevent segfault under windows. We now have to fix...
2006-02-18 Antoine Cellerierdo everything with the stream functions (no more fopen)
2006-02-18 Antoine Cellerierimage.c: ImageReadUrl now tries to open the image using...
2006-02-13 Rémi Denis-CourmontAll Unicode fixes for fopen() (refs #528)
2006-01-12 Antoine CellerierFSF address change.
2006-01-02 Sam Hocevar * src/misc/image.c: don't forget to free the temporar...
2005-08-03 Christophe Massiot * src/misc/image.c: Really fixed the segfault on unsup...
2005-08-01 Christophe Massiot * src/misc/image.c: New image_Filter call to apply...
2005-07-29 Christophe Massiot * modules/codec/sdl_image.c: New decoder taking advant...
2005-07-12 Rémi Denis-CourmontEliminate dead code
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-03-17 Gildas Bazin* src/misc/image.c, src/video_output/vout_intf.c: handl...
2005-03-17 Gildas Bazin* src/video_output/vout_intf.c, src/misc/image.c: prope...
2004-12-21 Gildas Bazin* src/misc/image.c: implemented ImageConvert().
2004-12-20 Gildas Bazin* src/misc/image.c: implemented ImageWrite() and ImageW...
2004-12-16 Gildas Bazin* src/misc/image.c: no need to restart a filter when...
2004-12-14 Gildas Bazin* src/misc/image.c: format guessing from file extension.
2004-12-13 Gildas Bazin* src/misc/image.c, include/vlc_image.h: new image...