33470 Commits (7e272100c9834b694d339f8578f28799a35607fc)

Author SHA1 Message Date
Ronald S. Bultje f12093fffd vp9: fix integer overflows in sse2 version of iadst4. 10 years ago
Rostislav Pehlivanov 1956cfbaed aacenc_is: take absolute coefficient value upon energy calculations 10 years ago
Rostislav Pehlivanov 033e58941e aaccoder: rewrite PNS implementation 10 years ago
Rostislav Pehlivanov 8848c8440e aacenc_pred: disable PNS SFBs and disable right predictors with IS 10 years ago
Rostislav Pehlivanov a71f7de95b aacenc_is: ignore PNS band types 10 years ago
Rostislav Pehlivanov b9b1fd1183 aaccoder: use roundf() instead of ceilf() 10 years ago
Rostislav Pehlivanov 92aa3e7fb2 aacenc: copy PRNG from the decoder 10 years ago
Hendrik Leppkes 34e85cb340 avcodec/vorbis: remove avpriv vorbis parser cruft 10 years ago
Hendrik Leppkes 2cad7eebc1 avcodec/flac: remove avpriv parsing API cruft 10 years ago
Hendrik Leppkes eb011f73ca avcodec/alac: remove dead code cruft 10 years ago
Rodger Combs d2d020bb32 avcodec/htmlsubtitles: handle leading whitespace before tag names 10 years ago
Clément Bœsch db18b3d6e6 avcodec/samidec: small indent fix 10 years ago
Clément Bœsch 26786f43d7 avcodec/htmlsubtitles: drop avcodec dependency 10 years ago
Yayoi 87f90be4f2 avcodec/samidec: use ff_htmlmarkup_to_ass() 10 years ago
Yayoi 50332f8a6b avcodec/srtdec: factor out HTML parsing code 10 years ago
Michael Niedermayer 8d860f9a77 avcodec/x86/w64xmmtest: Fix another build failure 10 years ago
Hendrik Leppkes 8042d6c492 avcodec: remove old_codec_ids.h from SKIPHEADERS as well 10 years ago
Hendrik Leppkes 393b472362 avcodec: fix make install after old_codec_ids.h removal 10 years ago
Ronald S. Bultje 086c9b78d4 vp9: fix rounding error in idct_8x8_ssse3. 10 years ago
Ronald S. Bultje ae9344cb9f vp9: check return value of ff_thread_ref_frame(). 10 years ago
Ronald S. Bultje ef8740d8e5 vp9: fix type of iadst4_1d intermediates. 10 years ago
Ronald S. Bultje 342bca7f02 vp9: fix integer overflow in 10/12bpp DC-only calculation. 10 years ago
Ronald S. Bultje 1f7871ec42 vp9: fix edge copy for 10/12bpp frames. 10 years ago
Ronald S. Bultje 9cdeb105a6 vp9: do unscaled MC in scaled path if size of this reference matches. 10 years ago
Ronald S. Bultje 873dbc6758 vp9: sync segmentation.absolute_vals between threads. 10 years ago
Ronald S. Bultje 3d7173b509 vp9: always sync segmentation.feat between threads. 10 years ago
wm4 89b0a9f3fa avcodec/vdpau: remove incompatible-libav-abi hack from vdpau_render_state struct 10 years ago
Hendrik Leppkes 590ea32e54 Postpone removal of API changes from within the last two years 10 years ago
Hendrik Leppkes 24e3bac52a avcodec: remove deprecated codec id aliases 10 years ago
Hendrik Leppkes 76cac7ed45 avcodec: remove deprecated old video encode API 10 years ago
Hendrik Leppkes 64c33f9624 avcodec: remove deprecated old audio encode API 10 years ago
Hendrik Leppkes 2c8ee2547e avcodec: remove deprecated old audio decode API 10 years ago
James Almer 251fb7dcd4 avcodec: remove FF_API_DV_FRAME_PROFILE cruft 10 years ago
Michael Niedermayer 998fa4fa30 avcodec/libutvideodec: remove AVFrame->reference usage, otherwise the code does not build 10 years ago
James Almer 4a447e3e69 avcodec/ac3: sync AC3HeaderInfo struct with the fork 10 years ago
Hendrik Leppkes 83a5df54ea Remove left-over FF_API_DESTRUCT_PACKET cruft 10 years ago
Michael Niedermayer c41a59330f avcodec/rawenc: Use AVFrame parameters instead of AVCodecContext 10 years ago
Rostislav Pehlivanov e3faad811e aacenc_tns: adjust coefficient calculation, add double filter support 10 years ago
Rostislav Pehlivanov 7591f8319b lpc: increase error array size of ff_lpc_calc_ref_coefs_f by one 10 years ago
Rostislav Pehlivanov 4565611b04 aacenc_is: add a flag to use pure coefficients instead 10 years ago
Michael Niedermayer a87ada53c3 avcodec/jpeg2000dec: Initialize ret to avoid warning and make the code more robust 10 years ago
Michael Niedermayer 9e70475551 avcodec/jpeg2000dec: Assert that step_x/y are valid 10 years ago
Michael Niedermayer 205c31b301 avcodec/hapdec: Check section_size for non negativity in parse_section_header() 10 years ago
Carl Eugen Hoyos f253c34175 lavc/j2kenc: Remove experimental flag. 10 years ago
Ronald S. Bultje 9ee2ddd773 vp9_parse: fix parsing of pskip and profile 2/3. 10 years ago
Ronald S. Bultje 10142f994a libvpxdec: explicitly signal RGB. 10 years ago
Ronald S. Bultje 4ecb8b4191 vp9: don't erase values for {lf,ref,skip,q}_enabled if segmentation=0. 10 years ago
Ronald S. Bultje 8b45e87f64 vp9: fix segmentation map retention across keyframe boundaries. 10 years ago
Ronald S. Bultje 7cc7d13fe3 vp9: fix RGB chroma subsampling. 10 years ago
Ronald S. Bultje ecd9f57edc vp9: read reserved bit in RGB header. 10 years ago