22346 Commits (8102f27b5b3dff54f8099019c2df4701ac5e5d4f)

Author SHA1 Message Date
Paul B Mahol 205b2d2a98 adcpmenc: remove unused header 12 years ago
Paul B Mahol a2dd988bf8 jpeglsenc: add missing put_bits.h header 12 years ago
Paul B Mahol be38aaba4a ffv1enc: include correct header 12 years ago
Paul B Mahol 6f465c6219 dcaenc: remove unused header 12 years ago
Paul B Mahol 92d874cb78 flacenc: include correct header 12 years ago
Michael Niedermayer 713dea584b truemotion2: use av_mallocz() 12 years ago
Michael Niedermayer e49c2aab80 truemotion2: clear the token array if its initialization fails. 12 years ago
Michael Niedermayer 1bb05797ec sanm: remove "duplicate" for loop. 12 years ago
Michael Niedermayer 49b729d3af sanm: check image dimensions before using them 12 years ago
Diego Biurrun 73b704ac60 arm: Add some missing header #includes 12 years ago
Ronald S. Bultje 5959bfaca3 floatdsp: move butterflies_float from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 42d3246948 floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje 55aa03b9f8 floatdsp: move vector_fmul_add from dsputil to avfloatdsp. 12 years ago
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 12 years ago
Paul B Mahol c4274d118b lagarith: return more meaningful error codes 12 years ago
Carl Eugen Hoyos 40297a8bdb Support solid gray frames when decoding Lagarith. 12 years ago
Michael Smith 0881cbf314 proresdec: support mixed interlaced/non-interlaced content 12 years ago
Michael Niedermayer b3ab281027 avcodec/x86/cabac: workaround llvm 4.2.1 bug 12 years ago
Ronald S. Bultje 4a73fbd9c5 vp3/5: move put_no_rnd_pixels_l2 from dsputil to VP3DSPContext. 12 years ago
Diego Biurrun 4f56e773fe x86: ac3: Fix HAVE_MMXEXT condition to only refer to external assembly 12 years ago
Luca Barbato 9146e872c6 Revert "fate: Use wmv2 IDCT for wmv2 tests" 12 years ago
Michael Niedermayer aeef76b383 dsputil: CONFIG_DWT doesnt exist anymore 12 years ago
Michael Niedermayer 5b95d39ee1 vp3: fix compilation with a disabled theora 12 years ago
Diego Biurrun 4af5310d29 get_bits/put_bits: K&R formatting cosmetics 12 years ago
Michael Niedermayer fbdb0313f5 ac3dec: fix non-optimal dithering of zero bit mantissas 12 years ago
Paul B Mahol 098d3891be EVRC decoder 12 years ago
Daniel Kang 9f00b1cbab dsputilenc: x86: Convert pixel inline asm to yasm 12 years ago
Brad Smith c7df1532e5 libgsm: detect libgsm header path 12 years ago
Ronald S. Bultje ce378f0dd0 fate: Use wmv2 IDCT for wmv2 tests 12 years ago
Ronald S. Bultje 1768e43ceb vorbisdsp: change block_size type from int to intptr_t. 12 years ago
Ronald S. Bultje 93af2734ee lavc: put FF_IDCT_{VP3,H264,CAVS,BINK,EA,WMV2} under FF_API_IDCT. 12 years ago
Ronald S. Bultje e6bc38fd49 wmv2: move IDCT to its own DSP context. 12 years ago
Ronald S. Bultje 8a4f26206d dsputil: remove butterflies_float_interleave. 12 years ago
Mathias Rauen 04ea5491a8 ac3dec: fix non-optimal dithering of zero bit mantissas 12 years ago
Michael Niedermayer 3fba3e79a3 h264/ff_generate_sliding_window_mmcos: fix use of uninitialized variable 12 years ago
Michael Niedermayer dcbe15813e h264: print mismatching opcode details in check_opcodes() 12 years ago
Michael Niedermayer fc86f88b32 h264: fix use of uninitialized variable 12 years ago
Michael Niedermayer bc15fcb8cf theora: support midstream reconfiguration 12 years ago
Diego Biurrun d9bf716945 ppc: vorbisdsp: Drop some unnecessary #includes 12 years ago
Michael Niedermayer 6136b989f6 vc1dec: add assert to impossible *_valid combination. 12 years ago
Martin Storsjö d160a2fb4c ppc: Include string.h for memset 12 years ago
Janne Grunau 68f18f0351 videodsp_armv5te: remove #if HAVE_ARMV5TE_EXTERNAL 12 years ago
Michael Niedermayer 60af6c3138 h264: Only apply error concealment if theres a frame 12 years ago
Mans Rullgard 0b711ca3f3 dsputil: drop non-compliant "fast" qpel mc functions 12 years ago
Luca Barbato 4603ec85ed get_bits: change the failure condition in init_get_bits 12 years ago
Ronald S. Bultje 0e02b381b4 Remove put_no_rnd_pixels_l2 function pointer for w=16 from dsputil. 12 years ago
Ronald S. Bultje fef906c77c Move vorbis_inverse_coupling from dsputil to vorbisdspcontext. 12 years ago
Ronald S. Bultje aeaf268e52 vp3: integrate clear_blocks with idct of previous block. 12 years ago
Michael Niedermayer 0c6b0409af mpeg1enc: Disable threads for resolutions too large for multi-threading 12 years ago
Xi Wang 992b031838 mpegvideo: fix loop condition in draw_line() 12 years ago