0
votes
0answers
142 views

How to decode hex string to NSString for SBJson?

I'm trying to parse JSON string i got from the server, with SBJson. When the dictionary, has a value that contain hex formated string, the SBjson doesn't manage to parse it. for example: ...
0
votes
1answer
95 views

Is there a framework that can be used to encode & decode for video streaming based on IOS?

Does anyone who knows what's the framework or APIs should be instead of FFMPEG library on iOS? Because it takes the high CPU if use the FFMPEG library to encode and decode the video streaming, and ...
1
vote
1answer
166 views

Which is the fastest lib to decoding Jpeg in iOS?

I am writing a Image management app. I want to open a jpeg and its thumbnail as fast as I can. so user can enjoy viewing their images. Which is the fastest lib to decoding Jpeg in IOS? I used to ...
1
vote
2answers
1k views

AVAssetReader with streamed H.264 samples

I'm writing an RTSP/H.264 client. Live555 for parsing the RTSP is great, but using ffmpeg for software decoding is just too slow. I'd like to use AVFoundation to hardware decode the samples. I'm not ...
0
votes
1answer
339 views

dSYM file from device

My application is crashing, and I cannot find an exact way how to reproduce the crash for two days. So, I would like to decode the dSYM file, and to see there what's the problem (hoping it helps). How ...
0
votes
1answer
83 views

Encode Decode int attribute of a class error

@interface Esame : NSObject{ NSString *nome; int voto; int crediti; int anno; } @property (nonatomic, retain) NSString *nome; - (id)initWithNome:(NSString*)nome voto:(int)voto ...
1
vote
0answers
390 views

iOS and Java - How to decode UTF-8 encoded NSData on server programmed in Java?

I am sending JSON from my iPhone app to my server which is Play Framework's Java app and deployed on Heroku Cloud. Here is my code i am using in my App. self.url = [NSURL ...
0
votes
1answer
412 views

how does IOS decode an image(JPEG or PNG) by CGImage ? Is this the most efficient way?

We decode an image(JPEG/PNG) into a bitmap on IOS, generally, by CGImage. Now I want to know whether it's the most efficient way to decode an image ?? Or could anyone tell me that is there any API ...
1
vote
1answer
354 views

IOS - Decode PCM byte array

Im stuck on an issue on my objective C App. I'm reading a byte array from a serveur (Socket c#) who send me an PCM encoded sound, and i'm currently looking for a sample code that decode for me this ...
1
vote
1answer
236 views

iOS decode umlaut &$

I have an example of what I need decoded: @"f&#252r" How can I get this decoded to an NSString so it looks like fūr I tried a number of things including [@"f&#252r" ...
3
votes
1answer
6k views

How can I perform hardware-accelerated H.264 encoding and decoding for streaming? [closed]

I am able to get the RGBA frame data from the camera, and I want to encode it in H.264 format. I've used FFmpeg to encode and decode H.264 video, but at a frame size of 640x480 it's too slow for my ...
1
vote
1answer
514 views

Invert pixels - zxing

I'm using a zxing library in my iOS project. It's a library for reading and creating QR Codes. From my researching and browsing around the web the process of decoding the image is made of this steps: ...
0
votes
1answer
542 views

decode h264 video in iphone

I have video in my library . I have compress that video using h264 codec . now I want that video to be decoded in the normal video by that mean it should be decoded in the mode that I want . can ...
0
votes
1answer
616 views

How to encode a UIImage in a key Archive

I have a 'User' object that contains a property of 'UIImage' class. How do I encode the uiimage together with the other properties and save it in NSUserdefault? My understanding is that I can only ...
4
votes
2answers
3k views

iOS - How to decode image with zxing

I need to decode an QR image using the zxing library for iOS. I'm new to iOS programming, and have been looking through the code examples included in the project, but I can't figure out how to just ...
1
vote
0answers
169 views

What is the minimum buffer size needed to initialize .ts (transport stream) file using FFMPEG

I can play .ts files using FFMPEG by passing full file. Now I have to play .ts as a buffer. Now I'm reading a ts file say 188*200 means 200 packets. Can anybody tell me what is minimum buffer size or ...
0
votes
0answers
634 views

How to Encode and Decode a number (10 Digit ) in 5 digit with symbol in encoded number for ios

I need to encode a mobile number to generate a verification code . i have a mobile number want to encode it in 5 digit number then i want to decode that number as in original number want to save ...
1
vote
0answers
393 views

How to switch from Stereo to mono

I'm using SDL and FFMPEG to decode audio. my test file has combination of Stereo and mono channels. When i try to play the audio file the stereo part will play, but my application fails to play when ...
1
vote
3answers
778 views

Decoding word-encoded Content-Disposition header file name in Objective-C

I am trying to retrieve a file name that can't be represented in ASCII from the content-disposition header. This file name is word-encoded. Below is the encoded file name: ...