3884 Commits (d7a3a783ad2264f7477514be0db8e27eac88b173)

Author SHA1 Message Date
Loren Merritt f469094c9b tweak ff_imdct_calc_3dn2 19 years ago
Loren Merritt ebbafcb454 sse implementation of imdct. 19 years ago
Kostya Shishkov a1ef006823 Finally enable B-frame decoding as all known samples work perfect 19 years ago
Kostya Shishkov 6b33eed83f For B-frames if the second reference frame signals intensity compensation 19 years ago
Kostya Shishkov 162f412dec Reorder MV order in B-frames so no swapping in vc1_b_mc() is needed 19 years ago
Kostya Shishkov 75807fe26e Zero number of current scan after decoding one picture. 19 years ago
Michael Niedermayer 98bf484309 1000l copy and paste typo 19 years ago
Michael Niedermayer c3e462a8ca set supported pixel formats for a few encoders (fixes crashes with grayscale) 19 years ago
Panagiotis Issaris 58bba31e3f Remove the "qsquish" OptionDef. The AVOption min/max value is changed to match 19 years ago
Panagiotis Issaris 6bacd250f4 Remove the "qmax" OptionDef. 19 years ago
Panagiotis Issaris 5687a2f4cc Remove the "qmin" OptionDef. 19 years ago
Panagiotis Issaris 315b0f9742 Remove the "bf" OptionDef parameter so the equally named AVOption will take 19 years ago
Panagiotis Issaris fcc9b95653 Inform the user that a certain AVOption is out of range. 19 years ago
Panagiotis Issaris 076ce01793 Correct the constraints of some AVOptions. These had a default value of zero, 19 years ago
Luca Barbato 99aed7c8fc New single instruction math operation header 19 years ago
Michael Niedermayer 39e1b5cf8e use correct rounding functions 19 years ago
Panagiotis Issaris 97c73545a5 Add support for SI (k, M, ...) and IEC/IEEE (Ki, Mi, ...) units. 19 years ago
Michael Niedermayer 7eb1042cbd K prefix 19 years ago
Michael Niedermayer e66477afbe support SI and some non SI prefixes 19 years ago
Michael Benjamin 5ca030fed4 ADI Blackfin optimizations 19 years ago
Måns Rullgård cd621028c0 remove junk characters in comment 19 years ago
Måns Rullgård f07e8487b0 clean up #ifdef HAVE_IPP 19 years ago
Panagiotis Issaris fda7eb9098 Correct the i_qfactor minimum, which was current set higher then the default 19 years ago
Diego Biurrun 02c1592fde Fix Indel --> Intel typo. 19 years ago
Panagiotis Issaris 7df00a4e06 Rename the AVOption's names to the shorter OptionDef names. 19 years ago
Baptiste Coudurier 8e453fc3c7 remove unused, uninitialized free format frame size 19 years ago
Aurelien Jacobs 2a2311bee3 disable vp3 mmx idct for theora files to avoid artifacts 19 years ago
Panagiotis Issaris 0b97eea306 Synchronize the defaults specified in the AVOptions[] array to the defaults 19 years ago
Panagiotis Issaris 66acccf05f Make OFFSET() reuse offsetof 19 years ago
Panagiotis Issaris a41e9d6899 Allow parameter values (AVOptions) to use the 'k', 'M', 'G' 19 years ago
Diego Biurrun 7f889a76ad Remove the LGPL exception clause as discussed on ffmpeg-devel 19 years ago
Siarhei Siamashka 1839e854e5 Proper armv5te instructions support detection. 19 years ago
Aurelien Jacobs a8678a3a7a replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231) 19 years ago
Panagiotis Issaris 7facadb0bb corrects the type of the AVOption parameter "bugs", patch by Takis 19 years ago
Panagiotis Issaris 5cc9b87f45 adds descriptions to the libavcodec AVOptions array, taken from the 19 years ago
Aurelien Jacobs 1dac8fea05 Enables back the mmx/sse optimized version of the vp3 idct. 19 years ago
Kostya Shishkov e179fbc850 Swap back and forward motion vectors to achieve correct picture 19 years ago
Kostya Shishkov 1884a48bee Set motion vectors used in B-frames to zero by default 19 years ago
Kostya Shishkov c8868640c1 Use h264_chroma funcs in B-frames MC too 19 years ago
Kostya Shishkov b116cc7f95 Fix edge emulation for bicubic MC in B frames 19 years ago
Kostya Shishkov f9942ba94b 2989l: Set avctx->has_b_frames value in header and don't change it 19 years ago
Aurelien Jacobs 0dd5866af7 don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) 19 years ago
Siarhei Siamashka 024da4b146 armv5 optimizations 19 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 19 years ago
Panagiotis Issaris 493f7857de adds doxygen docs to av_opt_set_defaults. Patch by Takis 19 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 19 years ago
Diego Biurrun b7cff9ce7c Remove unused variable. 19 years ago
Luca Barbato 8faf544392 Cleanup, from Emanuele Giaquinta <exg@gentoo.org> 19 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 19 years ago
Kostya Shishkov dc43482b26 Disable B-frames decoding until they produce correct picture 19 years ago