summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Implement av_get_bits_per_pixel().Stefano Sabatini2009-04-27
| | | | Originally committed as revision 18709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r18700, documentation of deprecated functions might be useful forVitor Sessak2009-04-27
| | | | | | | | | | people trying to update to the new API. Log of r18700: Remove documentation from deprecated fields, they should not be used, thus there is no sense in documenting them. Originally committed as revision 18708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check if there is enough bytes before reading the buffer in the EA ADPCMVitor Sessak2009-04-27
| | | | | | decoder. Fix issue 990. Originally committed as revision 18707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Skip 0x0000 frame footer in EA ADPCM decoder.Vitor Sessak2009-04-27
| | | | Originally committed as revision 18706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless duplicated code in yuv2rgb_c_32, yuva2rgba_c and yuva2argb_cCédric Schieli2009-04-27
| | | | Originally committed as revision 29240 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Remove useless and outright wrong chatter from avcodec_encode_video().Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant chatter from avcodec_encode_audio()Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Negative is error not -1, corrected in the doxy for avcodec_decode_subtitle2().Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add multiframe note to avcodec_decode_video() too.Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cleanup first paragraph of doxy of avcodec_decode_audio3().Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove documentation from deprecated fields, they should not be used,Michael Niedermayer2009-04-27
| | | | | | thus there is no sense in documenting them. Originally committed as revision 18700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove confusing and redundant engrish chatter from avcodec_decode_video2().Michael Niedermayer2009-04-27
| | | | Originally committed as revision 18699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add avlanguage helpers in libavformat.Cyril Comparon2009-04-27
| | | | | | | | Patch by Cyril Comparon: standard_gmail_full_name_address Original thread: Suggestion for a centralized language-tag facility in libavformat Date: 04/10/2009 07:33 PM Originally committed as revision 18698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make function pointer assignments consistent in option handling.Benoit Fouet2009-04-27
| | | | Originally committed as revision 18697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert changing VLC initialization type for RV3/4 decoder.Kostya Shishkov2009-04-27
| | | | | | | While using large static table is not good (especially for embedded devices and CPUs with small cache), other alternatives are not very good either. Originally committed as revision 18696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Simplify filtering code by using only one counter variable.Ramiro Polla2009-04-26
| | | | Originally committed as revision 18695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correctly update output sample format in wavpack decoder.Laurent Aimar2009-04-26
| | | | | | Patch by Laurent Aimar (at 'fenrir (cons 'videolan 'org)) Originally committed as revision 18694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Proper subpacket size check for cook multichannel files.Benjamin Larsson2009-04-25
| | | | Originally committed as revision 18693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove parenthesesBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set the type of size in COOKSubpacket to unsignedBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add pixdescs definitions for planar YUV pixfmts with 16 bits perStefano Sabatini2009-04-25
| | | | | | component. Originally committed as revision 18690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make sure we only parse max amount of subpackets (5) in the cook decoder.Benjamin Larsson2009-04-25
| | | | Originally committed as revision 18689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant codeBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Changelog for Cook multi channel supportBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support cook multichannel files.Benjamin Larsson2009-04-25
| | | | Originally committed as revision 18685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the COOKDEBUG codeBenjamin Larsson2009-04-25
| | | | Originally committed as revision 18684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Factor out COOKSubpacket, in preparation for multichannel support.Benjamin Larsson2009-04-25
| | | | Originally committed as revision 18683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing pixel format descriptor definitions.Stefano Sabatini2009-04-25
| | | | Originally committed as revision 18682 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of monstrous static table and initialize VLCs for RV3/4 dynamically.Kostya Shishkov2009-04-25
| | | | Originally committed as revision 18681 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove useless assignment during initialization for some decodersKostya Shishkov2009-04-24
| | | | Originally committed as revision 18680 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-04-24
| | | | Originally committed as revision 18679 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Change return type of opt_loglevel() from void to int.Wolfram Gloger2009-04-24
| | | | | | Patch by Wolfram Gloger: wmglo (your at here) dent med uni (minus) muenchen de Originally committed as revision 18678 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TrueMotion 2 uses its own YUV-like colourspace, so convert output to proper RGB.Reimar Döffinger2009-04-24
| | | | | | Patch by Reimar Döffinger <latinize($name) at (MN's favourite mail provider).de> Originally committed as revision 18677 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: remove extra space indentationKostya Shishkov2009-04-24
| | | | Originally committed as revision 18676 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge decoding functions for all bitdepths in WavPack decoderKostya Shishkov2009-04-24
| | | | Originally committed as revision 18675 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support >8bit per component YUV in FFV1.Michael Niedermayer2009-04-24
| | | | | | | | decoding becomes slower, encoding becomes faster, with gcc on duron. some inlining overrides like av_flatten are added to keep inlining similar to before. Originally committed as revision 18674 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Force speed irrelevant calls to get/put_symbol() to be noinline.Michael Niedermayer2009-04-24
| | | | | | | | | We need to change decode_line to always_inline because gcc decided not to inline it anymore once we force some calls to get/put_symbol() to be non inlined and this decision of gcc would lead to a 10% overall speed loss. 100k smaller object file, no speed change Originally committed as revision 18673 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize sign handling in get_symbol().Michael Niedermayer2009-04-24
| | | | Originally committed as revision 18672 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't loose bits_per_raw_sample when transcoding.Michael Niedermayer2009-04-23
| | | | Originally committed as revision 18671 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make avcodec_thread_init() set the thread count, even in the case whenStefano Sabatini2009-04-23
| | | | | | | threads support is not enabled. This should avoid the need for thread_count explicit setting in applications. Originally committed as revision 18670 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make reset_ptr() void.Carl Eugen Hoyos2009-04-23
| | | | Originally committed as revision 29229 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* avoid possibly uninitialized return valueIvo van Poorten2009-04-23
| | | | | | (found by clang static analyzer) Originally committed as revision 18669 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Handle WavPack INT32INFO chunks with nonzero post shiftKostya Shishkov2009-04-23
| | | | Originally committed as revision 18668 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add functions for decoding >16 bits WavPack files.Kostya Shishkov2009-04-23
| | | | | | Based on patches by Laurent Aimar (fenrir >whirlpool< videolan >dit< org) Originally committed as revision 18667 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Shift 9-15 bit samples to use full 16-bit range.Laurent Aimar2009-04-23
| | | | | | | Patch by Laurent Aimar <fenrir at VLCsite> Thread: [PATCH] Fixed wavpack 9-15 bits support Originally committed as revision 18666 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Display dimensions should not affect the real size of coded frame, thus setKostya Shishkov2009-04-23
| | | | | | | | only avctx->{width,height} and don't touch coded_{width,height} when parsing them. This fixes the case when coded and display dimensions differ by more than one macroblock. Originally committed as revision 18665 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove 2 useless FFMIN().Michael Niedermayer2009-04-22
| | | | Originally committed as revision 18664 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove apparently redundant code.Michael Niedermayer2009-04-22
| | | | Originally committed as revision 18663 to svn://svn.ffmpeg.org/ffmpeg/trunk
* NSV : Add TOC2 parsing and seeking support.Jai Menon2009-04-22
| | | | Originally committed as revision 18662 to svn://svn.ffmpeg.org/ffmpeg/trunk