10909 Commits (980bcc554db5f601e0ceaf364f4c032d33e5fbd4)

Author SHA1 Message Date
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
Michael Niedermayer ea6f00c448 Split all the reference picture handling off h264.c. 15 years ago
Thilo Borgmann 099809d19b Reindent after last commit. 15 years ago
Thilo Borgmann ff9ea0b7cc Replace variable length array with an allocated buffer 15 years ago
Michael Niedermayer 889fce8e30 Split (picture|seq) parameter set decoding out of h264.c. 15 years ago
Michael Niedermayer 9c09546352 Split SEI code off h264.c. 15 years ago
Michael Niedermayer 943f69a6ea Split direct mode (macro)block decoding off h264.c. 15 years ago
Michael Niedermayer 9514a0841a Align mb_bit_buffer and vs_bit_buffer as their alignment is checked by assert(). 15 years ago
Zuxy Meng a7494872d5 Reduce stack usage in svq1_encode_plane(). Reuse context scratch buffer 15 years ago
Michael Niedermayer 082cf97106 Split h264 loop filter off h264.c. 15 years ago
Michael Niedermayer 419276c50d Move svq3.o to the correct spot. 15 years ago
Michael Niedermayer 903d58f631 Get rid of #include "svq3.c" 15 years ago
Michael Niedermayer a683681336 Better title for the file. 15 years ago
Carl Eugen Hoyos 0941ee0fa6 Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. 15 years ago
Måns Rullgård dc0d86face AAC: use table for cbrtf(n)*n 15 years ago
Måns Rullgård 7c8af53f87 AAC: escape_sequence is 21 bits max 15 years ago
Alex Converse c460833d76 fft-test: Add RDFT/IRDFT support. 15 years ago
Alex Converse 5b37ef8e43 fft-test: Replace do_mdct with a tf_transform enum and switch on it. 15 years ago
Kostya Shishkov eebece4641 Fix two RLE buffer size calculations in TSCC decoder. 15 years ago
Carl Eugen Hoyos 3b3a676a13 10l: Fix forgotten variable rename from r14893 (fixes issue 1675). 15 years ago
Alexander Strange 7ffd8332c7 Add missing internal.h to files calling ff_match_2uint16(). 15 years ago
Michael Niedermayer 2c8077621b Optimize ff_snow_horizontal_compose97i. 15 years ago
Michael Niedermayer 233a8b3d6b Merge vertical_compose53iL0*() 15 years ago
Michael Niedermayer 2a84512a74 Optimize horizontal_compose53i() by inlining inv_lift() and optimizing the 15 years ago
David Conrad 24ca518bd1 Add support for dirac in ogg 15 years ago
David Conrad 66b0255248 Add a function to parse Dirac's sequence header 15 years ago
David Conrad c4dffe7e36 Export fullrange flag and color information for h.264 15 years ago
Vladimir Voroshilov 7bd3096f5f SIPR decoder for modes 8k5, 6k5 and 5k0. 15 years ago
Peter Ross a1ae40fd0d Deluxe Paint Animation decoder 15 years ago
Michael Niedermayer 9e2e821468 Doxy for ff_match_2uint16(). 15 years ago
Michael Niedermayer 6c060b55a9 Fix implicit declaration warning. 15 years ago