summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* enable global_header flag for audio and video encoding, was wrongly part of c...Baptiste Coudurier2008-06-09
* revert wrong part of r13722 commitBaptiste Coudurier2008-06-09
* uniformize trellis quant optionBaptiste Coudurier2008-06-09
* pass extradata through ffmBaptiste Coudurier2008-06-09
* remove unneeded ffmpeg commandline switches, and enable quiet modeBaptiste Coudurier2008-06-09
* add AVOption support in ffserver configuration fileBaptiste Coudurier2008-06-09
* remove ugly ffm_nopts hack, use AVFormatContext->timestampBaptiste Coudurier2008-06-09
* Fix typo in the names of variables assigned to OS-specific path variables.Diego Biurrun2008-06-08
* move rematrixing band table to ac3dec_data.cJustin Ruggles2008-06-08
* add ac3dec_data.[c,h]Justin Ruggles2008-06-08
* add fields needed for E-AC-3 decoding to decode contextJustin Ruggles2008-06-08
* Separating from nellymoserdec.c parts required by encoderBartlomiej Wolowiec2008-06-08
* Oma demuxerBenjamin Larsson2008-06-08
* OBJS should end in .o, not .c.Diego Biurrun2008-06-08
* VIS OBJS should end in .o, not .c; patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
* Add missing #include, patch by Jan Knutar, jknutar nic fi.Jan Knutar2008-06-08
* Make START/STOP_TIMER not require -v 2.Michael Niedermayer2008-06-08
* Support longer paths for and longer names in preset files.Michael Niedermayer2008-06-08
* indentMichael Niedermayer2008-06-08
* Search /usr(/local)/share for preset files as well.Michael Niedermayer2008-06-08
* use unsetenv, fix warning, patch by Stefano Sabatini, stefano dot sabatini-la...Stefano Sabatini2008-06-07
* use program_name to be more consistent with the banner, patch by Stefano Saba...Stefano Sabatini2008-06-07
* split up header parsing functionJustin Ruggles2008-06-07
* store exp_strategy for all blocks in decode contextJustin Ruggles2008-06-07
* store cpl_in_use for all blocks in decode contextJustin Ruggles2008-06-07
* cosmetics: add and align references to spec variable namesJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* use macro constants for array sizes in decode contextJustin Ruggles2008-06-07
* cosmetics: vertical alignJustin Ruggles2008-06-07
* cosmetics: reorder decode context fields into logical groupsJustin Ruggles2008-06-07
* move the decode context and some macro constants to a new file, ac3dec.hJustin Ruggles2008-06-07
* move mix level tables from parser to decoder. have parser read bitstream valu...Justin Ruggles2008-06-07
* add more gain levels and adjust mix level tables accordingly.Justin Ruggles2008-06-07
* pass bap table to ff_ac3_bit_alloc_calc_bap()Justin Ruggles2008-06-07
* set default mix levels regardless of bitstream idJustin Ruggles2008-06-07
* cosmetics: indentJustin Ruggles2008-06-07
* skip unsupported frame types and substream id'sJustin Ruggles2008-06-07
* read frame type from header info into decode contextJustin Ruggles2008-06-07
* get substreamid from ac3 parserJustin Ruggles2008-06-07
* get the number of blocks from the ac3 parser and use in the ac3 decoder.Justin Ruggles2008-06-07
* Remove my old email addressRoberto Togni2008-06-07
* Remove my old email address.Roberto Togni2008-06-07
* Presets support.Michael Niedermayer2008-06-07
* update ffm seek tests now that timestamps are fixedBaptiste Coudurier2008-06-07
* fix pts handling in ffmBaptiste Coudurier2008-06-07
* Reset reading state after successful seek.Baptiste Coudurier2008-06-07
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
* Remove wrappers of pcm_read_seek().Ramiro Polla2008-06-06
* Add note about not including MinGW's include directory from within MSVC.Ramiro Polla2008-06-06
* output_example.c now uses proper include paths.Ramiro Polla2008-06-06