18905 Commits (92ef4be4ab9fbb7d901b22e0036a4ca90b00a476)

Author SHA1 Message Date
  Kostya Shishkov 76267e4e90 Implement missing case for decoding samples with large pivot value in APE 15 years ago
  Kostya Shishkov e4de5b0fb5 cosmetics: break some long lines and insert few spaces 15 years ago
  Kostya Shishkov dd562761d9 10l trocadero: ZMBV encoder used zero score to detect whether block should be 15 years ago
  Baptiste Coudurier cb893cf386 avoid integer overflow in dnxhd encoder, fixes #1557 15 years ago
  Baptiste Coudurier a4fcd9966b clarify why the encoder is failing 15 years ago
  Stefano Sabatini bf72597ef4 Fix name for PIX_FMT_NV21 PixFmtInfo entry. 15 years ago
  Reimar Döffinger b711aaa2d8 Disable image flipping during JPEG decoding if CODEC_FLAG_EMU_EDGE is set 15 years ago
  Baptiste Coudurier 8a724ed84d Revert r20548, it was a dream. It seems faad does not ouput the last frame 15 years ago
  Baptiste Coudurier bceae2936f faad needs CODEC_CAP_DELAY, otherwise you miss last frame 15 years ago
  Diego Biurrun c173693698 Add functions to return library license and library configuration. 15 years ago
  Ronald S. Bultje 6e44ba1550 Use get_bits_left() instead of size_in_bits - get_bits_count(). 15 years ago
  Carl Eugen Hoyos 830628e11c Cosmetics: Fix indentation. 15 years ago
  Alex Converse b3507d398b Pad the extradata in the AAC ADTS to AudioSpecificConfig bitstream filter. 15 years ago
  Vitor Sessak b2bf3cfe32 Implement ff_decode_pitch_lag() that is used by both AMR and SIPR. 15 years ago
  Thilo Borgmann 25c4fddadc Merge data tables from als_data.h with the decoder source to reduce 15 years ago
  Thilo Borgmann 93d38cf6b0 Add long-term prediction to the ALS decoder. 15 years ago
  Justin Ruggles 7934cbb3be ac3dec: apply dynamic range compression to correct channels in dual-mono mode. 15 years ago
  Mike Scheutzow eda4ea4e2e Reset rbsp buffer size when freeing its data buffer. 15 years ago
  Vitor Sessak 6870aefa40 Bump minor version after MPEG-4 Lossless commit 15 years ago
  Carl Eugen Hoyos c5c2df9423 Bump minor version after applying ALS decoder. 15 years ago
  Alex Converse 07580347b9 Mark AOT_ALS as a supported MPEG-4 audio object type. 15 years ago
  Alex Converse 9349e5582c Cosmetics: Re-indent 15 years ago
  Alex Converse 0bb622ba4d Fix a __warn_memset_zero_len gcc-4.4 warning. 15 years ago
  Thilo Borgmann 99971952b0 Add MPEG-4 Audio Lossless Coding (ALS) decoder. 15 years ago
  Thilo Borgmann 24026a2d49 Add the ability to parse the ALSSpecificConfig from an MPEG-4 AudioSpecificConfig. Patch by Thilo Borgmann 15 years ago
  Alex Converse e92ad83f54 Cosmetics: Remove the implied gap before AOT_USAC in the MPEG-4 AOT enum. 15 years ago
  Alex Converse 01d19fbc9f AAC: Rename sect_len to sect_end. It marks the last sfb of the section, not the 15 years ago
  Alex Converse 5aea268d14 Add a channels field to MPEG4AudioConfig. 15 years ago
  Vitor Sessak f2b7ce8ae6 Use doubles in ff_set_min_dist_lsf(). After this patch, AMR can use this 15 years ago
  Alex Converse 4312b9367a Add Low Delay MPEG Surround to the enum of MPEG-4 Audio Object Types. 15 years ago
  Justin Ruggles 3155716677 Add CH_LAYOUT_NATIVE channel mask value to allow user to request native codec 15 years ago
  Michael Niedermayer 67e362ca45 indent 15 years ago
  Carl Eugen Hoyos de9bc64df4 Cosmetics: Fix indentation after r20505. 15 years ago
  Carl Eugen Hoyos 602dd2d359 Add .pix_fmts to H264 VDPAU decoder declaration and remove obsolete test 15 years ago
  Michael Niedermayer 44be1d6478 Try to fix has_b_frame calculation for open gop files. 15 years ago
  Vitor Sessak 51ae2142d5 Fix palette copying in av_picture_copy(). Previous code worked only if 15 years ago
  NVIDIA Corporation 70e0c871eb Add VDPAU hardware accelerated decoding for MPEG-4 ASP which can be used 15 years ago
  Jai Menon 09bad7e3ca Handle JPEG2000 frames stored in the Quicktime container. 15 years ago
  Jai Menon b70b158833 cosmetics : fix indentation. 15 years ago
  Vitor Sessak 00fa73f052 Avoid variable-length array use in ff_acelp_lspd2lpc() 15 years ago
  Michael Niedermayer dccda293a0 Add a NULL pointer check to avcodec_close() this should prevent a segfault 15 years ago
  Ronald S. Bultje c47ca25e74 Make get_bits_left() available for use in libavcodec (was previously held 15 years ago
  Ronald S. Bultje b1ade3d182 And on the sixth day, God gave us the <= operand, which makes the loop 15 years ago
  Vitor Sessak e26d131845 Do not hardcode filter order in ff_acelp_lspd2lpc() 15 years ago
  Francesco Lavra 91cc5d3767 Move ff_reverse in libavcodec to av_reverse in libavutil. 15 years ago
  Carl Eugen Hoyos adadf26bb9 Use enum FrameType as parameter to construct_perm_table(). 15 years ago
  Michael Niedermayer a16f80f392 Remove unused variable. 15 years ago
  Justin Ruggles 187bc061e4 ac3dec: revert r20089. The change was just wrong. 10l for me. 15 years ago
  Michael Niedermayer f3001e0dee Simpliy exp*table init, based on patch by reimar. 15 years ago
  Reimar Döffinger 1ffc6e8327 Add ff_init_ff_cos_tabs function and use it in rdft.c to ensure that the 15 years ago