12657 Commits (e77fd066fb3567f3fa20b842292fedca9af29310)

Author SHA1 Message Date
  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
  Reimar Döffinger 0c1758f018 Return the amount of input data actually used in the qdm2 decoder, 15 years ago
  James Zern 9d845ca40c Avoid rollover in settings conversion. 15 years ago
  Stefano Sabatini 4ba22e044b Fix avpicture_alloc(), which was aligning the linesizes with 0 and thus 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
  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
  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
  Michael Chinen 475ae04a27 Add a FLAC parser. 15 years ago
  Justin Ruggles ed4e1e5833 cosmetics: line wrap after last commit 15 years ago
  Michael Chinen 3c795698d0 Add log_level_offset parameter to ff_flac_decode_frame_header(). It will be used 15 years ago
  Michael Chinen 71b6fc216c Add is_var_size and frame_or_sample_num to FLACFrameInfo and read them in 15 years ago
  Michael Chinen 7f4e432148 Check validity of the frame sync code in ff_flac_decode_frame_header(). 15 years ago
  Michael Chinen 625daac4bd Move decode_frame_header() from flacdec.c to flac.c/h to share with the 15 years ago
  Jason Garrett-Glaser 3cf8db9447 Add fullrange support to libx264.c x264 interface 15 years ago
  Sprezz efd63823e6 alsdec: Correct the ALS decoder by storing some parameters per-channel rather 15 years ago
  Baptiste Coudurier 90f1f3bf00 In yadif filter, declare asm constants directly to avoid dependency on libavcodec 15 years ago
  Stefano Sabatini 16cfc96124 Add CODEC_CAP_NEG_LINESIZES. 15 years ago
  Stefano Sabatini 1c3b408f88 Add forgotten deprecation to avcodec_pix_fmt_string(). 15 years ago
  Baptiste Coudurier 9e95999e2a 10l, add ff_pw_1 to dsputil_mmx for yadif sse2 15 years ago
  Stefano Sabatini bb4afa13dd Deprecate avcodec_pix_fmt_string() in favor of 15 years ago
  Michael Niedermayer e75229faae Try to improve reordered_opaque doxy. 15 years ago
  Michael Niedermayer df59c9c0f8 Detect incorrect padding with wrong stuffing codes used by NEC N-02B. 15 years ago
  Bobby Bingham 23b8342af4 Count non-header data towards intra block bit count in MJPEG encoder 15 years ago
  Michael Niedermayer 372c3f82b7 Change the argument of memory allocation functions from unsigned int to size_t 15 years ago
  Martin Storsjö c6fe83a3e0 g722: Add a trellis encoder 15 years ago
  avcoder 1761272ba9 Use SECTION .text for yasm code. 15 years ago