Ivo van Poorten
0c4c70e5ef
test widths all down to one. this tests whether the scalers correctly switch
...
to plain C when width < unit size of assembly code.
Originally committed as revision 23018 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
9a79101f1e
Remove the build instructions from the doxygen comments, they are duplicated
...
from the user level documentation and already partially outdated.
Originally committed as revision 8749 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ee4c54a313
Doxygen comment wording/spelling
...
Originally committed as revision 8748 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
35a9994977
skip MMX code in rgb24tobgr24 if the size of the input is smaller than the
...
size of the units the MMX code processes
Originally committed as revision 23015 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ivo van Poorten
3983057065
skip MMX code in rgb32to16 if the size of the input is smaller than the
...
size of the units the MMX code processes
Originally committed as revision 23014 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ivo van Poorten
b2117ceed0
skip MMX code in rgb32to15 if the size of the input is smaller than the
...
size of the units the MMX code processes
Originally committed as revision 23013 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Benjamin Larsson
10e26bc782
Atrac3 decoder.
...
Originally committed as revision 8747 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
935f50c82c
slightly faster rgb32tobgr32; avoid one add and one cmp
...
Originally committed as revision 23012 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Reimar Döffinger
442d1598a3
Fix the most obvious typos in the development policy doc section
...
Originally committed as revision 8746 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
dd597cd7b0
patch submission checklist
...
Originally committed as revision 8745 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
b092d03395
add a commit-rule precision when applying patches discussed on the mailing list
...
Originally committed as revision 8744 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
b38d487466
New implementation of rgb32tobgr32
...
The previous implementation segfaulted with MMX enabled when fed an image
smaller than the size of the units the MMX code processed. The new code:
- is faster for MMX, MMX2 and plain C
- processes small images correctly
- is LGPL
Originally committed as revision 23009 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
4f99f93268
Mention configure parameters for enabling AMR.
...
Originally committed as revision 8743 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
57004ff1d7
add an enum for need_parsing
...
Originally committed as revision 8742 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
cefd4907e3
Make the declaration of AVInputFormat ac3_demuxer conditional
...
on CONFIG_AC3_DEMUXER.
Originally committed as revision 8741 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
03a76ba9f8
The AC3 demuxer depends on the AC3 parser.
...
Originally committed as revision 8740 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
98d0205145
Move AC3 header parsing code together with the rest of the AC3 parsing code.
...
Originally committed as revision 8739 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
d3255f6fd8
fix mjpeg.mov
...
Originally committed as revision 8738 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
fa65e2f63a
improve horizontal chroma resolution with pal
...
Originally committed as revision 22994 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
21c08a3f1c
convert palette to yuv instead of converting each pixel after pal->rgb
...
Originally committed as revision 22993 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Michael Niedermayer
fe2ad119e9
fix playback of angels_480-mjpegcompress.avi
...
Originally committed as revision 8737 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6b5e72c994
fix playback of odd_height.mov
...
this isnt the most beautifull solution but at least it works independant of the
random height in mov and it doesnt add any secholes
Originally committed as revision 8736 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6c3dba5760
correct another possible buffer overflow where interlaced would
...
get stuck to 1 but then width/height would change and interlaced
wouldnt be reset ...
Originally committed as revision 8735 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
c28baf069d
fix tiff regression test (bitexact flag was ignoredwhich caused the
...
LAVC version to be in the file and thus breaking with the last change of that)
Originally committed as revision 8734 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
1106e4abe4
remove MpegEncContext, patch by baptiste
...
approved by me already but apparently forgotten
Originally committed as revision 8733 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
859d95baa1
fix overhead and bitrate statistics
...
Originally committed as revision 8732 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f9be0cb800
Update preprocessor directive comments to take recent changes to this file
...
into account.
Originally committed as revision 8731 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
26c1b3bee9
Simplify Darwin gcc flags setting.
...
Originally committed as revision 8730 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
8d3dc6ba58
Remove redundant 2.95 branch from the Darwin gcc check. It is already
...
being handled by the default case.
Originally committed as revision 8729 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
a15bcf7087
one patch one mail
...
Originally committed as revision 8728 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Måns Rullgård
7dfef2451d
trap signals in tests that can crash
...
Originally committed as revision 8727 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
24ba15b16e
cosmetics: Fix indentation.
...
Originally committed as revision 8726 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Joakim Plate
a74008a4c3
timestamps generation improvement when parsing avi
...
patch by Joakim \ elupus chez ecce dot se /
original thread:
date: 03/19/2007 01:47 AM
subject: [Ffmpeg-devel] [RFC] Improvement for the odd timestamp generation when parser is in use.
Originally committed as revision 8725 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Patrice Bensoussan
946d3b12a1
change atoll call to equivalent strtoll to fix compilation on Mac OS X 10.2
...
patch by Patrice Bensoussan \ patrice dot bensoussan chez free dot fr
Original thread:
date: 04/05/2007 07:56 PM
subject: [Ffmpeg-devel] [PATCH] Fix broken compilation on Mac OS X 10.2 due to OPT_INT64 support
Originally committed as revision 8724 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
3a74415d59
cosmetics, expand all tabs to four spaces.
...
Originally committed as revision 22983 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ivo van Poorten
2a80b21d38
Replace huge switch statement by a lookup table.
...
Add newline to final report.
Originally committed as revision 22982 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Benjamin Larsson
940d8f7614
As usual Real actually took something existing and rebranded it.
...
Cook looks very much like G.722.1.
Originally committed as revision 8723 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
4303c9bf62
spelling
...
Originally committed as revision 8722 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7bb932062e
Add a note about how to enable external libraries.
...
Originally committed as revision 8721 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
79f20349ce
Add complete instructions for the brave people wishing to fiddle with the
...
reference encoder/decoder source.
Originally committed as revision 8720 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ef4e31d491
typo
...
Originally committed as revision 8719 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
6056c939fc
Update AMR instructions for last round of changes.
...
Originally committed as revision 8718 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stanislav Brabec
91024272cb
Replace hackish support for amr-nb and amr-wb. Instead of including the source
...
of the reference implementation it is possible to use proper libraries now.
patch by Stanislav Brabec, sbrabec suse cz, changes and bug fixes by me
Originally committed as revision 8717 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
0c8351b80f
Update download URL with a link to a working version.
...
Originally committed as revision 8716 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
John Donaghy
6fea687ec1
DVR-MS probe audio format
...
patch by John Donaghy \ johnfdonaghy chez gmail dot com /
Original thread:
date: 03/13/2007 04:56 PM
subject: [Ffmpeg-devel] [PATCH] DVR-MS probe audio format - was DVR-MS bug (MP2 decoding)
Originally committed as revision 8715 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ivo van Poorten
ea70817379
cosmetics after last commit; remove superfluous braces
...
Originally committed as revision 22979 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Ivo van Poorten
df170b81d9
Remove code duplication in sws_rgb2rgb_init.
...
The lists of assignments of all rgbxtoy variants are removed from
sws_rgb2rgb_init and replaced by a single list inside the template file.
This way, multiple lists are generated by the preprocessor and each list
gets its own initialization function. Those are called from the main
sws_rgb2rgb_init function, if applicable.
Originally committed as revision 22978 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Limin Wang
3b77e48f0a
add a check before find_frame_end call
...
Patch by Limin Wang % lance P lmwang A gmail P com %
Original thread:
date: 04/09/2007 03:54 PM
subject: [Ffmpeg-devel] [PATCH] fix segment fault in h264_parse if buf_size is zero
Originally committed as revision 8714 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benjamin Larsson
d64b88d440
Per reference swf/flv adpcm encoder.
...
Originally committed as revision 8713 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
3011c6f62e
cosmetics: indentation
...
Originally committed as revision 8712 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago