Diego Biurrun
3d18b282e0
cosmetics: indentation
...
Originally committed as revision 8618 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
7b17ad84be
Get rid of unnecessary conditionals.
...
Originally committed as revision 8617 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
2d93bcc784
Add CPP_OBJS-yes to CPP_OBJS, same as the other *_OBJS variables.
...
Originally committed as revision 8616 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Carl Eugen Hoyos
94bd08b069
Fix crash when trying to convert from or to RGBi (i<15) as in bgr8torgb24
...
Originally committed as revision 22910 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Diego Biurrun
12631f2dd0
CONFIG_NETWORK depends on CONFIG_PROTOCOLS, no need to nest conditionals.
...
Originally committed as revision 8615 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e011ef1a85
cosmetics: Put audio (de)muxer entries in alphabetical order.
...
Originally committed as revision 8614 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e64271c2fe
Audio (de)muxer dependency on OSS is handled by configure.
...
Originally committed as revision 8613 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
1a2a5b3ecd
cosmetics: Better variable name, the ENABLE_* lists contain more than codecs.
...
Originally committed as revision 8607 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ed252b1624
cosmetics: Sort list of input/output formats.
...
Originally committed as revision 8606 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
Ramiro Polla
8c2e2040aa
Add first and second output to earlyclobbers in COPY3_IF_LT macro.
...
patch by Ramiro Ribeiro Polla, ramiro lisha.ufsc br
Original thread:
date: Mar 27, 2007 11:21 PM
subject: [Ffmpeg-devel] [PATCH] fix build for --cpu=i686
Originally committed as revision 8604 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
Diego Biurrun
a5fbe00195
spelling fix as suggested by Mans
...
Originally committed as revision 8596 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
e1090b8120
bfin optimizations
...
Originally committed as revision 8595 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
Diego Biurrun
ca345e442d
Replace forbidden exit() by return() Víctor Paesa, wzrlpy arsystel com.
...
Originally committed as revision 8592 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Víctor Paesa
f321635a6e
Replace valid use of exit by _exit, patch by Víctor Paesa, wzrlpy arsystel com.
...
Originally committed as revision 8591 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
fa1ab87200
Fix copy and paste error in comment.
...
Originally committed as revision 8588 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
b966340546
Use $(command) instead of `command`, it's POSIX, clearer and already used.
...
Originally committed as revision 8586 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
ced75d9223
Always lowercase targetos.
...
Originally committed as revision 8585 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
Måns Rullgård
58ecc9cd04
run ebp register check in subshell so we can redirect crash message
...
Originally committed as revision 8583 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
Michael Niedermayer
91aeec1bc7
WMVA
...
Originally committed as revision 8581 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
91c5172d26
Force lowercase targetos value for MinGW, we check against lowercase strings.
...
Originally committed as revision 8578 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
Stanislav Brabec
6308cacaf4
Fix warning:
...
ffserver.c:4303: warning: 'acl.next' is used uninitialized in this function
patch by Stanislav Brabec, sbrabec suse cz
Originally committed as revision 8573 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
beef9ba9e2
add AVRn fourcc
...
Originally committed as revision 8572 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
Diego Biurrun
846dffeb41
blackfin: Audio buffers are no longer allocated on the stack,
...
thus a 256KB stack is no longer required.
according to Marc Hoffman, mmh pleasantst com
Originally committed as revision 8570 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago