8057 Commits (c260b59603ee4bef42e0f2c4e1c5ec9b76f5e99b)

Author SHA1 Message Date
Diego Biurrun bbc78fb4b4 Remove unused variable. 16 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 16 years ago
Michael Niedermayer 6c8050078e Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. 16 years ago
Vitor Sessak 64e4af2ac1 Do instead of divising a float by a constant, multiply by its inverse 16 years ago
Michael Niedermayer 68997192eb Ensure that no non-existing frame is used. 16 years ago
Michael Niedermayer 5f129a05bf Do not free sps & pps on width/height changes. 16 years ago
Michael Niedermayer fe67a236dd Do not use the generic "alloc missing references" code for h.264 as it does 16 years ago
Michael Niedermayer 07dff5c7a4 Initialize next/last_picture* as the generic code does not always 16 years ago
Michael Niedermayer 49573a87c9 Print which slices are IDR not just the slice type. 16 years ago
Michael Niedermayer cf8bb33428 Fix CAVLC+8x8+MBAFF loop filter. 16 years ago
Michael Niedermayer 60c9b24df0 Field -> MBAFF direct mode can use data from fields that are not 16 years ago
Vitor Sessak b6c7758168 Move constant multiplication out of the loop 16 years ago
Vitor Sessak e60daa340b Cosmetics: move convolve() together with the other DSP functions 16 years ago
Vitor Sessak a987a126fd Simplify: move division by constant off the loop 16 years ago
Kostya Shishkov e774c41cab Correct wrong lower limit and condition used in APE decoder 16 years ago
Michael Niedermayer 645a6be1e7 Merge the 2 lpc loops. 16 years ago
Michael Niedermayer 571bbaf814 Factorize lpc code slightly. 16 years ago
Kostya Shishkov b94a631fab Cosmetics: reindent after last commit 16 years ago
Kostya Shishkov fca506dfb6 Add RLE4 and RLE8 decoding support for BMP 16 years ago
Kostya Shishkov 15501c32d0 Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP 16 years ago
Kostya Shishkov a79cae798a Calculate line size correctly for bit depths < 8 16 years ago
Michael Niedermayer aa617518b9 A few empty lines for readability. 17 years ago
Michael Niedermayer f4d3382da2 Another try to fix temporal direct mode references. 17 years ago
Diego Biurrun 8556ea0333 spelling cosmetics 17 years ago
Brad acce61a7c6 AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. 17 years ago
Michael Niedermayer 8dbd9cb695 Fix all the recent problems Justin had run into with the AC3 parser, 17 years ago
Michael Niedermayer 48e025e5b6 Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. 17 years ago
Michael Niedermayer 471341a7f3 indent 17 years ago
Michael Niedermayer 53c193a9b0 Correct comment in the direct mode code. 17 years ago
Michael Niedermayer a0ad40832f Simplify initialization of a few direct mode related variables. 17 years ago
Michael Niedermayer 8b1fd554e1 Make MBAFF temporal direct mode closer to the spec. 17 years ago
Michael Niedermayer 8f56e219b2 Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() 17 years ago
Michael Niedermayer 078f42ddae Set poc for field references in MBAFF. 17 years ago
Stefano Sabatini 2c006f4380 Log an error message in case of invalid number of channels. 17 years ago
Michael Niedermayer a85d0c84a4 Remove fixme that is based on the assumption of !direct_8x8_inference && MBAFF. 17 years ago
Michael Niedermayer 6a855aae94 Remove check and error message for "MBAFF + !direct_8x8_inference is not implemented" 17 years ago
Michael Niedermayer 96b52f9e04 Make pps/sps scaling_matrix initialization closer to the spec. 17 years ago
Robert Swain 341b28c0d2 Zero 'idx' for each iteration of the coupling gain loop and as it is only used 17 years ago
Robert Swain f80a8ca5cb Cosmetics: missing brackets 17 years ago
Alex Converse c8947a5612 Cast the return value of get_bits() to signed integer such that the subtraction 17 years ago
Michael Niedermayer d464bceff2 Ensure that extradata is not parsed twice. 17 years ago
Kostya Shishkov 3a9a15c4f3 add newline at the end of message 17 years ago
Kostya Shishkov e6ab862368 ZMBV encoder forgot to fill coded frame pointer 17 years ago
Kostya Shishkov 44aa9771c9 Factorize out code used for MS RLE format decoding in different decoders. 17 years ago
David Conrad f7e5b0cc8f Remove duplication of TRANSPOSE8 macro, also removing some redundant load/stores 17 years ago
David Conrad 7b16a97969 Make a separate macro for writing an entire block from registers to memory 17 years ago
David Conrad 3f429d11da Factorize SSE2_(Row|Column)_IDCT into one macro 17 years ago
David Conrad 3c1ebfd56d Cosmetics: remove excessive blank lines 17 years ago
David Conrad 8cfd78ce8f Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is enabled 17 years ago
David Conrad c3c5bba1e2 Cosmetics: reindent 17 years ago