Justin Ruggles
7ed9a2ea50
add ac3dec_data.[c,h]
...
Originally committed as revision 13715 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
bddadace8d
add fields needed for E-AC-3 decoding to decode context
...
Originally committed as revision 13714 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Bartlomiej Wolowiec
681f5c1271
Separating from nellymoserdec.c parts required by encoder
...
Originally committed as revision 13713 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Benjamin Larsson
b339f0c6be
Oma demuxer
...
Originally committed as revision 13712 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
b146e17df5
OBJS should end in .o, not .c.
...
Originally committed as revision 27035 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Jan Knutar
862ae1d6a2
VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.
...
Originally committed as revision 27034 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Jan Knutar
f3bbfe785e
Add missing #include, patch by Jan Knutar, jknutar nic fi.
...
Originally committed as revision 27033 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
17 years ago
Michael Niedermayer
8cd8eaa546
Make START/STOP_TIMER not require -v 2.
...
Originally committed as revision 13711 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
e66ace6f0b
Support longer paths for and longer names in preset files.
...
Originally committed as revision 13710 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
439c18c75d
indent
...
Originally committed as revision 13709 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
23b20b5cf3
Search /usr(/local)/share for preset files as well.
...
This also fixed a null pointer dereference if HOME isnt set.
Originally committed as revision 13708 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
59c2959d07
use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it
...
Originally committed as revision 13707 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Stefano Sabatini
17b01199f0
use program_name to be more consistent with the banner, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it
...
Originally committed as revision 13706 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
4397d95ce0
split up header parsing function
...
Originally committed as revision 13705 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
da04be10a2
store exp_strategy for all blocks in decode context
...
Originally committed as revision 13704 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
54624396fc
store cpl_in_use for all blocks in decode context
...
Originally committed as revision 13703 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
be594ae4b4
cosmetics: add and align references to spec variable names
...
Originally committed as revision 13702 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
d7a0ae079c
cosmetics: vertical align
...
Originally committed as revision 13701 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
83ce7ff6ca
use macro constants for array sizes in decode context
...
Originally committed as revision 13700 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
2288596074
cosmetics: vertical align
...
Originally committed as revision 13699 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
2c4c2afaca
cosmetics: reorder decode context fields into logical groups
...
Originally committed as revision 13698 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
58ce349f0a
move the decode context and some macro constants to a new file, ac3dec.h
...
Originally committed as revision 13697 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
30f71adc46
move mix level tables from parser to decoder. have parser read bitstream value instead of using an index to a table in the decoder.
...
Originally committed as revision 13696 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
caf0fbc889
add more gain levels and adjust mix level tables accordingly.
...
Originally committed as revision 13695 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
687671f03b
pass bap table to ff_ac3_bit_alloc_calc_bap()
...
Originally committed as revision 13694 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
30cc3ac20e
set default mix levels regardless of bitstream id
...
Originally committed as revision 13693 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
4921bbbae5
cosmetics: indent
...
Originally committed as revision 13692 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
aa5d6be8df
skip unsupported frame types and substream id's
...
Originally committed as revision 13691 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
be5f17b96b
read frame type from header info into decode context
...
Originally committed as revision 13690 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
3596aa6fe6
get substreamid from ac3 parser
...
Originally committed as revision 13689 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Justin Ruggles
6730e9f300
get the number of blocks from the ac3 parser and use in the ac3 decoder.
...
Originally committed as revision 13688 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
467ec3c120
Remove my old email address
...
Originally committed as revision 13687 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Roberto Togni
0f6feb5f26
Remove my old email address.
...
This also fixes the "rtogni is not a valid tag" doxygen warning
Based on a patch by Stefano Sabatini, stefano sabatini lala poste it
Originally committed as revision 13686 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Michael Niedermayer
d9f1b68cf5
Presets support.
...
How per codec defaults and ranges will be supported is still being discussed.
Originally committed as revision 13685 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
8a4f5983ee
update ffm seek tests now that timestamps are fixed
...
Originally committed as revision 13684 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
2940b38ef2
fix pts handling in ffm
...
Originally committed as revision 13683 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
c07d64c890
Reset reading state after successful seek.
...
Originally committed as revision 13682 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
15d856e8d2
Remove wrappers of pcm_read_seek().
...
Last commit missed one file.
Originally committed as revision 13681 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
5256e42c0b
Remove wrappers of pcm_read_seek().
...
Originally committed as revision 13680 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
f010d3774e
Add note about not including MinGW's include directory from within MSVC.
...
Originally committed as revision 13679 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
bb00536ea3
output_example.c now uses proper include paths.
...
Originally committed as revision 13678 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
b30bb5357d
cosmetics, rename first to header, more explicit name
...
Originally committed as revision 13677 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Baptiste Coudurier
a1011180d5
cosmetics, rename first to header, more explicit name
...
Originally committed as revision 13676 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
969f949300
Remove Fabrice's copyright from the Makefiles. They have been entirely
...
rewritten since they were originally created.
Originally committed as revision 13675 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
bea91b8c29
Remove useless img_read_close().
...
Originally committed as revision 13674 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
2377922192
Remove unneeded NULL at end of struct.
...
Originally committed as revision 13673 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Ramiro Polla
fc9c2d53c3
Merge declaration and initialization.
...
Originally committed as revision 13672 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
9473993bf0
Add -Wl,-rpath-link flags for all libraries to LDLATEFLAGS.
...
inspired by a patch from Debian
Originally committed as revision 13671 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
831ec93567
Run documentation through ispell, plus some minor fixes.
...
Originally committed as revision 13670 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago
Diego Biurrun
890f6fd3ec
minor spelling/grammar fixes
...
Originally committed as revision 13669 to svn://svn.ffmpeg.org/ffmpeg/trunk
17 years ago