summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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
* update current_sample number for non split modeMichael Niedermayer2005-05-21
| | | | | | fix chunk split decission Originally committed as revision 4296 to svn://svn.ffmpeg.org/ffmpeg/trunk
* segfault fixMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4295 to svn://svn.ffmpeg.org/ffmpeg/trunk
* support non interleaved mov filesMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4294 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove unused vp3 related function pointersMichael Niedermayer2005-05-21
| | | | Originally committed as revision 4293 to svn://svn.ffmpeg.org/ffmpeg/trunk
* disable broken loop filter optimizationMichael Niedermayer2005-05-21
| | | | | | melanson please test your optimizations before commiting! Originally committed as revision 4292 to svn://svn.ffmpeg.org/ffmpeg/trunk
* apply the loop filter to fragments as they are rendered into the finalMike Melanson2005-05-21
| | | | | | output Originally committed as revision 4291 to svn://svn.ffmpeg.org/ffmpeg/trunk
* render by the slice rather than the planeMike Melanson2005-05-21
| | | | Originally committed as revision 4290 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l (overwriting w/h with 0)Michael Niedermayer2005-05-21
| | | | Originally committed as revision 4289 to svn://svn.ffmpeg.org/ffmpeg/trunk
* clean up some warnings and dead codeMike Melanson2005-05-21
| | | | Originally committed as revision 4288 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 1.) LGPL license mentionedDenes Balatoni2005-05-21
| | | | | | | | 2.) Stack useage decreased by 64kb 3.) One more bug fixed patch by (Balatoni Denes <dbalatoni.programozo@hu>) Originally committed as revision 4287 to svn://svn.ffmpeg.org/ffmpeg/trunk
* another bitstream extraction to optimize: fixed-length motion vectorsMike Melanson2005-05-21
| | | | Originally committed as revision 4286 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix ac3 and dts detection (patch by Joakim Plate <joakim.plate at ecce.se>)Joakim Plate2005-05-20
| | | | Originally committed as revision 4285 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Should fix altivec detection for g3 system.Nicolas Plourde2005-05-20
| | | | Originally committed as revision 15524 to svn://svn.mplayerhq.hu/mplayer/trunk/postproc
* read Huffman tables from Theora header (patch courtesy ofMike Melanson2005-05-19
| | | | | | Matthieu Castet <castet.matthieu at free.fr>) Originally committed as revision 4284 to svn://svn.ffmpeg.org/ffmpeg/trunk
* don't try to find file length if streamingMåns Rullgård2005-05-19
| | | | Originally committed as revision 4283 to svn://svn.ffmpeg.org/ffmpeg/trunk