summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* libopenjpegdec: set cp_reduce value only oncePaul B Mahol2012-07-21
* alacdec: fix packed sample output with 5.1Michael Niedermayer2012-07-21
* ac3dec: set decode_error_flags field in ac3 codecMarton Balint2012-07-21
* avcodec: add decode_error_flags field to AVFrameMarton Balint2012-07-21
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-21
|\
| * libopenjpeg: introduce lowres and lowqual private optionsLuca Barbato2012-07-20
| * alac: fix channel pointer assignment for 24 and 32-bitJustin Ruggles2012-07-19
* | tiertexseq: remove redundant string from log messagePaul B Mahol2012-07-20
* | exr: display warning if multiple compression attributes are foundPaul B Mahol2012-07-20
* | exr: merge common codePaul B Mahol2012-07-20
* | exr: compression attribute is mandatoryPaul B Mahol2012-07-20
* | dnxhd: Fix 10-bit DNxHD quant matricesJoseph Artsimovich2012-07-20
* | alac: drop packed sample output support with the next major bumpMichael Niedermayer2012-07-20
* | lavc: set best_effort_timestamp for audio too.Nicolas George2012-07-20
* | lavc: Opus decoder using libopus.Nicolas George2012-07-20
* | oggdec: add support for Opus codec.Nicolas George2012-07-20
* | alacdec: several players have problems with planar audio still thus temporary...Michael Niedermayer2012-07-20
* | lavc: update pkt_duration for skipped samples.Nicolas George2012-07-19
* | lavc: warn when impossible to adjust timestamps for skipped samples.Nicolas George2012-07-19
* | lavc: add debug info about skipped samples.Nicolas George2012-07-19
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-19
|\|
| * alac: cosmetics: general pretty-printing and comment clean upJustin Ruggles2012-07-19
| * alac: calculate buffer size outside the loop in allocate_buffers()Justin Ruggles2012-07-19
| * alac: change some data types to plain intJustin Ruggles2012-07-19
| * alac: cosmetics: rename some variables and function namesJustin Ruggles2012-07-19
| * alac: multi-channel decoding supportAndrew D'Addesio2012-07-19
| * alac: split element parsing into a separate functionJustin Ruggles2012-07-19
| * alac: support a read sample size of up to 32Justin Ruggles2012-07-19
| * alac: output in planar sample formatJustin Ruggles2012-07-19
| * alac: add 32-bit decoding supportJustin Ruggles2012-07-19
| * alac: simplify channel interleavingAndrew D'Addesio2012-07-19
| * alac: use AVPacket fields directly in alac_decode_frame()Justin Ruggles2012-07-19
| * alac: fix check for valid max_samples_per_frameJustin Ruggles2012-07-19
| * alac: use get_sbits() to read LPC coefficients instead of castingJustin Ruggles2012-07-19
| * alac: move the current samples per frame to the ALACContextJustin Ruggles2012-07-19
| * alac: avoid using a double-negative when checking if the frame is compressedJustin Ruggles2012-07-19
| * alac: factor out output_size check in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: factor out loading of next decoded sample in LPC predictionJustin Ruggles2012-07-19
| * alac: use index into buffer_out instead of incrementing the pointerJustin Ruggles2012-07-19
| * alac: simplify lpc coefficient adaptationJustin Ruggles2012-07-19
| * alac: reduce the number of local variables needed in lpc predictionJustin Ruggles2012-07-19
| * alac: simplify 1st order prediction and reading of warm-up samplesJustin Ruggles2012-07-19
| * alac: cosmetics: reindent after last commitJustin Ruggles2012-07-19
| * alac: remove unneeded conditionals in predictor_decompress_fir_adapt()Justin Ruggles2012-07-19
| * alac: use sizeof() instead of hardcoded data sizesJustin Ruggles2012-07-19
| * alac: make block_size signedJustin Ruggles2012-07-19
| * alac: remove a duplicate local variableJustin Ruggles2012-07-19
| * alac: conditionally set sign_modifier to 1Justin Ruggles2012-07-19
| * alac: eliminate 2 unneeded local variables in bastardized_rice_decompress()Justin Ruggles2012-07-19
| * alac: adjust conditions for updating entropy decoder historyJustin Ruggles2012-07-19