4878 Commits (4440b1188ebc1e9fc901bccfcee384423b0a264f)

Author SHA1 Message Date
  Kostya Shishkov 6243da0d50 Drop put_vc1_qpel_pixels_tab as they won't be needed anymore. 19 years ago
  Kostya Shishkov b0c8e1b80a Replace usage of put_*_vc1_qpel_pixels_tab with put_*_h264_chroma_pixels_tab 19 years ago
  Kostya Shishkov e34350a376 New function for chroma MC (will be used in VC-1) 19 years ago
  Loren Merritt f7e89c73e3 snow cosmetics: merge the sliced and non-sliced versions of add_yblock 19 years ago
  Loren Merritt 74e6a8aade fix snow 1pass rc: the qlog used and the one written to the bitstream weren't always the same. 19 years ago
  Luca Barbato 9814587500 Align the input buffer in ffplay, introduce a public macro for aligned declarations 19 years ago
  Luca Barbato 27303c8abc Proper fix for the corner case that would have been corrected before, praise&blame to me and exg in equal shares 19 years ago
  Luca Barbato 7e82145755 Revert previous commit 19 years ago
  Luca Barbato 99d239b3e7 Fix float_to_int16, unaligned case, broken by the previous commit 19 years ago
  Kostya Shishkov 74691b7bcb New qpel MC functions conforming to VC-1 standard. 19 years ago
  Kostya Shishkov 2d5eadccb5 Spelling 19 years ago
  Kostya Shishkov 66ff2c1f52 Motion compensation for luma always use halfpel precision. 19 years ago
  Michael Niedermayer 504ee036ee fix b pyramid in mp4 muxing if no dts are provided to the muxer 19 years ago
  Nico Sabbi bb42f8296f install opt.h 19 years ago
  Loren Merritt 776fe466b2 slightly faster deblock 19 years ago
  Aurelien Jacobs a1b65018f1 use the A32_BITSTREAM_READER by default on ARM (faster) 19 years ago
  Aurelien Jacobs 75c998a219 force usage of ALT_BITSTREAM_READER where needed 19 years ago
  Aurelien Jacobs 8fbc6aae75 move some functions to bitstream.h to avoid conflicts 19 years ago
  Michael Niedermayer 1b4f17fafa fix buffer handling 19 years ago
  Luca Abeni 00b2fa864e Minimal support for the new pixel formats in libavcodec 19 years ago
  Loren Merritt 3e20143ee7 mmx implementation of deblocking strength decision. 19 years ago
  Michael Niedermayer ee3bc9d386 overread AV_LOG_ERROR -> AV_LOG_DEBUG 19 years ago
  Michael Niedermayer c0c66dd81d fix low bitrate mp3 19 years ago
  Loren Merritt bfe328caf0 tweak cabac. 0.5% faster h264. 19 years ago
  Michael Niedermayer 39b434c6ae check the validity of the amount of the remaining bytes in the bitsteam before memcpy 19 years ago
  Michael Niedermayer 716d73b47d unused var 19 years ago
  Michael Niedermayer 4e2d6a456d dont copy frame if the whole mp1/2/3 frame is available in one piece in the input 19 years ago
  Aurelien Jacobs 6ff3b2b838 Fix A32_BITSTREAM_READER compilation on x86 19 years ago
  Michael Niedermayer d6bea62338 make mpa_decode_header() 10 times faster 19 years ago
  Michael Niedermayer 731d0b1aaa another silly typo which surprisingly neither valgrind nor cmp of the file output cought 19 years ago
  Michael Niedermayer d37bb9d8c1 10l found by valgrind 19 years ago
  Michael Niedermayer 06e7fb82a4 remove duplicated parser, people who pass random gibblets of the bitstream into the decoder will have to pass it through a AVParser like for all other codecs too 19 years ago
  Michael Niedermayer 6e4703cac7 2nd try of skip_bits_long() for the ALT reader 19 years ago
  Michael Niedermayer a42ec9f484 make A32 reader align its ptr during init no matter what missaligned mess is given to it 19 years ago
  Michael Niedermayer 3dddf21fcc 3rd try :) 19 years ago
  Michael Niedermayer 1491e21cdb 2nd try for a skip_bits_long() for the A32 reader 19 years ago
  Michael Niedermayer 5a7bd28335 move align_get_bits() to .h to avoid conflicts between different bitstream readers in different codecs 19 years ago
  Michael Niedermayer 727c236a6b prevent bitstream reader to be overriden 19 years ago
  Michael Niedermayer 9bffa9e7af avoid branch 19 years ago
  Michael Niedermayer 14168ddb28 move variable declarations so that their scope is smaller 19 years ago
  Michael Niedermayer bc2d2757bb move the +400 out of the innermost loop 19 years ago
  Michael Niedermayer 9b49f89cdf avoid reading exponent twice 19 years ago
  Michael Niedermayer 1f1d675b68 reduce size of vlc table, thats slightly faster here 19 years ago
  Michael Niedermayer 55017f35da try to avoid l3_unscale() by using a table 19 years ago
  Michael Niedermayer f8347c4167 replace l3_unscale(1, exponents[pos]) by LUT 19 years ago
  Michael Niedermayer 7ca1ed0d9c maybe fixing the segfault on ARM 19 years ago
  Aurelien Jacobs 5902bdd8d4 cook shouldn't try to enforce the bitstream reader type 19 years ago
  Baptiste Coudurier f31065f6e5 add codec id and tag for JPEG 2000 19 years ago
  Michael Niedermayer 92c5cb62b0 10l typo 19 years ago
  Michael Niedermayer e90a72701e avoid a few if(x==0) checks in the inner loops 19 years ago