summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Expand)AuthorAge
* aarch64: vp9: Fix assembling with Xcode 6.2 and olderMemphiz2017-06-21
* avcodec/mpegvideo: Use intra_scantable in dct_unquantize_h263_intra_c()Michael Niedermayer2017-06-21
* avcodec/hevc_filter: Fix invalid shiftMichael Niedermayer2017-06-21
* avcodec/hevcdec: Check beta and tc offset in hls_slice_header()Michael Niedermayer2017-06-21
* avcodec/mpeg4videodec: Fix overflow in virtual_ref computationMichael Niedermayer2017-06-21
* avcodec/lpc: signed integer overflow in compute_lpc_coefs() (aacdec_fixed)Michael Niedermayer2017-06-21
* avcodec/decode: Update decode_simple_internal() to get the side data correctly.John Rummell2017-06-20
* avcodec/x86: allow future 8-bit simple idct to use slightly different coeffic...James Darnley2017-06-20
* avcodec/mdec: override IDCT choice before initing DSP structsJames Darnley2017-06-20
* avcodec/x86: modify simple_idct10 macros to add an action paramterJames Darnley2017-06-20
* avcodec/x86: cleanup simple_idct10James Darnley2017-06-20
* avcodec/x86/mpegenc: support transpose permuation typeJames Darnley2017-06-20
* avcodec/x86/mpegenc: check IDCT permutation type is a valid valueJames Darnley2017-06-20
* avcodec/x86/mpegvideo: Use intra scantable in dct_unquantize_h263_intra_mmx()Michael Niedermayer2017-06-20
* avcodec/h264: Fix mix of lossless and lossy MBs decodingAnton Mitrofanov2017-06-19
* avcodec/h264_mb: Fix 8x8dct in lossless for new versions of x264Anton Mitrofanov2017-06-19
* avcodec/h264_cabac: Fix CABAC+8x8dct in 4:4:4Anton Mitrofanov2017-06-19
* avcodec/wavpack: Fix undefined integer negationMichael Niedermayer2017-06-19
* avcodec/aacdec_fixed: Check s for being too smallMichael Niedermayer2017-06-19
* avcodec: Rename ff_mpv_decode_mb() to ff_mpv_reconstruct_mbMichael Niedermayer2017-06-19
* x86/aacpsdsp: add ff_ps_hybrid_analysis_ileave_sseJames Almer2017-06-18
* x86/aacpsdsp: add ff_ps_hybrid_synthesis_deint_{sse,sse4}James Almer2017-06-18
* avcodec/htmlsubtitles: Factor open brace handling into its own functionMichael Niedermayer2017-06-18
* avcodec/htmlsubtitles: Replace very slow redundant sscanf() calls by cleaner ...Michael Niedermayer2017-06-18
* avcodec/takdec: Fixes: integer overflow in AV_SAMPLE_FMT_U8P outputMichael Niedermayer2017-06-18
* avcodec/iff: Cleanup on init failureMichael Niedermayer2017-06-18
* avcodec/jpeg2000dsp: Reorder operations in ict_int() to avoid 2 integer overf...Michael Niedermayer2017-06-17
* avcodec/hevcpred_template: Fix left shift of negative valueMichael Niedermayer2017-06-17
* avcodec/hevcdec: Fix signed integer overflow in decode_lt_rps()Michael Niedermayer2017-06-17
* avcodec/gdv: Fix undefined shiftMichael Niedermayer2017-06-16
* avcodec/jpeg2000dec: Check nonzerobits more completelyMichael Niedermayer2017-06-16
* avcodec/wavpack: Change wp_log2() to unsignedMichael Niedermayer2017-06-16
* avcodec/shorten: Sanity check maxnlpcMichael Niedermayer2017-06-16
* avcodec/aacps: move checks for valid length outside the stereo_interpolate ds...James Almer2017-06-15
* x86/vorbisdsp: optimize ff_vorbis_inverse_coupling_sseJames Almer2017-06-15
* avcodec/parser: assert that there is a past buffer if theres a reference into...Michael Niedermayer2017-06-16
* avcodec/truemotion2: Move skip computation after checksMichael Niedermayer2017-06-16
* avcodec/jpeg2000: Fixes integer overflow in ff_jpeg2000_ceildivpow2()Michael Niedermayer2017-06-16
* avcodec/dnxhd_parser: Do not return invalid value from dnxhd_find_frame_end()...Michael Niedermayer2017-06-16
* vc2enc: decrease default strictness levelRostislav Pehlivanov2017-06-15
* vorbisenc: Stop tracking number of samples per frameTyler Jones2017-06-15
* vorbisenc: Apply and output correct length window and mdctTyler Jones2017-06-15
* vorbisenc: Separate copying audio samples from windowingTyler Jones2017-06-15
* avcodec/hevcdec: Check nb_spsMichael Niedermayer2017-06-15
* avcodec/hevc_refs: Check nb_refs in add_candidate_ref()Michael Niedermayer2017-06-15
* avcodec/mpeg4videodec: Check sprite delta upshift against overflowing.Michael Niedermayer2017-06-15
* avcodec/mpeg4videodec: Fix integer overflow in num_sprite_warping_points=2 caseMichael Niedermayer2017-06-15
* avcodec/dnxhdenc: Assert that frame size is not assigned an error codeMichael Niedermayer2017-06-15
* hevc: Fix scaling list prediction delta for the 32x32 inter matrixMark Thompson2017-06-14
* vaapi: Add external control of allow-profile-mismatchMark Thompson2017-06-14