|
|
|
@e2cd6686
|
17 years |
justin.ruggles |
use enum value instead of numerical value for acmod
Originally …
|
|
|
@bc8edb7e
|
17 years |
justin.ruggles |
use consistent data type for exponents. needs to be int8_t to pass to …
|
|
|
@878c40a1
|
17 years |
justin.ruggles |
change some bit masks to arrays
Originally committed as revision 9779 …
|
|
|
@21d0a823
|
17 years |
diego |
10l: Uppercase some more overlooked makefile variables.
Originally …
|
|
|
@021551c5
|
18 years |
diego |
Uppercase variable overlooked in last commit.
Originally committed as …
|
|
|
@22a324da
|
18 years |
diego |
cosmetics: Use uppercase names for installation directories in …
|
|
|
@c75560ae
|
18 years |
diego |
cosmetics: Do not use braces in makefiles, use normal parentheses.
…
|
|
|
@bec37145
|
18 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 9774 to …
|
|
|
@9fc1ab72
|
18 years |
justin.ruggles |
Use shared AC-3 header parsing. Move some initializations to block …
|
|
|
@9ef60390
|
18 years |
justin.ruggles |
don't need to synchronize in the decoder. the parser does that …
|
|
|
@de34875c
|
18 years |
justin.ruggles |
get rid of an ugly macro
Originally committed as revision 9771 to …
|
|
|
@7868349a
|
18 years |
takis.issaris |
Return AVERROR(EINVAL) when invalid width and/or height are specified …
|
|
|
@90f06cea
|
18 years |
takis.issaris |
Return AVERROR(ENOMEM) on memory allocation failure of avcodec_open.
…
|
|
|
@9510da2b
|
18 years |
takis.issaris |
Replace ENOSYS by ENOTSUP as in this case the problem is not really a …
|
|
|
@7889f52
|
18 years |
mmhoffm |
integrating blackfin optimized yuyvtoyv12 converter
Originally …
|
|
|
@b41c9046
|
18 years |
mmhoffm |
removing reference to bfin_sram.h its not used anylonger
Originally …
|
|
|
@4055d271
|
18 years |
mmhoffm |
adding blackfin optimized yuyvtoyv12 converter
Originally committed …
|
|
|
@f0326fde
|
18 years |
ramiro.polla |
Add new imlib2 documentation from vhook/imlib2.c to doc/hooks.texi.
…
|
|
|
@b8ef6423
|
18 years |
ramiro.polla |
Remove EXTRADEPS from common.mak since it is no longer used
…
|
|
|
@6b8bcd3e
|
18 years |
benoit.fouet |
regression tests for yuv440p yuvj440p
patch by Andreas Öman: [andreas …
|
|
|
@83c43e4d
|
18 years |
gpoirier |
bail out on unknown jpeg pixel format instead of silently decoding …
|
|
|
@85565db0
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS).
…
|
|
|
@5632e568
|
18 years |
takis.issaris |
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM).
…
|
|
|
@24fddf48
|
18 years |
takis.issaris |
Replace the only occurrence of AVERROR_NOENT with AVERROR(ENOENT).
…
|
|
|
@6f3e0b21
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_IO with AVERROR(EIO).
Originally …
|
|
|
@769e10f0
|
18 years |
takis.issaris |
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
…
|
|
|
@390d5a7c
|
18 years |
diego |
cosmetics: indentation
Originally committed as revision 9758 to …
|
|
|
@d0f596b4
|
18 years |
diego |
Make video hook infrastructure conditional on video hooks being …
|
|
|
@d72e7d0f
|
18 years |
benoit.fouet |
use sscanf to parse address
Originally committed as revision 9756 to …
|
|
|
@d04d5bcd
|
18 years |
takis.issaris |
Fix the self tests which are contained in some codecs and are using …
|
|
|
@cc61f96f
|
18 years |
takis.issaris |
Fix the compilation of dct-test, fft-test and motion-test which are …
|
|
|
@90c1d7b4
|
18 years |
benoit.fouet |
UltraSPARC VIS yuv2rgb
patch by Denes Balatoni: [dbalatoni interware …
|
|
|
@1e7f3638
|
18 years |
lucabe72 |
Implement av_strlcatf(): a strlcat which adds a printf style formatted …
|
|
|
@614e9b24
|
18 years |
justin.ruggles |
don't need to define ALT_BITSTREAM_READER
Originally committed as …
|
|
|
@36266421
|
18 years |
justin.ruggles |
update license header. add copyright for myself. correct and complete …
|
|
|
@3bb004fc
|
18 years |
justin.ruggles |
revise comment for exponent decoding function
Originally committed as …
|
|
|
@4415076f
|
18 years |
justin.ruggles |
new implementation of exponent decoding
Originally committed as …
|
|
|
@d699d38
|
18 years |
justin.ruggles |
cosmetics: indentation
Originally committed as revision 9748 to …
|
|
|
@0ce6680
|
18 years |
justin.ruggles |
remove portions of bit allocation which are no longer needed since …
|
|
|
@d24ce947
|
18 years |
alex |
indentation fix
Originally committed as revision 9746 to …
|
|
|
@6c4d4fa3
|
18 years |
alex |
removed unused variable ti
Originally committed as revision 9745 to …
|
|
|
@9c8d9f25
|
18 years |
vitor1001 |
Another minor simplification
Originally committed as revision 9744 to …
|
|
|
@ac069107
|
18 years |
banan |
Set the step index correctly for flash adpcm. Patch by Baptiste …
|
|
|
@9fff16bc
|
18 years |
banan |
Calculate the correct blocksize for flash adpcm. Patch by Baptiste …
|
|
|
@1f48345a
|
18 years |
benoit.fouet |
remove warnings
Originally committed as revision 9741 to …
|
|
|
@2c79288d
|
18 years |
benoit.fouet |
fix mem leak
patch by Zdenek Kabelac: [zdenek kabelac gmail com]
…
|
|
|
@c9128d56
|
18 years |
vitor1001 |
Make deinterlace_16 receive an array as a parameter and not two …
|
|
|
@b37bce6b
|
18 years |
vitor1001 |
Minor simplification
Originally committed as revision 9738 to …
|
|
|
@60c4a31c
|
18 years |
vitor1001 |
Yet more cosmetics
Originally committed as revision 9737 to …
|
|
|
@10024d44
|
18 years |
vitor1001 |
More cosmetics
Originally committed as revision 9736 to …
|
|
|
@d0da8020
|
18 years |
vitor1001 |
Remove reimplementation of av_log2
Originally committed as revision …
|
|
|
@ef0d7a0d
|
18 years |
Reimar.Doeffinger |
Document aes init code writing on purpose beyond round_key array into …
|
|
|
@109d30e9
|
18 years |
benoit.fouet |
remove useless check
Originally committed as revision 9733 to …
|
|
|
@9ba7fe6d
|
18 years |
benoit.fouet |
use YUV440P in swscale
patch by Andreas Öman: \andreas olebyn nu/ …
|
|
|
@4196cfb7
|
18 years |
benoit.fouet |
add YUV440P and YUVJ440P support
patch by Andreas Öman: \andreas …
|
|
|
@104d0418
|
18 years |
benoit.fouet |
fix emulated inet_aton so that it fails for invalid addresses
patch by …
|
|
|
@f1752010
|
18 years |
vitor1001 |
Test for supported number of channels
Originally committed as …
|
|
|
@586e5bd9
|
18 years |
vitor1001 |
Cosmetics: indentation
Originally committed as revision 9729 to …
|
|
|
@a1301f29
|
18 years |
vitor1001 |
Cosmetics: alignment
Originally committed as revision 9728 to …
|
|
|
@10fb5763
|
18 years |
vitor1001 |
Remove more code duplication. Based on a patch by Matthieu Castet.
…
|
|
|
@d562ba23
|
18 years |
vitor1001 |
Move var. declaration to allow further clean up
Originally committed …
|
|
|
@001ec026
|
18 years |
michaelni |
lcl.c doesnt exist anymore
Originally committed as revision 9725 to …
|
|
|
@7f268016
|
18 years |
vitor1001 |
Remove code duplication. Based on a patch by Matthieu Castet.
…
|
|
|
@33ed2d84
|
18 years |
lu_zero |
Editorial cleanup, thanks Diego =)
Originally committed as revision …
|
|
|
@241fb0c4
|
18 years |
lu_zero |
RTP clarifications
Originally committed as revision 9722 to …
|
|
|
@0509d453
|
18 years |
alex |
set codec_type on init
Originally committed as revision 9721 to …
|
|
|
@43924f01
|
18 years |
alex |
use av_q2d as in the rest of the file
Originally committed as …
|
|
|
@f1ea5c2a
|
18 years |
diego |
typo fixes
Originally committed as revision 9719 to …
|
|
|
@04d2e45f
|
18 years |
benoit.fouet |
create colorspace.h and use it where appropriate
patch by Ian …
|
|
|
@208e63b
|
18 years |
michaelni |
mention rfc 4629 for rtp-h263(+)
Originally committed as revision …
|
|
|
@b5f3f2b8
|
18 years |
mmhoffm |
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
…
|
|
|
@325751ef
|
18 years |
diego |
This was rewritten by Michael, switch copyrights to him and license to …
|
|
|
@21f41fa6
|
18 years |
benoit.fouet |
revert my accidental previous commit
Originally committed as revision …
|
|
|
@83ef1fea
|
18 years |
benoit.fouet |
fix tools compilation
Originally committed as revision 9712 to …
|
|
|
@975741e7
|
18 years |
benoit.fouet |
Don't segfault if an empty codebook gets used.
Patch by Denes …
|
|
|
@263c241
|
18 years |
Roman R. |
* making profile selection a bit more tolerant to the badly broken …
|
|
|
@f1639f69
|
18 years |
mmhoffm |
cosmetics: adding some white space to align the arguments of a couple …
|
|
|
@19b95df0
|
18 years |
mans |
remove useless #ifdef CONFIG_ZLIB from zmbv decoder
Originally …
|
|
|
@1fc44ed6
|
18 years |
ramiro.polla |
MinGW has those include files.
Originally committed as revision 9707 …
|
|
|
@82e4ac2c
|
18 years |
ramiro.polla |
Move av_gettime() back to lavf/utils.c
Originally committed as …
|
|
|
@c993a831
|
18 years |
ramiro.polla |
MinGW has gettimeofday() since mingw-runtime-3.10
Originally …
|
|
|
@fc69cc61
|
18 years |
diego |
Remove redundant "all rights reserved" statement, OKed by Walken.
…
|
|
|
@ee8c87b5
|
18 years |
Aurélien Jacobs |
add support for S_ASS and S_SSA codec string
Originally committed as …
|
|
|
@f999b63c
|
18 years |
mmhoffm |
float_t was a typo that compiled on macosx
Originally committed as …
|
|
|
@dae92b62
|
18 years |
mmhoffm |
fixpoint: move cplscales to context structure and provide hook for …
|
|
|
@28d997f9
|
18 years |
mmhoffm |
fixpoint: lowlevel functional abstraction for all buffer arithmetics
…
|
|
|
@e66442f4
|
18 years |
mmhoffm |
fixpoint: separate windowing arithmetic imlt_window_float
Originally …
|
|
|
@471bca1
|
18 years |
benoit.fouet |
order is name surname
Originally committed as revision 9699 to …
|
|
|
@dc0c20f9
|
18 years |
mmhoffm |
separate the actual math for recovering stereo from a signal channel, …
|
|
|
@e2e2e7dd
|
18 years |
alex |
.memleak fix by Ronald Bultje. OK'd by Luca.
Originally committed as …
|
|
|
@4508af2d
|
18 years |
benoit.fouet |
Add Balatoni Denes as vorbis dec maintainer
Originally committed as …
|
|
|
@1502409e
|
18 years |
diego |
Add note about vertical alignment to patch guidelines.
Originally …
|
|
|
@78a3c678
|
18 years |
diego |
spelling/grammar/wording
Originally committed as revision 9694 to …
|
|
|
@29b4b835
|
18 years |
mmhoffm |
separating saturation codes so that we can support other data formats
…
|
|
|
@8c9d2954
|
18 years |
mmhoffm |
moving automatic allocation of joint_decode/decode_buffer
to a …
|
|
|
@2843a452
|
18 years |
mmhoffm |
cosmetic changing hardwired 20 to SUBBAND_SIZE
Originally committed …
|
|
|
@cb762e39
|
18 years |
mans |
remove superfluous #include
Originally committed as revision 9690 to …
|
|
|
@e0eddd12
|
18 years |
mans |
hardly anything in PNGContext is shared; split it
Originally …
|
|
|
@9a5a05d0
|
18 years |
gpoirier |
fix visual painting of MVs from h264: they are painted twice too long …
|
|
|
@c4194cc6
|
18 years |
michaelni |
remove likely wrong reseting of align_iframe
same md5 with a short -t …
|
|
|