summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* fix ref comparison in B-frame deblocker ('unused' and 'unavailable' were ↵Loren Merritt2005-04-24
| | | | | | treated as different) Originally committed as revision 4154 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ministry of English Composition, reporting for duty (and the word is ↵Mike Melanson2005-04-24
| | | | | | "skipped", not "skiped"; "skiped" would rhyme with "hyped") Originally committed as revision 4153 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put correct fourcc in tag field for amr_nb (samr) and amr_wb (sawb)Roberto Togni2005-04-24
| | | | Originally committed as revision 4152 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Spelling errors patch by (Kevin Baragona | kevinmb500 gawab com)Kevin Baragona2005-04-24
| | | | Originally committed as revision 4151 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fix by ("Todd.Kirby" doubleshot pacbell net)Michael Niedermayer2005-04-24
| | | | Originally committed as revision 4150 to svn://svn.ffmpeg.org/ffmpeg/trunk
* check for negative strides before memcpyJindřich Makovička2005-04-24
| | | | Originally committed as revision 15250 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* support for both orderings of the slices (top->down / bottom->up)Jindřich Makovička2005-04-24
| | | | Originally committed as revision 15249 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* Video-Galileo_small.rm fix by (matthieu castet # castet.matthieu free fr)Michael Niedermayer2005-04-21
| | | | Originally committed as revision 4149 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid clearing block[] if its not used at allMichael Niedermayer2005-04-21
| | | | Originally committed as revision 4148 to svn://svn.ffmpeg.org/ffmpeg/trunk
* deblocking filter doesn't need to call fill_caches again. 1.4% faster decoding.Loren Merritt2005-04-21
| | | | Originally committed as revision 4147 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mpeg2_fast_decode_block_intra()Michael Niedermayer2005-04-20
| | | | Originally committed as revision 4146 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 2Diego Biurrun2005-04-20
| | | | Originally committed as revision 4145 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplifyMichael Niedermayer2005-04-20
| | | | Originally committed as revision 4144 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove duplicate clip to 8bit functionMichael Niedermayer2005-04-20
| | | | Originally committed as revision 4143 to svn://svn.ffmpeg.org/ffmpeg/trunk
* buffer overflowsMichael Niedermayer2005-04-20
| | | | Originally committed as revision 4142 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Indeo 2 decoder by (Kostya <> kostya.shishkov gmail com)Michael Niedermayer2005-04-20
| | | | Originally committed as revision 4141 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizing non_intra ac coeff decodeMichael Niedermayer2005-04-19
| | | | Originally committed as revision 4140 to svn://svn.ffmpeg.org/ffmpeg/trunk