8124 Commits (3e16cde430349c0125343fbb41908848be940fe9)

Author SHA1 Message Date
Benoit Fouet 2c3c87b8c4 Remove useless casts and use variable instead of its type in sizeof. 16 years ago
Benoit Fouet 9fd88b2946 Change table types to uint8_t 16 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 16 years ago
Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 16 years ago
Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 16 years ago
Michael Niedermayer 8c07cee91a Do not attempt to perform error concealment in lowres mode as this is 16 years ago
Aurelien Jacobs 15ae1959d8 atrac3: ensure input frame is not overwritten (it is const) 16 years ago
David Conrad 068e82bac1 Use skip_frame for keyframe-only decoding rather than #ifdef 16 years ago
Carl Eugen Hoyos bf615b89e3 Fix a warning about an undefined function when compiling h264.c 16 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 16 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 16 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 16 years ago
Siarhei Siamashka 4c149a80e6 Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils 16 years ago
Michael Niedermayer 766a4a99e2 Replace apparently always true condition by assert(). 16 years ago
Michael Niedermayer c2c7342b70 Simplify pix_fmt_id instead of listing a subset of non-simplified ones. 16 years ago
Michael Niedermayer 7c1e33f930 Check the 4th plane too when selecting the pixfmt. 16 years ago
Vitor Sessak d552d04dc9 Simplify: avoid duplication backward_filter() 17 years ago
Diego Biurrun bbc78fb4b4 Remove unused variable. 17 years ago
Benjamin Larsson faeedbbb06 Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work 17 years ago
Michael Niedermayer 6c8050078e Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set. 17 years ago
Vitor Sessak 64e4af2ac1 Do instead of divising a float by a constant, multiply by its inverse 17 years ago
Michael Niedermayer 68997192eb Ensure that no non-existing frame is used. 17 years ago
Michael Niedermayer 5f129a05bf Do not free sps & pps on width/height changes. 17 years ago
Michael Niedermayer fe67a236dd Do not use the generic "alloc missing references" code for h.264 as it does 17 years ago
Michael Niedermayer 07dff5c7a4 Initialize next/last_picture* as the generic code does not always 17 years ago
Michael Niedermayer 49573a87c9 Print which slices are IDR not just the slice type. 17 years ago
Michael Niedermayer cf8bb33428 Fix CAVLC+8x8+MBAFF loop filter. 17 years ago
Michael Niedermayer 60c9b24df0 Field -> MBAFF direct mode can use data from fields that are not 17 years ago
Vitor Sessak b6c7758168 Move constant multiplication out of the loop 17 years ago
Vitor Sessak e60daa340b Cosmetics: move convolve() together with the other DSP functions 17 years ago
Vitor Sessak a987a126fd Simplify: move division by constant off the loop 17 years ago
Kostya Shishkov e774c41cab Correct wrong lower limit and condition used in APE decoder 17 years ago
Michael Niedermayer 645a6be1e7 Merge the 2 lpc loops. 17 years ago
Michael Niedermayer 571bbaf814 Factorize lpc code slightly. 17 years ago
Kostya Shishkov b94a631fab Cosmetics: reindent after last commit 17 years ago
Kostya Shishkov fca506dfb6 Add RLE4 and RLE8 decoding support for BMP 17 years ago
Kostya Shishkov 15501c32d0 Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP 17 years ago
Kostya Shishkov a79cae798a Calculate line size correctly for bit depths < 8 17 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