summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
...
| * alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-191-2/+4
| * alac: make block_size signedJustin Ruggles2012-07-191-1/+1
| * alac: remove a duplicate local variableJustin Ruggles2012-07-191-1/+0
| * alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-191-4/+2
| * alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-191-16/+7
| * alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-191-3/+3
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-191-8/+8
| * alac: limit the rice param before passing to decode_scalar()Justin Ruggles2012-07-191-9/+7
| * alac: reduce the number of parameters to bastardized_rice_decompress()Justin Ruggles2012-07-191-11/+5
| * alac: cosmetics: rename some ALACContext parametersJustin Ruggles2012-07-191-64/+63
| * alac: clean up and update comments leftover from reverse-engineeringJustin Ruggles2012-07-191-31/+18
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-193-30/+14
|\ \ | |/
| * flacdec: reverse lpc coeff order, simplify filterMans Rullgard2012-07-192-15/+14
| * x86: dsputil: drop some unused CPU flag debug codeDiego Biurrun2012-07-191-15/+0
* | threads: fix a potential race spotted by helgrind.Clément Bœsch2012-07-191-1/+1
* | Fix misspellings of FFmpegMichael Niedermayer2012-07-192-3/+3
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-1821-182/+232
|\ \ | |/
| * ppc: fix build with altivec disabledMans Rullgard2012-07-181-1/+3
| * vp3: move idct and loop filter pointers to new vp3dsp contextMans Rullgard2012-07-1819-169/+220
| * build: add CONFIG_VP3DSP, reduce repetition in OBJS listsMans Rullgard2012-07-183-10/+7
| * tscc2: do not add/subtract 128 bias during DCTKostya Shishkov2012-07-181-2/+2
| * tscc2: fix typo in DCTKostya Shishkov2012-07-181-1/+1
* | imgconvert: favor pixel formats without resolution lossMichael Niedermayer2012-07-181-0/+1
* | mlpdec: switch to av_assertMichael Niedermayer2012-07-181-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-183-17/+33
|\ \ | |/
| * libopenjpeg: introduce encoding supportMichael Bradshaw2012-07-174-2/+440
| * libopenjpeg: rename decoder source file.Michael Bradshaw2012-07-172-1/+1
| * tscc2: DCT output should not be clippedKostya Shishkov2012-07-171-1/+1
* | ptx: correct decodingPaul B Mahol2012-07-171-1/+1
* | Fix libilbc compilation.chinshou2012-07-171-1/+1
* | mpeg4videodec: Add two missing format specifiers for debug output.Carl Eugen Hoyos2012-07-171-1/+1
* | mpeg4videodec: Use format specifier PRId64 for int64_t.Carl Eugen Hoyos2012-07-171-1/+1
* | tiff: read more tags of type stringPaul B Mahol2012-07-172-0/+63
* | tiff: add smarter checks if there is enough data leftPaul B Mahol2012-07-171-13/+29
* | tiff: port to bytestream2Paul B Mahol2012-07-171-106/+112
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-161-0/+5
|\ \ | |/
| * libfdk-aac: Check if cutoff value is validMohammad Alsaleh2012-07-151-0/+5
* | ffv1dec: fix error concealment for gop>1Michael Niedermayer2012-07-161-1/+2
* | Fix DCA-XXCH extension scaling for embedded downmixes.Nick Brereton2012-07-161-19/+55
* | Fix ordering of XXCH downmix coefficients.Nick Brereton2012-07-161-2/+13
* | ffv1dec: detect errors in bytestream end mismatches for ECMichael Niedermayer2012-07-161-0/+7
* | ffv1dec: set the first slices bytestream end correctlyMichael Niedermayer2012-07-161-1/+2
* | ffv1dec: keep track of errors in slice headers for ECMichael Niedermayer2012-07-161-1/+3
* | ffv1dec: add simple error concealment in case of CRC errors on slices.Michael Niedermayer2012-07-161-0/+23
* | ffv1: keep last_frame (to be used for error concealment)Michael Niedermayer2012-07-161-1/+6
* | exr: check size of uncompressed buffer returned by uncompress()Paul B Mahol2012-07-161-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-164-231/+478
|\ \ | |/
| * vc1dec: Do not use random pred_flag if motion vector data is skippedMashiat Sarker Shakkhar2012-07-151-1/+1
| * vp8: Enclose pthread function calls in ifdefsMartin Storsjö2012-07-152-0/+9
| * snow: refactor code to work around a compiler bug in MSVC.Ronald S. Bultje2012-07-141-1/+9
OpenPOWER on IntegriCloud