summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* Proper armv5te instructions support detection.Siarhei Siamashka2006-09-13
| | | | | | patch by Siarhei Siamashka, siarhei dot siamashka gmail com Originally committed as revision 6246 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replaces back some C code by dsp.put_pixels_tab[0][0] (revert r6231)Aurelien Jacobs2006-09-13
| | | | | | but this time ensure proper alignment using av_malloc instead of av_realloc Originally committed as revision 6245 to svn://svn.ffmpeg.org/ffmpeg/trunk
* corrects the type of the AVOption parameter "bugs", patch by TakisPanagiotis Issaris2006-09-13
| | | | | | | | Original thread: Date: Sep 11, 2006 1:43 PM Subject: [Ffmpeg-devel] [PATCH] Wrong AVOption type Originally committed as revision 6244 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds descriptions to the libavcodec AVOptions array, taken from thePanagiotis Issaris2006-09-13
| | | | | | | | | | OptionDef options[] array. Patch by Takis, Original thread: Date: Sep 11, 2006 3:39 PM Subject: [Ffmpeg-devel] [PATCH] AVOptions description sync Originally committed as revision 6243 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Enables back the mmx/sse optimized version of the vp3 idct.Aurelien Jacobs2006-09-12
| | | | | | | It generates different md5sum than the reference C implementation, but no visual difference, so enabled only when bitexact is not set. Originally committed as revision 6241 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Swap back and forward motion vectors to achieve correct pictureKostya Shishkov2006-09-12
| | | | Originally committed as revision 6237 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set motion vectors used in B-frames to zero by defaultKostya Shishkov2006-09-12
| | | | Originally committed as revision 6236 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use h264_chroma funcs in B-frames MC tooKostya Shishkov2006-09-12
| | | | Originally committed as revision 6235 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix edge emulation for bicubic MC in B framesKostya Shishkov2006-09-12
| | | | Originally committed as revision 6234 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2989l: Set avctx->has_b_frames value in header and don't change itKostya Shishkov2006-09-12
| | | | Originally committed as revision 6233 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't use dsp.put_pixels_tab[0][0] with unaligned ptr (fix artifacts on altivec)Aurelien Jacobs2006-09-11
| | | | Originally committed as revision 6231 to svn://svn.ffmpeg.org/ffmpeg/trunk
* armv5 optimizationsSiarhei Siamashka2006-09-10
| | | | | | patch by Siarhei Siamashka siarhei.siamashka at gmail com Originally committed as revision 6228 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use and set sane AVOption defaultsPanagiotis Issaris2006-09-10
| | | | | | | | | Patch by Takis Original thread: Date: Sep 8, 2006 3:26 PM Subject: [Ffmpeg-devel] [PATCH 2/2] Use and set sane AVOption defaults Originally committed as revision 6227 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adds doxygen docs to av_opt_set_defaults. Patch by TakisPanagiotis Issaris2006-09-10
| | | | Originally committed as revision 6226 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make AVOptions default value field work.Panagiotis Issaris2006-09-10
| | | | | | | | | Patch by Panagiotis Issaris % takis P issaris A uhasselt P be % Original thread: Date: Sep 8, 2006 3:22 PM Subject: [Ffmpeg-devel] [PATCH 1/2] Enable usage of AVOption default value Originally committed as revision 6224 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unused variable.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6223 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup, from Emanuele Giaquinta <exg@gentoo.org>Luca Barbato2006-09-10
| | | | Originally committed as revision 6221 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add official LGPL license headers to the files that were missing them.Diego Biurrun2006-09-10
| | | | Originally committed as revision 6219 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Disable B-frames decoding until they produce correct pictureKostya Shishkov2006-09-10
| | | | Originally committed as revision 6218 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rename vector to vect to avoid clash with Apple gccAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6217 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add proper GPL headers.Diego Biurrun2006-09-09
| | | | Originally committed as revision 6216 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP5 and VP6 video decoderAurelien Jacobs2006-09-09
| | | | Originally committed as revision 6213 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop unneeded checks before av_free() and change to av_freep() where it's ↵Kostya Shishkov2006-09-09
| | | | | | more suitable. Originally committed as revision 6212 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support for BI-frames in Advanced ProfileKostya Shishkov2006-09-09
| | | | Originally committed as revision 6211 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't print header bits by defaultKostya Shishkov2006-09-09
| | | | Originally committed as revision 6210 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove if(profile < PROFILE_ADVANCED) from decode_sequence_header()Kostya Shishkov2006-09-09
| | | | | | as it's always true and reindent code inside by the way. Originally committed as revision 6209 to svn://svn.ffmpeg.org/ffmpeg/trunk
* [Cosmetics] Remove some done TODOs/FIXMEs from commentsKostya Shishkov2006-09-09
| | | | Originally committed as revision 6208 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper support for B/BI framesKostya Shishkov2006-09-09
| | | | Originally committed as revision 6207 to svn://svn.ffmpeg.org/ffmpeg/trunk
* undefines a few temporary defines which were not undefined after their usage.Panagiotis Issaris2006-09-09
| | | | | | Patch by Panagiotis Issaris Originally committed as revision 6205 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print more correct error messgesMichael Niedermayer2006-09-08
| | | | Originally committed as revision 6194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle the rest of known blocks (by skipping them)Kostya Shishkov2006-09-07
| | | | Originally committed as revision 6185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Tests for overreading input dataKostya Shishkov2006-09-07
| | | | Originally committed as revision 6184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cursor drawing supportKostya Shishkov2006-09-07
| | | | Originally committed as revision 6183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch license from GPL to LGPL. The original author agreed to this asDiego Biurrun2006-09-06
| | | | | | stated in the commit message adding this file. Originally committed as revision 6181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix buffer handling for stereo mace files, fixes some random sig11Alan Curry2006-09-05
| | | | | | Patch by Alan Curry !<! pacman !@! TheWorld !.! com !>! Originally committed as revision 6178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* second pass encoding changes:Corey Hickey2006-09-05
| | | | | | | | | | - warn rather than fail when specified bitrate need not be used - fail with a useful message when specified bitrate is too low - print potentially useful information if verbose patch based mostly on suggestions from Michael Niedermayer and Loren Merritt Originally committed as revision 6176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark this file properly as LGPL as allowed by its author Leon van Stuivenberg.Diego Biurrun2006-09-05
| | | | | | Clean up the outdated URLs in the header. Originally committed as revision 6175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to handle all chunks, previous scheme was not correct.Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle raw blocks correctly (both updating pointer and storing to memory)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VMware Video decoder (fourcc: VMnc)Kostya Shishkov2006-09-05
| | | | Originally committed as revision 6171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seems the output of that code is never usedMichael Niedermayer2006-09-04
| | | | Originally committed as revision 6170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* inline align_get_bits()Måns Rullgård2006-09-04
| | | | Originally committed as revision 6169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* error message spelling typoCorey Hickey2006-09-04
| | | | Originally committed as revision 6168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Exchange informal GPL notice by official license header.Diego Biurrun2006-09-04
| | | | Originally committed as revision 6165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VC-1 Advanced Profile support (progressive only, tested on WVC1 samples)Kostya Shishkov2006-09-04
| | | | Originally committed as revision 6162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * Restructuring the division of labor between DV codec and DV formatRoman Shaposhnik2006-09-04
| | | | | | [ Based on a patch by Brian Brice (bbrice at newtek dot com) ] Originally committed as revision 6161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* The license of this file is LGPL, as clarified by Fabrice.Diego Biurrun2006-09-03
| | | | Originally committed as revision 6160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add copyright notice from the Independent JPEG Group instead of referringDiego Biurrun2006-09-03
| | | | | | to a README we don't include. Originally committed as revision 6157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 2 bit allocation bugs. One fix enables using a higher bandwidth code. ↵Justin Ruggles2006-09-03
| | | | | | The other fixes an issue with floorcod=7. Originally committed as revision 6156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AltiVec version of put_no_rnd_h264_chroma_pixels_tab[0] (slightly changed ↵Kostya Shishkov2006-09-03
| | | | | | version of put_h264_chroma_pixels_tab[0]) Originally committed as revision 6154 to svn://svn.ffmpeg.org/ffmpeg/trunk