70 Commits (ef211e7a79eef87c3c8be39f430bf008b7aaee87)

Author SHA1 Message Date
Steve Lhomme 91402fdde0 modules: include vlc_configuration.h when using config_ChainParse() 3 years ago
Johannes Kauffmann 8dc0ae1205 Remove extra semicolons around vlc_module macro's 3 years ago
Alexandre Janniaux e503d9a702 codec: twolame: fix potential memory leak on error 3 years ago
Alexandre Janniaux 4637c1c98a codec: twolame: move p_sys assignment down 3 years ago
Alexandre Janniaux 94a5ae608c codec: twolame: remove tautological assignment 3 years ago
Alexandre Janniaux 2f15058829 twolame: use vlc_encoder_operations 4 years ago
Lyndon Brown 6f68f89498 plugins: purge use of set_category() 7 years ago
Alexandre Janniaux d66a2260f5 encoder: namespace encoder capability by category 4 years ago
Alexandre Janniaux 988aa5b021 codec: twolame: return VLC_EGENERIC 5 years ago
Romain Vimont 3716a7da5b config: remove remaining "advanced" flags 5 years ago
Steve Lhomme 5363279805 remove the $Id$ in the source code 7 years ago
Steve Lhomme cc79f1f98f modules: use vlc_tick_from_samples() 8 years ago
Steve Lhomme ff56c92a5e rename mtime_t to vlc_tick_t 8 years ago
Steve Lhomme 04db84cd9c modules: replace use of 1000000 on time values by CLOCK_FREQ 8 years ago
Romain Vimont ff2901aff3 core: remove global *_sys_t typedefs 8 years ago
Rémi Denis-Courmont c240692f0b Common structure for VLC common object members, document 10 years ago
Tristan Matthews 1023ecb97f twolame: fix chain deallocation 12 years ago
Tristan Matthews 9ab9aa3708 twolame: avoid buffer overflow 12 years ago
Tristan Matthews 9b196c6333 twolame: add error checking 12 years ago
Ilkka Ollakka 114d584be0 use CLOCK_FREQ 12 years ago
Rémi Denis-Courmont d827399d96 twolame: avoid double upconversion 12 years ago
Francois Cartegnie fb6bd64b17 encoder: twolame: return NULL if flush returns 0 bytes (fix #11553) 12 years ago
Ilkka Ollakka 1f73fdab1c twolame: fix build after revert 12 years ago
Ilkka Ollakka ca446ef342 twolame: set pf_encode at the end 12 years ago
Ilkka Ollakka b747dccee2 Revert "twolame: use FL32 as input" 12 years ago
Ilkka Ollakka 2363d00e11 twolame: use FL32 as input 12 years ago
Ilkka Ollakka 2c34c93446 twolame: implement flushing on close 12 years ago
Rémi Denis-Courmont 5270796734 Replace block_New() with block_Alloc() 14 years ago
Jean-Baptiste Kempf fef270581f LGPL 14 years ago
Ilkka Ollakka 940cf07d66 transcode: send NULL packet to audio encoder when closing 14 years ago
Rafaël Carré 31c8cef1ba s/vlc_memcpy/memcpy/ 14 years ago
Rémi Denis-Courmont e2b439cfa1 Replace remaining instances of aout_buffer_t with block_t 14 years ago
Jean-Baptiste Kempf e466c8278d Twolame: bump priority and accept mp2a fourcc 14 years ago
Laurent Aimar 16aec73266 Allowed to use mp2/mp3 to specify layer 2/3 for mpeg audio encoder. 15 years ago
Jean-Baptiste Kempf c48875b316 Twolame: fix copyright header, and remove unnecessary includes 15 years ago
Rémi Denis-Courmont 40b4d780a4 add_bool: remove callback parameter 16 years ago
Rémi Denis-Courmont f98a66cea0 add_integer: remove callback parameter 16 years ago
Rémi Denis-Courmont 85ba4839e6 add_float: remove callback parameter 16 years ago
Rémi Denis-Courmont e5622718c1 Remove unused change_integer_list parameter 16 years ago
Rémi Duraffort 6d5d33d497 codec: use var_Get(Integer|Float|String) when applicable. 17 years ago
Rémi Duraffort 2987efc5a0 twolame: "quality" is a float variable and not an integer ! 17 years ago
Rémi Denis-Courmont 8146a7f0e8 aout_buffer_t.start_data -> aout_buffer_t.i_pts 17 years ago
Rémi Duraffort 3147cc20d4 add_bool wants booleans. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 17 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Antoine Cellerier 857535cbac Fix segfault on 64 bit archs. (0 != NULL) 18 years ago
Rémi Denis-Courmont 3561b9b28f Plugins: include vlc_common.h directly instead of vlc/vlc.h 18 years ago