6402 Commits (c02a1b3593ced69109d6c5e721cc9387b53e456c)

Author SHA1 Message Date
Zuxy Meng c02a1b3593 Apply 'alloc_size' and 'malloc' attributes to av_mallocz_static() 17 years ago
Zuxy Meng 98a6fff98c Apply 'cold' attribute to init/uninit functions in libavcodec 17 years ago
Diego Biurrun 77ab59eb7f two more typos spotted by Mike 17 years ago
Diego Biurrun c2f178da71 british_english--; 17 years ago
Michael Niedermayer 8474f58e8b More complete documentation for AVFrame.reference. 17 years ago
Michael Niedermayer 943032b155 Hardcode register to prevent aparent miscompilation. 17 years ago
Michael Niedermayer dea00a4623 remove unused temp 17 years ago
Baptiste Coudurier 6122b733e9 omg, fix compilation 17 years ago
Baptiste Coudurier d0ed455f19 correctly set avctx->frame_size for mp3on4 and mp3adu 17 years ago
Ramiro Polla 956330452b Remove useless variable since r8456. 17 years ago
Ramiro Polla a7129de51b Mimic decoder. 17 years ago
Måns Rullgård b55aa9a904 get register names from x86_cpu.h 17 years ago
Måns Rullgård a62a1c3152 use HAVE_FAST_64BIT 17 years ago
Måns Rullgård ea68e33469 cosmetics: remove useless \-newline escapes 17 years ago
Måns Rullgård 4f54a3b8b4 indentation 17 years ago
Måns Rullgård 844ea46aeb clean up FFT SIMD selection 17 years ago
Måns Rullgård d85d7a0be7 mpegvideo_armv5te.o belongs to OBJS, not ASM_OBJS 17 years ago
Måns Rullgård 5550eba88d typo: add missing \ in multi-line macro 17 years ago
Måns Rullgård e6b790f9e7 fix typo ARCH_PPC -> ARCH_POWERPC 17 years ago
Diego Biurrun b0605329c9 Move functions that are only used when libswscale is not compiled in below 17 years ago
Måns Rullgård 77f11d8a4c improve precision in mdct.c using double for some temporaries 17 years ago
Diego Biurrun bd10713636 typo fixes 17 years ago
Dave Yeo b96644bfe3 Add attribute_align_arg to os2thread.c. 17 years ago
Ramiro Polla 69b192acb8 Typo 17 years ago
Diego Biurrun b2c26e2717 Use correct t printf modifier for pointer differences. 17 years ago
Baptiste Coudurier 99c763d143 log aspect ratio forbidden value, and fail if error resilience is high 17 years ago
Baptiste Coudurier a2338352be do not fail badly if aspect ratio is 0/forbidden, fix issue 369 17 years ago
Diego Biurrun bfb80dbe21 This file does not use size_t, so no need to #include <sys/types.h>. 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
Justin Ruggles 98f6dfa653 make input buffer const, as it should be. fixes a warning. 17 years ago
Diego Biurrun 7ce6892373 misc spelling fixes 17 years ago
Diego Biurrun 13ca50f367 Rename --enable-swscaler --> enable-swscale to be consistent with the 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
Michael Niedermayer 1637930fe6 smaller tables 17 years ago
Aurelien Jacobs 9701840bb5 add FF_ prefix to all (frame)_TYPE usage 17 years ago
Justin Ruggles 38dae9c3a6 downmix before imdct unless different size transforms are used. about 20% 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
Diego Biurrun e73e4e75f9 cosmetics: Fix indentation in a few more places. 17 years ago
Diego Biurrun ef3dfbd427 cosmetics: Normalize {} placement after for, while, if. 17 years ago
Aurelien Jacobs a73cbf9709 huffman: add a zero_count flag and use it in fraps 17 years ago
Aurelien Jacobs bac02ed3c5 huffman: pass hnode_first as a flag instead of as an argument on its own 17 years ago
Mark Cox 8d06bd53f8 Fix unused variable warnings. 17 years ago
Diego Biurrun 9b25f4a65f cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. 17 years ago
Ramiro Polla 5dea940937 __stdcall -> WINAPI 17 years ago