summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Syntax errors fixed.Diego Biurrun2004-12-23
| | | | Originally committed as revision 3773 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fopen "r" -> "rb"Michael Niedermayer2004-12-23
| | | | Originally committed as revision 3772 to svn://svn.ffmpeg.org/ffmpeg/trunk
* preroll is in msMichael Niedermayer2004-12-22
| | | | | | pts should start at start_time Originally committed as revision 3771 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1/0l fixMichael Niedermayer2004-12-22
| | | | Originally committed as revision 3770 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer integer fps if possible when guessingMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3769 to svn://svn.ffmpeg.org/ffmpeg/trunk
* guess fps for the variable fps caseMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3768 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix regression test failureMichael Niedermayer2004-12-21
| | | | Originally committed as revision 3767 to svn://svn.ffmpeg.org/ffmpeg/trunk
* stream copy block_alignMichael Niedermayer2004-12-20
| | | | Originally committed as revision 3766 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vismv for h264 displayed incorrect motion vectors.Loren Merritt2004-12-20
| | | | Originally committed as revision 3765 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (double free)Michael Niedermayer2004-12-19
| | | | Originally committed as revision 3764 to svn://svn.ffmpeg.org/ffmpeg/trunk
* When using the -target option, although PAL or NTSC is specified,Panagiotis Issaris2004-12-19
| | | | | | | | the framerate is not set according to the standard add NTSC-Film framerates. patch by (Panagiotis Issaris <takis O lumumba o luc o ac o be>) Originally committed as revision 3763 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better motion_subsample_log2 docsMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3762 to svn://svn.ffmpeg.org/ffmpeg/trunk
* broken avi / div by zero fixMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3761 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to guess the fps if they are variableMichael Niedermayer2004-12-19
| | | | Originally committed as revision 3760 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes transcoding to vorbis with ffmpeg on big endian machines patch by ↵Sigbjørn Skjæret2004-12-18
| | | | | | (Sigbjørn Skjæret {sskjer-1 broadpark no}) Originally committed as revision 3759 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add multi slice supportLoic Le Loarer2004-12-18
| | | | | | | | | | | | | for main profile H.264 streams. I have tested this on all H264 conformance streams and comparing the result with the current CVS version, there is 8 streams which decode correctly more frames and 2 streams which are now completely correct with my patch. This patch also correct some typo in comments. patch by (Loic Le Loarer <lll+ffmpeg >at< m4x org>) Originally committed as revision 3758 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>)Drew Hess2004-12-18
| | | | Originally committed as revision 3757 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -vtag and-atag support to mov patch by (Roine Gustafsson <roine at users ↵Roine Gustafsson2004-12-17
| | | | | | sourceforge net>) Originally committed as revision 3756 to svn://svn.ffmpeg.org/ffmpeg/trunk
* workaround some broken mpeg-ps timestampsMichael Niedermayer2004-12-15
| | | | Originally committed as revision 3755 to svn://svn.ffmpeg.org/ffmpeg/trunk
* quantizer overflow warning + AAN dct fixMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3754 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to set next_pts to a reasonable value in case of streamcopyMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3753 to svn://svn.ffmpeg.org/ffmpeg/trunk
* some sanity checks on what is muxed, invalid timestamps in mpeg are very ↵Michael Niedermayer2004-12-14
| | | | | | common and lead to strange errors in the mpeg muxer otherwise Originally committed as revision 3752 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix timestamp prediction for low_delay mpeg streamsMichael Niedermayer2004-12-14
| | | | Originally committed as revision 3751 to svn://svn.ffmpeg.org/ffmpeg/trunk
* x86 cpu capabilities detection rewrite / cleanupMichael Niedermayer2004-12-13
| | | | Originally committed as revision 3750 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another try at fixing rv20 ...Michael Niedermayer2004-12-13
| | | | Originally committed as revision 3749 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flush remaining data from parser at EOFMichael Niedermayer2004-12-12
| | | | Originally committed as revision 3748 to svn://svn.ffmpeg.org/ffmpeg/trunk
* warn the user if the quantization code could overflow with the selected ↵Michael Niedermayer2004-12-11
| | | | | | custom matrix and qp limits Originally committed as revision 3747 to svn://svn.ffmpeg.org/ffmpeg/trunk
* uppercase codec_tag=AVC1 supportMichael Niedermayer2004-12-09
| | | | Originally committed as revision 3746 to svn://svn.ffmpeg.org/ffmpeg/trunk
* load the 'avcC' atom needed for 'avc1' decodingMike Melanson2004-12-09
| | | | Originally committed as revision 3745 to svn://svn.ffmpeg.org/ffmpeg/trunk
* out of buffer access fixMichael Niedermayer2004-12-09
| | | | Originally committed as revision 3744 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more flexible frame skip decissionMichael Niedermayer2004-12-08
| | | | Originally committed as revision 3743 to svn://svn.ffmpeg.org/ffmpeg/trunk
* frame skip supportMichael Niedermayer2004-12-08
| | | | Originally committed as revision 3742 to svn://svn.ffmpeg.org/ffmpeg/trunk
* suppress 100 pages of missing enum value in switch spamMichael Niedermayer2004-12-08
| | | | Originally committed as revision 3741 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 regression testMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3740 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv20 encodingMichael Niedermayer2004-12-07
| | | | Originally committed as revision 3739 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rm 2nd tryMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3738 to svn://svn.ffmpeg.org/ffmpeg/trunk
* seeking in rmMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3737 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rm encoding fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3736 to svn://svn.ffmpeg.org/ffmpeg/trunk
* try to recover from errors instead of failing fatalyMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3735 to svn://svn.ffmpeg.org/ffmpeg/trunk
* various demuxer fixesMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3734 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rv10 thread safety fix / rv10 ffplay fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3733 to svn://svn.ffmpeg.org/ffmpeg/trunk
* timestamp fixMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3732 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use pts based duration/bitrate guessing code for mpeg-tsMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing pipe seek bugMichael Niedermayer2004-12-06
| | | | Originally committed as revision 3730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* detect sse on athlon-xp patch by (matthieu castet <castet >.< matthieu >at< ↵Matthieu Castet2004-12-05
| | | | | | free >.< fr>) Originally committed as revision 3729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* next try at fixing rv20 decodingMichael Niedermayer2004-12-05
| | | | Originally committed as revision 3728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This patch takes into account that fifo_realloc may adjust fifo.wptrChriss2004-12-05
| | | | | | patch by ("Chris" chris at garveycocker dot com) Originally committed as revision 3727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fifo_realloc()Michael Niedermayer2004-12-01
| | | | Originally committed as revision 3726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* kill a annoying debug printfMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* raw rgb flip fixMichael Niedermayer2004-11-30
| | | | Originally committed as revision 3724 to svn://svn.ffmpeg.org/ffmpeg/trunk