summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* remove some purely cosmetical hunksMichael Niedermayer2005-06-03
| | | | Originally committed as revision 4345 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-03
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4344 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix stream classMichael Niedermayer2005-06-03
| | | | | | fix a infinite loop on corrupted streams Originally committed as revision 4343 to svn://svn.ffmpeg.org/ffmpeg/trunk
* a step toward CODEC_TYPE_DATA supportMichael Niedermayer2005-06-03
| | | | | | remove a little duplicated code Originally committed as revision 4342 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (segfault fix)Michael Niedermayer2005-06-03
| | | | Originally committed as revision 4341 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Ignore .pc files.Diego Biurrun2005-06-02
| | | | Originally committed as revision 4340 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode H.264 with 8x8 transform.Loren Merritt2005-06-02
| | | | | | deblocking is still incorrect with 8x8+cavlc Originally committed as revision 4339 to svn://svn.ffmpeg.org/ffmpeg/trunk
* one bugfix and a few gcc4 bug workaorunds by (Gianluigi Tiesi: mplayer, ↵Michael Niedermayer2005-06-02
| | | | | | netfarm it) Originally committed as revision 15618 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* sort H.264 mmx dsp functions into their own fileLoren Merritt2005-06-02
| | | | Originally committed as revision 4338 to svn://svn.ffmpeg.org/ffmpeg/trunk
* adding a few constMichael Niedermayer2005-06-01
| | | | Originally committed as revision 4337 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 100l for myself (breaking amd64)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4336 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix segfault if flush is called before the first frameMåns Rullgård2005-06-01
| | | | | | (I think that's it, and this fixes it) Originally committed as revision 4335 to svn://svn.ffmpeg.org/ffmpeg/trunk
* merge a few asm blocks so gcc cant unoptimize it (658->631 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4334 to svn://svn.ffmpeg.org/ffmpeg/trunk
* get rid of 2 movq (680 -> 658 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4333 to svn://svn.ffmpeg.org/ffmpeg/trunk
* avoid one transpose (730->680 dezicycles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4332 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (symbol mangling)Loren Merritt2005-06-01
| | | | Originally committed as revision 4331 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add rounding bias before the horizontal idct (765->730 dezicyles on duron)Michael Niedermayer2005-06-01
| | | | Originally committed as revision 4330 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX for H.264 iDCT (adapted from x264)Loren Merritt2005-05-31
| | | | Originally committed as revision 4329 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add -gray command line flagMåns Rullgård2005-05-31
| | | | Originally committed as revision 4328 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decrease V_NB_BITS if possibleMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4327 to svn://svn.ffmpeg.org/ffmpeg/trunk
* more trivial optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4326 to svn://svn.ffmpeg.org/ffmpeg/trunk
* enable x264 multi-threadingMåns Rullgård2005-05-30
| | | | Originally committed as revision 4325 to svn://svn.ffmpeg.org/ffmpeg/trunk
* maxdepth is supposed to be a constant, its faster if its too large then if ↵Michael Niedermayer2005-05-30
| | | | | | its non constant Originally committed as revision 4324 to svn://svn.ffmpeg.org/ffmpeg/trunk
* according to the standard the object_type for H264 is 33, not 241Nico Sabbi2005-05-30
| | | | Originally committed as revision 4323 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix url_fsize for large files patch by (Wolfram Gloger: wmglo, dent med ↵Wolfram Gloger2005-05-30
| | | | | | uni-muenchen de) Originally committed as revision 4322 to svn://svn.ffmpeg.org/ffmpeg/trunk
* trivial pre-C99 fix for rtp.c by (Wolfram Gloger: wmglo, dent med ↵Michael Niedermayer2005-05-30
| | | | | | uni-muenchen de) Originally committed as revision 4321 to svn://svn.ffmpeg.org/ffmpeg/trunk
* optimizationsMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4320 to svn://svn.ffmpeg.org/ffmpeg/trunk
* faster float->short conversationMichael Niedermayer2005-05-30
| | | | Originally committed as revision 4319 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ilog() -> av_log2()Michael Niedermayer2005-05-29
| | | | Originally committed as revision 4318 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis sse fix by (Balatoni Denes: dbalatoni, programozo hu)Michael Niedermayer2005-05-29
| | | | Originally committed as revision 4317 to svn://svn.ffmpeg.org/ffmpeg/trunk
* decode h264 end-of-slice flagLoren Merritt2005-05-29
| | | | Originally committed as revision 4316 to svn://svn.ffmpeg.org/ffmpeg/trunk
* changing a few AV_LOG_DEBUG to AV_LOG_INFOMichael Niedermayer2005-05-29
| | | | Originally committed as revision 4315 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AVPacket.posMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4314 to svn://svn.ffmpeg.org/ffmpeg/trunk
* tr -d '\015'Michael Niedermayer2005-05-26
| | | | Originally committed as revision 4313 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanupMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4312 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better ARM support for mplayer/ffmpeg, ported from atty forkBernhard Rosenkränzer2005-05-26
| | | | | | | | | | | | | | | | | | | | | | while playing with some new hardware, I found it's running a forked mplayer -- and it looks like they're following the GPL. The maintainer's page is here: http://atty.jp/?Zaurus/mplayer Unfortunately it's mostly in Japanese, so it's hard to figure out any details. Their code looks quite interesting (at least to those of us w/ ARM CPUs). The patches I've attached are the patches from atty.jp with a couple of modifications by myself: - ported to current CVS - reverted their change of removing SNOW support from ffmpeg - cleaned up their bswap mess - removed DOS-style linebreaks from various files patch by (Bernhard Rosenkraenzer: bero, arklinux org) Originally committed as revision 4311 to svn://svn.ffmpeg.org/ffmpeg/trunk
* very tiny script to remove tabs and trailing whitespace from patchesMichael Niedermayer2005-05-26
| | | | Originally committed as revision 4310 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vhook watermark patch by (Marcus Engene: ffmpeg, engene se)Marcus Engene2005-05-26
| | | | Originally committed as revision 4309 to svn://svn.ffmpeg.org/ffmpeg/trunk
* sync output stream against any input stream (extension of map) patch by ↵Wolfram Gloger2005-05-26
| | | | | | (Wolfram Gloger: wmglo, dent med uni-muenchen de) Originally committed as revision 4308 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AV_LOG_DEBUG is not a good default ...Michael Niedermayer2005-05-26
| | | | Originally committed as revision 4307 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP/RTSP and MPEG4-AAC audioRomain Degez2005-05-26
| | | | | | | | | | - preliminary support for mpeg4-aac rtp payload (no interleaving support) - use udp transport as default (makes more sense with rtp, doesn't it ?) - some code factorization, so adding support for new rtp payload will be easier (I hope ;-) patch by (Romain DEGEZ: romain degez, smartjog com) Originally committed as revision 4306 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MMX code for (put|avg)_h264_chroma_mc8Zoltán Hidvégi2005-05-25
| | | | Originally committed as revision 4305 to svn://svn.ffmpeg.org/ffmpeg/trunk
* read loop filter limit values from Theora header, courtesy of MatthieuMike Melanson2005-05-24
| | | | | | Castet (castet.matthieu -at- free.fr) Originally committed as revision 4304 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ldconfig as config.mak variable patch by (Jacob Meuser: jakemsr, jakemsr com)Jacob Meuser2005-05-22
| | | | Originally committed as revision 4303 to svn://svn.ffmpeg.org/ffmpeg/trunk
* libgsm warper by (Alban Bedel: albeu, free fr)Michael Niedermayer2005-05-22
| | | | Originally committed as revision 4302 to svn://svn.ffmpeg.org/ffmpeg/trunk
* av_find_stream_info() end check fixesMichael Niedermayer2005-05-22
| | | | | | | 10l (wrong time base) use timestamps if duration isnt available Originally committed as revision 4301 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix max b frames with b frame strategy 1Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4300 to svn://svn.ffmpeg.org/ffmpeg/trunk
* b frame strategyMichael Niedermayer2005-05-21
| | | | | | set emu edge if lowres Originally committed as revision 4299 to svn://svn.ffmpeg.org/ffmpeg/trunk
* START/STOP_TIMER for ppc32 by (Luca Barbato: lu_zero, gentoo org)Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4298 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix bugs in new loop filter code; also, refrain from filtering againstMike Melanson2005-05-21
| | | | | | | data that has yet to be rendered; still #if'd out, will revisit when proper algorithm can be validated Originally committed as revision 4297 to svn://svn.ffmpeg.org/ffmpeg/trunk