Top "Decoding" questions

Decoding is the reverse of encoding.

Using OpenMAX (IL?) for audio/video decoding on Android

Many of the newer hardware platforms running Android, in particular NVIDIA's Tegra 2, support OpenMAX for media acceleration. It's effectively impossible …

android ffmpeg decoding libavcodec tegra
How to decode a Base64 string in Scala or Java?

I have a string encoded in Base64: eJx9xEERACAIBMBKJyKDcTzR_hEsgOxjAcBQFVVNvi3qEsrRnWXwbhHOmzWnctPHPVkPu-4vBQ== How can I decode it in Scala language? …

java python scala base64 decoding
Parse Query String with HTTPclient to extract nameValuePairs

Is there Apache utility that takes Query String and some encoding and return Map of key,value[] url decoded?

java apache url tomcat decoding
UnicodeDecodeError: 'ascii' codec can't decode

I'm reading a file that contains Romanian words in Python with file.readline(). I've got problem with many characters because …

python file encoding decoding representation
How to set decode pixel format in libavcodec?

I decode video via libavcodec, using the following code: //Open input file if(avformat_open_input(&ctx, filename, NULL, …

c++ c ffmpeg decoding libavcodec
Decoding Base64 pdf giving broken file

Can someone please explain why decoding Base64 giving a broken pdf? I need to find the way how to decode …

node.js base64 decoding
How to decode AndroidManifest.xml

I am trying to decode AndroidManifest.xml I don't want to use APKTOOL or any of its related depedencies because …

java android encryption encoding decoding
Translating IMAP body based on their encoding

From the manual, I know that there are 6 different transfer encoding in IMAP. At this point, I've created this basic …

php encoding imap decoding
Gmail API decoding messages in Javascript

I am having serious problems decoding the message body of the emails I get using the Gmail API. I want …

javascript email character-encoding decoding gmail-api
How to convert a netty ByteBuf to a String and vice versa

Is there a way to convert a netty ByteBuf to a String and vice versa? public String toString(ByteBuf b){ //…

java encoding netty decoding