12945 Commits (bfb80dbe216d8f0c8e1c4d79796804983d8a5056)
 

Author SHA1 Message Date
Diego Biurrun bfb80dbe21 This file does not use size_t, so no need to #include <sys/types.h>. 17 years ago
Diego Biurrun a087028ad8 Add #include "config.h" to headers that need it. 17 years ago
Michael Niedermayer 9d2cc8c1ee If consumed does not match nalsize, favor nalsize. 17 years ago
Diego Biurrun 6ef2912879 Add missing stdint.h #include to headers that use it. 17 years ago
Diego Biurrun 2cab640129 typo fixes 17 years ago
Diego Biurrun 88a7a2dc6c wording improvement by the Wanderer 17 years ago
Diego Biurrun a6f6b237e2 typos 17 years ago
Diego Biurrun 315c741d3d Move dependency generation commands into configure. 17 years ago
Alexander Strange 8b83d56893 Fix configure to properly build without PIC by default on Darwin 17 years ago
Mike Melanson fecf966f17 Ministry of English Composition edits, courtesy of the Wanderer 17 years ago
Diego Biurrun 0138c54ec6 Use proper library versions instead of SPPVERSION in Darwin SHFLAGS. 17 years ago
Diego Biurrun f63b6dc0ff Do not calculate dependencies for header files in the .vhookdepend target. 17 years ago
Diego Biurrun 8df4da4eb3 Use $^ without header files instead of $(SRCS) to reference the dependencies 17 years ago
Diego Biurrun a04e32407d Mark Y variable in EPILOG macro as av_unused to avoid unused variable warnings. 17 years ago
Mike Melanson bf99f4fccc Ministry of English Composition edits 17 years ago
Diego Biurrun b7860763ca Clarify comment. 17 years ago
Justin Ruggles 98f6dfa653 make input buffer const, as it should be. fixes a warning. 17 years ago
Aurelien Jacobs 074ac3c2d0 add out of bound stream index checks 17 years ago
Ramiro Polla 1b9cec96e1 Remove windows installer. I'm not aware of anyone that uses it. 17 years ago
Aurelien Jacobs 6ed4eec550 add a temporary variable to simplify the code 17 years ago
Diego Biurrun 30a3ad750b Simplify .depend generation command. 17 years ago
Diego Biurrun 7853bf93b2 Replace the awkward '1>' with the more natural '>'. 17 years ago
Diego Biurrun 3c889b5cf7 Merge SDL_CFLAGS handling for files that need it. 17 years ago
Björn Axelsson 5acef35f57 Add AVClass to URLContext at next major version bump 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun 06de58d2a8 typo 17 years ago
Diego Biurrun bab785a5f9 vhooks really need libav* even if they compile fine without on Linux. 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 17 years ago
Panagiotis Issaris 781138d005 Update the regression tests reference values after the changes to the Matroska 17 years ago
Panagiotis Issaris 635a8cd27d Make av_class a pointer to const. 17 years ago
Benoit Fouet 710af50e0c define VOF as double of VOFW. 17 years ago
Diego Biurrun 3f0bc115f1 Remove redundant swScaler: output from places where av_log() 17 years ago
Mike Melanson 32c3047cac These video decoders do not need to include and initialize the DSP 17 years ago
Mike Melanson d61af67aa1 There is no reason to assign a variable to itself 17 years ago
Aurelien Jacobs b847847a0c cosmetics: remove some empty lines 17 years ago
Aurelien Jacobs 01ccf45b92 remove useless and misleading comments 17 years ago
Michael Niedermayer 1637930fe6 smaller tables 17 years ago
Aurelien Jacobs 36b0782e71 consistent use of MKTAG() in the codec_bmp_tags table 17 years ago
Aurelien Jacobs ab0b2e559a cosmetics: alignment of the codec_bmp_tags table 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Diego Biurrun 88855b51cd Work around gcc stupidity: With -MM gcc outputs just the basename of files as 17 years ago
Justin Ruggles 38dae9c3a6 downmix before imdct unless different size transforms are used. about 20% 17 years ago
Michael Niedermayer 95049fecb2 Clarify the intended meaning of wont_fix. 17 years ago
Kostya Shishkov 811d914652 indentation 17 years ago
Kostya Shishkov 1ba3bae800 Correctly handle empty frames 17 years ago
Kostya Shishkov 8c908d7d61 Fraps v5 decoding support 17 years ago
Kostya Shishkov 6a02cb8239 Add step variable (for future v5 decoding) 17 years ago
Mike Melanson d98878f423 recognize the CLJR FourCC (Cirrus Logic AccuPak) 17 years ago
Ramiro Polla 39fc859ee0 VFW grabber 17 years ago
Ramiro Polla d76c3e077e Correctly handle case where buffer is 100% full 17 years ago