summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Remove redundant code, found by CSABenjamin Larsson2009-04-22
| | | | Originally committed as revision 18661 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: support Blackfin CPU names with --cpuMåns Rullgård2009-04-22
| | | | Originally committed as revision 18660 to svn://svn.ffmpeg.org/ffmpeg/trunk
* It should be #if, not #ifdefAndreas Öman2009-04-22
| | | | Originally committed as revision 18659 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch VLC tables in WMV3/VC-1 decoder to new static init methodKostya Shishkov2009-04-22
| | | | Originally committed as revision 18658 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Require 4 instead of 3 frames for detecting mp3,Michael Niedermayer2009-04-22
| | | | | | fixes misdetection of mpegps_mp3_unrecognized_format.mpg (issue997) Originally committed as revision 18657 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix 10l typo (usage of PIX_FMT_NE()).Michael Niedermayer2009-04-22
| | | | | | Should fix FATE, i forgot to commit this. Originally committed as revision 18656 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update safety check as the maximum pixel size is no longer 4.Michael Niedermayer2009-04-22
| | | | | | New max size is 16bit * 4 samples (RGBA). Originally committed as revision 18655 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Support reading packed YUV422 10bit samples from Sveriges Television AB (SVT)Michael Niedermayer2009-04-22
| | | | | | | | | | which have AFAIK been created for the jvt: ftp://vqeg.its.bldrdoc.gov/HDTV/SVT_exports/SVT_YUV10_Exports_/NewMobCal_YUV10_720p5994_/ I have called the format v210x due to its similarity to v210, note though I have not confirmed that v210x is different from actual v210 samples it just is different from the description of v210 I am aware of. Originally committed as revision 18654 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make read_line() do not depend on put_bits.h and speed up it.Stefano Sabatini2009-04-22
| | | | Originally committed as revision 18653 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add raw MLP muxer.Ramiro Polla2009-04-21
| | | | Originally committed as revision 18652 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Don't overallocate buffers.Ramiro Polla2009-04-21
| | | | | | | | Now that max channels and primitive matrices are properly validated, there is no need to be paranoid that random data will be overwritten. As a bonus this makes matrix_coeff 16-byte aligned between matrices. Originally committed as revision 18651 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Validate num_primitive_matrices.Ramiro Polla2009-04-21
| | | | Originally committed as revision 18650 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Validate max_channel and max_matrix_channel.Ramiro Polla2009-04-21
| | | | Originally committed as revision 18649 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mlpdec: Restart header sync must be 0x31ea for MLP.Ramiro Polla2009-04-21
| | | | Originally committed as revision 18648 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing header inclusion guard.Stefano Sabatini2009-04-21
| | | | Originally committed as revision 18647 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Implement a write_line() function.Stefano Sabatini2009-04-21
| | | | Originally committed as revision 18646 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove consume_whitespace() and replace it with direct calls toStefano Sabatini2009-04-21
| | | | | | strspn(). Originally committed as revision 18645 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Read extended channel configuration when extended AOT is BSAC.Jai Menon2009-04-21
| | | | Originally committed as revision 18644 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make VLC tables in DCA decoder use INIT_VLC_USE_NEW_STATICKostya Shishkov2009-04-21
| | | | Originally committed as revision 18643 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l: VLC table array should not be constKostya Shishkov2009-04-21
| | | | Originally committed as revision 18642 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant assignment. err is assigned in every switch case anyway. IssueRobert Swain2009-04-21
| | | | | | found by CSA. Originally committed as revision 18641 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a possibly exploitable buffer overflow.Michael Niedermayer2009-04-21
| | | | Originally committed as revision 18640 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set flag after VC-1 VLCs are initialized to avoid race conditionKostya Shishkov2009-04-21
| | | | Originally committed as revision 18639 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove some useless assignments and variables found by ClangKostya Shishkov2009-04-21
| | | | Originally committed as revision 18638 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make RV3/4 VLC tables use new static initialization methodKostya Shishkov2009-04-21
| | | | Originally committed as revision 18637 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Planar 16bit 420 422 444 YUV support (output is only supported in someMichael Niedermayer2009-04-21
| | | | | | | | unscaled convertions). This, like gray16 converts down to 8bit, which is a big FIXME & patch welcome, we should preserve more bits. Originally committed as revision 29217 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add 420,422 and 444 planar 16bit per component pix formats.Michael Niedermayer2009-04-21
| | | | Originally committed as revision 18636 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge gray->gray converters into planarCopy(), this should also make ↵Michael Niedermayer2009-04-21
| | | | | | | | planarCopy() useable for other 16bit formats once we support them. Originally committed as revision 29216 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add macro to check for 16bit per sample.Michael Niedermayer2009-04-21
| | | | Originally committed as revision 29215 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Make sure src/dst are NULL when they arent used, some code uses this toMichael Niedermayer2009-04-21
| | | | | | simpify checks. Originally committed as revision 29214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Use generic BE check instead of checking for gray16LE.Michael Niedermayer2009-04-20
| | | | Originally committed as revision 29213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add isBE()Michael Niedermayer2009-04-20
| | | | Originally committed as revision 29212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix crash when receiving from SDPLuca Abeni2009-04-20
| | | | Originally committed as revision 18635 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make rv40 decoder use new static VLC initialization methodKostya Shishkov2009-04-20
| | | | Originally committed as revision 18634 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compact and make constant two tables used by Musepack decodersKostya Shishkov2009-04-20
| | | | Originally committed as revision 18633 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove example programs with a wildcard expression.Diego Biurrun2009-04-20
| | | | Originally committed as revision 18632 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ac3enc: log a warning message if the channel layout is not specified atJustin Ruggles2009-04-20
| | | | | | the time of codec initialization. Originally committed as revision 18631 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentMichael Niedermayer2009-04-19
| | | | Originally committed as revision 18630 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Only insert null packets into the video que if there is a video stream.Michael Niedermayer2009-04-19
| | | | | | Fixes memleak and should fix issue791. Originally committed as revision 18629 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add zygo fourcc.Michael Niedermayer2009-04-19
| | | | Originally committed as revision 18628 to svn://svn.ffmpeg.org/ffmpeg/trunk
* IndentMichael Niedermayer2009-04-19
| | | | Originally committed as revision 18627 to svn://svn.ffmpeg.org/ffmpeg/trunk