Peter Ross
60f451b6fe
Remove AVPaletteControl from ALG MM demuxer/decoder
...
Originally committed as revision 14109 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Victor Pollex
1835cda65a
Make LOAD4/STORE4 macros more generic.
...
Patch by Victor Pollex victor pollex web de
Original thread: [PATCH] mmx implementation of vc-1 inverse transformations
Date: 06/21/2008 03:37 PM
Originally committed as revision 14108 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Abeni
f6f848397a
Remove outdated comment
...
Originally committed as revision 14107 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
265fccccde
Print libavformat version in outgoing SDPs.
...
Originally committed as revision 14106 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
46d1ff8382
correct path in *-uninstalled.pc
...
Originally committed as revision 14105 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
35ee72b1d7
1 c-asm loop less and 1x unroll of float_to_int16_sse()
...
25% faster
Originally committed as revision 14104 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
560fa9bf51
Fix x86-64
...
Originally committed as revision 14103 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
63b737d4f9
dont use C-asm loops and unroll once float_to_int16_3dnow()
...
30% faster
Originally committed as revision 14102 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
00496302d6
10l, fix nuv_header for the case when there is no video stream.
...
Originally committed as revision 14101 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
76d3242835
Alphabetically order AVInputFormat/AVOutputFormat declarations.
...
Originally committed as revision 14100 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
900eb63dd3
Add a note to remind people to add new raw formats to the Makefile.
...
Originally committed as revision 14099 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0c7b4823b3
Add missing dependency declaration for raw Dirac demuxer.
...
Originally committed as revision 14098 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ac1ea66e17
spelling cosmetics in PCM codec long names
...
Originally committed as revision 14097 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
7769875db3
redundant assignment found by Clang
...
Originally committed as revision 14096 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Aurelien Jacobs
92b2bc59c9
add some missing dependencies
...
Originally committed as revision 14095 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5be30c59da
Simplify: glob->phase is always == 3
...
Originally committed as revision 14094 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f27f0fc374
Cosmetics: reindent tables
...
Originally committed as revision 14093 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f803495415
Remove phasep context var, it is just phase*5
...
Originally committed as revision 14092 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
eb73742d6e
Slighly faster operation
...
Originally committed as revision 14091 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
0bbab5671d
Typo in a comment: s/two avoid/to avoid/
...
Originally committed as revision 14090 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
8edfd15175
Cosmetics: remove braces
...
Originally committed as revision 14089 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a5f0f504df
Another use of scalar_product_float()
...
Originally committed as revision 14088 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
a03a6db1af
Do not reimplement memmove()
...
Originally committed as revision 14087 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gregory Montoir
7bd2f502fa
Remove context fields which can be used as simple local variables.
...
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14086 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gregory Montoir
ca3ed63e15
Remove inaccurate computation of pts for audio packets and rely on
...
libavformat to generate them.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14085 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Gregory Montoir
ce83d48b22
Remove av_cold attribute on decode_frame and add it to decode_end
...
to match other codecs.
patch by Gregory Montoir, cyx users sourceforge net
Originally committed as revision 14084 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
ed76af08a4
Document av_find_opt().
...
Originally committed as revision 14083 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
7246d6311e
Altivec implementation of APE vector functions
...
Originally committed as revision 14082 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
88c0536a42
Add several vector functions used by Monkey's Audio decoder to dsputil
...
Originally committed as revision 14081 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
fcc402b1c9
Remove ASSERT() macro. SoC Patch from Keiji Costantini
...
Originally committed as revision 27214 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Luca Barbato
bc5a04440b
Reindent. SoC Patch from Keiji Costantini
...
Originally committed as revision 27213 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Luca Barbato
2d35ae567f
Split simpleCopy into packedCopy and planarCopy. SoC Patch from Keiji Costantini
...
Originally committed as revision 27212 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Vitor Sessak
647b90ae0e
Cosmetics: remove braces
...
Originally committed as revision 14080 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
7a64649d68
Create a function for float dot product instead of duplicating all over the file
...
Originally committed as revision 14079 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
a4ce72480e
Add correct header #include to fix 'make checkheaders'.
...
Originally committed as revision 14078 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
0e74e1ff3c
Add required stdint.h header #include.
...
Originally committed as revision 14077 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9906a2be76
spelling cosmetics
...
Originally committed as revision 14076 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
f67c1f4d26
Cosmetics: align
...
Originally committed as revision 14075 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
c5e46a0f2d
Move MLP/TrueHD from video to audio codecs section.
...
Originally committed as revision 14074 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Peter Ross
d7bd0b3dea
Only define AltiVec vector syntax macro when AltiVec is enabled.
...
patch by Peter Ross, pross xvid org
Originally committed as revision 14073 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
bbdfa06d43
Add a note to remind people that new PCM/ADPCM formats need to be added to
...
the Makefile as well to allow proper selective compilation.
Originally committed as revision 14072 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f1e3c9368b
Remove unused variable, fixes the warning:
...
libavcodec/nellymoserdec.c:133: warning: unused variable ‘i’
Originally committed as revision 14071 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
0328995893
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable)
...
Originally committed as revision 14070 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d5ae45841f
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas
...
and found by reimar) fix is from reimar + cosmetics by me.
Originally committed as revision 14069 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6f1e7a9e09
Write for loops in a more standard way. In my opinion, they are much more readable now.
...
Originally committed as revision 14068 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
b517af05b9
MLP/TrueHD decoder.
...
Originally committed as revision 14067 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
69c23e6f33
Move vars declaration to inner loop when possible
...
Originally committed as revision 14066 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
12ea267bca
Simplify
...
Originally committed as revision 14065 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
8a3227968c
spelling/grammar/wording overhaul
...
Originally committed as revision 27190 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Diego Biurrun
4bdc44c7fe
whitespace cosmetics
...
Originally committed as revision 27188 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago