]> git.sesse.net Git - vlc/history - include/vlc_codec.h
Merge branch 'master' into lpcm_encoder
[vlc] / include / vlc_codec.h
2010-04-29 Laurent AimarSimplify the creation of subpicture with dynamic content.
2010-03-08 Rémi Denis-CourmontFix Doxygen errors
2010-02-01 Erwan Tuloucore: fix regression
2010-01-28 Rémi Denis-CourmontStick b_error to object types that actually use it
2009-11-20 Rémi Duraffortinclude: add some LIBVLC_USED flag.
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 AimarFixed includes in vlc_codec.h
2008-12-09 Laurent AimarAllow decoder/packetizer to output meta data.
2008-10-23 Laurent AimarAdded decoder_New/Delete/Link/UnlinkPicture helpers.
2008-10-23 Laurent AimarAdded decoder_NewAudioBuffer/decoder_DeleteAudioBuffer...
2008-10-23 Laurent AimarAdded decoder_NewSubpicture/decoder_DeleteSubpicture...
2008-10-23 Laurent AimarFixed segfault with decoder_GetInputAttachments/GetDisp...
2008-09-28 Laurent AimarConvert stream to system timestamp after the decoder.
2008-09-06 Rémi Denis-CourmontTag some APIs as LIBVLC_USED
2008-08-11 Rémi Denis-CourmontHeaders: use non-reserved identifiers for multi-inclusi...
2008-06-06 Rémi Denis-CourmontRemove __LIBVLC__ test
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...
2007-10-17 Laurent Aimar Added closed captions decoding/extracting from ES...
2007-10-02 Laurent AimarAdded a new decoder function (decoder_GetDisplayDate...
2007-06-03 Laurent AimarFixed vlc_meta_SetXXX macros
2007-05-31 Laurent Aimarall: added support for demuxer attachment (Patch by...
2006-12-03 Clément StenacA bit of vlc/libvlc cleanup:
2006-11-26 Clément StenacA bit of headers cleanup
2006-10-01 Antoine CellerierRename all sout_Cfg* stuff to config_Chain* (as it...
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-05-20 Christophe Massiot * Added a big fat warning on members of filter_t and...
2004-08-26 Gildas Bazin* modules/codec/ffmpeg/video_filter.c, include/vlc_filt...
2004-08-08 Gildas Bazin* modules/stream_out/transcode.c: added support for...
2004-08-03 Gildas Bazin* ALL: Major rework of the subpictures architecture.
2004-06-22 Laurent Aimar * all: rework of the input.
2004-04-25 Gildas Bazin* modules/stream_out/transcode.c: if aenc/venc is speci...
2004-04-25 Gildas Bazin* src/stream_output/stream_output.c: small sout_cfg_par...
2004-03-07 Gildas Bazin* include/vlc_es.h: added b_packetized field to es_form...
2004-02-20 Christophe Massiot* modules/codec/ffmpeg/encoder.c, modules/stream_out...
2003-11-27 Christophe Massiot* modules/stream_out/transcode.c: new options
2003-11-24 Gildas Bazin* src/input/input_dec.c, include/vlc_codec.h: added...
2003-11-24 Laurent Aimar * all: removed decoder_fifo_t.
2003-11-16 Gildas Bazin* ALL: final improvements to the decoders/packetizers...
2003-11-05 Gildas Bazin* include/vlc_codec.h, modules/codec/ffmpeg/encoder...
2003-10-27 Gildas Bazin* modules/codec/ffmpeg/*: ported the ffmpeg audio and...
2003-10-08 Gildas Bazin* include/vlc_codec.h: defines decoders/encoders relate...