Baptiste Coudurier
60dfa0b8d4
remove old draft last case not present anymore in iso specs
...
Originally committed as revision 12990 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9a53eb7ce7
mp3on4 decoder now depends on mpeg4audio code
...
Originally committed as revision 12989 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
b61d2782f3
use mpeg4audio common code
...
Originally committed as revision 12988 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
86c90cc7a6
Skip blocks in B-frames reuse motion vectors from next reference frame.
...
So if referenced blocks is 16x8, 8x16 or 8x8 partitions, skip block
will have them too.
Originally committed as revision 12987 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
ec39f7d855
simplify
...
Originally committed as revision 12986 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9708d52ee8
correctly compute out_size and samples number
...
Originally committed as revision 12985 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
cd3289650a
fsize is 12 bits according to specs
...
Originally committed as revision 12984 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
5be25fc133
simplify using FFMIN3
...
Originally committed as revision 12983 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a82dcdffb2
return error if buf_size is too small
...
Originally committed as revision 12981 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
dfcd6d91fe
values can fit uint8_t
...
Originally committed as revision 12980 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
183fceaafd
add const
...
Originally committed as revision 12979 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
8726882993
Fixed-point LSP and LPC decoding routines for ACELP-based codecs
...
Originally committed as revision 12978 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
630e1b27c2
get_vlc2() only gets up to three levels in the tables. The last codes weren't being read properly.
...
Originally committed as revision 12976 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Kostya Shishkov
a9f1d8cdf6
Correct company name
...
Originally committed as revision 12975 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
1cf3ee2d1c
Fixed-point implementation of ff_cos, ff_log2, ff_exp2.
...
Also implemented routine for calculating sum(a[i] * a[i-offset]>>shift)
Originally committed as revision 12974 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
bf52a72023
10l, alphabetical order
...
Originally committed as revision 12973 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
3b4eccabae
identation
...
Originally committed as revision 12969 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
e67fe90c40
remove no more needed field
...
Originally committed as revision 12968 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
62377fec30
remove unused var
...
Originally committed as revision 12967 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
9ff8976dad
remove ima qt decoding hack, decode whole frame at once
...
Originally committed as revision 12966 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
d29ee34ce3
fix adpcm ima qt decoding, channel at init is 0, correct stereo out since samples += avctx->channels
...
Originally committed as revision 12965 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
45a97d3018
set channels and sample rate from mpeg4audio config
...
Originally committed as revision 12964 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
4afaffca9e
mov demuxer depends on mpeg4audio code now
...
Originally committed as revision 12963 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michel Bardiaux
202aca676f
Make sure some value is always returned via data_size
...
Originally committed as revision 12955 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michel Bardiaux
96ddaff5ec
Allow bitrates zero and 13200 (needed for decoding mov and aiff)
...
Originally committed as revision 12953 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
0c79b1402a
add a ff_ac3_parse_header_full() which calls ff_ac3_parse_header()
...
and then reads the channel_map stuff
Originally committed as revision 12944 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Thorsten Jordan
3fd6b3368a
Set pixel aspect ratio for libxvid wrapper.
...
Patch by Thorsten Jordan tjordanATmacrosystem de
Originally committed as revision 12936 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
a960000304
Fix regression introduced by r12929.
...
num_coeffs is just one byte.
It would make no sense for num_coeffs to be as high as 2^32.
Originally committed as revision 12931 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
9ed0cff98e
The code now is pretty self explanatory about the header structure.
...
Remove the big comment and add comments about the skipped fields.
Originally committed as revision 12930 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
fc22c00935
Use bytestream functions for reading frame header.
...
Originally committed as revision 12929 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Thorsten Jordan
904bc6b80a
Make Xvid wrapper use threads (with support for newest CVS Xvid only)
...
Patch by Thorsten Jordan ( tjordan macrosystem de )
Originally committed as revision 12928 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
3ade5d56d0
Add supported_samplerates field to AVCodec
...
Patch by Stefano Sabatini ( stefano sabatini-lala poste it )
Originally committed as revision 12925 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9fa58f19ff
Rename diracschro_common.[ch] to libdirac_libschro.[ch], external library
...
glue code should have a lib prefix in its name.
Originally committed as revision 12924 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Luca Barbato
6ef4ba3fb3
libdirac and libschro common code, patch from Anuradha Suraparaju anuradhaAtrdDoTbbcDoTcoDotuk
...
Originally committed as revision 12923 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
55736cfbd2
change ff_ac3_parse_header() to take a GetBitContext instead of const char*
...
Originally committed as revision 12922 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Sisir Koppaka
0ec1eb6906
Add .longname to bfi_decoder declaration.
...
patch by Sisir Koppaka, sisir.koppaka gmail com
Originally committed as revision 12921 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
b1d31e2f12
Force inlining of MPV_motion_internal.
...
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM
Originally committed as revision 12918 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Keiji Costantini
bd7c626ad0
Unroll codepath
...
Patch by strites: strites gmail com
Original thread: [FFmpeg-devel] [PATCH] Patch cleanup for MPEG 1 & 2 optimizations
Date: 04/06/2008 11:32 PM
Originally committed as revision 12917 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
b189e6705a
Simplify ff_split_xiph_headers
...
Originally committed as revision 12914 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Reimar Döffinger
58720ebd9e
Add checks to ff_split_xiph_headers to ensure that returned header_len and
...
header_start values are always valid.
Fixes a crash with http://samples.mplayerhq.hu/ogg/mmw-deadzy.ogg
(still does not play though).
Originally committed as revision 12913 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Vladimir Voroshilov
159ef4b02a
Implement FFMAX3(a,b,c) - maximum over three arguments.
...
Originally committed as revision 12910 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
bebfc16a31
Do not pass dct_block to vlc_decode_block().
...
The function uses dct_block from the context anyways.
Originally committed as revision 12908 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
399e46527a
Cosmetics and style.
...
Originally committed as revision 12907 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
c9108634c4
Rename vlc1 to vlc.
...
There is no vlc2, so there is no point in numbering it.
Originally committed as revision 12906 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
144b5bdc70
Make most of E-AC-3 work without breaking regression tests.
...
Originally committed as revision 12903 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
8870cf8277
This fixes the code so it is correct on both sides of the if().
...
Originally committed as revision 12902 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
7bc5f6e53e
indent
...
Originally committed as revision 12901 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
12eef728bf
Fix build of cputest test program.
...
Originally committed as revision 12899 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e4d5a18558
100l I broke AC3 in MPEG seeking.
...
Originally committed as revision 12898 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
c087748f26
Part 2 of EAC3 support, this is still disabled as it breaks regressions
...
due to bugs elsewhere.
Originally committed as revision 12897 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago