summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Fix slice height for y position calculation for vp3_draw_horiz_bandReimar Döffinger2010-09-061-1/+1
| | | | | | when the video uses 4:2:2 instead of 4:2:0 coding. Originally committed as revision 25052 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vp3_draw_horiz_band to not produce completely chaotical valuesReimar Döffinger2010-09-061-1/+1
| | | | | | | that result in overdrawing areas again and again if s->flipped_image is false. Originally committed as revision 25051 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VP3/Theora: validate aspect and reduce it before exporting itReimar Döffinger2010-09-061-3/+8
| | | | | | via the context. Originally committed as revision 25050 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add a special function to mkv demxuer to parse length values that includesReimar Döffinger2010-09-061-1/+15
| | | | | | special-case code to handle all possible encodings of "unknown length". Originally committed as revision 25049 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my GPG fingerprint.Justin Ruggles2010-09-061-0/+1
| | | | Originally committed as revision 25048 to svn://svn.ffmpeg.org/ffmpeg/trunk
* swscale: also update flags on sws_getCachedContext()Ramiro Polla2010-09-061-4/+12
| | | | Originally committed as revision 32052 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* swscale: fix internal rgb->yv12 chroma conversion used by the main scaler pathRamiro Polla2010-09-061-3/+3
| | | | | | The shift must be applied before the masking. Originally committed as revision 32051 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Sort AV_CPU_FLAG* by value.Stefano Sabatini2010-09-061-1/+1
| | | | Originally committed as revision 25047 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo.Stefano Sabatini2010-09-061-1/+1
| | | | Originally committed as revision 25046 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move stream info arrays into a struct to ease future dynamic allocationAurelien Jacobs2010-09-051-32/+28
| | | | Originally committed as revision 25045 to svn://svn.ffmpeg.org/ffmpeg/trunk
* matroskadec: allow uint and float elements with length = 0Aurelien Jacobs2010-09-051-2/+4
| | | | Originally committed as revision 25044 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add #ifndef around FF_API_MM_FLAGS.Stefano Sabatini2010-09-051-0/+2
| | | | | | | The #ifndef is required to allow for example some automated regression tests by simply configuring with: --extra-cflags="-DFF_API_FOO=0". Originally committed as revision 25043 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use "d" suffix for general-purpose registers used with movd.Reimar Döffinger2010-09-054-30/+30
| | | | | | | | This increases compatibilty with nasm and is also more consistent, e.g. with h264_intrapred.asm and h264_chromamc.asm that already do it that way. Originally committed as revision 25042 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix mlib compilation: add mising include for SwsContext.vle2010-09-051-0/+1
| | | | | | Patch by [vle gmx net]. Originally committed as revision 32050 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Add APIchanges entry corresponding to the libavutil/cpu.h addition ofStefano Sabatini2010-09-041-0/+4
| | | | | | r25040. Originally committed as revision 25041 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_Stefano Sabatini2010-09-0427-150/+200
| | | | | | symbols, and move them from libavcodec/avcodec.h to libavutil/cpu.h. Originally committed as revision 25040 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Create config.asm for use with yasmMåns Rullgård2010-09-032-1/+14
| | | | Originally committed as revision 25039 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: whitespaceMåns Rullgård2010-09-031-12/+12
| | | | Originally committed as revision 25038 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: make print_config() more flexibleMåns Rullgård2010-09-031-14/+21
| | | | Originally committed as revision 25037 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the dependencies of the RTP muxerMartin Storsjö2010-09-031-1/+1
| | | | | | | This fixes building with --disable-everything --enable-muxer=rtp, closing issue 2159. Originally committed as revision 25036 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixupsRonald S. Bultje2010-09-032-4/+4
| | | | | | | for broken OSes. This is included in rtsp.h, as opposed to os_support.h. Should fix OS/2 broken build on fate. Originally committed as revision 25035 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>.James Darnley2010-09-031-4/+22
| | | | | | Fixes issue 555. Originally committed as revision 25034 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reindent after r25032.Ronald S. Bultje2010-09-031-2/+2
| | | | Originally committed as revision 25033 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Send NAT punching messages to the address specified in the Transport:John Wimer2010-09-033-1/+19
| | | | | | | | message, if available (RFC 2326, section 12.39), fixes issue 2212. Patch by John Wimer <john at god vtic net>. Originally committed as revision 25032 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Port latest x264 deblock asm (before they moved to using NV12 as internalRonald S. Bultje2010-09-035-325/+230
| | | | | | | format), LGPL'ed with permission from Jason and Loren. This includes mmx2 code, so remove inline asm from h264dsp_mmx.c accordingly. Originally committed as revision 25031 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Set frame_size in the amr demuxerMartin Storsjö2010-09-031-0/+2
| | | | Originally committed as revision 25030 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtsp: 10l, try to update the correct rtp streamMartin Storsjö2010-09-031-1/+1
| | | | | | | This fixes a bug from rev 22917. Now RTSP streams where the individual RTCP sender reports aren't sent at the same time actually are synced properly. Originally committed as revision 25029 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Detect llvm-gcc and set appropriate flagsMåns Rullgård2010-09-021-3/+14
| | | | Originally committed as revision 25028 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add -mllvm -stack-alignment=16 to CFLAGS when using clangMåns Rullgård2010-09-021-0/+1
| | | | Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize/simplify ebml_read_num.Reimar Döffinger2010-09-021-7/+4
| | | | Originally committed as revision 25026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete log files ahead of each runMåns Rullgård2010-09-021-1/+1
| | | | Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Reindent after r25023.Carl Eugen Hoyos2010-09-021-6/+6
| | | | Originally committed as revision 25024 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).Andrew Wason2010-09-021-1/+3
| | | | | | Patch by Andrew Wason, rectalogic rectalogic com Originally committed as revision 25023 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix typo in r25019.Eli Friedman2010-09-011-1/+1
| | | | | | Patch by Eli Friedman <eli.friedman at gmail dot com>. Originally committed as revision 25022 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: spaces between and after parenthesesBaptiste Coudurier2010-09-011-2/+2
| | | | Originally committed as revision 25021 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Unscrew breakage after my last commit because of symbol prefixes.Ronald S. Bultje2010-09-011-8/+8
| | | | Originally committed as revision 25020 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 non-squareRonald S. Bultje2010-09-014-291/+427
| | | | | | | | biweight code to sse2/ssse3; add sse2 weight code; and use that same code to create mmx2 functions also, so that the inline asm in h264dsp_mmx.c can be removed. OK'ed by Jason on IRC. Originally committed as revision 25019 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in h264_qpel_mmx.c,Ronald S. Bultje2010-09-015-1319/+1343
| | | | | | | still #included in dsputil_mmx.c and is part of DSPContext, and h264dsp_mmx.c, which represents H264DSPContext and is now compiled on its own. Originally committed as revision 25018 to svn://svn.ffmpeg.org/ffmpeg/trunk
* QTRLE regtestVitor Sessak2010-09-013-0/+13
| | | | Originally committed as revision 25017 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControlAurelien Jacobs2010-09-011-1/+11
| | | | | | and delay this transition to v54 as it is currently not functional Originally committed as revision 25016 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Use quotes instead of angle brackets for local #includes.Diego Biurrun2010-09-013-3/+3
| | | | Originally committed as revision 25015 to svn://svn.ffmpeg.org/ffmpeg/trunk
* gxf muxer only accepts pal or ntsc resolutions currently, so fail if ↵Baptiste Coudurier2010-09-011-1/+5
| | | | | | resolution is something else Originally committed as revision 25014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SHA fate testVitor Sessak2010-08-312-0/+25
| | | | Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test decoding in fate-lavf-gifVitor Sessak2010-08-312-1/+2
| | | | Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PNG image regression testingVitor Sessak2010-08-312-0/+7
| | | | Originally committed as revision 25011 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mention that library micro version should be reset if minor version is bumped.Diego Biurrun2010-08-311-2/+2
| | | | Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vertical align.Ronald S. Bultje2010-08-311-1/+1
| | | | Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RealVideo 3 FATE testVitor Sessak2010-08-312-0/+49
| | | | Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add flags forgotten in last commitVitor Sessak2010-08-311-1/+1
| | | | Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple MJPEG-B decoder FATE testVitor Sessak2010-08-312-0/+13
| | | | Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
OpenPOWER on IntegriCloud