Top "Decoding" questions

Decoding is the reverse of encoding.

ruby pack and hex values

A nibble is four bits. That means there are 16 (2^4) possible values. That means a nibble corresponds to a single hex …

ruby decoding pack hex unpack
Buffer error in avcodec_decode_audio4()

I have upgraded my ffmpeg version to the latest commit and Now I can see that the audio decoding funciton …

audio ffmpeg decoding
JsessionID decoding date extracting

I am looking for someone who could decode the following JSessionID for me jsessionid = D6E26A03B27ACD980CD95…

java web decoding jsessionid
ASN.1 Octet Strings

I'm decoding a X.509 Certificate in ASN.1 format. I'm decoding it successfully, traversing the structure, but there is one thing …

decoding asn.1
Failed to execute: 0x80070057, when decoding video via ffmpeg with dxva2

I have successfully implemented a video player using ffmpeg. I am now trying to use hardware decoding but I'm facing …

ffmpeg hardware decoding
Problem when using python logging in django and unicode

totally confused by now... I am developing in python/django and using python logging. All of my app requires unicode …

python django logging unicode decoding
Encoding issue : decode Quoted-Printable string in Python

In Python, I got a string encoded in Quoted-Printable encoding mystring="=AC=E9" This string should be printed as é So …

python encoding decoding quoted-printable