summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Detect llvm-gcc and set appropriate flagsMåns Rullgård2010-09-02
| | | | 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-02
| | | | Originally committed as revision 25027 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Optimize/simplify ebml_read_num.Reimar Döffinger2010-09-02
| | | | Originally committed as revision 25026 to svn://svn.ffmpeg.org/ffmpeg/trunk
* fate: delete log files ahead of each runMåns Rullgård2010-09-02
| | | | Originally committed as revision 25025 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Cosmetics: Reindent after r25023.Carl Eugen Hoyos2010-09-02
| | | | 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-02
| | | | | | 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-01
| | | | | | 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-01
| | | | 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-01
| | | | 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-01
| | | | | | | | 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-01
| | | | | | | 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-01
| | | | 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-01
| | | | | | 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-01
| | | | 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-01
| | | | | | resolution is something else Originally committed as revision 25014 to svn://svn.ffmpeg.org/ffmpeg/trunk
* SHA fate testVitor Sessak2010-08-31
| | | | Originally committed as revision 25013 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Test decoding in fate-lavf-gifVitor Sessak2010-08-31
| | | | Originally committed as revision 25012 to svn://svn.ffmpeg.org/ffmpeg/trunk
* PNG image regression testingVitor Sessak2010-08-31
| | | | 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-31
| | | | Originally committed as revision 25010 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix vertical align.Ronald S. Bultje2010-08-31
| | | | Originally committed as revision 25009 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add RealVideo 3 FATE testVitor Sessak2010-08-31
| | | | Originally committed as revision 25008 to svn://svn.ffmpeg.org/ffmpeg/trunk
* 10l, add flags forgotten in last commitVitor Sessak2010-08-31
| | | | Originally committed as revision 25007 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add Apple MJPEG-B decoder FATE testVitor Sessak2010-08-31
| | | | Originally committed as revision 25006 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add FATE test for ScummVM DXA flavorVitor Sessak2010-08-31
| | | | Originally committed as revision 25005 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Solving memory leak and initialization problem with prev_pkt / pkt.Tobias Bindhammer2010-08-31
| | | | Originally committed as revision 25004 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Checking return values of av_malloc(z) and report an error in case.Tobias Bindhammer2010-08-31
| | | | Originally committed as revision 25003 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Remove an unused variable from adjust_frame_information().Alex Converse2010-08-31
| | | | Originally committed as revision 25002 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Don't set s->cur_channel before apply_window_and_mdct().Alex Converse2010-08-31
| | | | | | In general s->cur_channel should be phased out. Originally committed as revision 25001 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Write tag.elem_id early.Alex Converse2010-08-30
| | | | Originally committed as revision 25000 to svn://svn.ffmpeg.org/ffmpeg/trunk
* psymodel: Const correct FFPsyWindowInfo.Alex Converse2010-08-30
| | | | Originally committed as revision 24999 to svn://svn.ffmpeg.org/ffmpeg/trunk
* aacenc: Only apply M/S if common_window is set.Alex Converse2010-08-30
| | | | Originally committed as revision 24998 to svn://svn.ffmpeg.org/ffmpeg/trunk
* split raw.c into rawdec.c and rawenc.cAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24997 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move raw video demuxer to its own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24996 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pcm muxers to their own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24995 to svn://svn.ffmpeg.org/ffmpeg/trunk
* vorbisdec: Use int instead of uint16_fast_t for index variablesDavid Conrad2010-08-30
| | | | | | | uint16_fast_t is unsigned int (or long) on Linux, which when compared with int results in an unsigned compare. Originally committed as revision 24994 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move pcm demuxers to their own fileAurelien Jacobs2010-08-30
| | | | Originally committed as revision 24993 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix compilation failure if yasm is disabled (missing vp3 symbols).Ronald S. Bultje2010-08-30
| | | | Originally committed as revision 24992 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add WAWV fourcc, works on V-codecs/WAWV.aviBen Littler2010-08-30
| | | | Originally committed as revision 24991 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Split intra prediction initialization (i.e. assigning of function pointers)Ronald S. Bultje2010-08-30
| | | | | | | into its own file, it doesn't belong in h264dsp_mmx.c (much less so in dsputil_mmx.c). Originally committed as revision 24990 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move H264 chroma MC from inline asm to yasm. This fixes VP3/5/6 and VC-1Ronald S. Bultje2010-08-30
| | | | | | fate failures on Win64. Originally committed as revision 24989 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Move VP3 IDCT functions from inline ASM to YASM. This fixes part of the VP3/5/6Ronald S. Bultje2010-08-30
| | | | | | issues on Win64. Originally committed as revision 24988 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Put ff_ prefix on non-static {put_signed,put,add}_pixels_clamped_mmx()Ronald S. Bultje2010-08-30
| | | | | | functions. Originally committed as revision 24987 to svn://svn.ffmpeg.org/ffmpeg/trunk
* simplify code by using the AV_NE() macroAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24986 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move null muxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24985 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cleanup includes which are not used anymore in raw.cAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24984 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move ac3/eac3 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24983 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dnxhd demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24982 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move dirac demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24981 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h261 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24980 to svn://svn.ffmpeg.org/ffmpeg/trunk
* move h263 demuxer to its own fileAurelien Jacobs2010-08-29
| | | | Originally committed as revision 24979 to svn://svn.ffmpeg.org/ffmpeg/trunk