34365 Commits (9f374c59061be6b3e5d394678e08adce42c1392e)

Author SHA1 Message Date
Kieran Kunhya 9f374c5906 diracdec: Make slice parameters common between lowdelay and future hq profile 9 years ago
Kieran Kunhya 3bb6ce1af9 diracdec: Rename lowdelay_subband to decode_subband because it is shared with HQ profile 9 years ago
Kieran Kunhya 3f07f12f65 diracdec: Template DSP functions adding 10-bit versions 9 years ago
Kieran Kunhya 9553689854 diracdec: Move strides to bytes, and pointer types to uint8_t. 9 years ago
Claudio Freire 124c375938 AAC encoder: fix OOB access in search_for_pns 9 years ago
Ganesh Ajjanagadde cb93df0dcb avcodec/aacsbr_tablegen: always initialize tables at runtime 9 years ago
Ganesh Ajjanagadde 42868ca569 avcodec/jpeg2000: replace naive pow call with smarter exp2fi 9 years ago
Andreas Cadhalpun 5b0da6999f aacenc: update max_sfb when num_swb changes 9 years ago
Sebastian Dröge 9aebea0a4d avcodec/h264: Set CORRUPT flag on output frames that are not fully recovered 9 years ago
Rostislav Pehlivanov 4c5136a48b aacenc_ltp: disable LTP with high lambda values 9 years ago
Rostislav Pehlivanov 6e5dbe7267 aacenc_tns: use 4 bits for short windows 9 years ago
foo86 ff6dd5851b avcodec/libdcadec: honor -err_detect option 9 years ago
foo86 de12aa51b6 avcodec/libdcadec: add some useful options 9 years ago
foo86 704b278361 avcodec/libdcadec: implement logging callback 9 years ago
foo86 704654ea17 avcodec/libdcadec: fix request_channel_layout 9 years ago
Clément Bœsch a8bb81a05c lavc, lavu: use avutil/thread.h instead of redundant conditional includes 9 years ago
Hendrik Leppkes 312c83e057 avcodec/g723_1: fix license header 9 years ago
Hendrik Leppkes 1e6cf7272f avcodec: implement vp9 dxva2 hwaccel 9 years ago
Hendrik Leppkes 585083dd1f vp9: add hwaccel hooks 9 years ago
Hendrik Leppkes cd1b7e2bd7 vp9: fix pixel format changes with threading 9 years ago
Andreas Cadhalpun 5adb5d9d89 mjpegdec: consider chroma subsampling in size check 9 years ago
Rostislav Pehlivanov d55f83de4d aacenc_tns: tune and reduce artifacts 9 years ago
Rostislav Pehlivanov b32e989e6c aacenc: move the TNS search and filtering before PNS 9 years ago
Ganesh Ajjanagadde 14886bebfe avcodec/dvdsubdec: fix typo in dlog message 9 years ago
Michael Niedermayer 2140858524 avcodec/hevc: Fix integer overflow of entry_point_offset 9 years ago
Rostislav Pehlivanov dcbe8d8abc aacenc_ltp: use an AR filter for LTP encoding as well 9 years ago
Rostislav Pehlivanov 3112501daf aacenc: fix aac_pred option triggering an error 9 years ago
Michael Niedermayer a08681f1e6 avcodec/dirac_parser: Check that there is a previous PU before accessing it 9 years ago
Michael Niedermayer c7d6ec947c avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset 9 years ago
Michael Niedermayer 79798f7c57 avcodec/dirac_parser: Fix potential overflows in pointer checks 9 years ago
Rostislav Pehlivanov d9791a8656 aacenc: remove the experimental flag 9 years ago
Rostislav Pehlivanov b270ec9a10 aacenc: mark coders other than twoloop as experimental 9 years ago
Rostislav Pehlivanov 3a6e020861 aacenc: mark the "faac"-like coder for removal 9 years ago
Michael Niedermayer 66e05f6ff5 avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows 9 years ago
Luca Barbato 6788baebb3 log: Use a do {} while (0) for dlog 9 years ago
Luca Barbato 7d36474d19 imgconvert: Re-enable the deprecation warnings 9 years ago
Michael Niedermayer 15d14ce47c avcodec/utils: Fix overflow in get_bit_rates computations 9 years ago
Michael Niedermayer 2de8bfd2ef avcodec/pcm: Fix overflow in bitrate computation 9 years ago
Michael Niedermayer 0c56f8303e avcodec/wmaprodec: Fix overflow of cutoff 9 years ago
Luca Barbato f7edcac040 avpicture: Suppress warning from deprecated code 9 years ago
Luca Barbato b805482b1f aac: Provide more information on the failure message 9 years ago
Luca Barbato c5eb279e24 g723: Add missing header 9 years ago
Claudio Freire 293c170f59 AAC encoder: ANMR, avoid empty search ranges 9 years ago
Andreas Cadhalpun 7a4652dd5d aaccoder: prevent crash of anmr coder 9 years ago
Michael Niedermayer 4f2419888b avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int 9 years ago
Michael Niedermayer a85b02dcf7 avcodec/jpeg2000dec: Check bpno in decode_cblk() 9 years ago
Clément Bœsch 60532348d2 avcodec/mpegvideo: use constants for rc_strategy 9 years ago
Clément Bœsch fb99ef0bd3 avcodec: use AV_OPT_TYPE_BOOL in a bunch of places 9 years ago
Hendrik Leppkes 3c4e49187f libavcodec/aacsbr_tablegen: fix tablegen on windows 9 years ago
Hendrik Leppkes 42a9aead85 avcodec: include tablegen compat header before the tablegen functionality 9 years ago