36370 Commits (d56668bd80075615b89aff652fe8a576bf853ceb)
 

Author SHA1 Message Date
Ronald S. Bultje d56668bd80 floatdsp: move scalarproduct_float from dsputil to avfloatdsp. 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
Michael Smith 0881cbf314 proresdec: support mixed interlaced/non-interlaced content 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
Martin Storsjö ab587f39b2 rtpenc: Start the sequence numbers from a random offset 12 years ago
Luca Barbato 9146e872c6 Revert "fate: Use wmv2 IDCT for wmv2 tests" 12 years ago
Diego Biurrun 4af5310d29 get_bits/put_bits: K&R formatting cosmetics 12 years ago
Jindrich Makovicka 570a4a0189 avidec: use sensible error codes instead of -1 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
Martin Storsjö c9311f3e46 srtp: Move a variable to a local scope 12 years ago
Martin Storsjö ae01e8d295 srtp: Add tests for the crypto suite with 32/80 bit HMAC 12 years ago
Martin Storsjö 3ef6d22e1b srtp: cosmetics: Use fewer lines for the test vectors 12 years ago
Martin Storsjö b4bb1d493c srtp: Don't require more input data than what actually is needed 12 years ago
Martin Storsjö a2a991b2dd srtp: Improve the minimum encryption buffer size check 12 years ago
Martin Storsjö e1d0b3d875 srtp: Add support for a few DTLS-SRTP related crypto suites 12 years ago
Martin Storsjö f53490cc0c rtpdec/srtp: Handle CSRC fields being present 12 years ago
Martin Storsjö a76bc3bc44 rtpdec: Check the return value from av_new_packet 12 years ago
Mathias Rauen 04ea5491a8 ac3dec: fix non-optimal dithering of zero bit mantissas 12 years ago
Diego Biurrun d9bf716945 ppc: vorbisdsp: Drop some unnecessary #includes 12 years ago
Martin Storsjö a23abaf302 avconv: Increase the SDP buffer size to fit xiph SDPs 12 years ago
Martin Storsjö c6f1dc8e4c rtpdec: Move setting the parsing flags to the actual depacketizers 12 years ago
Martin Storsjö a9c847c1ba rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer 12 years ago
Martin Storsjö 2326558d52 rtpdec: Split mpegts parsing to a normal depacketizer 12 years ago
Martin Storsjö d5bb8cc2dd rtpdec: Reorder payload handler registration alphabetically 12 years ago
Martin Storsjö a717f99042 mpegts: Share the cleanup code between the demuxer and lavf-internal parser functions 12 years ago
Martin Storsjö 21f5c24b80 rtpdec_mpeg4: Return one AAC AU per AVPacket 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
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
Xi Wang 992b031838 mpegvideo: fix loop condition in draw_line() 12 years ago
Clément Bœsch 40976257bc dvdsubdec: parse the size from the extradata 12 years ago
Diego Biurrun 822b0728f0 x86: dsputil: Drop some unused macro definitions 12 years ago
Martin Storsjö f4facd2ce7 x86: Add a Yasm-based emms() replacement 12 years ago
Diego Biurrun d633d12b2c x86inc: Add cvisible macro for C functions with public prefix 12 years ago
Diego Biurrun ef5d41a553 x86inc: Rename "program_name" to "private_prefix" 12 years ago
Sean McGovern 6d1114a806 configure: Run SHFLAGS through ldflags_filter() 12 years ago
Anton Khirnov 940b8b5861 h264: avoid pointless copying of ref lists 12 years ago