]> git.sesse.net Git - vlc/history - modules/mux/avi.c
mux: avi: handle failed reallocs
[vlc] / modules / mux / avi.c
2015-03-22 Francois Cartegniemux: avi: handle failed reallocs
2015-03-22 Francois Cartegniemux: avi: don't try to delete failed stream
2015-03-22 Francois Cartegniemux: avi: fix leak on format failure
2015-02-21 Rémi Denis-Courmontmux: remove return value from sout_mux_t.pf_delstream
2015-02-03 Felix Paul Kühneinclude/vlc_bits: add a block based byte stream writer...
2014-02-18 Ilkka Ollakkamux: add case for MP3 in muxers as it's not different...
2013-11-20 Jean-Baptiste KempfLGPL relicensing of streaming output
2013-09-07 Francois Cartegniemux: avi: use reallocable block instead of fixed size...
2013-09-07 Francois Cartegniemux: avi: add metadata.
2013-09-07 Francois Cartegniemux: avi: improve RIFF header builder.
2013-04-16 Jean-Baptiste KempfAVI: free p_sys resources on Close (WTF?)
2012-12-13 Rémi Denis-CourmontReplace block_New() with block_Alloc()
2012-01-28 KO Myung-HunReplace the bitmap structures of Microsoft with ones...
2011-06-12 Ashok BhatFixed bugs in AVI mux module
2010-03-03 Rémi Denis-CourmontUse ISO 80000 units for byte quantities as adequate
2009-12-06 Rémi Denis-CourmontDo not assert memory allocations
2009-12-05 JP DingerReplace argument = realloc( argument, size ); with...
2009-07-03 Fabian KeilRemove write-only variable i_maxbytespersec in avi_Head...
2009-06-21 Rémi DuraffortDead initialization.
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 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 i_original_fourcc when applicable.
2008-10-29 Rémi Denis-CourmontRemove most stray semi-colons in module descriptions
2008-08-27 Laurent AimarCorrectly set the index keyframe flag in avi muxer.
2008-08-20 Rémi DuraffortCheck malloc return value and avoid memleaks.
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-08 Rémi Denis-CourmontInclude vlc_plugin.h as needed
2008-05-01 Rémi Denis-CourmontNIH syndrome cure (2)
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-01-29 Rafaël Carrémux: fix warnings, fix Control() indentation
2008-01-23 Rémi Denis-CourmontDon't include config.h from the headers - refs #297.
2007-09-14 Rémi Denis-CourmontUse the new block_Fifo functions
2007-08-20 Rémi Denis-CourmontRemove stdlib.h
2007-05-25 Laurent AimarCompilation warning fixes.
2006-11-26 Clément StenacA bit of headers cleanup
2006-11-01 Sigmund Augdal Helbergmux/avi.c: write '\0' rather than an uninitalized byte...
2006-11-01 Sigmund Augdal Helbergmux/avi.c: fixed a crash when trying to make audio...
2006-04-30 Clément StenacWoops
2006-04-30 Clément StenacFortune
2006-02-01 Rémi Denis-CourmontUniformize source files encoding
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-01-20 Gildas Bazin* modules/mux/asf.c: only add an audio error correction...
2004-12-11 Clément StenacImprovements to preferences
2004-08-04 Laurent Aimar * avi.c: fixed fps computation, thanks markfm for...
2004-07-10 Laurent Aimar * all: cosmetics + MUX_GET_MIME.
2004-04-07 Gildas Bazin* modules/mux/*: fixed block_Realloc() typo.
2004-03-11 Laurent Aimar * mux: sout_buffer_t -> block_t.
2004-02-06 Gildas Bazin* modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE...
2003-12-22 Sam Hocevar * toolbox:
2003-11-21 Laurent Aimar * all: remove sout_format_t and use es_format_t instead.
2003-08-17 Laurent Aimar * avi, dummy: removed useless include.
2003-08-10 Gildas Bazin* modules/demux/mkv.cpp, modules/mux/avi.c, modules...
2003-05-02 Laurent Aimar * copy: added raw audio/video support.
2003-04-13 Laurent Aimar * all: new sout scheme. Now a chain of module are...
2003-03-31 Laurent Aimar * v4l: updated, now it should grab (and compress if...
2003-03-11 Laurent Aimar * all: reworked stream output. Now it handles mutliple...
2003-03-03 Gildas Bazin* ALL: Finally fixed the MSVC project files.
2003-02-24 Laurent Aimar * all : fix compilation.
2003-02-24 Laurent Aimar * stream_output.c : fixed compilation.
2003-02-24 Laurent Aimar * stream output: fixed name inconsistency, added a...
2003-02-16 Laurent Aimar * all: split muxer and access into independant part.
2003-01-19 Laurent Aimar * avi.c : proper way to store fourcc.
2003-01-13 Laurent Aimar * mux/avi.c: added index creation.
2003-01-13 Laurent Aimar * all: now mux and access_out can request to reserve...
2003-01-12 Laurent Aimar * avi.c: avi muxer. (It produces broken files, but...