aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
* simplifyMichael Niedermayer2007-12-031-3/+1
| | | | Originally committed as revision 11141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* make the AVOption code work with strings instead of crashMichael Niedermayer2007-12-031-2/+2
| | | | Originally committed as revision 11140 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_qt_default_palette_* arrays "static const"Reimar Döffinger2007-12-022-4/+4
| | | | Originally committed as revision 11139 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Some spelling fixes in commentsReimar Döffinger2007-12-021-3/+3
| | | | Originally committed as revision 11138 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make ff_mkv_codec_tags array const, it is never written.Reimar Döffinger2007-12-022-2/+2
| | | | Originally committed as revision 11137 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use the correct "const float *" type for variable instead of casting const away.Reimar Döffinger2007-12-021-3/+3
| | | | Originally committed as revision 11136 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add missing const to last argument of decode_significance_8x8_x86.Reimar Döffinger2007-12-021-1/+1
| | | | | | Fixes "h264.c:5470: warning: passing argument 4 of 'decode_significance_8x8_x86' discards qualifiers from pointer target type" Originally committed as revision 11135 to svn://svn.ffmpeg.org/ffmpeg/trunk
* indentationBaptiste Coudurier2007-12-021-13/+13
| | | | Originally committed as revision 11134 to svn://svn.ffmpeg.org/ffmpeg/trunk
* dnxhd 720p encoding and decoding supportBaptiste Coudurier2007-12-022-2/+127
| | | | Originally committed as revision 11133 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics, encode_variance -> encode_fastBaptiste Coudurier2007-12-021-2/+2
| | | | Originally committed as revision 11132 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix corner case when qscale 1 bits < frame bits but max bits with worst ↵Baptiste Coudurier2007-12-021-4/+4
| | | | | | padding > frame bits Originally committed as revision 11131 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RealVideo 3 decoder functionsKostya Shishkov2007-12-021-0/+145
| | | | Originally committed as revision 11130 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix muxer so that generated files are playable by realplayer, other openKostya Shishkov2007-12-021-3/+8
| | | | | | | source players and by fixed ffmpeg rm demuxer (after r11127) Patch by kostya Originally committed as revision 11129 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix regression tests after r11127 and 11129Kostya Shishkov2007-12-023-27/+27
| | | | | | Patch by kostya Originally committed as revision 11128 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Revert r10892, it's wrong and no longer needed to prevent crashesRoberto Togni2007-12-021-1/+1
| | | | Originally committed as revision 11127 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Misc spelling fixes, prefer American over British English.Diego Biurrun2007-12-029-17/+17
| | | | Originally committed as revision 11126 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix some spelling typosDiego Biurrun2007-12-021-2/+2
| | | | Originally committed as revision 25245 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Fix some spelling mistakes.Diego Biurrun2007-12-023-4/+4
| | | | Originally committed as revision 11125 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RV30/40 common VLC tablesKostya Shishkov2007-12-021-0/+4054
| | | | Originally committed as revision 11124 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix alignment broke by my last patchVitor Sessak2007-12-012-3/+3
| | | | Originally committed as revision 11123 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spellingVitor Sessak2007-12-0123-35/+35
| | | | Originally committed as revision 11122 to svn://svn.ffmpeg.org/ffmpeg/trunk