]> git.sesse.net Git - vlc/history - modules/codec/quicktime.c
Use var_InheritString for --decklink-video-connection.
[vlc] / modules / codec / quicktime.c
2009-12-16 Laurent AimarRemoved es_format_t::i_aspect.
2009-12-07 Rafaël Carréquicktime: use VLC_TS_INVALID (refs #3135)
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-09-23 Rémi Denis-Courmonti_nb_bytes -> i_buffer
2009-09-23 Rémi Denis-Courmontaout_buffer_t: store length instead of end timestamp
2009-09-22 Rémi Denis-Courmontaout_buffer_t.start_data -> aout_buffer_t.i_pts
2009-08-22 Jean-Baptiste KempfQuicktime: kill warnings for Win32
2009-08-20 Jean-Baptiste KempfQuicktime: fix warning
2009-08-13 Laurent AimarUsed date_t instead of audio_date_t in codecs.
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 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 Laurent AimarDo not uselessly include vlc_vout.h in decoders.
2009-05-16 Rémi Denis-CourmontMerge branch 1.0-bugfix
2009-05-15 Laurent AimarMerge commit 'origin/1.0-bugfix'
2009-05-15 Laurent AimarReplaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents.
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 i_original_fourcc when applicable.
2009-05-13 Laurent AimarUsed VLC_CODEC_* and vlc_fourcc_GetCodec when suitable.
2009-02-19 Felix Paul Kühnemacosx-port: removed compatibility code for outdated...
2009-02-14 Laurent AimarAll decoders/encoders MUST set output format category...
2009-02-14 Rémi DuraffortNo need to add a '\n' at the end of messages passed...
2009-01-16 Rémi Duraffortcalloc( nb_elmnt, size ) instead of calloc( size, nb_el...
2008-11-22 Christophe MutricyFix memleak
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-08 Laurent AimarFixed decoder_GetDisplayDate while buffering.
2008-10-05 Rémi Denis-CourmontUse static mutexes
2008-09-19 Pierre d'Herbemontquicktime: Disable that decoder module.
2008-08-03 Justus PiaterDeclared many static variables const
2008-07-19 Derk-Jan Hartmanquicktime decoder: fix a cast warning
2008-07-19 Derk-Jan Hartmanquicktime codec: prevent malloc(0)
2008-07-19 Derk-Jan Hartmanquicktime decoder: I don't trust this codec enough...
2008-06-30 Felix Paul KühneWe don't want to use this module for avc1
2008-06-13 Felix Paul KühneWe can't use this plugin for audio decoding on Leopard...
2008-06-11 Felix Paul KühneFix logic error pointed by Meuuh
2008-06-11 Felix Paul KühneAdd support for Cinepak, Indeo Video IV, DVC Pro 100...
2008-06-11 Felix Paul KühneWe also want to activate AMR-WB. More to come within...
2008-06-11 Felix Paul KühneActivated iLBC support on Macs running QuickTime 7...
2008-06-10 Jean-Baptiste KempfDecode H.264 with QuickTime on the Mac.
2008-05-31 Rémi Denis-CourmontPlugins: include vlc_common.h directly instead of vlc...
2008-05-21 Rémi Denis-CourmontUse gettext_noop() consistently
2008-05-12 Rémi DuraffortDon't print a message when an memory error occure and...
2008-05-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
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-11 Rémi DuraffortAnother time : remove useless test before free().
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-10-02 Laurent AimarOops fix compilation.
2007-10-02 Laurent AimarUse decoder_GetDisplayDate.
2007-09-30 Rémi Denis-CourmontRename var_GetGlobalMutex to var_AcquireMutex and make...
2007-09-10 Rafaël CarréRemoves trailing spaces. Removes tabs.
2007-08-16 Rémi Denis-CourmontUse var_GetGlobalMutex
2006-11-26 Clément StenacA bit of headers cleanup
2006-09-15 Clément StenacFor consistency, remove references to vlc from libvlc
2006-03-31 Christophe Mutricycodec 2nd round exept fo x264 (refs #438)
2006-02-10 Derk-Jan Hartman* Fix the QT video decoder. refs #345
2006-02-01 Rémi Denis-CourmontFix a bunch of warnings involving mix between uint32_t...
2006-02-01 Sam Hocevar * Got rid of SYS_DARWIN everywhere.
2006-01-21 Derk-Jan Hartman* Compile fix
2006-01-21 Derk-Jan Hartman* Some cleanup to the QT decoder. Still doesn't function.
2006-01-12 Antoine CellerierFSF address change.
2005-07-09 Rémi Denis-CourmontMake Zorglub less unhappy
2005-07-08 Rémi Denis-CourmontCopyright fixes
2005-06-26 Rémi Denis-CourmontCompile fix
2004-12-11 Clément StenacImprovements to preferences
2004-11-14 Gildas Bazin* modules/codec/quicktime.c: fixed small mem leak.
2004-01-25 Benjamin Prachtstring review
2003-11-24 Gildas Bazin* modules/gui/wxwindows/menus.cpp: small fix.
2003-11-23 Derk-Jan Hartman* Compile before you commit was our slogan right?
2003-11-23 Gildas Bazin* modules/codec/quicktime.c, modules/codec/cinepak...
2003-11-23 Laurent Aimar * quicktime: removed a define.
2003-11-23 Laurent Aimar * quicktime: ported to the new API, fix compilation...
2003-11-22 Laurent Aimar * all: only include header that are needed (and no...
2003-10-01 Derk-Jan Hartman* Fixed some small inconsistancy.
2003-09-19 Derk-Jan Hartman* extras/MacOSX/vlc.pbproj/project.pbxproj: Added a...
2003-09-02 Gildas Bazin* ALL: Introduction of a new api for decoders.
2003-08-17 Laurent Aimar * all: moved Get(D/Q)WLE and Get(D/Q)WBE to include...
2003-08-01 Gildas Bazin* modules/mux/mp4.c: support for mov muxing + cleanup.
2003-07-21 Gildas Bazin* modules/codec/quicktime.c, configure.ac: ported the...
2003-06-17 Derk-Jan Hartmanmodules/codec/quicktime.c: Disabled all video codecs...
2003-06-15 Derk-Jan Hartman* NEWS: small corrections
2003-05-26 Derk-Jan Hartman* modules/codec/quicktime.c: i had accidently upgraded...
2003-05-24 Derk-Jan Hartman* modules/codec/quicktime.c: cleaning up of the code...
next