6511 Commits (1beb670a2d63da271cb259c12dffb85903a14ed2)

Author SHA1 Message Date
Justin Ruggles c599e297e7 Pass AACAC3ParseContext to sync() instead of individual arguments. Patch by 17 years ago
Diego Biurrun 170c0b455c Fix typo in variable name: blured --> blurred. 17 years ago
Diego Biurrun 04932b0d97 cosmetics: typo fixes 17 years ago
Diego Biurrun d952638699 typo: occured --> occurred 17 years ago
Sascha Sommer 975cdc8fc1 rl2 decoder 17 years ago
Zuxy Meng 9e8e6d318c Add missed call to ff_cavsdsp_init_3dnow() in dsputil_init_mmx() 17 years ago
Michael Niedermayer c8cf325a9b Document AVCodec.flush() 17 years ago
Michael Niedermayer a2d1124605 Document AVCodec.capabilities. 17 years ago
Zuxy Meng 9f6152dfdb Apply 'alloc_size' attribute to ff_realloc_static() 17 years ago
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