Vladimir Voroshilov
1a18912e49
Another set of approved changes for G.729: includes, formats structure,
...
several parts of main decoding routine and initialization code.
Originally committed as revision 15341 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
aac0eda407
Validate pulse position and error out if an invalid position is encountered.
...
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15340 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
1d4113d053
Only print "invalid new backstep" when it is really invalid.
...
Fixes issue541.
Originally committed as revision 15339 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
740c14dbd7
Fix regression test failure caused by golomb limit not being considered
...
in r15334.
Originally committed as revision 15338 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
0bc4c436aa
sync to latest x264 git, field was renamed
...
Originally committed as revision 15337 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
bf3a971c12
Make decoder more robust by default against broken encoders.
...
Fixes issue540.
Originally committed as revision 15336 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
631e8afb8c
Correct the threshold of get_ur_golomb_jpegls() at which the optimized
...
case is used.
Fix issue245.
Originally committed as revision 15334 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
8fd64adf08
cosmetics: fix indentation after r15321
...
Originally committed as revision 15332 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
6682ae42a4
write actual min and max frame size to FLAC header. update regression test checksum.
...
Originally committed as revision 15331 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
dd857bfdf7
cosmetics: Fix indentation.
...
Originally committed as revision 15330 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
3fe5ae2b3a
Remove useless #ifdef around #include.
...
Originally committed as revision 15329 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
a9f8587e15
write MD5 checksum to FLAC header. update regression tests.
...
Originally committed as revision 15326 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
e1a12934c5
write number of samples in FLAC extradata.
...
based on a patch by Mathieu Velten (matmaul gmail com).
Originally committed as revision 15324 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Justin Ruggles
0605f5c86b
Return error when trying to decode non-grayscale 16-bit PNM images.
...
Fixes issue 566.
Originally committed as revision 15321 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
70735a3f9e
Reindent after last commit
...
Originally committed as revision 15315 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
5143684891
Apply pulses to unscaled coefficients rather than scaled.
...
Slight reworking of a patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15314 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
408992bae2
Operands of '+' are not necessarily evaluated in order so r15311 was pointless.
...
Splitting the assignment onto two lines should resolve the order issue.
Originally committed as revision 15313 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
19645d742e
Correct order of parsing for pulse scalefactor band and offset to match the
...
specification.
Patch by Alex Converse (alex converse gmail com)
Originally committed as revision 15311 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
9547cadb8d
Cosmetics: line breaks
...
Originally committed as revision 15308 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
111734de09
Simplify: use a single history buffer for gain and a single one for
...
speech instead of having two for each in the context.
Originally committed as revision 15307 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
David Conrad
7f0d242b14
Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &
...
similar typedefs that sysctl.h needs. Since sysctl() itself isn't POSIX
undefining _POSIX_C_SOURCE for check_altivec.c seems the best way to fix this.
patch by David Conrad lessen42 at gmail com
Originally committed as revision 15306 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
35445d29f5
Reindent after last commit
...
Originally committed as revision 15304 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Alex Converse
5167364777
Only read some of TNS bitstream data in the case that the TNS filter order is
...
non-zero as per the specification.
Patch by Alex Converse (alex converse gmail com)
Fixes another issue pertaining to issue632
Originally committed as revision 15303 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
9c10ab6cd1
Cosmetics: align spec references
...
Originally committed as revision 15300 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
5381a00a2b
Rename function: s/colmult/apply_window/
...
Originally committed as revision 15299 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Diego Biurrun
36b3e36e00
misc spelling/wording/grammar fixes
...
Originally committed as revision 15296 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Kostya Shishkov
77298e99b7
Make it possible to disable loop filter in VC-1.
...
Unlike H.264 it does not affect picture quality on any files I've watched.
Originally committed as revision 15295 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Robert Swain
febcbd65fa
Correct pulse amplitude application - a negative or 0 coefficient implies the
...
pulse is subtracted, else it is added. Also avoid a divide by 0.
Based on a patch by Alex Converse (alex converse gmail com)
Fixes part of issue632
Originally committed as revision 15294 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jason Garrett-Glaser
67ce33162a
Fix incorrect printing of brainfart cropping error in some cases in progressive mode.
...
Originally committed as revision 15293 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
fd8897e803
Convert table to integer.
...
Originally committed as revision 15292 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
955bcc2102
Convert two tables to signed decimal
...
Originally committed as revision 15290 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
90c6805ac4
Cosmetics: remove useless parentheses
...
Originally committed as revision 15288 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
710428c4ec
Remove ChannelData.lev var and use ChannelData.level instead
...
Originally committed as revision 15287 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Anuradha Suraparaju
d7c96d6623
Add support for creating Simple Profile (I-frame only, no arithmetic coding)
...
Dirac bytestreams. patch by Anuradha Suraparaju, anuradha rd.bbc.co uk
Originally committed as revision 15286 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Jai Menon
91ba93e68b
vorbis_enc : set coded_frame->pts value to running sample count.
...
This is a temporary fix for issue 502 and will not be required when
we start using AVFrame for audio codecs.
Originally committed as revision 15285 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Aurelien Jacobs
03ea32f850
remove one more stuff under #if LIBAVCODEC_VERSION_INT
...
which was forgotten in r15263
Originally committed as revision 15278 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Baptiste Coudurier
9345ae6f78
alac : fix case where bits_per_sample is not set.
...
Patch by Baptiste
Originally committed as revision 15275 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
c7e34ddc42
Remove useless comment
...
Originally committed as revision 15274 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
20242eed99
Normalize triplets in gain_val_tab[][] so gain_exp_tab[] can be just an
...
one-dimensional array.
Originally committed as revision 15273 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
475e4e2ffc
Remove deprecated avcodec_decode_audio() this one was not under #ifdef.
...
Originally committed as revision 15272 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
9d21494776
avcodec_find_best_pix_fmt() needs a 64bit mask as there are more than 32 pix_fmts.
...
Originally committed as revision 15271 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
047599a4ba
Rename error_resilience to error_recognition.
...
Originally committed as revision 15270 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
3e30f46f8b
Pass directly variable 'a' to interp instead of evaluating it from num_blocks
...
Originally committed as revision 15269 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
b28bdce688
Simplify if() in copy_and_dup()
...
Originally committed as revision 15268 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
8022a8ebc2
Add av_cold attribute to decode_init()
...
Originally committed as revision 15267 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Vitor Sessak
c96a764c72
Cosmetics: Make the two additional units in size more clear
...
Originally committed as revision 15266 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
38360668d6
Remove DEFAULT_FRAME_RATE_BASE.
...
Originally committed as revision 15265 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
23694e27f0
Drop deprecated SAMPLE_FMT_S24.
...
Originally committed as revision 15264 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Michael Niedermayer
d578432db8
Remove stuff under #if LIBAVCODEC_VERSION_INT.
...
Originally committed as revision 15263 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago
Luca Abeni
dd1c8f3e6e
Bump Major version, this commit is almost just renaming bits_per_sample to
...
bits_per_coded_sample but that cannot be done seperately.
Patch by Luca Abeni
Also reset the minor version and fix the forgotton change to libfaad.
Note: The API/ABI should not be considered stable yet, there still may
be a change done here or there if some developer has some cleanup ideas and
patches!
Originally committed as revision 15262 to svn://svn.ffmpeg.org/ffmpeg/trunk
16 years ago