-
-
[
Visual C++ (VC++)]
mm_mpa_enc_0.9.0.0_bin.zip
after a while there’s yet another new encoder available :). I have created an MPEG Layer 2 encoder based on the libavcodec (ffmpeg) source code. Unluckily the libavcodec encoder lacks a nice psychoacoustic model so I’m considering taking a look ...
-
[
Visual C++ (VC++)]
mmac3e_0900_src.zip
for some time I was unable to find a decent free AC-3 encoder DirectShow filter so I’ve decided to make one. I’ve extracted the AC-3 encoder source from libavcodec (ffmpeg project) and wrapped it into a simple filter. The filter is ...
-
[
Visual C++ (VC++)]
mmmp3e_0900_src.zip
... really wanted to write this one to have a nice addition to my filter collection and I also wanted to get to know the LAME interface so here it is- yet another LAME MP3 encoder filter. Release under the GNU LGPL license as well as the LAME library itself.
Category:
mpeg mp3 Upload User:
yilekiji Size:
1834K
-
-
[
VHDL]
rsenc.rar
this is the code for reed solomon encoder of type 7,3. this is the main module program.
-
[
VHDL]
mult1.rar
this is the multiplier 1 module for the reed solomon encoder
-
[
VHDL]
mult2.rar
this is the multiplier 2 module for the reed solomon encoder
-
[
VHDL]
mult3.rar
this is the multiplier 3 module for the reed solomon encoder
-
[
VHDL]
mult4.rar
this is the multiplier 4 module for the reed solomon encoder
-
[
VHDL]
tcc_cdma.rar
full testbench design including
random number generator, the tcc encoder, the tcc decoder
and some control logic.