Tagged Questions
The decoder tag has no wiki summary.
8
votes
4answers
3k views
PHP decode starting with $OOO000000=urldecode('%66%67%36%73%62%65%68%70%72%61%34%63
I bought a software from classifiedscript.org, unfortunately, there is an encoded php file which I suspect contains some dodgey functions.
Just to clarify - they were suppose to provide full source ...
2
votes
1answer
58 views
CharsetDecoder not working on linux machine
Following does not work on linux machine.
Charset charset = Charset.forName("UTF-8");
CharsetDecoder decoder = charset.newDecoder();
try {
FileOutputStream fo = ...
2
votes
4answers
302 views
C++ Cross Platform MP3 Decoder?
I have searched high and low, and cannot find any decent MP3 decoders =/
I need one that will compile under gcc/linux.
The closest thing i could find was libmad, which has no documentation at all, ...
2
votes
1answer
325 views
Decoding a PCX image in c# to display as bitmap
I have been trying to create a decoder that will stream through a pcx file and display it on screen as a bitmap. I have managed to get the information from the image header by using a binary reader, ...
2
votes
2answers
2k views
2
votes
0answers
420 views
JPEG HW Decoder access API
Is there any procedure/API provided in Android SDK/NDK to check if "JPEG HW Decoder" exists in the underlying android phone handset?
If yes, then
Is there any procedure/API provided in Android ...
2
votes
2answers
361 views
Good MP3 or OGG Decoder written in C
Hey, I was looking for a good MP3 or OGG decoder that use the BSD license or public domain and that is also light-weight (something that comes with sources without the need of platform specific ...
2
votes
2answers
2k views
How do I decode a DER encoded string in Java?
I'm trying to read a custom extension from a digital certificate. I know the value is a GeneralString encoded in DER. Is there an easy way to correctly decode it and get a Java String? I tried the ...
2
votes
6answers
1k views
Is there any free or commercal jpeg decode which is really fast
I am using c++, libjpeg for decoding jpeg file.
I find it is not fast enough, is there any method to make it faster by setting some compile parameter?
or are there any other lib can open jpeg files ...
2
votes
6answers
7k views
QR decoder that works on mac?
Anyone know a QR decoder that works on mac or that might be online? I just need to decode one single image.
1
vote
2answers
51 views
Why several FFDA markers in jpeg file
In my jpeg file there are few FFDA markers. From which marker my data starts, and how do I know from which marker I decode the file?
1
vote
2answers
1k views
How to decode PDF417 barcode scanner in iPhone/iPad
I have pdf417 barcode image and I want to decode it by using iPhone camera.
I searched a lot but found decoder only for Android not for iPhone/iPad.
Is there pdf417 decoder available for iPhone/iPad2?
...
1
vote
1answer
358 views
Burrows Wheeler Transform (BWT)
Hey guys,
I'm new to Burrows Wheeler transform and am having difficulties in grasping the decode algorithm for BWT. I've done reading online and went through some sample code, but, they all seem to be ...
1
vote
2answers
398 views
Vin decoder api? Iphone
Looking to scan vin and get make model style year so I can offer our companies products that match the vehicles data. Similar questions was asked here,
How to write the VIN Scanner tool
Can anyone ...
1
vote
0answers
447 views
How to use python JSON custom parser in example?
Please, how to get class serializable and well parsed by JSON?
Here are the most valuable links I have already found:
simpljson docs
JSON Encoding and Decoding with Custom Objects in Python
I ...
1
vote
0answers
26 views
image decoding in asp
HI can any body tell me how to decode a base64 string in asp classic encoded by java from an image
1
vote
1answer
333 views
PNG encoder/decoder for PHP
Is there any implementation of a PNG encoder/decoder written in PHP? Something similar to this one: http://packages.python.org/pypng/png.html
I know there is GD and other ones, but as far as I know, ...
1
vote
1answer
274 views
Which is the fastest decoder for jpeg full-scale decoding?
Which is the fastest decoder for jpeg full-scale decoding ?
I want to accelerate my apps' jpeg decoding speed, how can I do this?
I am using libjpeg now, it is a bit slow, is there any one faster than ...
1
vote
1answer
235 views
Invalid ADTS sampling_frequency_index and channel_configuration why?
I hope someone can direct me on the right path before I put a lot of time and effort on this. I'm currently trying to parse an AAC+ frame to get information such as number of channels and sample ...
1
vote
2answers
5k views
H264 decoder source code
I am looking for h264 decoder C/C++ source code with RTP packetization support.
My embedded device is sending 640x480 encoded h264 RTP packet. I would like to make a Windows XP/Vista based video ...
1
vote
4answers
1k views
GDI+ 's Amazing decode speed, and terrible draw speed!
Thanks for answers,Actually I am not puzzled about draw 1024*768 pixels is slower than 100* 100 pixels... It is so simple a logic..
Which made me puzzled is that DrawImage's interpolation algorithm ...
0
votes
0answers
19 views
decoder JPEG not available PIL
PIL does support JPEG in my system.
But when I upload a JPEG file, it throws "decoder JPEG not available error".
How can I resolve this?
Thanks
Ravi
0
votes
1answer
72 views
Jpeg restart markers
I made jpeg deoder, but I didn't implement restart markers logic. That is reason why my program don't work on some images (for example images saved with Photoshop: File->Save As->jpeg). I want to ...
0
votes
0answers
15 views
Distinguishing between internet packets and arp packets
I'm currently writing a packet decoder in win7 x86 with VS 2010 express. the requirements is to output IP source and destination address of the packet given by offline dump file. I wonder what should ...
0
votes
4answers
72 views
Looping for every character in a string in Python decoder ring
I'm wanting to make a simple decoder ring in Python.
Example: a=b, b=c, c=d, etc.
I want the script to take an encoded message and output the decoded message.
For instance, I would input "ifmmp" and ...
0
votes
0answers
39 views
Java input stream to character stream location mapping
I have an input stream that is used to produces a stream of characters. For every given character that gets decoded from the stream I would like to know corresponding byte ranges in the original ...
0
votes
1answer
47 views
How do I create timestamps in my decoder filter?
Thanks to Roman R's answer to my previous question I now have an asynchronous filter wrapping a 3rd party decoder library.
The encoded input samples are coming from a network source. At present I am ...
0
votes
0answers
31 views
Cocoa: Windows Media Audio, Perian and AudioQueueServices
I'm extending an app of mine to add Windows Media Audio streaming support. I've seen applications that can read Windows Media files if Perian is installed. I've done some research and I haven't found ...
0
votes
1answer
224 views
how to decode QR code - iPhone
I am developing an app which reads barcode and QR code using Zbarcode framework. Is there any way to decode the QR code using objective c?
0
votes
1answer
69 views
A problem in XML decoder of Xcode
I want to decode a xml file. The url is http://bbs.byhh.net/morecommend.xml This file is coded with gb2312. So I just transfer the coding method from gb2312 to UTF-8.
NSMutableURLRequest *request ...
0
votes
0answers
244 views
Streaming live video to iPhone using a H264 decoder
I want to stream live video on my iPhone through rtsp. I have a H264 decoder. I don't know how to use the data from decoder. I have already developed iPhone applications but it's my very first time to ...
0
votes
1answer
94 views
WPF and MJPEG Decoder Help
This might be a little of a long shot, but here goes: I have a WPF project and need to stream MJPEG video. The library at http://mjpeg.codeplex.com/ seems to be one of the few PnP options. It works ...
0
votes
1answer
491 views
ISO 3779 vehicle VIN decoder in PHP?
Does anyone know of a ISO 3779 vehicle VIN decoder library in PHP, or Perl, or Python (or any other language, I can convert code easily) available as open source/freeware?
Even just something to ...
0
votes
0answers
113 views
Base64 Decoding Difficulties [closed]
Possible Duplicate:
PHP decode starting with $OOO000000=urldecode('%66%67%36%73%62%65%68%70%72%61%34%63
I bought a site from a guy and this is the file he encoded earlier. But he denied ...
0
votes
1answer
57 views
How to use mpeg.org's mpeg2v12 decoder API?
I have downloaded mpeg.org standard codec source code mpeg2v12 from
http://www.mpeg.org/MPEG/video/mssg-free-mpeg-software.html
I am now looking for examples of how to use it's decoder API to read ...
0
votes
1answer
312 views
8bit PCMU Encoder/Decoder
I have 16 bit PCM audio and I want to convert it to 8bit PCMU. As far as I know 16bit to 8 bit conversion is easy - just drop the last 8 bits from each sample.
I want to know how to convert 8 bit ...
0
votes
2answers
658 views
ffmpeg - avcodec_decode_audio3 always returns 0 with aac decoding on android
I am writing an audio decoder based on ffmpeg for android, where I have to decode aac audio, but because of some reason it always returns 0 bytes decoded.
Looks like I pass everything right. Can ...
0
votes
1answer
601 views
JPEG hardware Decode support in Android application
My Android app needs to decode large resolution based JPEG images on Android 2.2 phones(and above), currently I am using BitmapFactory.decodeStream API, i.e. SKIA library to decode the stream.
1) As ...
0
votes
2answers
203 views
Most affordable PHP Encoder [closed]
Possible Duplicate:
Best PHP Encoder
I am looking for a PHP encoder that can basically also manage licenses (domain etc).
My main criteria is basically price. It is not so much about which ...
0
votes
1answer
409 views
base64 image decoder for ASP classic
Can any one tell me how to decode a base64 encoded image in classic ASP? The image is encoded by Java org.apache base64 class. The Java uses RFC 2045 for base64 decoding.
0
votes
1answer
46 views
footer encoding
I tried to decode the footer of my wordpress template and every time I try it breaks the topic since this encoding is also in functions, can someone tell me what to do? Thanks
<?php ...
0
votes
1answer
515 views
Decode video raw data on Android
I would like to build a live streaming and viewer.
The streaming is H264/MEPG4 raw data.
How to decode these raw data on Android?
I can not find usable API in Android SDK to do it.
And suggestion is ...
0
votes
3answers
204 views
I need two functions which encrypts some data in php and decrypts it in java “correctly”
I need to get two functions. I want to transfer data from my website to my server in xml format. Now on my server, I want to make a function that encrypts the data and place it in an xml, and another ...
0
votes
1answer
63 views
Can I do this?? Trying to load an object from within itself
I have an object which conforms to the NSCoding protocol.
The object contains a method to save itself to memory, like so:
- (void)saveToFile {
NSMutableData *data = [[NSMutableData alloc] init];
...
0
votes
3answers
765 views
Any open source, fast H263 decoder library for ARM9 than ffmpeg?
Is there Any open source, fast H263 decoder library for ARM9 than ffmpeg?
0
votes
2answers
934 views
Anyone has a working viterbi decoder source code with descriptions?
I am having trouble trying to understand some viterbi decoder source codes. I understand the concept and everything but I just don't get some of the calculations that appears in viterbi decoding as ...
0
votes
4answers
721 views
Decoding byte stream
I have a series of messages that are defined by independant structs. These structs share a common header are sent between applications. I am creating a decoder that will take the raw data captures in ...
-3
votes
1answer
28 views
simple MFC/C++ MIME Encoder?
I need a simple C++ compatible with MFC or ATL, MIME Encoder, I need it for sending MIME encoded text posts to a web server.
Where can I find a source code for this ?
-4
votes
1answer
832 views
Need help decoding obfuscated file [closed]
I downloaded a free reviews script from http://www.freereviewscript.com
One of the files is encoded and I want to ensure it doesn't have anything malicious!
Any help would be much appreciated!
Thank ...