summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Allow the user to select which codec out of several in stsd he wants.Michael Niedermayer2008-02-06
| | | | Originally committed as revision 11873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Check that we have enough input data in IMC decoder.Reimar Döffinger2008-02-05
| | | | Originally committed as revision 11872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ssse3 h264 motion compensation.Loren Merritt2008-02-05
| | | | | | 25% faster tham mmx on core2, 35% if you discount fullpel, 4% overall decoding. Originally committed as revision 11871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add qpel rounder once during hv rather than twice during hv and whatever ↵Loren Merritt2008-02-05
| | | | | | it's averaged with Originally committed as revision 11870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seek regression ref update for oggBaptiste Coudurier2008-02-05
| | | | Originally committed as revision 11869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up an ugliness introduced in r11826. this syntax will require fewer ↵Loren Merritt2008-02-05
| | | | | | changes when adding future sse2 code. Originally committed as revision 11868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix issue 338:Baptiste Coudurier2008-02-05
| | | | | | | | | Correctly interleave ogg packets per granule and set eos correctly, 2 packets buffering is needed. It duplicates interleave_per_dts a bit, if someone has a good solution, I'll implement it. Originally committed as revision 11867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* it seems ogg requires granule to be -1 on unfinished packetsBaptiste Coudurier2008-02-05
| | | | Originally committed as revision 11866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Deprecate old and inefficient per instruction asm().Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update seektest regression as well to previous lavf/nut commitsOded Shimon2008-02-04
| | | | Originally committed as revision 11864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reduce code duplicationLoren Merritt2008-02-04
| | | | Originally committed as revision 11863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct fatal ambiguity.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct incorrect statement about warnings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* String pointers of ogg_codec_t should have const attribute.Reimar Döffinger2008-02-04
| | | | Originally committed as revision 11860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add dv50 tag to support samples with dv50 fourcc in AVI.Christophe Lorenz2008-02-04
| | | | | | patch by christophelorenz christophelorenz gmail com Originally committed as revision 11859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update policy entry about compiler warnings to reflect ml discussions.Diego Biurrun2008-02-04
| | | | Originally committed as revision 11858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix a possible use of an uninitialized pointer.Reimar Döffinger2008-02-04
| | | | Originally committed as revision 11857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* back_ptr calculation used wrong timebase when searching for back syncpointOded Shimon2008-02-04
| | | | Originally committed as revision 11856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix intented algo in syncpoint writing before keyframes in NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* nut->max_distance was not set at all anywhere in the NUT muxerOded Shimon2008-02-04
| | | | Originally committed as revision 11854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove old workaround in nutdec.c for libnut bugOded Shimon2008-02-04
| | | | Originally committed as revision 11853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* missing " && j<syncpoint_count" protection in the index parsing, as theOded Shimon2008-02-04
| | | | | | spec instructs... Originally committed as revision 11852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer onlyOded Shimon2008-02-04
| | | | | | gave it 'ts'. Fixed by changing ff_nut_reset_ts() and demuxer params Originally committed as revision 11851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make luma_dc_quant_i and luma_dc_quant_p const, fixes a couple ofDiego Biurrun2008-02-04
| | | | | | | "assignment discards qualifiers from pointer target type" warnings. blessed by Konstantin Shishkov Originally committed as revision 11850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 2 more missing consts found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect cast found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Another const found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix 8 "initialization discards qualifiers from pointer target type"Michael Niedermayer2008-02-04
| | | | | | warnings Originally committed as revision 11845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix info packet type, found by oded as well as the new pedantic constMichael Niedermayer2008-02-04
| | | | | | warnings. Originally committed as revision 11843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* -Wwrite-strings nitpicking fixMichael Niedermayer2008-02-04
| | | | Originally committed as revision 11842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-04
| | | | Originally committed as revision 11841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* constMichael Niedermayer2008-02-03
| | | | Originally committed as revision 11840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Warn if a comparison is always true or always false due to theMichael Niedermayer2008-02-03
| | | | | | | | | limited range of the data type. The only new warning this causes (if i didnt miss one) is: udp.c:272: warning: comparison of unsigned expression < 0 is always false which is a real bug Originally committed as revision 11839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Missing const found by -Wwrite-strings.Michael Niedermayer2008-02-03
| | | | Originally committed as revision 11838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove single-frame images from seektestMåns Rullgård2008-02-03
| | | | Originally committed as revision 11837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoDiego Biurrun2008-02-03
| | | | Originally committed as revision 11836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Make string constants const. Why is this not default?Michael Niedermayer2008-02-03
| | | | Originally committed as revision 11835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless/incorrect comments in regression.shMåns Rullgård2008-02-03
| | | | Originally committed as revision 11834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split lavf regression testsMåns Rullgård2008-02-03
| | | | Originally committed as revision 11833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split regression tests allowing make to run them in parallelMåns Rullgård2008-02-03
| | | | Originally committed as revision 11832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get seek regression test filenames from reference fileMåns Rullgård2008-02-03
| | | | Originally committed as revision 11831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpegvideo.h has two function declarations with the 'inline' specifierUoti Urpala2008-02-03
| | | | | | | | | | | but no definition for those functions. The C standard requires a definition to appear in the same translation unit for any function declared with 'inline'. Most of the files including mpegvideo.h do not define those functions. Fix this by removing the 'inline' specifiers from the header. patch by Uoti Urpala Originally committed as revision 11830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avg_pixels4_mmx2Loren Merritt2008-02-03
| | | | Originally committed as revision 11829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use mmx2/3dnow avg functions in avg_qpel*_mc00Loren Merritt2008-02-03
| | | | Originally committed as revision 11828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove ff_mms_set_stream_selection again from asf demuxer,Reimar Döffinger2008-02-03
| | | | | | | it does not seem like a good solution to the problem and will cause dependency problems if a libavprotocols should be split out. Originally committed as revision 11827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_h264_idct8_add_sse2.Loren Merritt2008-02-03
| | | | | | compared to mmx, 217->126 cycles on core2, 262->220 on k8. Originally committed as revision 11826 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove some movq in ff_h264_idct8_add_mmx. 225->217 cycles on core2.Loren Merritt2008-02-03
| | | | Originally committed as revision 11825 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove incorrect casts that should have never been there.Michael Niedermayer2008-02-02
| | | | Originally committed as revision 11824 to svn://svn.ffmpeg.org/ffmpeg/trunk