34460 Commits (532a2833830538925e7830c22a885e73e557d6d7)

Author SHA1 Message Date
Janne Grunau 2dba0407fd avcodec/arm64: fix inverted register order in transpose_4x4H 9 years ago
Michael Niedermayer 1c878474fb avcodec/ffv1enc: unbreak -coder option 9 years ago
Andreas Cadhalpun 90b99a8107 exr: fix out of bounds read in get_code 9 years ago
Andreas Cadhalpun 4d5c3b02e9 on2avc: limit number of bits to 30 in get_egolomb 9 years ago
Rostislav Pehlivanov 4386f17bbd acenc: remove deprecated avctx->frame_bits use 9 years ago
Hendrik Leppkes 67ebc88fb5 lavc/sunrastenc: fix private codec options 9 years ago
Michael Niedermayer c8ea57664f avcodec/h264_mc_template: prefetch list1 only if it is used in the MB 9 years ago
Michael Niedermayer ef8f6464a5 avcodec/h264_slice: Simplify ref2frm indexing 9 years ago
Ganesh Ajjanagadde 97d2c2d678 lavc/opus_celt: replace pow by exp2 9 years ago
Michael Niedermayer 95b59bfb9d Revert "avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H" 9 years ago
Andreas Cadhalpun 9637c2531f sonic: make sure num_taps * channels is not larger than frame_size 9 years ago
Michael Niedermayer 73840bbe4e avcodec/diracdec: Check ff_set_dimensions() for failure 9 years ago
Michael Niedermayer ffad6f6b89 avcodec/diracdec: fix aspect ratio (it was lost after efcc8fddd6) 9 years ago
Ganesh Ajjanagadde 07a8fbaa55 lavc/nellymoserenc: avoid wasteful pow 9 years ago
Kieran Kunhya 25f6ccccd6 diracdec: Fix codeblock parameters reading 9 years ago
Kieran Kunhya a349a10edf diracdec: Add support for HQ profile 9 years ago
Kieran Kunhya 0379603632 diracdec: Add 10-bits to pix_fmt table 9 years ago
Andreas Cadhalpun f61d44b74a opus_silk: fix typo causing overflow in silk_stabilize_lsf 9 years ago
Ganesh Ajjanagadde 83a04f103d lavc: move exp2fi to ff_exp2fi in internal.h 9 years ago
Stefano Sabatini 6e891d51f4 lavc/libopenh264: apply minor options text consistency fixes 9 years ago
Ganesh Ajjanagadde 65877ab935 lavc: typo fix uncliped -> unclipped 9 years ago
Matthieu Bouron ae1c750cb4 lavc/utils: use AVPixFmtDescriptor to probe palette formats 9 years ago
Andreas Cadhalpun 22e960ad47 golomb: always check for invalid UE golomb codes in get_ue_golomb 9 years ago
Rostislav Pehlivanov ade31b9424 aacenc: switch to using the RNG from libavutil 9 years ago
Agatha Hu 758be45756 avcodec/nvenc: clamp initial qp value to [1, 51] 9 years ago
Agatha Hu f1a8897375 avcodec/nvenc: set slice number to 1 to improve encoding quality 9 years ago
Kieran Kunhya 906c0b7716 get_bits: Support max_depth > 2 in GET_RL_VLC_INTERNAL 9 years ago
Anton Khirnov 458e53f51f mpegvideo_enc: actually add the side data with vbv_delay to the packet 9 years ago
Michael Niedermayer 625b582d5a avcodec/aacsbr_template: Add Check to read_sbr_envelope() 9 years ago
zjh8890 c18176bd55 avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H 9 years ago
Michael Niedermayer b78885a3c5 avcodec/aacsbr: Split the env_facs table 9 years ago
Ganesh Ajjanagadde b4f1636a4d lavc: typo fix cliping -> clipping, saftey -> safety 9 years ago
Ganesh Ajjanagadde b8e5b1d786 lavc/mdct_template: use lrint instead of floor hack 9 years ago
Ganesh Ajjanagadde df679f1264 lavc/dcaenc: avoid wasteful cos calls 9 years ago
Ganesh Ajjanagadde a0ddebfedf lavc/nellymoserdec: replace pow by exp2 9 years ago
Dave Yeo b0b133b8c0 hevcdsp: use a macro for .rodata section 9 years ago
Andreas Cadhalpun fdc94db37e sbr_qmf_analysis: sanitize input for 32-bit imdct 9 years ago
Andreas Cadhalpun a9c20e922c sbrdsp_fixed: assert that input values are in the valid range 9 years ago
Andreas Cadhalpun ff8816f717 aacsbr: ensure strictly monotone time borders 9 years ago
Rostislav Pehlivanov d8f13e783a diracdec: remove duplicate codeblock decoding 9 years ago
Kieran Kunhya 3652dd5d0c diracdec: Fix FPE on invalid low_delay data 9 years ago
Kieran Kunhya cdf8c9038d diracdec: Replace dirac parse codes with better ones 9 years ago
Kieran Kunhya 7424a6d0a5 diracdec: Read picture types by using parse_code 9 years ago
Kieran Kunhya 8880ca2307 diracdec: Store version major/minor flags 9 years ago
Kieran Kunhya 8eb6acef92 diracdec: Support new extended quantiser range 9 years ago
Kieran Kunhya 8dcc99dc68 diracdec: Extract version parameters 9 years ago
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