20560 Commits (f0bb88e2bc8b20e0181e73ae71b62bcf1eb081b5)

Author SHA1 Message Date
  Michael Niedermayer 79bf1f0ad0 rawdec: fix "warning: assignment from incompatible pointer type" 12 years ago
  Michael Niedermayer 07cdd39478 pnmdec: use explicit casts to remove const to avoid warning with clang 12 years ago
  Michael Niedermayer 8d45c001a8 flac_parser: fix fifo ptr wrap check 12 years ago
  Reimar Döffinger c54e00610f sipr: fall back to setting mode based on bit_rate. 13 years ago
  Anton Khirnov e52e4fe10d libx264: add forgotten ; 12 years ago
  Andrey Utkin cc07a7925e Add av_copy_packet() 12 years ago
  Andrey Utkin d33908a5fc Move av_dup_packet() copy logic to separate procedure 12 years ago
  Mans Rullgard a27a690fac ARM: swap source operands in some add instructions 13 years ago
  Mans Rullgard a34a609fc1 motion_est: fix use of inline on extern functions 12 years ago
  Michael Niedermayer 16e52c86ba error_resilience: guess_dc: check malloc failure 12 years ago
  Michael Niedermayer d2981b8ef1 h263dec: disable coded dimensions = 0 handling 12 years ago
  Michael Niedermayer d1974e05d1 j2k: fix "static is not at beginning of declaration" warning 12 years ago
  Michael Niedermayer 36c2694d83 dcadec: fix "set but not used" variable 12 years ago
  John Van Sickle 9bf41210a9 libx264: add support for nal-hrd, required for Blu-ray streams. 12 years ago
  Alex Converse df6c3f9fb3 tiffdec: Add support for GRAY16LE. 12 years ago
  Alex Converse 298ed797e1 tiffenc: Add support for little endian RGB48 and GRAY16 12 years ago
  Janne Grunau 8701f4f8e8 mpeg4: support frame parameter changes with frame-mt 12 years ago
  Janne Grunau 01fc5d6609 mpegvideo: check ff_find_unused_picture() return value for errors 12 years ago
  Janne Grunau 32c7589bb7 mpegvideo: release frame buffers before freeing them 12 years ago
  Michael Niedermayer d5fd610dab wmavoice: initialize best_hist_ptr to NULL to prevent (incorrect) warning. 12 years ago
  Janne Grunau b16d001b62 rv34: use ff_MPV_common_frame_size_change() 12 years ago
  Janne Grunau 435c0b87d2 mpegvideo: add reinit function for frame parameter changes 12 years ago
  Janne Grunau 1b3439b305 mpegvideo: move frame size dependent memory management to separate functions 12 years ago
  Michael Niedermayer 0b2ac679e2 sonic: factorize tail_size 12 years ago
  Michael Niedermayer 512beea529 sonicenc: limit quant so that golomb codes are less than 32 bits long 12 years ago
  Michael Niedermayer efac6f7472 x86/mpegaudiodec: drop likely now unneeded #if HAVE_AVX_EXTERNAL 12 years ago
  Michael Niedermayer c0dfc720ef mpegaudiodec: add prototypes for all functions that may need them 12 years ago
  Michael Niedermayer 36e5c472c8 allcodecs: re-enable sonic 12 years ago
  Michael Niedermayer a44cbc1cbc sonic: update to encode2() API 12 years ago
  Luca Barbato 419ffb2390 avcodec: cleanup utils.c 12 years ago
  Justin Ruggles ee90119e9e binkaudio: remove unneeded GET_BITS_SAFE macro 12 years ago
  Justin Ruggles 7bfd1766d1 binkaudio: use float sample format 12 years ago
  Justin Ruggles 0801b5979b binkaudio: use a different value for the coefficient scale for the DCT codec 12 years ago
  Bobby Bingham 4aade44c4a targaenc: Use named TGA_RLE constant instead of magic number 12 years ago
  Bobby Bingham 8e59062597 Fix typo in targa encoder comment 12 years ago
  Michael Niedermayer 70a9734544 dsputil: change assert(8) to av_assert2(8) 12 years ago
  Michael Niedermayer 66bdc58550 get_cabac_inline_x86: workaround clang bug with disabled optimizations 12 years ago
  Andrey Utkin b0fabed20f When copying pkt side_data, don't forget size, type 12 years ago
  Lyubomir Marinov 63951aec2b libx264: feed x264_param_apply_profile from AVCodecContext.profile in absence of other information 12 years ago
  Lyubomir Marinov fd9cd8cd5a libx264: connect AVCodecContext.rtp_payload_size to x264_params_t.i_slice_max_size 12 years ago
  Derek Buitenhuis 5c95a93411 dirac_arith: Fix unprotected inline asm 12 years ago
  Clément Bœsch ee0f53e966 alsdec: fix misplaced parentheses. 12 years ago
  Thilo Borgmann ac3f5a6879 alsdec: check return values. 13 years ago
  Thilo Borgmann 66197988b1 alsdec: fix number of decoded samples in first sub-block in BGMC mode. 13 years ago
  Thilo Borgmann 97f0efbfb8 alsdec: Fix out of ltp_gain_values read. 13 years ago
  Michael Niedermayer 5b051ec3bd alsdec: Check that quantized parcor coeffs are within range. 13 years ago
  Michael Niedermayer 23aae62c2c alsdec: Check k used for rice decoder. 13 years ago
  Michael Niedermayer 9853e41aa0 alsdec: check opt_order. 13 years ago
  Anton Khirnov 34ebbbfeec xsubenc: reindent 12 years ago
  Anton Khirnov 466b39efaf lavc: replace AVCodecContext.encode with subtitle-specific callback 12 years ago