Vitor Sessak
27f19ed501
Revert r13499, log:
...
Make lpc coefficients 16 bit wide
Only one of my samples didn't decode bit-exact after this change,
but better be safe than sorry.
Originally committed as revision 13560 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Carl Eugen Hoyos
7e14f14584
Warn about unimplemented H264 feature.
...
Originally committed as revision 13542 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Pascal Massimino
ae899d12ae
in TRUNCATED mode, use residual fragments in ParseContext
...
for decoding the very last frame.
Originally committed as revision 13538 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
09d9087d26
Add ASUS V1/V2 decoder codec long names.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13529 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
390b25aeda
set avctx time_base in dv decoder
...
Originally committed as revision 13515 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
161dab177f
ILP64 fix
...
Originally committed as revision 13513 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
659094cb6b
Rename variable
...
Originally committed as revision 13510 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5e8782dddf
More intermediate vars removal
...
Originally committed as revision 13508 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
408f43cb36
Remove unused var
...
Originally committed as revision 13506 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
7019f1a510
Remove useless intermediate var
...
Originally committed as revision 13505 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e05f96285e
Remove dec1() function
...
Originally committed as revision 13504 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
31e15894d5
Use ff_acelp_weighted_vector_sum() instead of reimplementing it
...
Originally committed as revision 13500 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
594409a25c
Make lpc coefficients 16 bit wide
...
Originally committed as revision 13499 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
121ec9e55a
Simplify implementation and use of dec2()
...
Originally committed as revision 13498 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
909a9ad08d
Prevent 128*1<<trellis from becoming 0 and creating 0 sized arrays.
...
fixes CID84 RUN2
CID85 RUN2
CID86 RUN2
CID87 RUN2
CID88 RUN2
CID89 RUN2
CID90 RUN2
CID91 RUN2
CID92 RUN2
CID93 RUN2
CID94 RUN2
CID95 RUN2
CID96 RUN2
CID97 RUN2
CID98 RUN2
CID99 RUN2
CID100 RUN2
CID101 RUN2
CID102 RUN2
CID103 RUN2
CID104 RUN2
CID105 RUN2
CID106 RUN2
Originally committed as revision 13495 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e2d09b65e8
set coded_frame
...
Originally committed as revision 13492 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9c852bcf58
cosmetics: spelling typo fixes
...
Originally committed as revision 13489 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c192426fd8
Fix return type of ff_init_me().
...
Originally committed as revision 13487 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
dd72228e53
minor simplification
...
Originally committed as revision 13485 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8403c543de
redundant
...
Originally committed as revision 13484 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
540c5220ff
Check dia size a little more. Fixes CID80.
...
Originally committed as revision 13481 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
6138ed777d
Arrays where one element too small, fixes CID114.
...
this was possibly exploitable
Originally committed as revision 13475 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c1815c3700
memleak / fixes CID118
...
Originally committed as revision 13473 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8e6f8869ab
Do not read from prior the array, fix CID 127.
...
Originally committed as revision 13471 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
d26a180fd6
Add comment
...
Originally committed as revision 13469 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
1fe50db3f2
Fix doxy comments
...
Originally committed as revision 13468 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
842eabc5f9
cosmetics: XviD is now called Xvid.
...
Originally committed as revision 13465 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
ae52bbe5de
cosmetics: typo fixes
...
Originally committed as revision 13464 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
bd98e9e230
zero the upper frequencies of the correct coefficients
...
Originally committed as revision 13452 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
1384e27054
consistency cosmetics: indices --> indexes in variable names
...
Originally committed as revision 13446 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
5231f101d1
Clarify avcodec_encode_audio() vs. PCM audio.
...
patch by Stefano Sabatini, stefano.sabatini-lala poste it
Originally committed as revision 13445 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
f4433de9ef
consistency cosmetics: indices --> indexes
...
Originally committed as revision 13444 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
30bd40f2f1
cosmetics: typo
...
Originally committed as revision 13443 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
756a01f522
cosmetics: Use C-style comments in #endif directives.
...
Originally committed as revision 13442 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
6286924461
Rename var: add read coefficients a decent name
...
Originally committed as revision 13435 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e9655b3dcd
Update comment
...
Originally committed as revision 13434 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
2a7b6f251c
Rename var: val -> energy
...
Originally committed as revision 13433 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
e037baf797
Rename var: swapbuf* are LPC related
...
Originally committed as revision 13432 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
f000bfad3d
Rename var: buffer_2 is an adaptive codebook
...
Originally committed as revision 13431 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
17a7fc8ceb
Context vars are not global vars. glob is a bad name for it.
...
Originally committed as revision 13430 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
fc9fcbaed5
Rename context struct to be more consistent with the rest of ffmpeg
...
Originally committed as revision 13429 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
bc545029bf
Warn about packed B-frames. (especially useful if the file in question is
...
not an avi ...)
Originally committed as revision 13428 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
87b6ea8458
indent
...
Originally committed as revision 13411 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
99c1c3887d
allow av_parser_close(NULL)
...
fixes issue300
Originally committed as revision 13410 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
4806b9226c
print direct_spatial_mv_pred
...
Originally committed as revision 13409 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
eccba2bc4b
safer solution for setting audio parameters
...
Originally committed as revision 13402 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
5012cf88a3
Merge two if's
...
Originally committed as revision 13401 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vitor Sessak
9d3c35fcfc
Use (u)int16_t instead of (unsigned) short
...
Originally committed as revision 13400 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
cf03a8173a
set audio parameters if frame header is ok, even if crc fails
...
Originally committed as revision 13399 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
3336110acf
cosmetics: indent
...
Originally committed as revision 13398 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago