8546 Commits (14a8acf108d24de2794229f755773c2b7459ba67)

Author SHA1 Message Date
Michael Niedermayer f656106f76 Add type, text and ass to AVSubtitleRect. 16 years ago
Michael Niedermayer 25b4c651a3 Replace AVSubtitleRect.rgba_palette and bitmap by AVPicture. 16 years ago
Michael Niedermayer ebc466bb5f Replace some fixed width variable from AVSubtitle* by normal int. 16 years ago
Michael Niedermayer 052571e75a Forgot to update (I likely missed it due to its similar name to dvb...) 16 years ago
Michael Niedermayer 2e94fb5d46 Future doxy for a few fields of AVSubtitleRect. 16 years ago
Michael Niedermayer db4fac64db Change AVSubtitle.rects to an array of pointers so ABI does not break 16 years ago
Michael Niedermayer c66216ed5d Add enum AVSubtitleType 16 years ago
Jason Garrett-Glaser 37fed10087 Add x264 SSE2 iDCT functions to H.264 decoder. 16 years ago
Diego Biurrun c96da3edc3 Avoid POSIX-reserved _t namespace. 16 years ago
Diego Biurrun 0f0b707fa3 Avoid POSIX-reserved _t namespace. 16 years ago
Måns Rullgård 172a39d13c ARM: work around linker bug with movw/movt relocations in shared libs 16 years ago
Måns Rullgård 77e2249e2f ARM: rename coefficient table in NEON IDCT 16 years ago
Aurelien Jacobs 275131628d Remove duplicated dot product code. Use dsputil's 16 years ago
Kostya Shishkov 592beefe99 It turned out that RV30 uses motion vectors for forward motion B-frame 16 years ago
Michael Niedermayer e4f1ec3a4c Explain the lack of +3/7 16 years ago
Carl Eugen Hoyos 6735e2c810 Revert r16375: It broke aac decoding. 16 years ago
Carl Eugen Hoyos 69b38d4dc3 Reduce number of warnings when compiling with icc by two. 16 years ago
Carl Eugen Hoyos 3a095bee2b Silence one warning when compiling with icc: 16 years ago
Carl Eugen Hoyos 2c67c65963 Fix h264 decoding on SSE2 cores with icc compilation. 16 years ago
Måns Rullgård 23ae2b68b0 Replace UNALIGNED_STORES_ARE_BAD with !HAVE_FAST_UNALIGNED 16 years ago
Måns Rullgård edf7c2b26f simple_idct: use MUL16 and MAC16 from mathops.h 16 years ago
Diego Biurrun 79cb09b2f7 consistency cosmetics: Rename POWERPC identifiers to PPC. 16 years ago
Luca Barbato d89eae6f1a Remove stray code 16 years ago
Luca Barbato a6b4448cdf Cleanup _t types in libavcodec/ppc 16 years ago
Reimar Döffinger b870027a19 Bump minor number for many small improvements, tiff fax decoding, 16 years ago
Måns Rullgård f23740d96f ARM: NEON optimised float_to_int16 16 years ago
Michael Niedermayer 92799d3213 Enable faxcompr. 16 years ago
Michael Niedermayer a56f82eaf8 indent 16 years ago
Michael Niedermayer 537bf4266f Simplify vertical mode 16 years ago
Michael Niedermayer eb0094b224 And another sechole ... 16 years ago
Michael Niedermayer 268309750b Fix yet another sechole. 16 years ago
Michael Niedermayer 11c5999e20 Fix another sechole. 16 years ago
Michael Niedermayer 2a522579aa Minor simplification. 16 years ago
Michael Niedermayer f78a679177 Remove unused run_start variable. 16 years ago
Michael Niedermayer 6f5c00eb9f Move sync line pointers code to the end of the loop, it is simpler that way. 16 years ago
Michael Niedermayer e3a54b6694 Get rid of check for condition that is always true (run_off < avctx->width). 16 years ago
Michael Niedermayer 43ba8f3545 Get rid of pix_left in the 2d code, it is simpler that way. 16 years ago
Reynaldo H. Verdejo Pinochet a3636fa033 COSMETICS Part 3 and final of Kenan Gillet's QCELP silence handling patch. 16 years ago
Reynaldo H. Verdejo Pinochet 4f54fb54e3 Part 2 of Kenan Gillet's QCELP silence handling patch. 16 years ago
Michael Niedermayer 6fe68c7b97 Factorize "avctx->width + 2" out to avoid someone mistakenly changing 16 years ago
Michael Niedermayer 621e6525a6 cosmetic (moving pix_left update) 16 years ago
Michael Niedermayer 1d7985072c Close gaping sechole. That is, a series of run=0 allows arbitrary data to 16 years ago
Michael Niedermayer d02ab57a5f minor simplification 16 years ago
Michael Niedermayer 66909bc4f1 Merge ff_ccitt_unpack_1d and 2d. 16 years ago
Michael Niedermayer d68542f019 Ensure that an invalid run terminates the line. 16 years ago
Michael Niedermayer ec5bdf4989 10l != vs. == (yes, my fault not kostya's). 16 years ago
Michael Niedermayer 679f3fa901 indent 16 years ago
Michael Niedermayer 68d48cc592 Simplify zero run handling in put_line(). 16 years ago
Michael Niedermayer bc0f7a9c75 Avoid negation in put_line(). 16 years ago
Michael Niedermayer 4e60b64324 Factorize mode switching in put_line(). 16 years ago