aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Use IDCT functions when FASTTX=0Kostya Shishkov2007-12-081-0/+3
| | | | Originally committed as revision 11189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Switch VC-1 decoder to output decoded residual immediately.Kostya Shishkov2007-12-084-62/+54
| | | | Originally committed as revision 11188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename some tablesKostya Shishkov2007-12-081-4/+4
| | | | Originally committed as revision 11187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing declarations for AltiVec functions, fixes the warnings:Diego Biurrun2007-12-081-0/+7
| | | | | | | | swscale_template.c:1171: warning: implicit declaration of function ‘altivec_yuv2packedX’ swscale.c:1982: warning: implicit declaration of function ‘yuv2rgb_altivec_init_tables’ yuv2rgb.c:652: warning: implicit declaration of function ‘yuv2rgb_init_altivec’ Originally committed as revision 25319 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix 'make checkheaders' on AltiVec-enabled systems.Diego Biurrun2007-12-071-0/+2
| | | | Originally committed as revision 25316 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add small OS/2 section with a link to further information.Dave Yeo2007-12-071-0/+5
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use existing function for VLC readingKostya Shishkov2007-12-072-3/+5
| | | | Originally committed as revision 11185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check decoded dimensions for validityKostya Shishkov2007-12-071-0/+2
| | | | Originally committed as revision 11184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Intra types will be stored in int8_t arrayKostya Shishkov2007-12-072-3/+3
| | | | Originally committed as revision 11183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add decoder flagsKostya Shishkov2007-12-072-0/+2
| | | | Originally committed as revision 11182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Replace table with its H.263 counterpartKostya Shishkov2007-12-071-6/+8
| | | | Originally committed as revision 11181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Register myself for future RV30/40 decoderKostya Shishkov2007-12-071-0/+2
| | | | Originally committed as revision 11180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --list-indevs and --list-outdevs command line options.Diego Biurrun2007-12-061-0/+4
| | | | Originally committed as revision 11179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add --disable-devices to --help output.Diego Biurrun2007-12-061-0/+1
| | | | Originally committed as revision 11178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add input and output devices to configure output.Diego Biurrun2007-12-061-1/+1
| | | | Originally committed as revision 11177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove unnecessary quotes.Diego Biurrun2007-12-061-1/+1
| | | | Originally committed as revision 11176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update tables for RV40 decoderKostya Shishkov2007-12-062-3/+2
| | | | Originally committed as revision 11175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent warnings about functions being possibly unusedMichael Niedermayer2007-12-061-2/+2
| | | | Originally committed as revision 11174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* thank you for your efforts to keep my code clean, but i would like toMichael Niedermayer2007-12-061-0/+14
| | | | | | | | | | | | | | keep the functions below as they are usefull for debugging, testing, experiments and development revert r11048 | diego | 2007-11-17 00:15:39 +0100 (Sat, 17 Nov 2007) | 4 lines Remove unused functions, fixes the warnings: snow.c:1163: warning: 'spatial_compose53i' defined but not used snow.c:1313: warning: 'spatial_compose97i' defined but not used Originally committed as revision 11173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* OS/2 support restored in cleaner form.Dave Yeo2007-12-053-2/+34
| | | | | | patch by Dave Yeo, daveryeo telus net Originally committed as revision 11172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Verify long_ref_count!=0. Fix issue 281.Panagiotis Issaris2007-12-051-1/+1
| | | | Originally committed as revision 11171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix missing chroma in version 3 STR.Alexander Strange2007-12-051-3/+4
| | | | | | | Closes issue 290 Patch by Alexander Strange: astrange ithinksw com Originally committed as revision 11170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of the first frame of gray.movMichael Niedermayer2007-12-051-1/+1
| | | | Originally committed as revision 11169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Initialize function pointers used by error resilience code before anyJeff Downs2007-12-051-8/+8
| | | | | | | | potential error return from decode_slice_header. Fixes issue 284. Originally committed as revision 11168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adjust indentation on latest patchMike Melanson2007-12-051-14/+14
| | | | Originally committed as revision 11167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check sanity in the palette loading operation. The addresses a potential ↵Mike Melanson2007-12-051-4/+7
| | | | | | | | security risk in the MOV/MP4 demuxer. Originally committed as revision 11166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* TypoRoberto Togni2007-12-041-1/+1
| | | | Originally committed as revision 11165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use -Bsymbolic linker flag if supportedMåns Rullgård2007-12-041-0/+1
| | | | Originally committed as revision 11164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV40 decoder specific functionsKostya Shishkov2007-12-041-0/+275
| | | | Originally committed as revision 11163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return error if malloc failed, found by takis, fix issue 286Baptiste Coudurier2007-12-031-2/+4
| | | | Originally committed as revision 11162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check mov_read_default return value where appropriate, patch by takis, fix ↵Panagiotis Issaris2007-12-031-7/+8
| | | | | | issue 285 Originally committed as revision 11161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 4 months of hard development and finally it's done. Closes issue 58. ↵Benjamin Larsson2007-12-034-0/+67
| | | | | | Adpcm_swf regressions tests. Originally committed as revision 11160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* colour --> color in variable namesDiego Biurrun2007-12-034-18/+18
| | | | Originally committed as revision 11159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a --disable-devices flag which disables all muxers and demuxers ofPanagiotis Issaris2007-12-031-0/+2
| | | | | | libavdevice at once. Originally committed as revision 11158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: comment spelling fixesDiego Biurrun2007-12-033-7/+7
| | | | Originally committed as revision 11157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix make checkheaders.Diego Biurrun2007-12-031-0/+2
| | | | Originally committed as revision 11156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spelling fixesDiego Biurrun2007-12-031-5/+5
| | | | Originally committed as revision 11155 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix dnxhd 720p in mov for quicktime playerBaptiste Coudurier2007-12-031-1/+4
| | | | Originally committed as revision 11154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add assert to detect invalid packet_timestamp_start/endMichael Niedermayer2007-12-031-0/+2
| | | | | | (that is check that the previous fix was sufficient) Originally committed as revision 11153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* correct invalid durationMichael Niedermayer2007-12-034-7/+5
| | | | Originally committed as revision 11152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add const to remove warnings, ffmpeg.c:2892: warning: initialization ↵Baptiste Coudurier2007-12-031-7/+7
| | | | | | discards qualifiers from pointer target type Originally committed as revision 11151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make rc_buffer_size apply to audio as wellMichael Niedermayer2007-12-031-1/+1
| | | | Originally committed as revision 11150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make mpeg-ps probe less happy with random dataMichael Niedermayer2007-12-031-4/+7
| | | | | | fixes missdetection of O-MP3-5.mp3 Originally committed as revision 11149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* return a slightly larger score if we find more than 500 valid mp3 frames in ↵Michael Niedermayer2007-12-031-0/+1
| | | | | | a row Originally committed as revision 11148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ensure that the probe code runs in O(n)Michael Niedermayer2007-12-031-3/+1
| | | | Originally committed as revision 11147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename function to reflect its actionKostya Shishkov2007-12-031-3/+3
| | | | Originally committed as revision 11146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove arbitrary 4096 limit for probingMichael Niedermayer2007-12-031-1/+1
| | | | Originally committed as revision 11145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 filesMichael Niedermayer2007-12-031-0/+2
| | | | Originally committed as revision 11144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove rc_eq-specific code, it is passed by AVOption now.Michael Niedermayer2007-12-031-8/+0
| | | | Originally committed as revision 11143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix non-numeric AVOptions.Michael Niedermayer2007-12-031-23/+30
| | | | Originally committed as revision 11142 to svn://svn.ffmpeg.org/ffmpeg/trunk