86 Commits (f06802bb0473b765a7751cf78b244da240cd1fcc)

Author SHA1 Message Date
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
Rémi Denis-Courmont 85a8d07027 Vorbis: yield the playlist when using it 18 years ago
Rafaël Carré 7bc28eebe8 meta-data handling cleanup 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 Denis-Courmont 99fab9089e Don't include config.h from the headers - refs #297. 18 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
Rafaël Carré 56436811c9 input: Removes useless "item-change" variable 19 years ago
Rafaël Carré 6ee1e193fd Removes trailing spaces. Removes tabs. 19 years ago
Rémi Denis-Courmont c5e9eb52b9 Support up to 9 channel with Vorbis 19 years ago
Rafaël Carré fc386d94ef Disables only informational metadata extraction in vorbis codec, when taglib is built 19 years ago
Rafaël Carré 0a60a95fed Disables meta reading in vorbis codec when taglib plugin is being built 19 years ago
Pierre d'Herbemont 51880eb16e * Protect input item's meta through setters and getters. That allows tracking of input item meta info changes. 19 years ago
Antoine Cellerier 0242761a17 Cosmetics. 19 years ago
Laurent Aimar 7e29d93225 Added replay gain support for: 19 years ago
Laurent Aimar 70a8bb9649 All: preliminary support for audio while playing faster/slower (1/4 -> 4). 19 years ago
Rémi Denis-Courmont 61d5259ed0 Same as previous commit 19 years ago
Clément Stenac d3fe7f2879 A bit of headers cleanup 20 years ago
Rafaël Carré 6a42724746 Ignore empty vorbis comments (closes #704) 20 years ago
Derk-Jan Hartman 30ff712980 * prevent potential crashes on files with broken channelcount 20 years ago
Rafaël Carré 17c15b2e63 Added psz_trackid, psz_artistid, psz_albumid to vlc_meta_t to store musicbrainz unique identifiers 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 857b51f9c9 Rename vlc_input_item_* functions to input_Item* for consistency 20 years ago
Antoine Cellerier b372cf284d Fix voribis meta data stuff (so that it doesn't match on stuff like "MUSICBRAINZ_ARTIST") 20 years ago
Antoine Cellerier 10973b3341 Use Artist/Title/Album meta data in vorbis. Feel free to add what's missing and remove duplicate stuff from this code 20 years ago
Christophe Mutricy 4190fca508 codec 2nd round exept fo x264 (refs #438) 20 years ago
Clément Stenac 03a094ee8b Codecs (except x264). Refs:#438 20 years ago
Antoine Cellerier c17290dc45 [patch] unifying meta-information access, the 2nd by Daniel Stränger 20 years ago
Antoine Cellerier 2cb472dba0 FSF address change. 21 years ago
Gildas Bazin d1d351f89f * modules/codec/vorbis.c: fixed crash on codec cleanup when headers couldn't be decoded. 21 years ago
Derk-Jan Hartman c3358bd51d * vorbis comments can be mixed case. strstr -> strcasestr 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
Benjamin Pracht 220005ae9d * Use 0 as default quality setting. The previous "3" would make VLC ignore the ab= argument unless being explicitely told to use cbr with the --sout-vorbis-cbr oprion. 21 years ago
Damien Fouilleul bdf3de90f6 vorbis.c: oops, I inverted channel order when encoding, should be fine now 21 years ago
Damien Fouilleul 636b212b96 vorbis.c: reorder channels according to OggVorbis channel order specification 21 years ago
Felix Paul Kühne 998bed8498 * ALL: removed l10n of various untranslatable strings such as 'ffmpeg' or 'Vorbis' 21 years ago
Clément Stenac ba9826cacf Preferences consistency fixes by Christophe Mutricy <xtophe at nxtelevision d0t com> 21 years ago
Gildas Bazin f3c83b0187 * modules/codec/vorbis.c: uninitialized variable. 21 years ago
Gildas Bazin e485b11c98 * src/misc/vlm.c, modules/codec/vorbis.c: MSVC compilation fixes by Steve Lhomme (steve dot lhomme at free dot fr). 22 years ago
Gildas Bazin 516eb3ebdf * modules/codec/vorbis.c: fixed tremor output. 22 years ago
Clément Stenac a90a19a6b0 Improvements to preferences 22 years ago
Clément Stenac 38184c2e4b Fixes + use new API for directory demuxer 22 years ago
Gildas Bazin d5c1443a63 * modules/codec/vorbis.c: VBR encoding is now the default + added a cbr option. 22 years ago
Gildas Bazin 113669353d * modules/codec/vorbis.c: vorbis encoder takes float32 as input. 22 years ago
Gildas Bazin 535be4f675 * include/vlc_es_out.h, src/input/es_out.c: added an ES_OUT_SET_FMT control. 22 years ago
Gildas Bazin f2c554795a * modules/codec/ffmpeg/video_filter.c, include/vlc_filter.h: 22 years ago
Laurent Aimar a3da721928 all: sout_ParseCfg -> sout_CfgParse. 22 years ago
Laurent Aimar 91c59aebcb * vorbis: compilation fix. 22 years ago