summaryrefslogtreecommitdiffstats
path: root/libavcodec/shorten.c
Commit message (Expand)AuthorAgeFilesLines
* shorten: allocate space for paddingMichael Niedermayer2013-05-071-1/+1
* lavc: factorize ff_{thread_,re,}get_buffer error messages.Clément Bœsch2013-03-131-3/+1
* Merge commit '759001c534287a96dc96d1e274665feb7059145d'Michael Niedermayer2013-03-121-1/+1
|\
| * lavc decoders: work with refcounted frames.Anton Khirnov2013-03-081-1/+1
* | Merge commit '5a4e9fe855282a99586050a507d0a486ad39df5b'Michael Niedermayer2013-03-071-6/+11
|\ \ | |/
| * shorten: use the unsigned type where neededLuca Barbato2013-03-061-4/+9
* | Merge commit '4c364eb2b856fc33cf7b42f7c7b979e69fde5f3a'Michael Niedermayer2013-03-061-2/+2
|\ \ | |/
| * shorten: report meaningful errorsLuca Barbato2013-03-061-14/+14
* | Merge commit 'a2ad554def214d2d03b7c16f68dc081a8622f9ca'Michael Niedermayer2013-03-061-110/+118
|\ \ | |/
| * shorten: K&R formatting cosmeticsLuca Barbato2013-03-061-106/+113
| * shorten: set invalid channels count to 0Michael Niedermayer2013-03-061-0/+1
* | shorten: Fix signedness of comparissionMichael Niedermayer2013-02-191-2/+2
* | Merge commit '4a2b26fc1b1ad123eba473a20e270f2b0ba92bca'Michael Niedermayer2013-02-131-11/+6
|\ \ | |/
| * shorten: decode directly to the user-provided AVFrameJustin Ruggles2013-02-121-9/+5
* | shorten: dont leave invalid channel counts in the context.Michael Niedermayer2013-02-131-0/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2013-01-281-1/+1
|\ \ | |/
| * shorten: fix array subscript is below array bounds warningLuca Barbato2013-01-281-1/+1
* | Merge commit '511cf612ac979f536fd65e14603a87ca5ad435f3'Michael Niedermayer2012-12-211-1/+2
|\ \ | |/
| * miscellaneous typo fixesDiego Biurrun2012-12-211-1/+2
* | Merge commit '594d4d5df3c70404168701dd5c90b7e6e5587793'Michael Niedermayer2012-12-051-1/+2
|\ \ | |/
| * lavc: add a wrapper for AVCodecContext.get_buffer().Anton Khirnov2012-12-041-1/+2
* | shorten: update .sample_fmtsPaul B Mahol2012-12-031-0/+1
* | shorten: return more meaningful error codesPaul B Mahol2012-12-011-15/+15
* | Merge commit '50a65e7a540ce6747f81d6dbf6a602ad35be77ff'Michael Niedermayer2012-11-021-1/+1
|\ \ | |/
| * shorten: validate that the channel count in the header is not <= 0Justin Ruggles2012-11-011-1/+1
* | shorten: fix U8 to be planar tooMichael Niedermayer2012-10-151-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-151-6/+9
|\ \ | |/
| * shorten: use planar sample formatJustin Ruggles2012-10-141-9/+14
* | Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer2012-08-071-1/+1
|\ \ | |/
| * Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov2012-08-071-1/+1
* | shorten: fix cmd typeMichael Niedermayer2012-08-061-1/+1
* | cosmetics: minor libavcodec spelling errorsLou Logan2012-06-291-1/+1
* | shorten: fix lossy decodingPaul B Mahol2012-05-221-1/+1
* | shorten: increase max_frame_size.Michael Niedermayer2012-05-081-1/+1
* | shorten: unsigned 8bit supportPaul B Mahol2012-05-041-17/+33
* | Add missing newline in shorten decoder.Carl Eugen Hoyos2012-04-241-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-071-1/+1
|\ \ | |/
| * cosmetics: Align codec declarationsMartin Storsjö2012-04-061-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-171-1/+2
|\ \ | |/
| * shorten: Use separate pointers for the allocated memory for decoded samples.Michael Niedermayer2012-02-161-6/+8
* | shorten: validate values in fmt chunk searchMichael Niedermayer2011-12-251-1/+3
* | shorten: Fix invalid free()Michael Niedermayer2011-12-251-6/+7
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-091-3/+5
|\ \ | |/
| * shorten: avoid abort() on unknown audio typesJohn Brooks2011-12-081-3/+5
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-051-1/+0
|\ \ | |/
| * shorten: remove dead initializationPaul B. Mahol2011-12-041-1/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-031-19/+26
|\ \ | |/
| * Add avcodec_decode_audio4().Justin Ruggles2011-12-021-19/+26
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-121-3/+4
|\ \ | |/
| * shorten: do not modify samples pointer when interleavingJustin Ruggles2011-11-111-3/+4
OpenPOWER on IntegriCloud