16048 Commits (a3250d073da3b95f3369361f0b20809d66fbf692)
 

Author SHA1 Message Date
Baptiste Coudurier a3250d073d sync to latest mingw api, remove unneeded struct definitions 16 years ago
Michael Niedermayer de3ae185a4 2 in 1, an ASS and SSA demuxer. 16 years ago
Baptiste Coudurier fb1d2d7be2 include sys/select.h, fix freebsd 5.5 compilation 16 years ago
Baptiste Coudurier 6ad1c9c992 only include sys/select.h if present, fix mingw compilation 16 years ago
Michael Niedermayer 644b0c4c92 Prevent image2 from complaining about non monotone timestamps as 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
Stefano Sabatini 05b90fc0c5 Implement av_nearer_q() and av_find_nearest_q_idx() functions. 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
Baptiste Coudurier fe28178303 cosmetics, remove GXF: in log messages since it is present in context 16 years ago
Baptiste Coudurier 99f296b304 skip invalid audio samples in gxf packets 16 years ago
Michael Niedermayer 60c9b24df0 Field -> MBAFF direct mode can use data from fields that are not 16 years ago
Baptiste Coudurier c75a0cce5b include sys/select.h to get select, according to posix 2001, 16 years ago
Baptiste Coudurier 933bd8e291 include sys/select.h instead of unistd.h to get select, 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
Baptiste Coudurier 4e240985d8 stop parsing if tag size is wrongly < 8 to avoid infinite loop 16 years ago
Michael Niedermayer f2d65a6c8a Avoid segfault due to not set AVCodec. 16 years ago
Baptiste Coudurier aeb627888d merge amr wb case with amr nb and qcelp 16 years ago
Baptiste Coudurier 637b638e1e only write trailer when state says so, should fix issue #646 16 years ago
Baptiste Coudurier 26f5e1469f do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz 16 years ago
Kostya Shishkov e774c41cab Correct wrong lower limit and condition used in APE decoder 16 years ago
Michael Niedermayer f26be47740 ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". 16 years ago
Michael Niedermayer 645a6be1e7 Merge the 2 lpc loops. 16 years ago
Michael Niedermayer 571bbaf814 Factorize lpc code slightly. 16 years ago
Diego Biurrun b6bd726843 Add MIPS to list of architectures requiring PIC flags. 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
Kostya Shishkov 26d3e4d3ab Add myself to BMP format maintainers (with permission from Mans on IRC) 16 years ago
Vitor Sessak b93dd8383a Add support for RVTR fourCC 16 years ago
Michael Niedermayer aa617518b9 A few empty lines for readability. 16 years ago
Michael Niedermayer f4d3382da2 Another try to fix temporal direct mode references. 16 years ago
Diego Biurrun 8556ea0333 spelling cosmetics 16 years ago
Brad acce61a7c6 AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com. 16 years ago
Michael Niedermayer 8dbd9cb695 Fix all the recent problems Justin had run into with the AC3 parser, 16 years ago
Michael Niedermayer 48e025e5b6 Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. 16 years ago
Michael Niedermayer 471341a7f3 indent 16 years ago
Michael Niedermayer 53c193a9b0 Correct comment in the direct mode code. 16 years ago
Michael Niedermayer a0ad40832f Simplify initialization of a few direct mode related variables. 16 years ago
Brad 1b6e8b734c V4L2 support for OpenBSD, patch by Brad, brad comstyle com 16 years ago
Michael Niedermayer 8b1fd554e1 Make MBAFF temporal direct mode closer to the spec. 16 years ago
Michael Niedermayer 8f56e219b2 Move direct_dist_scale_factor() and direct_ref_list_init() after fill_mbaff_ref_list() 16 years ago