Baptiste Coudurier
|
5be25fc133
|
simplify using FFMIN3
Originally committed as revision 12983 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
b842ecbefc
|
add FFMIN3
Originally committed as revision 12982 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 |
Kostya Shishkov
|
c5497b22b7
|
Missing tags in APE is normal situation, so don't print an error.
Resolves issue 437
Originally committed as revision 12977 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
|
eb034aca18
|
yes it is true for mp4
Originally committed as revision 12972 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
43612ffe25
|
remove unneeded variable
Originally committed as revision 12971 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
baf9fb32c0
|
move vars decls where vars are used
Originally committed as revision 12970 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 |
Baptiste Coudurier
|
0c691995bf
|
cosmetics
Originally committed as revision 12962 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
1dec399449
|
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files
Originally committed as revision 12961 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
69b1c62756
|
update doc
Originally committed as revision 12960 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
7e6273322c
|
error is -1
Originally committed as revision 12959 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
cfb5a2abcb
|
cosmetics
Originally committed as revision 12958 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
47e1d7efce
|
move vars decls where vars are used
Originally committed as revision 12957 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
8cd92bb915
|
parser should not be needed anymore, merge cases and set frame size for amr too
Originally committed as revision 12956 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 |
Baptiste Coudurier
|
3b8c000d1e
|
lower frame size to split amr/qcelp/gsm frames
Originally committed as revision 12954 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 |
Baptiste Coudurier
|
37ffe34bf3
|
align and remove useless braces
Originally committed as revision 12952 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
1c126b4f38
|
cosmetics, remove whitespaces in tags
Originally committed as revision 12951 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
cc326d2bf3
|
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov
Originally committed as revision 12950 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
07a47ae2a3
|
pts are unsigned according to specs, fix negative pts when 32bit pts are used
Originally committed as revision 12949 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
254629b1aa
|
set wrap bits to 32bit to actually use it
Originally committed as revision 12948 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Måns Rullgård
|
7622778ed7
|
Revert "Adjust pkg-config files to include files residing in separate subdirectories."
Originally committed as revision 12947 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
903a2e8628
|
Avoid using reserved __names.
Originally committed as revision 12946 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Michael Niedermayer
|
ceedda75ea
|
minor memleak
Originally committed as revision 12945 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 |
Michael Niedermayer
|
81d5ae6dec
|
Fixing memleaks.
Originally committed as revision 12943 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
287d6cfad7
|
cosmetics: remove useless whitespaces and put braces correctly
Originally committed as revision 12942 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
3f78a3a955
|
demux qcelp, so this can work with soc decoder and stream copy
Originally committed as revision 12941 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
76f34857ce
|
qcelp fourcc
Originally committed as revision 12940 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Diego Biurrun
|
5cd505e01f
|
Adjust pkg-config files to include files residing in separate subdirectories.
Originally committed as revision 12939 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
463e7afd18
|
support for alac in .mov
Originally committed as revision 12938 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Baptiste Coudurier
|
be51192502
|
set alac frame size from extradata
Originally committed as revision 12937 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 |
Stefano Sabatini
|
95a6a015e3
|
Enhance documentation for AVClass
Patch by Stefano Sabatini stefanodotsabatini-lalaatpostedotit
Originally committed as revision 12934 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |
Gianluigi Tiesi
|
8d94f6065b
|
Support shared pthreads-win32.
Patch by Gianluigi Tiesi <mplayer at netfarm.it>
Originally committed as revision 12933 to svn://svn.ffmpeg.org/ffmpeg/trunk
|
17 years ago |