67 Commits (4bc2db9451ba59a9d63edd09b13000903254b2d7)

Author SHA1 Message Date
Francois Cartegnie 4bc2db9451 split vlc_bits.h into vlc_boxes.h 11 years ago
Francois Cartegnie 31ab24b3c0 mux: avi: handle failed reallocs 12 years ago
Francois Cartegnie 2ea39ff025 mux: avi: don't try to delete failed stream 12 years ago
Francois Cartegnie b955f8603c mux: avi: fix leak on format failure 12 years ago
Rémi Denis-Courmont ec0c77b995 mux: remove return value from sout_mux_t.pf_delstream 12 years ago
Felix Paul Kühne 6c9bc13fca include/vlc_bits: add a block based byte stream writer in a generic place based on the mp4 and avi muxers 12 years ago
Ilkka Ollakka b69ad311e3 mux: add case for MP3 in muxers as it's not different codec that default mpga 13 years ago
Jean-Baptiste Kempf 2416d7d14e LGPL relicensing of streaming output 13 years ago
Francois Cartegnie 363c9d81c2 mux: avi: use reallocable block instead of fixed size buffer 13 years ago
Francois Cartegnie f39601e5d5 mux: avi: add metadata. 13 years ago
Francois Cartegnie a82001d331 mux: avi: improve RIFF header builder. 13 years ago
Jean-Baptiste Kempf 005aff8b75 AVI: free p_sys resources on Close (WTF?) 14 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
KO Myung-Hun a67afb66ba Replace the bitmap structures of Microsoft with ones of VLC 15 years ago
Ashok Bhat 1e6d1f3cb3 Fixed bugs in AVI mux module 15 years ago
Rémi Denis-Courmont e2eccee759 Use ISO 80000 units for byte quantities as adequate 17 years ago
Rémi Denis-Courmont 25232e200b Do not assert memory allocations 17 years ago
JP Dinger 15643af12d Replace argument = realloc( argument, size ); with realloc_or_free() in modules/*, and while at it add assert( argument ) to mark unhandled ENOMEM conditions, also for malloc(). 17 years ago
Fabian Keil c093b639ea Remove write-only variable i_maxbytespersec in avi_HeaderCreateRIFF(). 17 years ago
Rémi Duraffort 7a7541cfa2 Dead initialization. 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar ca42ba4dec Correctly set the index keyframe flag in avi muxer. 18 years ago
Rémi Duraffort 6b44362dc4 Check malloc return value and avoid memleaks. 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Rémi Denis-Courmont 97897eeeb2 NIH syndrome cure (2) 19 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 19 years ago
Rafaël Carré 25ad0cdef1 mux: fix warnings, fix Control() indentation 19 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont 7dd2f1548a Use the new block_Fifo functions 19 years ago
Rémi Denis-Courmont 81c5ac29fa Remove stdlib.h 19 years ago
Laurent Aimar 586988c021 Compilation warning fixes. 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Sigmund Augdal Helberg d90d34c1d9 mux/avi.c: write '\0' rather than an uninitalized byte to output file. 20 years ago
Sigmund Augdal Helberg c3f9f8e162 mux/avi.c: fixed a crash when trying to make audio only avi files. 20 years ago
Clément Stenac 26b0f760b7 Woops 21 years ago
Clément Stenac f1588c975c Fortune 21 years ago
Rémi Denis-Courmont adc858d87a Uniformize source files encoding 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Rémi Denis-Courmont fe087a3828 Make Zorglub less unhappy 21 years ago
Rémi Denis-Courmont 85b29bdc28 Copyright fixes 21 years ago
Gildas Bazin c330b1e1ef * modules/mux/asf.c: only add an audio error correction field in the case of WMA. 22 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Laurent Aimar 2120e79eec * avi.c: fixed fps computation, thanks markfm for testing. 22 years ago
Laurent Aimar 179f1381ce * all: cosmetics + MUX_GET_MIME. 22 years ago
Gildas Bazin c853084888 * modules/mux/*: fixed block_Realloc() typo. 23 years ago
Laurent Aimar 085985d56d * mux: sout_buffer_t -> block_t. 23 years ago
Gildas Bazin 4ca92c145c * modules/mux/avi.c, modules/mux/ogg.c: use SetDWLE() from vlc_common.h. 23 years ago