31332 Commits (0d20896775a2a61c4f25338b5ca7c3bdfb20bf95)

Author SHA1 Message Date
James Almer 03adafb318 x86/g722dsp: add ff_g722_apply_qmf_sse2 10 years ago
Diego Biurrun 3a651f599a dca: Move data tables from a header to an object file 10 years ago
Diego Biurrun 65df9904ce dca: Add array sizes to array declarations 10 years ago
Peter Meerwald 702458538d g722: Add ARM NEON implementation for g722_apply_qmf() 10 years ago
Peter Meerwald 73ae0a9d12 g722: Split out computation of band->s_zero and unroll code 10 years ago
Peter Meerwald b16057b5fe g722: Unroll g722_apply_qmf() 10 years ago
Peter Meerwald 10f160768b g722: Reduce number of pointers passed to g722_apply_qmf() function 10 years ago
Peter Meerwald 6769068313 g722: Split out g722_qmf_apply() function into g722dsp.c 10 years ago
zhaoxiu.zeng 38c619c1ed avcodec/vc1: cleanup and simplification 10 years ago
Michael Niedermayer 8123e19e61 avcodec/dcadec: Move remaining tables to dcadata.h 10 years ago
Zhaoxiu Zeng 2a72b1664d avcodec/h264: use avpriv_find_start_code() in h264_split() 10 years ago
Michael Niedermayer ad0be70382 avcodec/dcaenc: rename DCA_SUBBANDS 10 years ago
Clément Bœsch 3cab173e23 avcodec/gif: support crop and transparency with PAL8 10 years ago
Paul B Mahol 088dfd3ff1 avcodec/dxtory: use init_get_bits8() 10 years ago
Diego Biurrun ecbcebde34 vdpau: Adjust necessary #includes for vdpau_internal.h 10 years ago
Gilles Chanteperdrix 8ca098f444 avcocdec/mpegaudio_parser: add MP3 ADU headers parser 10 years ago
Diego Biurrun 2a9c6fae92 dca: Move all tables into dcadata.h 10 years ago
Diego Biurrun 8a213179af dca: Remove trace debugging code 10 years ago
Diego Biurrun a96f51f29a dca: Return more informative error codes 10 years ago
Diego Biurrun b339019de4 dca: Split code for handling the EXSS extension off into a separate file 10 years ago
Diego Biurrun 7f9f771eac avcodec: Don't anonymously typedef structs 10 years ago
Himangi Saraogi 7769be590c vp56: Return meaningful error codes 10 years ago
Christophe Gisquet b533949813 x86: hevc: remove a parameter to WP internals 10 years ago
zhaoxiu.zeng a196e0c66d avcodec/vc1_pred: few branchless optimizations 10 years ago
Zhaoxiu Zeng 3b5ad8fbf7 avcodec/parser: optimize ff_mpeg4video_split() 10 years ago
Paul B Mahol ba22295e76 lavc: deprecate VIMA decoder 10 years ago
zhaoxiu.zeng ac7fc444ee avcodec/apedec: simplify sign conversion 10 years ago
zhaoxiu.zeng b11a187575 avcodec/golomb: simplify sign conversion 10 years ago
zhaoxiu.zeng 0073c8e345 avcodec/apedec: move 'coeffs[256] and delay[256]' into, long_filter_high_3800 10 years ago
zhaoxiu.zeng 9e6198f0a4 avcodec/wmalosslessdec: simplify 10 years ago
zhaoxiu.zeng 80f1378005 avcodec/wmalosslessdec: optimize sign operation 10 years ago
zhaoxiu.zeng bc0a440e88 avcodec/wmalosslessdec: change type of acfilter_coeffs from int64_t to int16_t 10 years ago
zhaoxiu.zeng e4ea84e12e avcodec/wmv2: simplify cbp_table_index calculation 10 years ago
zhaoxiu.zeng b4b9a64bdb avcodec/vc1: simplify vc1_split() 10 years ago
zhaoxiu.zeng b39ac9d210 avcodec/vc1: simplify find_next_marker() 10 years ago
Peter Meerwald eea769df32 hevc: Use generic av_clip function, not C implementation 10 years ago
James Almer 1679d68dbf x86/hevc_mc: optimize AVX2 mc functions 10 years ago
James Almer 14b44c1614 x86/hevc_sao: make sao_edge_filter_{10,12} work on x86_32 10 years ago
Michael Niedermayer cab6302534 avcodec/arm/videodsp_armv5te: Fix linking failure with "g++ -shared -D__STDC_CONSTANT_MACROS -o test.so ... libavcodec.a" 10 years ago
Michael Niedermayer 9843746570 avcodec/mpegvideo_enc: correctly initialize chroma_intra_matrix for MPEG1/2 10 years ago
Michael Niedermayer 0bcb040a2e avcodec/mpegvideo_enc: Consider chroma_intra_matrix in dct_quantize_trellis_c() 10 years ago
Michael Niedermayer 7cac568b39 avcodec/mjpegenc: support trellis quantization 10 years ago
Michael Niedermayer 7366bb38f1 avcodec/mpegvideo_enc: Add intra_chroma_ac_vlc_length, it will be needed for mjpeg 10 years ago
Michael Niedermayer 08509c8f86 avcodec/mjpegdec: Skip blocks which are outside the visible area 10 years ago
Paul B Mahol 392d975efe avcodec: fix clobbered ff_get_buffer() 10 years ago
Paul B Mahol e4eba9e21d avcodec/mss4: use av_malloc_array() 10 years ago
Paul B Mahol fd6768a4b8 avcodec/huffman: check if map was allocated too 10 years ago
Paul B Mahol a5398aa56c avcodec/hevc_parser: check for av_mallocz() failure 10 years ago
James Almer 06fe6dfe12 x86/hevc_sao: make sao_band_filter work on x86_32 10 years ago
Paul B Mahol 238247b622 avcodec/sgienc: return meaningful error code 10 years ago