summaryrefslogtreecommitdiffstats
path: root/libavcodec
Commit message (Expand)AuthorAgeFilesLines
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-121-1/+11
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-121-0/+4
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-121-2/+4
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-121-3/+5
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-121-2/+1
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-111-5/+8
* armv5 optimizationsSiarhei Siamashka2006-09-101-0/+16
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-101-70/+30
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-101-0/+6
* make AVOptions default value field work.Panagiotis Issaris2006-09-103-0/+41
* Remove unused variable.Diego Biurrun2006-09-101-1/+1
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-101-5/+0
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-1041-6/+748
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-101-0/+6
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-093-20/+20
* Add proper GPL headers.Diego Biurrun2006-09-092-1/+41
* VP5 and VP6 video decoderAurelien Jacobs2006-09-0911-2/+2505
* Drop unneeded checks before av_free() and change to av_freep() where it's mor...Kostya Shishkov2006-09-094-24/+16
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-091-3/+8
* Don't print header bits by defaultKostya Shishkov2006-09-091-1/+1
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-091-45/+32
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-091-15/+2
* Proper support for B/BI framesKostya Shishkov2006-09-092-52/+274
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-091-0/+4
* print more correct error messgesMichael Niedermayer2006-09-081-1/+3
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-071-0/+9
* Tests for overreading input dataKostya Shishkov2006-09-071-4/+25
* Cursor drawing supportKostya Shishkov2006-09-071-5/+167
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-061-9/+9
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-051-4/+4
* second pass encoding changes:Corey Hickey2006-09-051-6/+39
* Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.Diego Biurrun2006-09-051-11/+24
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-051-68/+62
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-051-1/+12
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-054-2/+334
* seems the output of that code is never usedMichael Niedermayer2006-09-041-27/+0
* inline align_get_bits()Måns Rullgård2006-09-041-1/+1
* error message spelling typoCorey Hickey2006-09-041-1/+1
* Exchange informal GPL notice by official license header.Diego Biurrun2006-09-041-2/+21
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-041-27/+777
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-042-12/+182
* The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun2006-09-031-2/+13
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-033-6/+105
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. T...Justin Ruggles2006-09-032-2/+2
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ver...Kostya Shishkov2006-09-031-0/+130
* remove redundant declarationsMåns Rullgård2006-09-026-9/+0
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-023-185/+0
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-021-4/+18
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-022-0/+27
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-011-139/+15
OpenPOWER on IntegriCloud