27063 Commits (bd7d9e45a44480da09e956b55e93f455cf1ed26c)
 

Author SHA1 Message Date
  Justin Ruggles 2f8ae52228 cosmetics: add more space between functions 15 years ago
  Justin Ruggles e77fd066fb cosmetics: rearrange some functions/typedefs/macros 15 years ago
  Justin Ruggles 02877def49 Simplify group size calculation in 2 places. 15 years ago
  Justin Ruggles 9816155337 cosmetics: make a switch/case more compact 15 years ago
  Justin Ruggles b84a211bc8 Clean up fft_init() and mdct_init() 15 years ago
  Justin Ruggles 6a988808a4 cosmetics: pretty-printing, alignment, etc... 15 years ago
  Justin Ruggles a913b5cf60 Remove unneeded #include 15 years ago
  Justin Ruggles 918cd2255c Simplify fix15(). 15 years ago
  Justin Ruggles 228315bbd3 Fix the fixed-point MDCT and FFT tests so that they actually compile and work. 15 years ago
  Justin Ruggles a8d2b06b7c Split out initialization of MDCT tables into a separate function. 15 years ago
  Justin Ruggles 0796546370 cosmetics: Document AC3EncodeContext fields. 15 years ago
  Justin Ruggles 22c0b03c8f Remove unneeded debugging messages. 15 years ago
  Justin Ruggles 1fda2c10f6 cosmetics: Define AC3_WINDOW_SIZE and use it instead of AC3_BLOCK_SIZE*2. 15 years ago
  Justin Ruggles 7066cc8f2b cosmetics: use better (and shared) macro names for some constant values 15 years ago
  Justin Ruggles a657899cf7 Remove duplicate AC3EncodeContext fields, sr_shift and sr_code. 15 years ago
  Justin Ruggles 2d2692eb49 cosmetics: rename some fields in AC3EncodeContext 15 years ago
  Justin Ruggles 9cb5903299 cosmetics: change all short to int16_t 15 years ago
  Justin Ruggles 2be209b213 Change some unsigned types to signed types in AC3EncodeContext 15 years ago
  Justin Ruggles 7e5a4bf8ba cosmetics: rearrange AC3EncodeContext fields 15 years ago
  Martin Storsjö 9baec618c0 configure: Allow disabling symbol versioning via --disable-symver 15 years ago
  Reimar Döffinger 0c1758f018 Return the amount of input data actually used in the qdm2 decoder, 15 years ago
  Nolan L d5f187fd33 Add gradfun filter, ported from MPlayer. 15 years ago
  James Zern 9d845ca40c Avoid rollover in settings conversion. 15 years ago
  Stefano Sabatini f671584845 Reindent. 15 years ago
  Stefano Sabatini 8afab68605 Fix encoding when the input audio format/rate/channels changes during 15 years ago
  Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 15 years ago
  Stefano Sabatini 1ebe5c4c0b Add section describing the filtergraph. 15 years ago
  Stefano Sabatini 9241cd2095 Make avfilter_parse_graph() output a more meaningful message when an 15 years ago
  Michael Niedermayer b276854d06 Fix indention of one forgotten line in ffv1.c 15 years ago
  Justin Ruggles 92b818eb9e cosmetics: vertical alignment after last commit 15 years ago
  Michael Chinen 7edbd5361c flac_parser: only buffer the estimated amount of input needed. 15 years ago
  Michael Chinen 97f7fe687a Make FLAC parser return frames when it has the required amount 15 years ago
  Reimar Döffinger 4172951ba7 Return an error when get_buffer reads none or only partial data instead 15 years ago
  Reimar Döffinger 3c3ef81b9b Ensure that packets returned from ASF demuxer are properly 0-padded. 15 years ago
  Reimar Döffinger b72daad062 Remove hack in MP3 probe that was meant as a work-around for large 15 years ago
  Stefano Sabatini fe858d7bd1 Define PODPAGES in Makefile, and make them depend on 15 years ago
  Justin Ruggles 5d7870dc76 Show per-codec options on FFmpeg commandline help. 15 years ago
  Anton Khirnov a152c77f26 id3v2: skip data length indicator 15 years ago
  Anton Khirnov ded38a9bf0 add my GPG fingerprint 15 years ago
  Stefano Sabatini d22e9795e6 Fix typo. 15 years ago
  Stefano Sabatini c61cdd0afb Move AV_NOPTS_VALUE, AV_TIME_BASE, AV_TIME_BASE_Q symbols from 15 years ago
  Stefano Sabatini 6d34323ee6 Make avpicture_alloc() return meaningful values. 15 years ago
  Stefano Sabatini 0141163d6a Reindent. 15 years ago
  Stefano Sabatini e74929e8bb Use av_image_alloc() in avpicture_alloc(), simplify. 15 years ago
  Kostya Shishkov 614e139a11 Don't try to demux WavPack files with >2 channels until we can support them 15 years ago
  Ramiro Polla a854bcdbec fix building test programs with gnu make 3.82 15 years ago
  Ramiro Polla b494baf0b0 colorspace-test: fix build 15 years ago
  Ramiro Polla e3c011c836 fix building of cpu-test by including required header 15 years ago
  Michael Chinen a4151444bd Define FLAC_MIN_FRAME_SIZE and use it in the FLAC decoder. 15 years ago
  Michael Chinen 60a684939a Simplify the FLAC decoder now that it no longer has to parse arbitrary raw FLAC 15 years ago