83 Commits (df7e8cf916417f2c609571c4aa8e2bbb1b92ea07)

Author SHA1 Message Date
Laurent Aimar d466fd4185 Removed es_format_t::i_aspect. 17 years ago
Rafaël Carré 6aca0a671d quicktime: use VLC_TS_INVALID (refs #3135) 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
Rémi Denis-Courmont 6c9479be6c i_nb_bytes -> i_buffer 17 years ago
Rémi Denis-Courmont 38c0878998 aout_buffer_t: store length instead of end timestamp 17 years ago
Rémi Denis-Courmont 8146a7f0e8 aout_buffer_t.start_data -> aout_buffer_t.i_pts 17 years ago
Jean-Baptiste Kempf 77b6d2275b Quicktime: kill warnings for Win32 17 years ago
Jean-Baptiste Kempf d366f53b24 Quicktime: fix warning 17 years ago
Laurent Aimar b881303107 Used date_t instead of audio_date_t in codecs. 17 years ago
Laurent Aimar 9278fb81ed Do not uselessly include vlc_vout.h in decoders. 17 years ago
Laurent Aimar cee16ae695 Replaced AOUT_FMT_*_NE/IE by by VLC_CODEC equivalents. 17 years ago
Laurent Aimar 7b452ff3b0 Used VLC_CODEC_* and i_original_fourcc when applicable. 17 years ago
Laurent Aimar 724461bdf2 Used VLC_CODEC_* and vlc_fourcc_GetCodec when suitable. 17 years ago
Felix Paul Kühne 47801e5156 macosx-port: removed compatibility code for outdated versions of OS X 17 years ago
Laurent Aimar 7a0c49ac84 All decoders/encoders MUST set output format category (AUDIO/VIDEO/SPU_ES) 17 years ago
Rémi Duraffort 72fa5a9d8e No need to add a '\n' at the end of messages passed to msg_* 17 years ago
Rémi Duraffort 91bf0f0454 calloc( nb_elmnt, size ) instead of calloc( size, nb_elmnt ) 17 years ago
Christophe Mutricy 88a9bbf30f Fix memleak 18 years ago
Rémi Denis-Courmont 0549228196 Remove most stray semi-colons in module descriptions 18 years ago
Laurent Aimar 4e79745666 Added decoder_New/Delete/Link/UnlinkPicture helpers. 18 years ago
Laurent Aimar 17485fb47d Added decoder_NewAudioBuffer/decoder_DeleteAudioBuffer helpers. 18 years ago
Laurent Aimar 350b1da975 Fixed decoder_GetDisplayDate while buffering. 18 years ago
Rémi Denis-Courmont e398428451 Use static mutexes 18 years ago
Pierre d'Herbemont 46552a45b9 quicktime: Disable that decoder module. 18 years ago
Justus Piater 5f8cd3991a Declared many static variables const 18 years ago
Derk-Jan Hartman 1d31c0090c quicktime decoder: fix a cast warning 18 years ago
Derk-Jan Hartman 08a33c8da7 quicktime codec: prevent malloc(0) 18 years ago
Derk-Jan Hartman a49e93d66d quicktime decoder: I don't trust this codec enough to have it as priority 100 resetting back to 10. Besides, shouldn't we encourage ffmpeg codec usage over proprietary codecs ? 18 years ago
Felix Paul Kühne e8e4876a70 We don't want to use this module for avc1 18 years ago
Felix Paul Kühne c84678fdc7 We can't use this plugin for audio decoding on Leopard due to the removal of the old pre-carbon SoundManager API. 18 years ago
Felix Paul Kühne e72ecce9ec Fix logic error pointed by Meuuh 18 years ago
Felix Paul Kühne 03ec97b0f1 Add support for Cinepak, Indeo Video IV, DVC Pro 100, DVC Pro HD and Pixlet (the last one being Mac-only) 18 years ago
Felix Paul Kühne a7cde67344 We also want to activate AMR-WB. More to come within the next few days. 18 years ago
Felix Paul Kühne 4a86bd4393 Activated iLBC support on Macs running QuickTime 7.5 or later 18 years ago
Jean-Baptiste Kempf 7948952403 Decode H.264 with QuickTime on the Mac. 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 Duraffort f5266ccf92 Don't print a message when an memory error occure and check some malloc return values. 18 years ago
Rémi Denis-Courmont 27d483e9ef Include vlc_plugin.h as needed 18 years ago
Pierre d'Herbemont 449fd28aaf Replace vlc_bool_t by bool, VLC_TRUE by true and VLC_FALSE by false. 18 years ago
Rémi Duraffort 6339478fe9 Another time : remove useless test before free(). 18 years ago
Rémi Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 years ago
Laurent Aimar 8bfc45f642 Oops fix compilation. 19 years ago
Laurent Aimar abec6e6d24 Use decoder_GetDisplayDate. 19 years ago
Rémi Denis-Courmont 97dcb93971 Rename var_GetGlobalMutex to var_AcquireMutex and make it lock the mutex automatically 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Rémi Denis-Courmont 8b7d91f2b7 Use var_GetGlobalMutex 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Clément Stenac f485214f09 For consistency, remove references to vlc from libvlc 20 years ago