14467 Commits (b45411e24a7566a1191f9526a4adea0f76e9cb86)
 

Author SHA1 Message Date
Reimar Döffinger eeb2815003 Remove the START_TIMER/STOP_TIMER from vp3.c, they clutter the output and 17 years ago
Reimar Döffinger 36e1625396 Almost-cosmetics: split out coeff_count from all_fragments struct into 17 years ago
Michael Niedermayer 45b2b05f8e Make timestamp debugging work nicer. 17 years ago
Albert Astals Cid e785efc49a Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. 17 years ago
Baptiste Coudurier 83657f9f1c remove now unneeded vars 17 years ago
Baptiste Coudurier 3c6a9f66b9 pass dts and pts through ffm, should fix streaming b frames 17 years ago
Baptiste Coudurier 8983aa337c enable global_header flag for audio and video encoding, was wrongly part of commit r13722 17 years ago
Baptiste Coudurier 02226bc8a5 revert wrong part of r13722 commit 17 years ago
Baptiste Coudurier febea2f2e1 uniformize trellis quant option 17 years ago
Baptiste Coudurier 7080cbe2c8 pass extradata through ffm 17 years ago
Baptiste Coudurier d8b1dffbc5 remove unneeded ffmpeg commandline switches, and enable quiet mode 17 years ago
Baptiste Coudurier 7ab088648b add AVOption support in ffserver configuration file 17 years ago
Baptiste Coudurier 3438d82d4b remove ugly ffm_nopts hack, use AVFormatContext->timestamp 17 years ago
Diego Biurrun fbd971a444 Fix typo in the names of variables assigned to OS-specific path variables. 17 years ago
Justin Ruggles 227322b837 move rematrixing band table to ac3dec_data.c 17 years ago
Justin Ruggles 7ed9a2ea50 add ac3dec_data.[c,h] 17 years ago
Justin Ruggles bddadace8d add fields needed for E-AC-3 decoding to decode context 17 years ago
Bartlomiej Wolowiec 681f5c1271 Separating from nellymoserdec.c parts required by encoder 17 years ago
Benjamin Larsson b339f0c6be Oma demuxer 17 years ago
Diego Biurrun b146e17df5 OBJS should end in .o, not .c. 17 years ago
Jan Knutar 862ae1d6a2 VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi. 17 years ago
Jan Knutar f3bbfe785e Add missing #include, patch by Jan Knutar, jknutar nic fi. 17 years ago
Michael Niedermayer 8cd8eaa546 Make START/STOP_TIMER not require -v 2. 17 years ago
Michael Niedermayer e66ace6f0b Support longer paths for and longer names in preset files. 17 years ago
Michael Niedermayer 439c18c75d indent 17 years ago
Michael Niedermayer 23b20b5cf3 Search /usr(/local)/share for preset files as well. 17 years ago
Stefano Sabatini 59c2959d07 use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-lala at poste dot it 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 17 years ago
Justin Ruggles 4397d95ce0 split up header parsing function 17 years ago
Justin Ruggles da04be10a2 store exp_strategy for all blocks in decode context 17 years ago
Justin Ruggles 54624396fc store cpl_in_use for all blocks in decode context 17 years ago
Justin Ruggles be594ae4b4 cosmetics: add and align references to spec variable names 17 years ago
Justin Ruggles d7a0ae079c cosmetics: vertical align 17 years ago
Justin Ruggles 83ce7ff6ca use macro constants for array sizes in decode context 17 years ago
Justin Ruggles 2288596074 cosmetics: vertical align 17 years ago
Justin Ruggles 2c4c2afaca cosmetics: reorder decode context fields into logical groups 17 years ago
Justin Ruggles 58ce349f0a move the decode context and some macro constants to a new file, ac3dec.h 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. 17 years ago
Justin Ruggles caf0fbc889 add more gain levels and adjust mix level tables accordingly. 17 years ago
Justin Ruggles 687671f03b pass bap table to ff_ac3_bit_alloc_calc_bap() 17 years ago
Justin Ruggles 30cc3ac20e set default mix levels regardless of bitstream id 17 years ago
Justin Ruggles 4921bbbae5 cosmetics: indent 17 years ago
Justin Ruggles aa5d6be8df skip unsupported frame types and substream id's 17 years ago
Justin Ruggles be5f17b96b read frame type from header info into decode context 17 years ago
Justin Ruggles 3596aa6fe6 get substreamid from ac3 parser 17 years ago
Justin Ruggles 6730e9f300 get the number of blocks from the ac3 parser and use in the ac3 decoder. 17 years ago
Roberto Togni 467ec3c120 Remove my old email address 17 years ago
Roberto Togni 0f6feb5f26 Remove my old email address. 17 years ago
Michael Niedermayer d9f1b68cf5 Presets support. 17 years ago
Baptiste Coudurier 8a4f5983ee update ffm seek tests now that timestamps are fixed 17 years ago