Home
last modified time | relevance | path

Searched refs:mp3info (Results 1 – 25 of 125) sorted by relevance

12345

/dports/games/worldofpadman/worldofpadman-1.2.20080621/code/client/
H A Dsnd_codec_mp3.c474 needcount = mp3info->destsize - mp3info->destlen; in S_MP3_Decode()
487 mp3info->pcmbufsize - mp3info->buflen, in S_MP3_Decode()
499 memcpy(newbuf, mp3info->pcmbuf, mp3info->buflen); in S_MP3_Decode()
509 mp3info->pcmbufsize - mp3info->buflen, in S_MP3_Decode()
517 else if(mp3info->destlen >= mp3info->destsize) in S_MP3_Decode()
552 mp3info = Z_Malloc(sizeof(*mp3info)); in S_MP3_CodecOpenStream()
553 if(!mp3info) in S_MP3_CodecOpenStream()
566 if(S_MP3_ReadData(stream, &mp3info->madstream, mp3info->encbuf, sizeof(mp3info->encbuf)) <= 0) in S_MP3_CodecOpenStream()
636 memmove(mp3info->pcmbuf, &mp3info->pcmbuf[bytes], mp3info->buflen); in S_MP3_CodecReadStream()
642 memcpy(buffer, mp3info->pcmbuf, mp3info->buflen); in S_MP3_CodecReadStream()
[all …]
/dports/audio/mp3info/mp3info-0.8.5a/
H A DMakefile37 PROG = mp3info
52 doc: mp3info.txt
54 mp3info: $(OBJS) target
60 mp3info.txt: mp3info.1
61 groff -t -e -mandoc -Tascii mp3info.1 | col -bx > mp3info.txt
69 $(RM) -f mp3info.txt
71 install-mp3info: mp3info
72 $(STRIP) mp3info
73 $(INSTALL) mp3info $(bindir)/mp3info
74 $(INSTALL) mp3info.1 $(mandir)/mp3info.1
[all …]
H A Dmp3tech.h79 } mp3info; typedef
87 int get_mp3_info(mp3info *mp3,int scantype, int fullscan_vbr);
88 int get_id3(mp3info *mp3);
91 int write_tag(mp3info *mp3);
95 int get_first_header(mp3info *mp3,long startpos);
96 int get_next_header(mp3info *mp3);
H A Dmp3info.spec1 %define name mp3info
13 Source: ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info/%{name}-%{version}.tgz
34 strip mp3info
38 mv mp3info $RPM_BUILD_ROOT/usr/bin/mp3info
40 mv ChangeLog README INSTALL LICENSE mp3info.txt mp3info.html $RPM_BUILD_ROOT/usr/share/doc/%{name}-…
41 mv mp3info.1 $RPM_BUILD_ROOT/usr/man/man1
52 /usr/bin/mp3info
54 /usr/man/man1/mp3info.1.gz
H A DINSTALL6 If you want to make mp3info available from anywhere on your system,
7 you can copy mp3info.exe to a directory in your system path.
10 copy mp3info.exe %SYSTEMROOT%
21 tar -xzvf mp3info-x.y.tgz
22 cd mp3info-x.y
35 make mp3info
36 make install-mp3info (this command must be run by the root user)
43 ... and that's it. There should be a binary named mp3info and/or another named
54 install: cannot create regular file `/usr/local/man/man1/mp3info.1': No such file or directory
75 rpm -ivh mp3info-x.y-z.i386.rpm
[all …]
H A Dmp3info.lsm2 Title: mp3info
14 Primary-site: ftp://metalab.unc.edu/pub/linux/apps/sound/mp3-utils/mp3info
15 mp3info-0.8.1.tgz
16 mp3info-0.8.1-1.i386.rpm
17 Alternate-site: ftp://ftp.freesoftware.com/pub/linux/sunsite/apps/sound/mp3-utils/mp3info/
H A Dmp3info.mdsp29 outputFilename=Debug\mp3info.exe
67 outputFilename=Release\mp3info.exe
84 2=mp3info.c
90 1=mp3info.h
H A DREADME66 http://ibiblio.org/mp3info/
70 ftp://ftp.ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info
71 http://ibiblio.org/pub/linux/apps/sound/mp3-utils/mp3info
75 ftp://ftp.freesoftware.com/pub/linux/sunsite/apps/sound/mp3-utils/mp3info/
76 ftp://ftp.twoguys.org/linux/apps/sound/mp3-utils/mp3info/
93 UNIX platform, simply type 'man mp3info' at any time after installation. If
95 read the man page, a text-only version is available in the file mp3info.txt
97 There is also an HTML version of the manual page included as mp3info.html.
H A Dmp3tech.c69 int get_mp3_info(mp3info *mp3,int scantype, int fullscan_vbr) in get_mp3_info()
153 int get_first_header(mp3info *mp3, long startpos) in get_first_header()
190 int get_next_header(mp3info *mp3) in get_next_header()
297 int get_id3(mp3info *mp3) { in get_id3()
363 int write_tag(mp3info *mp3) { in write_tag()
H A DChangeLog3 v0.8.5 - Added 'make install-mp3info' and 'make install-gmp3info' options to
40 v0.8.2 - Fixed a bug which caused mp3info to erroneously report some
43 v0.8.1 - Fixed an elusive bug that sometimes caused mp3info to fail to
54 - UNIX man page created for mp3info (console version only)
74 v0.6 - As of this version maintenance of mp3info has been taken over
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/inc/
H A Dfunctions.inc.php140 return $mp3info;
150 function add_song($mp3info='') argument
154 if ($mp3info)
157 if ($mp3info->sample == 'Reserved')
159 $mp3info->sample = 0;
166 . addslashes($mp3info->file)
167 . "','" . addslashes($mp3info->title)
169 . "','" . addslashes($mp3info->year)
171 . "','" . addslashes($mp3info->album)
182 . "','" . addslashes($mp3info->crc)
[all …]
/dports/www/phpgroupware/phpgroupware-0.9.16.017/dj/
H A Dscan.php34 $mp3info = get_info($data); variable
36 $mp3info->title = $mp3info->name;
37 if (!$mp3info->title)
39 $mp3info->title = $data;
42 $mp3info->descr = $mp3info->genre .' (#'. $mp3info->genreno .')';
44 if(!$cats->exists('mains',$mp3info->genre))
48 'name' => $mp3info->genre,
49 'descr' => $mp3info->descr,
55 add_song($mp3info);
H A Dimport.php60 $mp3info = get_info($data); variable
62 $mp3info->title = $mp3info->name;
64 if (!$mp3info->title)
71 $mp3info->title = $_title;
76 $mp3info->descr = $mp3info->genre .' (#'. $mp3info->genreno .')';
79 if ($mp3info->genre)
85 'name' => $mp3info->genre,
86 'descr' => $mp3info->descr,
93 _debug('name: ' . $mp3info->name);
94 _debug('title: ' . $mp3info->title);
[all …]
H A Dexport.pl26 $mp3info = $_;
77 …$cmd = "$mp3info -t \"$title\" -a \"$artist\" -l \"$album\" -y \"$year\" -c \"$comment\" -g \"$gen…
/dports/audio/aqualung/aqualung-1.0/src/decoder/
H A Ddec_mpeg.c739 mp3info_t mp3info; in build_seek_table_thread() local
743 if ((mp3info.layer == pd->mp3info.layer) && in build_seek_table_thread()
744 (mp3info.version == pd->mp3info.version) && in build_seek_table_thread()
745 (mp3info.channel_mode == pd->mp3info.channel_mode) && in build_seek_table_thread()
746 (mp3info.frequency == pd->mp3info.frequency)) { in build_seek_table_thread()
803 mp3info.frame_size, mp3info.frame_samples); in build_seek_table_thread()
1345 * pd->mp3info.frame_samples / pd->mp3info.frame_size; in mpeg_decoder_open()
1493 mp3info_t mp3info; in mpeg_decoder_seek() local
1551 if ((mp3info.layer == pd->mp3info.layer) && in mpeg_decoder_seek()
1552 (mp3info.version == pd->mp3info.version) && in mpeg_decoder_seek()
[all …]
/dports/games/openjk/OpenJK-07675e2/docs/
H A Dsound-code-declutter.md505 needcount = mp3info->destsize - mp3info->destlen;
518 mp3info->pcmbufsize - mp3info->buflen,
530 Com_Memcpy(newbuf, mp3info->pcmbuf, mp3info->buflen);
540 mp3info->pcmbufsize - mp3info->buflen,
548 else if(mp3info->destlen >= mp3info->destsize)
583 mp3info = (struct snd_codec_mp3_info *)Z_Malloc(sizeof(*mp3info));
584 if(!mp3info)
597 if(S_MP3_ReadData(stream, &mp3info->madstream, mp3info->encbuf, sizeof(mp3info->encbuf)) <= 0)
667 memmove(mp3info->pcmbuf, &mp3info->pcmbuf[bytes], mp3info->buflen);
673 Com_Memcpy(buffer, mp3info->pcmbuf, mp3info->buflen);
[all …]
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/modules/mediaplayer/
H A DMpMp3.h97 struct mp3info struct
119 bool scan_mp3_file(QString & szFileName, mp3info * i); argument
121 void resetmp3infoStruct(mp3info * i);
134 int get_mp3_info(mp3info * mp3);
135 int get_id3(mp3info * mp3);
138 int get_first_header(mp3info * mp3, long startpos);
H A DMpMp3.cpp179 void resetmp3infoStruct(mp3info * i) in resetmp3infoStruct()
194 int get_mp3_info(mp3info * mp3) in get_mp3_info()
235 int get_first_header(mp3info * mp3, long startpos) in get_first_header()
373 int get_id3(mp3info * mp3) in get_id3()
446 bool scan_mp3_file(QString &, mp3info * i) in scan_mp3_file()
/dports/audio/mp3blaster/mp3blaster-3.2.6/src/
H A Dmp3tag.cc48 } mp3info; variable
286 mp3info.bitrate = mp3->getbitrate(); in parse_mp3()
287 mp3info.layer = mp3->getlayer(); in parse_mp3()
288 mp3info.version = mp3->getversion() + 1; in parse_mp3()
289 mp3info.protection = (mp3->getcrccheck() ? 1 : 0); in parse_mp3()
290 mp3info.frequency = mp3->getfrequency(); in parse_mp3()
291 memset(mp3info.mode, 0, 20 * sizeof(char)); in parse_mp3()
292 strncpy(mp3info.mode, mp3->getmodestring(), 19); in parse_mp3()
378 mp3info.version, mp3info.layer, mp3info.frequency, mp3info.bitrate, in parse_mp3()
379 mp3info.mode); in parse_mp3()
/dports/audio/bharvestr-lv2/BHarvestr-7e6a1e7c81d0af61d4fabcd823978d62c8970502/src/
H A DSample.hpp69 mp3dec_file_info_t mp3info; local
70 …if (mp3dec_load (&mp3dec, path, &mp3info, NULL, NULL)) throw std::invalid_argument ("Can't open " …
72 info.samplerate = mp3info.hz;
73 info.channels = mp3info.channels;
74 info.frames = mp3info.samples / mp3info.channels;
79 memcpy (data, mp3info.buffer, sizeof(float) * info.frames * info.channels);
/dports/audio/bjumblr-lv2/BJumblr-1.6.8/src/
H A DSample.hpp80 mp3dec_file_info_t mp3info; local
81 …if (mp3dec_load (&mp3dec, path, &mp3info, NULL, NULL)) throw std::invalid_argument ("Can't open " …
83 info.samplerate = mp3info.hz;
84 info.channels = mp3info.channels;
85 info.frames = mp3info.samples / mp3info.channels;
90 memcpy (data, mp3info.buffer, sizeof(float) * info.frames * info.channels);
/dports/audio/boops-lv2/BOops-1.8.2/src/
H A DSample.hpp80 mp3dec_file_info_t mp3info; local
81 …if (mp3dec_load (&mp3dec, path, &mp3info, NULL, NULL)) throw std::invalid_argument ("Can't open " …
83 info.samplerate = mp3info.hz;
84 info.channels = mp3info.channels;
85 info.frames = mp3info.samples / mp3info.channels;
90 memcpy (data, mp3info.buffer, sizeof(float) * info.frames * info.channels);
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/include/
H A Dmp3.h111 typedef struct mp3info { struct
130 } mp3info; argument
230 mp3info * _mp3_parse(PerlIO *infile, char *file, HV *info);
234 void _mp3_skip(mp3info *mp3, uint32_t size);
/dports/audio/id3lib/id3lib-3.8.3/examples/
H A Ddemo_info.cpp344 const Mp3_Headerinfo* mp3info; in main() local
345 mp3info = myTag.GetMp3HeaderInfo(); in main()
358 if (mp3info) in main()
362 switch (mp3info->version) in main()
377 switch (mp3info->layer) in main()
392 cout << "Bitrate: " << mp3info->bitrate/1000 << "KBps\n"; in main()
393 cout << "Frequency: " << mp3info->frequency/1000 << "KHz\n"; in main()
/dports/audio/p5-Audio-Scan/Audio-Scan-1.01/src/
H A Dmp3.c26 mp3info *mp3 = _mp3_parse(infile, file, info); in get_mp3fileinfo()
228 static short _mp3_get_average_bitrate(mp3info *mp3, uint32_t offset, uint32_t audio_size) in _mp3_get_average_bitrate()
327 _parse_xing(mp3info *mp3) in _parse_xing()
533 _is_mp3x_profile(mp3info *mp3) in _is_mp3x_profile()
553 _is_mp3_profile(mp3info *mp3) in _is_mp3_profile()
572 mp3info *
584 mp3info *mp3; in _mp3_parse()
585 Newz(0, mp3, sizeof(mp3info), mp3info); in _mp3_parse()
916 mp3info *mp3 = _mp3_parse(infile, file, info); in mp3_find_frame()
1047 _mp3_skip(mp3info *mp3, uint32_t size) in _mp3_skip()

12345