Marco Gerards
d1e0d21f94
THP PCM decoder, used on the Nintendo GameCube.
...
patch by Marco Gerards, mgerards xs4all nl
Originally committed as revision 8646 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
efd2afc2ae
TIFF-LZW encoding support by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
...
Originally committed as revision 8645 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
f0790c59f4
LZW encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
...
Originally committed as revision 8644 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Anssi Hannula
9a0ddd09e7
Interplay C93 demuxer and video decoder
...
patch by Anssi Hannula, anssi.hannula gmail com
Originally committed as revision 8643 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
fe0372296a
typos
...
Originally committed as revision 8642 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e42dba481f
typos/grammar
...
Originally committed as revision 8641 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f5bccd8574
spelling/wording/grammar
...
Originally committed as revision 8640 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
414425e064
Print a list of valid AMR bitrates if a wrong one is used.
...
patch by Víctor Paesa, wzrlpy arsystel com
Originally committed as revision 8639 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kamil Nowosad
f4d47d6b30
YUV support patch by (Kamil Nowosad k.nowosad students mimuw edu pl)
...
Originally committed as revision 8638 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kamil Nowosad
e780e99e5a
s/invert/photometric_interpretation/ patch by Kamil Nowosad k.nowosad students mimuw edu pl
...
Originally committed as revision 8637 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Xiaohui Sun
2d99eed135
SGI image decoder ported to the new image API.
...
patch by Xiaohui Sun, sunxiaohui dsp.ac cn
Originally committed as revision 8635 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
5558bda833
Return correct decoded size, decoder is called with only one frame at a time.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8633 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
David Bateman
e8d0041701
IWMMXT-specific dsputils clear_blocks function.
...
patch by David Bateman, adb014 gmail com
Originally committed as revision 8632 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
bcae1fd02e
This codec is PAL8 so make it output PAL8 too
...
Originally committed as revision 8630 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
0a7a33d239
remove compound literals gcc 2.95 doesnt support taking an address of a compound literal
...
and the current code was my fault as i suggested the student to use compound literals
beliving gcc 2.95 supports them completely ...
Originally committed as revision 8629 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Braithwaite
5bd526d9ad
WMA decoder improvement, output closer to the dmo binary.
...
Patch by Ian Braithwaite ian braithwaite dot dk
[Ffmpeg-devel] WMA decoder improvement, 2007-03-28 15:50
Originally committed as revision 8627 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kostya Shishkov
047549d382
vc1_split should be static
...
Originally committed as revision 8626 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Stefan Huehner
2b100ab2bf
changes some function declarations from () to (void) as per ansi c.
...
Patch by Stefan Huehner % stefan A huehner P org %
Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ee5c8a9bc4
Add some Doxygen comments, by Kamil Nowosad, k.nowosad students.mimuw.edu pl.
...
Originally committed as revision 8624 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e7b85a15c8
cosmetics: Fix indentation.
...
Originally committed as revision 8622 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
8896cdd379
Remove useless pointer shift.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8621 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
636b69c5a4
Remove commented-out while loop.
...
patch by Benoit Fouet, benoit.fouet purplelabs com
Originally committed as revision 8620 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7038fa6102
Explain which configure options are necessary for which AMR variant.
...
Originally committed as revision 8612 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
5d79e24a98
typo
...
Originally committed as revision 8611 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bd446bb156
cosmetic
...
Originally committed as revision 8610 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Kamil Nowosad
f87459e419
FF_CODER_TYPE_RAW / RLE / DEFLATE extracted from a patch by Kamil Nowosad
...
Originally committed as revision 8609 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
716222db17
tiff encoder by (Bartlomiej Wolowiec b.wolowiec students mimuw edu pl)
...
Originally committed as revision 8608 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
987c3aa810
Remove #if 0 code.
...
Originally committed as revision 8605 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
eb6905f064
dont use *int8_t for the arguments (ive missed that in the patches ...)
...
Originally committed as revision 8603 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Xiaohui Sun
b25514a43f
Changed the rle encoder a little and made it more universal.
...
Not only the repeated byte is calculated as (count ^ xor) + add
but also the raw encoding lenth byte is calculated as that too
patch by Xiaohui Sun sunxiaohui dsp ac cn
Originally committed as revision 8602 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
65df54496e
cosmetic
...
Originally committed as revision 8601 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
eb24fd6458
fix indention (less work to fix it myself than to check if a indention fix patch is ok ...)
...
Originally committed as revision 8600 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
bee3851598
move doxy from .c to .h
...
Originally committed as revision 8599 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
1ca286e194
generic rle encoder by Bartlomiej Wolowiec b.wolowiec students mimuw edu pl
...
Originally committed as revision 8598 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
b56a8374b1
Remove stray object from list of Blackfin assembler objects.
...
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8597 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
67fd620c01
bfin dsputils, basic pixel operations sads, diffs, motion compensation
...
and standard IEEE 8x8 block transforms
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8594 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Aurelien Jacobs
f8fb86e9bb
cosmetics: indentation
...
Originally committed as revision 8593 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
2de4f9eb47
indention
...
Originally committed as revision 8590 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
6e546aaa24
make AVCodec.init() optional
...
Originally committed as revision 8589 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
efb0c399ca
support for the THP game format by Marco Gerards, mgerards xs4all nl
...
Originally committed as revision 8587 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2818647310
Add '#undef exit', the function is now forbidden.
...
Originally committed as revision 8584 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
1026a8d4a7
Merge redundant comments.
...
Originally committed as revision 8582 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Loren Merritt
1cfe393a25
doxy comment tweaks
...
Originally committed as revision 8580 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Guillaume Poirier
bb21f1762a
Add doxy comments, based on Loren's explanations posted here:
...
Date: Mar 30, 2007 9:00 PM
Subject: Re: [Ffmpeg-devel] Motion Estimation in snow.c for Waevelet encoded frames (DWT)
Originally committed as revision 8579 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
51aeb7aa6e
dct-test works on non-x86 now.
...
Originally committed as revision 8577 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
3ac35bdb3e
platform-independent restructuring and code simplification
...
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8576 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
c6bdc90890
Remove illegal call to exit().
...
patch by Marc Hoffman, mmh pleasantst com
Originally committed as revision 8575 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Pettenò
b83f7eb2ce
call faacDecClose() with all libfaad versions
...
patch by Diego Petteno flameeyes gmail com
Originally committed as revision 8574 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
19ef2ba57a
Replace emms() with emms_c(), patch by Marc Hoffman, mmh pleasantst com.
...
Originally committed as revision 8571 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
30f1505380
Typos in comments
...
Originally committed as revision 8561 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago