19814 Commits (fa71471cefd5fbab4cba86507aa1f5e43f9d625d)

Author SHA1 Message Date
  Michael Niedermayer 2f48dff455 atrac3: switch to av_assert 13 years ago
  Michael Niedermayer 86af292883 kbdwin: switch to av_assert 13 years ago
  Paul B Mahol 1aeb87fa07 tscc: employ more meaningful return values 13 years ago
  Michael Niedermayer 7c71f8e0ec pthread: mark lockless thread synchronization variables as volatile 13 years ago
  Reimar Döffinger 313d1981ad zerocodec: fix direct rendering. 13 years ago
  Paul B Mahol a36f19e942 libopenjpegdec: set cp_reduce value only once 13 years ago
  Michael Niedermayer 17352ad315 alacdec: fix packed sample output with 5.1 13 years ago
  Marton Balint b99e9ee938 ac3dec: set decode_error_flags field in ac3 codec 13 years ago
  Marton Balint 016a472009 avcodec: add decode_error_flags field to AVFrame 13 years ago
  Paul B Mahol 85761efa95 tiertexseq: remove redundant string from log message 13 years ago
  Paul B Mahol b040ffc84c exr: display warning if multiple compression attributes are found 13 years ago
  Paul B Mahol 01f76a779c exr: merge common code 13 years ago
  Paul B Mahol a2dab7512e exr: compression attribute is mandatory 13 years ago
  Joseph Artsimovich 99c4e91dfa dnxhd: Fix 10-bit DNxHD quant matrices 13 years ago
  Michael Niedermayer 7c6ebe2b97 alac: drop packed sample output support with the next major bump 13 years ago
  Luca Barbato ce64e5bfd1 libopenjpeg: introduce lowres and lowqual private options 13 years ago
  Nicolas George 461f506f7b lavc: set best_effort_timestamp for audio too. 13 years ago
  Nicolas George a6cf296bd9 lavc: Opus decoder using libopus. 13 years ago
  Nicolas George e62fd6619f oggdec: add support for Opus codec. 13 years ago
  Michael Niedermayer 5e99df019a alacdec: several players have problems with planar audio still thus temporary put packed output back by default 13 years ago
  Justin Ruggles 4cd22b7738 alac: fix channel pointer assignment for 24 and 32-bit 13 years ago
  Nicolas George cd08900393 lavc: update pkt_duration for skipped samples. 13 years ago
  Nicolas George 0e18ac5611 lavc: warn when impossible to adjust timestamps for skipped samples. 13 years ago
  Nicolas George 11ce1cf9a7 lavc: add debug info about skipped samples. 13 years ago
  Justin Ruggles eeb55f5f2f alac: cosmetics: general pretty-printing and comment clean up 13 years ago
  Justin Ruggles f3e5a7844b alac: calculate buffer size outside the loop in allocate_buffers() 13 years ago
  Justin Ruggles bae83f2c74 alac: change some data types to plain int 13 years ago
  Justin Ruggles 2aebac6918 alac: cosmetics: rename some variables and function names 13 years ago
  Andrew D'Addesio 1b3ef155d7 alac: multi-channel decoding support 13 years ago
  Justin Ruggles 81c9e2e6d0 alac: split element parsing into a separate function 13 years ago
  Justin Ruggles cd632619d9 alac: support a read sample size of up to 32 13 years ago
  Justin Ruggles 73dc0db486 alac: output in planar sample format 13 years ago
  Justin Ruggles 6482bd8831 alac: add 32-bit decoding support 13 years ago
  Andrew D'Addesio 6cda74c155 alac: simplify channel interleaving 13 years ago
  Justin Ruggles 5138ff143f alac: use AVPacket fields directly in alac_decode_frame() 13 years ago
  Justin Ruggles 7a206eb32f alac: fix check for valid max_samples_per_frame 13 years ago
  Justin Ruggles 1193d3fedd alac: use get_sbits() to read LPC coefficients instead of casting 13 years ago
  Justin Ruggles 7a50ec6799 alac: move the current samples per frame to the ALACContext 13 years ago
  Justin Ruggles 46043962ea alac: avoid using a double-negative when checking if the frame is compressed 13 years ago
  Justin Ruggles 9a6c528e08 alac: factor out output_size check in predictor_decompress_fir_adapt() 13 years ago
  Justin Ruggles ebd4c3add1 alac: factor out loading of next decoded sample in LPC prediction 13 years ago
  Justin Ruggles a4ecd41442 alac: use index into buffer_out instead of incrementing the pointer 13 years ago
  Justin Ruggles f2515cd629 alac: simplify lpc coefficient adaptation 13 years ago
  Justin Ruggles abc4376b31 alac: reduce the number of local variables needed in lpc prediction 13 years ago
  Justin Ruggles 01880d287b alac: simplify 1st order prediction and reading of warm-up samples 13 years ago
  Justin Ruggles d0c0bf0d3e alac: cosmetics: reindent after last commit 13 years ago
  Justin Ruggles 79def4c523 alac: remove unneeded conditionals in predictor_decompress_fir_adapt() 13 years ago
  Justin Ruggles 4bcd637dcb alac: use sizeof() instead of hardcoded data sizes 13 years ago
  Justin Ruggles 91620a04f1 alac: make block_size signed 13 years ago
  Justin Ruggles 2fc24b3273 alac: remove a duplicate local variable 13 years ago