Panagiotis Issaris
769e10f068
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM).
...
Originally committed as revision 9759 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
390d5a7cad
cosmetics: indentation
...
Originally committed as revision 9758 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
d0f596b4ef
Make video hook infrastructure conditional on video hooks being enabled.
...
Originally committed as revision 9757 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
d72e7d0f24
use sscanf to parse address
...
Originally committed as revision 9756 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
d04d5bcd0e
Fix the self tests which are contained in some codecs and are using random().
...
Originally committed as revision 9755 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Panagiotis Issaris
cc61f96f8a
Fix the compilation of dct-test, fft-test and motion-test which are using
...
random().
Originally committed as revision 9754 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Denes Balatoni
90c1d7b400
UltraSPARC VIS yuv2rgb
...
patch by Denes Balatoni: [dbalatoni interware hu]
original thread: [FFmpeg-devel] [PATCH] UltraSPARC VIS yuv2rgb third try
date: 07/17/2007 08:35 PM
Originally committed as revision 23825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Luca Abeni
1e7f363804
Implement av_strlcatf(): a strlcat which adds a printf style formatted string
...
Originally committed as revision 9753 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
614e9b2424
don't need to define ALT_BITSTREAM_READER
...
Originally committed as revision 9752 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
362664215d
update license header. add copyright for myself. correct and complete the statement about liba52.
...
Originally committed as revision 9751 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
3bb004fcda
revise comment for exponent decoding function
...
Originally committed as revision 9750 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
4415076f55
new implementation of exponent decoding
...
Originally committed as revision 9749 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
d699d38393
cosmetics: indentation
...
Originally committed as revision 9748 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Justin Ruggles
0ce668015f
remove portions of bit allocation which are no longer needed since they are shared with the encoder
...
Originally committed as revision 9747 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
d24ce947ca
indentation fix
...
Originally committed as revision 9746 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
6c4d4fa361
removed unused variable ti
...
Originally committed as revision 9745 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
9c8d9f251e
Another minor simplification
...
Originally committed as revision 9744 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
ac0691071e
Set the step index correctly for flash adpcm. Patch by Baptiste
...
Coudurier.
Originally committed as revision 9743 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Baptiste Coudurier
9fff16bcbb
Calculate the correct blocksize for flash adpcm. Patch by Baptiste
...
Coudurier.
Originally committed as revision 9742 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
1f48345af4
remove warnings
...
Originally committed as revision 9741 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Zdenek Kabelac
2c79288d4e
fix mem leak
...
patch by Zdenek Kabelac: [zdenek kabelac gmail com]
Originally committed as revision 9740 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
c9128d569a
Make deinterlace_16 receive an array as a parameter and not two separated vars
...
Originally committed as revision 9739 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
b37bce6b61
Minor simplification
...
Originally committed as revision 9738 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
60c4a31c6a
Yet more cosmetics
...
Originally committed as revision 9737 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
10024d443a
More cosmetics
...
Originally committed as revision 9736 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
d0da802049
Remove reimplementation of av_log2
...
Originally committed as revision 9735 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Reimar Döffinger
ef0d7a0d4f
Document aes init code writing on purpose beyond round_key array into state array.
...
Originally committed as revision 9734 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
109d30e9f1
remove useless check
...
Originally committed as revision 9733 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Andreas Öman
9ba7fe6dcb
use YUV440P in swscale
...
patch by Andreas Öman: \andreas olebyn nu/
original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs..
date: 07/03/2007 01:29 PM
Originally committed as revision 23811 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Andreas Öman
4196cfb75b
add YUV440P and YUVJ440P support
...
patch by Andreas Öman: \andreas olebyn nu/
original thread: [FFmpeg-devel] half vertical chroma resolution from JPEGs..
date: 07/03/2007 01:29 PM
Originally committed as revision 9732 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Joakim Plate
104d04182d
fix emulated inet_aton so that it fails for invalid addresses
...
patch by elupus: \elupus ecce se/
original thread:
[FFmpeg-devel] [PATCH] emulated inet_aton doesn't fail for invalidaddresses
date: 07/15/2007 12:40 AM
Originally committed as revision 9731 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
f175201004
Test for supported number of channels
...
Originally committed as revision 9730 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
586e5bd902
Cosmetics: indentation
...
Originally committed as revision 9729 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
a1301f2934
Cosmetics: alignment
...
Originally committed as revision 9728 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
10fb5763cc
Remove more code duplication. Based on a patch by Matthieu Castet.
...
Originally committed as revision 9727 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
d562ba238e
Move var. declaration to allow further clean up
...
Originally committed as revision 9726 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
001ec02645
lcl.c doesnt exist anymore
...
Originally committed as revision 9725 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Vitor Sessak
7f26801668
Remove code duplication. Based on a patch by Matthieu Castet.
...
Originally committed as revision 9724 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
33ed2d843e
Editorial cleanup, thanks Diego =)
...
Originally committed as revision 9723 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Luca Barbato
241fb0c4ff
RTP clarifications
...
Originally committed as revision 9722 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
0509d453b5
set codec_type on init
...
Originally committed as revision 9721 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Alex Beregszaszi
43924f018b
use av_q2d as in the rest of the file
...
Originally committed as revision 9720 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
f1ea5c2a96
typo fixes
...
Originally committed as revision 9719 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Ian Caulfield
04d2e45f3f
create colorspace.h and use it where appropriate
...
patch by Ian Caulfield: /ian caulfield gmail com/
Originally committed as revision 9716 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Michael Niedermayer
208e63b479
mention rfc 4629 for rtp-h263(+)
...
Originally committed as revision 9715 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Marc Hoffman
b5f3f2b846
fixpoint: renaming all lowlevel arithmetic routines to xxx_float
...
Originally committed as revision 9714 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Diego Biurrun
325751ef32
This was rewritten by Michael, switch copyrights to him and license to LGPL.
...
Originally committed as revision 23796 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
18 years ago
Benoit Fouet
21f41fa667
revert my accidental previous commit
...
Originally committed as revision 9713 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Benoit Fouet
83ef1fea65
fix tools compilation
...
Originally committed as revision 9712 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago
Denes Balatoni
975741e79c
Don't segfault if an empty codebook gets used.
...
Patch by Denes Balatoni: [ dbalatoni interware hu ]
Original thread: [Ffmpeg-devel] [PATCH/BUGREPORT] crash in vorbis decoder
date: 02/04/2007 11:08 PM
Originally committed as revision 9711 to svn://svn.ffmpeg.org/ffmpeg/trunk
18 years ago