summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George2012-07-191-0/+2
* lavc: add debug info about skipped samples.Nicolas George2012-07-191-0/+6
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-191-383/+305
|\
| * alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-191-31/+18
| * alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-191-2/+2
| * alac: change some data types to plain intJustin Ruggles2012-07-191-5/+5
| * alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-191-93/+77
| * alac: multi-channel decoding supportAndrew D'Addesio2012-07-191-18/+43
| * alac: split element parsing into a separate functionJustin Ruggles2012-07-191-40/+81
| * alac: support a read sample size of up to 32Justin Ruggles2012-07-191-10/+11
| * alac: output in planar sample formatJustin Ruggles2012-07-191-27/+19
| * alac: add 32-bit decoding supportJustin Ruggles2012-07-191-1/+14
| * alac: simplify channel interleavingAndrew D'Addesio2012-07-191-43/+14
| * alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-191-6/+5
| * alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-191-3/+3
| * alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-191-1/+1
| * alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-191-23/+22
| * alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-191-4/+3
| * alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-5/+3
| * alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-191-3/+4
| * alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-191-8/+6
| * alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-191-31/+10
| * alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-191-12/+12
| * alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-191-13/+5
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-191-45/+45
| * alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-191-3/+0
| * 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