]> git.sesse.net Git - vlc/history - src/misc/image.c
decoder: inline DecoderSignalWait()
[vlc] / src / misc / image.c
2015-01-08 Tristan Matthewsbpg: add libbpg decoder
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_UnlinkPicture() and decoder_Del...
2014-11-01 Rémi Denis-Courmontdecoder: remove decoder_LinkPicture()
2014-10-30 Rémi Denis-Courmontfilter: remove filter_DeletePicture()
2014-10-30 Thomas Guillemdecoder: separate vout initialization from buffer alloc...
2014-07-30 Rémi Denis-Courmontimage: remove constant parameter
2014-07-30 Rémi Denis-Courmontimage: remove dead code
2014-07-28 Rémi Denis-Courmontfilter: separate owner structure from the filter itself
2014-07-28 Rémi Denis-Courmontimage: use filter_(New|Delete)Picture()
2014-05-12 Jean-Paul Samansrc/misc/image.c: recognize SVG images on mime-type...
2014-01-24 Maxim Bublismisc/image: fixed overwriting of correct visible dimensions
2013-12-29 Rémi Denis-Courmontsrc: use vlc_strerror_c() for log messages
2013-12-09 Erwan Tulouimage: fix image misfunctioning in recent builds
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-09-10 Rafaël CarréAvoid a few relocations
2012-01-20 Laurent AimarUsed picture_Release when applicable.
2011-11-27 Jean-Baptiste KempfLGPL
2011-07-11 Rémi Denis-CourmontRemove object type field
2011-05-25 Rémi Denis-CourmontRemove vlc_object_attach()
2010-10-21 Laurent AimarFixed typo in targa image mime.
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...
next