10789 Commits (8d072dd2a96dc1ed7c1a65d49361311db71f5bfb)

Author SHA1 Message Date
Michael Niedermayer 7da0d82104 Make qp check for loop filter skiping also work with MBAFF. 15 years ago
Michael Niedermayer 12be38ec18 Comment about a cornercase we ignore currently 15 years ago
Michael Niedermayer 44a5e7b64c Move the qp check to skip the loop filter up. 15 years ago
Michael Niedermayer b6303e6d2a Reorganize how values are stored in h->non_zero_count. 15 years ago
Michael Niedermayer 2911e13224 Disable a few things in fill_filter_caches() that arent needed. 15 years ago
Michael Niedermayer f432b43b08 Split fill_caches() between filter and decoder. 15 years ago
Michael Niedermayer c988f97566 Rearchitecturing the stiched up goose part 1 15 years ago
Alexander Strange 0209e1e160 Add missing Makefile dependencies to CONFIG_SNOW_ENCODER. 15 years ago
Michael Niedermayer 7931bb2a0c Comment for() ; out 15 years ago
Michael Niedermayer ed3d7e2f65 Mark a few functions as noinline, this makes ff_h264_filter_mb() a bit smaller 15 years ago
Michael Niedermayer 183a86c958 Apply last 2 optimizations to similar code i forgot. 15 years ago
Michael Niedermayer 3f55a651c4 Another microopt, 4 cpu cycles for avoidance of FFABS(). 15 years ago
Måns Rullgård 1c6f46be03 Add missing guards and includes to arm/aac.h 15 years ago
Michael Niedermayer 26147d368b Minor (2 cpu cycles) optimization ||->|. 15 years ago
ami_stuff 8be7ac98ca Support decoding of SoftLab-NSK VideoTizer. 15 years ago
Michael Niedermayer 4c568cbcac Consider slice_beta_offet in qp_thresh. 15 years ago
Michael Niedermayer 2e36c931f0 Avoid wasting 4 cpu cycles per MB in redundantly calculating qp_thresh. 15 years ago
Carl Eugen Hoyos 864a074213 Correctly decode some Avid AV1x samples, fixes issue 1684. 15 years ago
Anatoly Nenashev e1bb0364f8 Support lowres 3 when decoding MPEG video. 15 years ago
Michael Niedermayer ddd60f28d8 Replace cabac checks in inline functions from h264.h with constants. 15 years ago
Måns Rullgård a482e61bd6 Add symbol versioning for shared libraries 15 years ago
Vitor Sessak d140b02581 SIPR16k decoder 15 years ago
Vitor Sessak d79c06b2ad Allow a SIPR table to be used by the upcoming SIPR16k decoder 15 years ago
Vitor Sessak 65323ed279 Split some SIPR structs to a header file for the upcoming SIPR16k commit 15 years ago
ami_stuff a4be782cbd Support 2Vuy in mov, fixes issue 1690. 15 years ago
Måns Rullgård 2b9cb7ec71 Fix out of tree build with hardcoded tables 15 years ago
Måns Rullgård d356a53f44 AAC: optimise bitstream reading in decode_spectrum_and_dequant() 15 years ago
Carl Eugen Hoyos 59ea69ef54 Support decoding of Avid uncompressed mov files, fixes issue 1685. 15 years ago
Carl Eugen Hoyos a0ae3e41f3 Support decoding Avid 1:1x codec, (partially) fixes issue1684. 15 years ago
Michael Niedermayer 7c2de274e7 Add forgotten include of h264_mvpred.h to h264.h. 15 years ago
Michael Niedermayer e2dd8586d8 Add forgotton multiple inclusion guards to h264_mvpred.h. 15 years ago
Måns Rullgård 798339fb46 AAC: ARM/NEON asm for VMUL2/4 functions 15 years ago
Carl Eugen Hoyos c78dfcdaf4 Do not assign codec_tag to pix_fmt in rawdec.c, but in raw.c 15 years ago
Reimar Döffinger 29b75f0b67 Change code so it uses 2 adds instead of one FFABS. 15 years ago
Alexander Strange f267d3ac75 Implement alpha channel decoding for BGR HuffYUV. 15 years ago
Måns Rullgård 2ef21b9179 AAC: Reduce depth of vlc_spectral tables to 2 15 years ago
Måns Rullgård 95dff4aced AAC: Unswitch loop over window groups in decode_spectrum_and_dequant() 15 years ago
Måns Rullgård 05f9d8fcaa AAC: simplify some calculations in decode_spectrum_and_dequant() 15 years ago
Måns Rullgård c816d3d042 AAC: Compress codebook tables and optimise sign bit handling 15 years ago
Vitor Sessak ef5e7fb253 Remove needless use of log2f() 15 years ago
Vitor Sessak 1c3c129b8f Remove the struct SiprModeParam of the context. This will simplify splitting 15 years ago
Måns Rullgård f3da24c4c3 SIPR: kill variable-length arrays 15 years ago
Michael Niedermayer 0cd73b6c30 remove unused variable 15 years ago
Michael Niedermayer cc51b28299 Split cabac decoding code out of h264.c. 15 years ago
Michael Niedermayer 8e71d89a7b Move golomb_to_int*cbp tables back to h264_data.h as svq3.c used them. 15 years ago
Zuxy Meng 0752cd39d2 More av_cold for infrequently called functions. 15 years ago
Michael Niedermayer e1e949026e Split cavlc out of h264.c. 15 years ago
Reimar Döffinger 1460c79097 Use MULH instead of 64x64 multiplication, around 5% overall speedup on Intel Atom. 15 years ago
Michael Niedermayer 188d3c510d Split motion vector prediction off h264.c/h. 15 years ago
Michael Niedermayer 2bedc0e854 Move check_intra4x4_pred_mode() back from h264.h to h264.c, the function is just 15 years ago