56 Commits (67afafc2c94b861a22bd755956fec22a5d25f87a)

Author SHA1 Message Date
Steve Lhomme 3f9fc44176 rename mtime_t to vlc_tick_t 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 13 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 13 years ago
Ilkka Ollakka ca446ef342 twolame: set pf_encode at the end 13 years ago
Ilkka Ollakka b747dccee2 Revert "twolame: use FL32 as input" 13 years ago
Ilkka Ollakka 2363d00e11 twolame: use FL32 as input 13 years ago
Ilkka Ollakka 2c34c93446 twolame: implement flushing on close 13 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 15 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) 18 years ago
Rémi Denis-Courmont fa4bde0b26 Trailing ; 18 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
Rémi Denis-Courmont 5e15258c9e A lot of missing const in options lists 18 years ago
Rémi Denis-Courmont 13ae40b0ef Use gettext_noop() consistently 18 years ago
Rémi Duraffort f5266ccf92 Don't print a message when an memory error occure and check some malloc return values. 19 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 19 years ago
Rémi Denis-Courmont 5b55ee1bb0 Use vlc_memset/vlc_memcpy 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
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 19 years ago
Rémi Denis-Courmont 4f02842805 Revert the so-called whitelisting commits that are actually blacklisting 19 years ago
Rafaël Carré 806cf51658 input options whitelisting, step 2 (refs #1371) 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Antoine Cellerier 62fffadfea Rename all sout_Cfg* stuff to config_Chain* (as it isn't really sout specific) 20 years ago
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc 20 years ago
Clément Stenac 03a094ee8b Codecs (except x264). Refs:#438 21 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago