summaryrefslogtreecommitdiff
path: root/libavcodec
Commit message (Collapse)AuthorAge
* 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
* remove redundant declarationsMåns Rullgård2006-09-02
| | | | Originally committed as revision 6153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Drop put_vc1_qpel_pixels_tab as they won't be needed anymore.Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tabKostya Shishkov2006-09-02
| | | | Originally committed as revision 6151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New function for chroma MC (will be used in VC-1)Kostya Shishkov2006-09-02
| | | | Originally committed as revision 6150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* snow cosmetics: merge the sliced and non-sliced versions of add_yblockLoren Merritt2006-09-01
| | | | Originally committed as revision 6149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix snow 1pass rc: the qlog used and the one written to the bitstream ↵Loren Merritt2006-09-01
| | | | | | weren't always the same. Originally committed as revision 6148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Align the input buffer in ffplay, introduce a public macro for aligned ↵Luca Barbato2006-08-31
| | | | | | | | declarations Update the avcodec_decode_audio and the float_to_int16 descriptions accordingly Originally committed as revision 6147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper fix for the corner case that would have been corrected before, ↵Luca Barbato2006-08-31
| | | | | | praise&blame to me and exg in equal shares Originally committed as revision 6143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix float_to_int16, unaligned case, broken by the previous commitLuca Barbato2006-08-31
| | | | Originally committed as revision 6141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* New qpel MC functions conforming to VC-1 standard.Kostya Shishkov2006-08-31
| | | | | | Existing DSPUtil functions cause chroma artifacts on some files. Originally committed as revision 6139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SpellingKostya Shishkov2006-08-31
| | | | Originally committed as revision 6138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Motion compensation for luma always use halfpel precision.Kostya Shishkov2006-08-31
| | | | Originally committed as revision 6137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix b pyramid in mp4 muxing if no dts are provided to the muxerMichael Niedermayer2006-08-30
| | | | Originally committed as revision 6133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* install opt.hNico Sabbi2006-08-29
| | | | Originally committed as revision 6126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* slightly faster deblockLoren Merritt2006-08-29
| | | | Originally committed as revision 6121 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use the A32_BITSTREAM_READER by default on ARM (faster)Aurelien Jacobs2006-08-28
| | | | Originally committed as revision 6120 to svn://svn.ffmpeg.org/ffmpeg/trunk
* force usage of ALT_BITSTREAM_READER where neededAurelien Jacobs2006-08-28
| | | | Originally committed as revision 6118 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move some functions to bitstream.h to avoid conflictsAurelien Jacobs2006-08-28
| | | | | | between different bitstream readers in different codecs Originally committed as revision 6117 to svn://svn.ffmpeg.org/ffmpeg/trunk