3598 Commits (d0702de9afcde4e0fda8f00e270ee2f5b4b50412)

Author SHA1 Message Date
Kostya Shishkov e179fbc850 Swap back and forward motion vectors to achieve correct picture 18 years ago
Kostya Shishkov 1884a48bee Set motion vectors used in B-frames to zero by default 18 years ago
Kostya Shishkov c8868640c1 Use h264_chroma funcs in B-frames MC too 18 years ago
Kostya Shishkov b116cc7f95 Fix edge emulation for bicubic MC in B frames 18 years ago
Kostya Shishkov f9942ba94b 2989l: Set avctx->has_b_frames value in header and don't change it 18 years ago
Aurelien Jacobs 0dd5866af7 don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec) 18 years ago
Siarhei Siamashka 024da4b146 armv5 optimizations 18 years ago
Panagiotis Issaris 8c3dd5dc9c Use and set sane AVOption defaults 18 years ago
Panagiotis Issaris 493f7857de adds doxygen docs to av_opt_set_defaults. Patch by Takis 18 years ago
Panagiotis Issaris 73a8ceaa17 make AVOptions default value field work. 18 years ago
Diego Biurrun b7cff9ce7c Remove unused variable. 18 years ago
Luca Barbato 8faf544392 Cleanup, from Emanuele Giaquinta <exg@gentoo.org> 18 years ago
Diego Biurrun 04d7f60143 Add official LGPL license headers to the files that were missing them. 18 years ago
Kostya Shishkov dc43482b26 Disable B-frames decoding until they produce correct picture 18 years ago
Aurelien Jacobs d120e4026d rename vector to vect to avoid clash with Apple gcc 18 years ago
Diego Biurrun 9a8e6f8708 Add proper GPL headers. 18 years ago
Aurelien Jacobs 5ce117c37c VP5 and VP6 video decoder 18 years ago
Kostya Shishkov 34a8dcd031 Drop unneeded checks before av_free() and change to av_freep() where it's more suitable. 18 years ago
Kostya Shishkov 767516533d Support for BI-frames in Advanced Profile 18 years ago
Kostya Shishkov d429c98208 Don't print header bits by default 18 years ago
Kostya Shishkov 6cf6d0ec1a [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header() 18 years ago
Kostya Shishkov d1d28ddf99 [Cosmetics] Remove some done TODOs/FIXMEs from comments 18 years ago
Kostya Shishkov 1dc1ce643e Proper support for B/BI frames 18 years ago
Panagiotis Issaris 5e89b50b29 undefines a few temporary defines which were not undefined after their usage. 18 years ago
Michael Niedermayer 7b95bc5842 print more correct error messges 18 years ago
Kostya Shishkov 7ff0b84f0e Handle the rest of known blocks (by skipping them) 18 years ago
Kostya Shishkov 096bc417ae Tests for overreading input data 18 years ago
Kostya Shishkov 54b55c8da0 Cursor drawing support 18 years ago
Diego Biurrun f7b106cb35 Switch license from GPL to LGPL. The original author agreed to this as 18 years ago
Alan Curry afd1a2d88e Fix buffer handling for stereo mace files, fixes some random sig11 18 years ago
Corey Hickey 577cd173e3 second pass encoding changes: 18 years ago
Diego Biurrun 157cba3bdb Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg. 18 years ago
Kostya Shishkov 805934b3e4 Try to handle all chunks, previous scheme was not correct. 18 years ago
Kostya Shishkov c0d6fc1f73 Handle raw blocks correctly (both updating pointer and storing to memory) 18 years ago
Kostya Shishkov eb57c88973 VMware Video decoder (fourcc: VMnc) 18 years ago
Michael Niedermayer 353e433b96 seems the output of that code is never used 18 years ago
Måns Rullgård ae5e7e7f10 inline align_get_bits() 18 years ago
Corey Hickey 29b372b9e9 error message spelling typo 18 years ago
Diego Biurrun d67898427b Exchange informal GPL notice by official license header. 18 years ago
Kostya Shishkov 3c275f6def VC-1 Advanced Profile support (progressive only, tested on WVC1 samples) 18 years ago
Roman Shaposhnik 3c8f30a745 * Restructuring the division of labor between DV codec and DV format 18 years ago
Diego Biurrun 712ae911bb The license of this file is LGPL, as clarified by Fabrice. 18 years ago
Diego Biurrun 73c42241b4 Add copyright notice from the Independent JPEG Group instead of referring 18 years ago
Justin Ruggles 1df051e197 Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. The other fixes an issue with floorcod=7. 18 years ago
Kostya Shishkov 60aae27ad9 AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed version of put_h264_chroma_pixels_tab[0]) 18 years ago
Måns Rullgård 0e176c3eb5 remove redundant declarations 18 years ago
Kostya Shishkov 6243da0d50 Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 18 years ago
Kostya Shishkov b0c8e1b80a Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab 18 years ago
Kostya Shishkov e34350a376 New function for chroma MC (will be used in VC-1) 18 years ago
Loren Merritt f7e89c73e3 snow cosmetics: merge the sliced and non-sliced versions of add_yblock 18 years ago