summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-091-1/+1
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-091-1/+39
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-094-20/+8
* Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun2008-06-081-2/+2
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-083-8/+11
* add ac3dec_data.[c,h]Justin Ruggles2008-06-083-1/+1149
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-081-0/+21
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-084-199/+287
* Oma demuxerBenjamin Larsson2008-06-084-0/+193
* OBJS should end in .o, not .c.Diego Biurrun2008-06-081-1/+1
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-1/+1
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-081-0/+1
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-081-1/+1
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-081-2/+2
* indentMichael Niedermayer2008-06-081-7/+7
* Search /usr(/local)/share for preset files as well.Michael Niedermayer2008-06-081-4/+10
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-la...Stefano Sabatini2008-06-071-1/+1
* use program_name to be more consistent with the banner, patch by Stefano Saba...Stefano Sabatini2008-06-071-2/+2
* split up header parsing functionJustin Ruggles2008-06-071-32/+43
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-072-11/+11
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-072-14/+19
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-071-20/+20
* cosmetics: vertical alignJustin Ruggles2008-06-071-12/+12
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-071-11/+14
* cosmetics: vertical alignJustin Ruggles2008-06-071-34/+34
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-071-43/+71
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-072-86/+123
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-072-18/+18
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-072-12/+18
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-074-6/+11
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-071-4/+4
* cosmetics: indentJustin Ruggles2008-06-071-1/+1
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-071-0/+7
* read frame type from header info into decode contextJustin Ruggles2008-06-071-0/+2
* get substreamid from ac3 parserJustin Ruggles2008-06-073-1/+5
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-073-6/+9
* Remove my old email addressRoberto Togni2008-06-071-1/+1
* Remove my old email address.Roberto Togni2008-06-071-1/+1
* Presets support.Michael Niedermayer2008-06-071-0/+39
* update ffm seek tests now that timestamps are fixedBaptiste Coudurier2008-06-071-26/+26
* fix pts handling in ffmBaptiste Coudurier2008-06-074-30/+10
* Reset reading state after successful seek.Baptiste Coudurier2008-06-072-2/+9
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-061-7/+1
* Add note about not including MinGW's include directory from within MSVC.Ramiro Polla2008-06-061-0/+2
* output_example.c now uses proper include paths.Ramiro Polla2008-06-061-4/+0
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* cosmetics, rename first to header, more explicit nameBaptiste Coudurier2008-06-061-3/+3
* Remove Fabrice's copyright from the Makefiles. They have been entirelyDiego Biurrun2008-06-063-12/+0
* Remove useless img_read_close().Ramiro Polla2008-06-061-7/+1
OpenPOWER on IntegriCloud