aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix emulated inet_aton so that it fails for invalid addressesJoakim Plate2007-07-181-4/+5
| | | | | | | | | patch by elupus: \elupus ecce se/ original thread: [FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses date: 07/15/2007 12:40 AM Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test for supported number of channelsVitor Sessak2007-07-181-0/+5
| | | | Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: indentationVitor Sessak2007-07-181-68/+67
| | | | Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: alignmentVitor Sessak2007-07-181-6/+7
| | | | Originally committed as revision 9728 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove more code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-181-120/+18
| | | | Originally committed as revision 9727 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move var. declaration to allow further clean upVitor Sessak2007-07-171-2/+2
| | | | Originally committed as revision 9726 to svn://svn.ffmpeg.org/ffmpeg/trunk
* lcl.c doesnt exist anymoreMichael Niedermayer2007-07-171-1/+1
| | | | Originally committed as revision 9725 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove code duplication. Based on a patch by Matthieu Castet.Vitor Sessak2007-07-171-88/+41
| | | | Originally committed as revision 9724 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Editorial cleanup, thanks Diego =)Luca Barbato2007-07-171-3/+3
| | | | Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk
* RTP clarificationsLuca Barbato2007-07-171-10/+6
| | | | Originally committed as revision 9722 to svn://svn.ffmpeg.org/ffmpeg/trunk
* set codec_type on initAlex Beregszaszi2007-07-171-0/+1
| | | | Originally committed as revision 9721 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use av_q2d as in the rest of the fileAlex Beregszaszi2007-07-171-1/+1
| | | | Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
* typo fixesDiego Biurrun2007-07-175-8/+8
| | | | Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
* create colorspace.h and use it where appropriateIan Caulfield2007-07-174-121/+110
| | | | | | patch by Ian Caulfield: /ian caulfield gmail com/ Originally committed as revision 9716 to svn://svn.ffmpeg.org/ffmpeg/trunk
* mention rfc 4629 for rtp-h263(+)Michael Niedermayer2007-07-171-1/+1
| | | | Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: renaming all lowlevel arithmetic routines to xxx_floatMarc Hoffman2007-07-171-4/+4
| | | | Originally committed as revision 9714 to svn://svn.ffmpeg.org/ffmpeg/trunk
* This was rewritten by Michael, switch copyrights to him and license to LGPL.Diego Biurrun2007-07-171-15/+13
| | | | Originally committed as revision 23796 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* revert my accidental previous commitBenoit Fouet2007-07-171-5/+5
| | | | Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix tools compilationBenoit Fouet2007-07-172-7/+7
| | | | Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Don't segfault if an empty codebook gets used.Denes Balatoni2007-07-171-2/+2
| | | | | | | | Patch by Denes Balatoni: [ dbalatoni interware hu ] Original thread: [Ffmpeg-devel] [PATCH/BUGREPORT] crash in vorbis decoder date: 02/04/2007 11:08 PM Originally committed as revision 9711 to svn://svn.ffmpeg.org/ffmpeg/trunk
* * making profile selection a bit more tolerant to the badly broken streamsRoman Shaposhnik2007-07-171-2/+2
| | | | Originally committed as revision 9710 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: adding some white space to align the arguments of a couple of ↵Marc Hoffman2007-07-171-3/+3
| | | | | | functions Originally committed as revision 9709 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove useless #ifdef CONFIG_ZLIB from zmbv decoderMåns Rullgård2007-07-161-25/+3
| | | | Originally committed as revision 9708 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has those include files.Ramiro Polla2007-07-161-2/+0
| | | | Originally committed as revision 9707 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move av_gettime() back to lavf/utils.cRamiro Polla2007-07-162-12/+12
| | | | Originally committed as revision 9706 to svn://svn.ffmpeg.org/ffmpeg/trunk
* MinGW has gettimeofday() since mingw-runtime-3.10Ramiro Polla2007-07-161-11/+2
| | | | Originally committed as revision 9705 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove redundant "all rights reserved" statement, OKed by Walken.Diego Biurrun2007-07-162-2/+0
| | | | Originally committed as revision 23791 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* add support for S_ASS and S_SSA codec stringAurelien Jacobs2007-07-162-1/+5
| | | | Originally committed as revision 9704 to svn://svn.ffmpeg.org/ffmpeg/trunk
* float_t was a typo that compiled on macosxMarc Hoffman2007-07-161-1/+1
| | | | Originally committed as revision 9703 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: move cplscales to context structure and provide hook for data ↵Marc Hoffman2007-07-161-1/+16
| | | | | | format conversion Originally committed as revision 9702 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: lowlevel functional abstraction for all buffer arithmeticsMarc Hoffman2007-07-161-6/+37
| | | | Originally committed as revision 9701 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fixpoint: separate windowing arithmetic imlt_window_floatMarc Hoffman2007-07-161-12/+27
| | | | Originally committed as revision 9700 to svn://svn.ffmpeg.org/ffmpeg/trunk
* order is name surnameBenoit Fouet2007-07-161-1/+1
| | | | Originally committed as revision 9699 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separate the actual math for recovering stereo from a signal channel, this ↵Marc Hoffman2007-07-161-5/+25
| | | | | | is to allow fixpoint implementation Originally committed as revision 9698 to svn://svn.ffmpeg.org/ffmpeg/trunk
* .memleak fix by Ronald Bultje. OK'd by Luca.Alex Beregszaszi2007-07-161-0/+2
| | | | Originally committed as revision 9697 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Balatoni Denes as vorbis dec maintainerBenoit Fouet2007-07-161-0/+1
| | | | Originally committed as revision 9696 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add note about vertical alignment to patch guidelines.Diego Biurrun2007-07-161-0/+3
| | | | Originally committed as revision 9695 to svn://svn.ffmpeg.org/ffmpeg/trunk
* spelling/grammar/wordingDiego Biurrun2007-07-162-7/+7
| | | | Originally committed as revision 9694 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separating saturation codes so that we can support other data formatsMarc Hoffman2007-07-161-10/+21
| | | | Originally committed as revision 9693 to svn://svn.ffmpeg.org/ffmpeg/trunk
* moving automatic allocation of joint_decode/decode_bufferMarc Hoffman2007-07-151-1/+2
| | | | | | to a statically allocated buffer decode_buffer_0 in cook instance. Originally committed as revision 9692 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetic changing hardwired 20 to SUBBAND_SIZEMarc Hoffman2007-07-151-1/+1
| | | | Originally committed as revision 9691 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove superfluous #includeMåns Rullgård2007-07-151-1/+0
| | | | Originally committed as revision 9690 to svn://svn.ffmpeg.org/ffmpeg/trunk
* hardly anything in PNGContext is shared; split itMåns Rullgård2007-07-154-56/+71
| | | | Originally committed as revision 9689 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix visual painting of MVs from h264: they are painted twice too longAndreas Öman2007-07-151-0/+1
| | | | | | | | | since the MVs are in qpel res. Patch by Andreas Öman % andreas A olebyn P nu % Date: Jul 14, 2007 12:40 PM Subject: [FFmpeg-devel] [PATCH] h264 mv visualization Originally committed as revision 9688 to svn://svn.ffmpeg.org/ffmpeg/trunk
* remove likely wrong reseting of align_iframeMichael Niedermayer2007-07-151-2/+0
| | | | | | | same md5 with a short -t dvd encoding fixes streamcopy of dvd Originally committed as revision 9687 to svn://svn.ffmpeg.org/ffmpeg/trunk
* separate en/decoder specific parts from png.cMåns Rullgård2007-07-155-861/+947
| | | | Originally committed as revision 9686 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fix the 256-point MDCTJustin Ruggles2007-07-151-50/+45
| | | | Originally committed as revision 9685 to svn://svn.ffmpeg.org/ffmpeg/trunk
* use shared ac3 bit allocation functionJustin Ruggles2007-07-151-187/+27
| | | | Originally committed as revision 9684 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtp-h263 FAQMichael Niedermayer2007-07-151-0/+8
| | | | Originally committed as revision 9683 to svn://svn.ffmpeg.org/ffmpeg/trunk
* no need for the decoder to have the license as a prefixJustin Ruggles2007-07-151-1/+1
| | | | Originally committed as revision 9682 to svn://svn.ffmpeg.org/ffmpeg/trunk