summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* fix block corruption caused by clear_blocks() optimizationMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4202 to svn://svn.ffmpeg.org/ffmpeg/trunk
* overflow fixMichael Niedermayer2005-05-08
| | | | Originally committed as revision 4201 to svn://svn.ffmpeg.org/ffmpeg/trunk
* complain about mpeg4 limits only if codec_id == MPEG4Michael Niedermayer2005-05-08
| | | | Originally committed as revision 4200 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ff_reverse to utils.c patch by (Roine Gustafsson )roine users.sourceforge net)Roine Gustafsson2005-05-07
| | | | Originally committed as revision 4199 to svn://svn.ffmpeg.org/ffmpeg/trunk
* minor optimization of the h264 loop filterMichael Niedermayer2005-05-07
| | | | Originally committed as revision 4198 to svn://svn.ffmpeg.org/ffmpeg/trunk
* reverse 1 hunk from 1.96->1.97, fixes decoding of (MR1_BT_A.h264 and ↵Michael Niedermayer2005-05-07
| | | | | | MR1_MW_A.264) Originally committed as revision 4197 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix codec list when running configure outside the source directory.Måns Rullgård2005-05-07
| | | | Originally committed as revision 4196 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Flush the ffm packet to the wire (or file) whenever we flush the ffm packet.Philip Gladstone2005-05-07
| | | | | | This helps streaming no end. Originally committed as revision 4195 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Turn on the seeking support for ffm streams. Now means that streams arePhilip Gladstone2005-05-07
| | | | | | played from the current time rahter than from the beginning Originally committed as revision 4194 to svn://svn.ffmpeg.org/ffmpeg/trunk
* better r_frame_rate guessing codeMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4193 to svn://svn.ffmpeg.org/ffmpeg/trunk
* default to YUV420P if none specified for rawvideo inputMichael Niedermayer2005-05-06
| | | | | | a few more common extensions for rawvideo detection Originally committed as revision 4192 to svn://svn.ffmpeg.org/ffmpeg/trunk
* division by zero fixMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4191 to svn://svn.ffmpeg.org/ffmpeg/trunk
* prefer container time_base for frame duration guessMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4190 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix decoding of conformace streams AUD_MW_E.264 and BA1_FT_C.264 again ↵Michael Niedermayer2005-05-06
| | | | | | (there where last correctly decoded with h264.c rev 1.96) Originally committed as revision 4189 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Correct number of bits for PTS.Wolfram Gloger2005-05-06
| | | | | | Patch by Wolfram Gloger <wmglo at dent dot med dot uni-muenchen dot de> Originally committed as revision 4188 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set time_base for variable fps tooMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4187 to svn://svn.ffmpeg.org/ffmpeg/trunk
* always honor the user specified frame rate if setMichael Niedermayer2005-05-06
| | | | Originally committed as revision 4186 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fill out some mandatory fields in the Codec structure. Also add fields inPhilip Gladstone2005-05-06
| | | | | | the configuration to allow you to set Debug and Strict values. Originally committed as revision 4185 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add in many fields that have been added to the Codec structure. This meansPhilip Gladstone2005-05-06
| | | | | | | that ffm will now carry most of the important fields over between ffserver and ffmpeg Originally committed as revision 4184 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for errorMichael Niedermayer2005-05-05
| | | | Originally committed as revision 4183 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC 4.0 on Mac OS X 10.4 patch by (Bill May <wmay cisco com )Bill May2005-05-05
| | | | Originally committed as revision 4182 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Even More spelling errors. patch by (Kevin Baragona <kevinmb500 gawab com)Kevin Baragona2005-05-05
| | | | Originally committed as revision 4181 to svn://svn.ffmpeg.org/ffmpeg/trunk
* More spelling errors patch by (Kevin Baragona (kevinmb500 gawab com>)Kevin Baragona2005-05-05
| | | | Originally committed as revision 4180 to svn://svn.ffmpeg.org/ffmpeg/trunk
* While adding stereo rematrixing, I came across something that needs toJustin Ruggles2005-05-05
| | | | | | | | | | | | | | be fixed even without adding the feature. The output correctly uses 4 dummy values for the rematrixing flags in block-0, but the bit allocation routine does not take these bits into account. From what I can tell, there was a patch in 2003 that corrected the output to make it DVD and spec compatible, but it didn't correct the bit allocation. It's only 4 bits over the entire 6 blocks, so overflow errors would happen rarely or never, but it's still worth fixing. So here is a fix. patch by (Justin Ruggles {jruggle earthlink net) Originally committed as revision 4179 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault with 'ffmpeg -i 1.avi -cmp 257 -4mv 2.avi'Michael Niedermayer2005-05-05
| | | | Originally committed as revision 4178 to svn://svn.ffmpeg.org/ffmpeg/trunk
* GCC4 fix by (Keenan Pepper (keenanpepper gmail com)Michael Niedermayer2005-05-05
| | | | Originally committed as revision 4177 to svn://svn.ffmpeg.org/ffmpeg/trunk
* replace local sensitive awk uppercaser with trMichael Niedermayer2005-05-04
| | | | Originally committed as revision 4176 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix storage of motion vectors for frames with more than 4096 macroblocks.Loren Merritt2005-05-03
| | | | Originally committed as revision 4175 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clear the DPB after seeking.Loren Merritt2005-05-03
| | | | Originally committed as revision 4174 to svn://svn.ffmpeg.org/ffmpeg/trunk
* put most codecs under ifdefsMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4173 to svn://svn.ffmpeg.org/ffmpeg/trunk
* also put the CONFIG_FOOBAR_EN/DECODER stuff in config.makMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4172 to svn://svn.ffmpeg.org/ffmpeg/trunk
* #ifdefs around most register_avcodecMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4171 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typoMichael Niedermayer2005-05-02
| | | | Originally committed as revision 4170 to svn://svn.ffmpeg.org/ffmpeg/trunk
* --enable/disable-codec / --disable-encoders (configure part only, no actual ↵Michael Niedermayer2005-05-02
| | | | | | #ifdefs) Originally committed as revision 4169 to svn://svn.ffmpeg.org/ffmpeg/trunk
* switch to native time basesMichael Niedermayer2005-04-30
| | | | Originally committed as revision 4168 to svn://svn.ffmpeg.org/ffmpeg/trunk
* unused defineAlex Beregszaszi2005-04-29
| | | | Originally committed as revision 15296 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix palette8tobgr32/palette8torgb32 on big endianNicolas Plourde2005-04-27
| | | | Originally committed as revision 15278 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* fix useless framerate messupMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4167 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix nonsense timestamp messMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4166 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix nonsens timestamp calculationMichael Niedermayer2005-04-26
| | | | Originally committed as revision 4165 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adds read probe to y4m, and changes the extension to .y4m patch by (Roine ↵Roine Gustafsson2005-04-26
| | | | | | Gustafsson <roine users sourceforge net) Originally committed as revision 4164 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Update yuv4mpeg to use PIX_FMT_NONE patch by (Roine Gustafsson <roine users ↵Roine Gustafsson2005-04-26
| | | | | | sourceforge net) Originally committed as revision 4163 to svn://svn.ffmpeg.org/ffmpeg/trunk
* print pix_fmt if its known instead of if the raw codec is usedMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4162 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PIX_FMT_NONE and related fixesMichael Niedermayer2005-04-25
| | | | Originally committed as revision 4161 to svn://svn.ffmpeg.org/ffmpeg/trunk
* os2.diff by (Paul Smedley // paul smedley info)Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4160 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tighter snow slicing patch by (Yartrebo || yartrebo earthlink net)Yartrebo2005-04-25
| | | | Originally committed as revision 4159 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX for H.264 deblocking filterLoren Merritt2005-04-25
| | | | Originally committed as revision 4158 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid unneeded clear_blocks()Michael Niedermayer2005-04-25
| | | | Originally committed as revision 4157 to svn://svn.ffmpeg.org/ffmpeg/trunk
* extract from the subid the optionsMatthieu Castet2005-04-25
| | | | | | | instead of doing a case where we should add lot's of versions. patch by (matthieu castet {castet.matthieu free fr) Originally committed as revision 4156 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixing broken_rv20_1mb_.rmMichael Niedermayer2005-04-24
| | | | Originally committed as revision 4155 to svn://svn.ffmpeg.org/ffmpeg/trunk