8336 Commits (1cca8d24232c9f81d71364c4725b3bc43eab637e)

Author SHA1 Message Date
Benoit Fouet 21899717a3 Move iv_decode_frame function to remove a forward declaration. 17 years ago
Benoit Fouet 950c0373fd Remove useless lines. 17 years ago
Benoit Fouet 6f427ccbeb Reindent whole file. 17 years ago
Benoit Fouet e1a96237df Indent. 17 years ago
Benoit Fouet f8be1206a6 Simplify iv_free_func(). 17 years ago
Benoit Fouet ffc64ac061 Move allocated buffer out of YUV buffer structure. 17 years ago
Benoit Fouet c2db8a99a6 Remove useless initializations. 17 years ago
Benoit Fouet 8b27f76bf8 Check allocations on init. 17 years ago
Benoit Fouet 809a23a543 Remove useless test. 17 years ago
Benoit Fouet 56d9b943d3 Cosmetics 17 years ago
Benoit Fouet 68e9c68fdb use uint8_t instead of unsigned char 17 years ago
Benoit Fouet e679560d9c Corrector type fits in 8 bits. 17 years ago
Benoit Fouet 2c3c87b8c4 Remove useless casts and use variable instead of its type in sizeof. 17 years ago
Benoit Fouet 9fd88b2946 Change table types to uint8_t 17 years ago
David Conrad 12ce1f3fc1 Downgrade severity of leftover bits in header packets, and don't check for the comment header 17 years ago
Michael Niedermayer ae4ffe9f64 Allocate 1 line more in the chroma plane for H.264, this avoids some 17 years ago
Michael Niedermayer 503bc4026d Replace second (and wrong) call to avcodec_align_dimensions() by adjusting 17 years ago
Michael Niedermayer 8c07cee91a Do not attempt to perform error concealment in lowres mode as this is 17 years ago
Aurelien Jacobs 15ae1959d8 atrac3: ensure input frame is not overwritten (it is const) 17 years ago
David Conrad 068e82bac1 Use skip_frame for keyframe-only decoding rather than #ifdef 17 years ago
Carl Eugen Hoyos bf615b89e3 Fix a warning about an undefined function when compiling h264.c 17 years ago
Diego Biurrun d0feff2a5b Uniformly define _XOPEN_SOURCE to 600. 17 years ago
Michael Niedermayer ed16f91f26 Guess picture type from picture coding extension when the main header is damaged. 17 years ago
Francesco Cosoleto 30ab4deda8 Document the directpred auto value. 17 years ago
Siarhei Siamashka 4c149a80e6 Use DECLARE_ALIGNED_16() on vorbis windows as they are used in dsputils 17 years ago
Michael Niedermayer 766a4a99e2 Replace apparently always true condition by assert(). 17 years ago
Michael Niedermayer c2c7342b70 Simplify pix_fmt_id instead of listing a subset of non-simplified ones. 17 years ago
Michael Niedermayer 7c1e33f930 Check the 4th plane too when selecting the pixfmt. 17 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