source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3824ef08   14 years mans ARM: allow unaligned buffer in fixed-point NEON FFT4 This function is …
(edit) @240c5d6f   14 years mans fate: test more FFT etc sizes This tests sizes from 16 to 4096, not …
(edit) @49c7006c   14 years rsbultje dca: set AVCodecContext frame_size for DTS audio Set the frame size …
(edit) @3c7c16fd   14 years diego YASM: Shut up unused variable compiler warning with --disable-yasm. …
(edit) @567a32b5   14 years rsbultje x86_32: Fix build on x86_32 with --disable-yasm. Signed-off-by: …
(edit) @75a24bef   14 years mans iirfilter: add fate test Change the test program to output text …
(edit) @66e2dd11   14 years diego doxygen: Add qmul docs.
(edit) @9cec1bbd   14 years diego ogg: propagate return values and return more meaningful error values …
(edit) @5029a40   14 years jason H.264: fix overreads of qscale_table filter_mb_fast assumed that …
(edit) @e589e4b8   14 years diego Remove unused static tables and static inline functions.
(edit) @94350ab9   14 years mans eval: clear Parser instances before using This prevents random values …
(edit) @74965f2   14 years mans dct-test: remove 'ref' function pointer from tables The reference …
(edit) @db54be09   14 years diego build: Remove deleted 'check' target from .PHONY list.
(edit) @0a94020b   14 years diego oggdec: Abort Ogg header parsing when encountering a data packet. …
(edit) @e3759c56   14 years diego Add LGPL license boilerplate to files lacking it.
(edit) @19b61273   14 years diego mxfenc: small typo fix Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3c432e11   14 years diego doxygen: Fix documentation for some VP8 functions.
(edit) @3e2aa268   14 years mans sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t* …
(edit) @9e52a406   14 years mans des: allow unaligned input and output buffers Signed-off-by: Mans …
(edit) @d04d9f24   14 years mans aes: allow unaligned input and output buffers Signed-off-by: Mans …
(edit) @6c374bc   14 years mans libxvid: add missing include of libavutil/mathematics.h …
(edit) @27e71443   14 years mans fate: add idct8x8 test This tests the IDCT implementations available …
(edit) @dbf396d4   14 years mans dct-test: exit with non-zero status if an IDCT fails IDCTs are …
(edit) @883fd9e3   14 years mans eval: add fate test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @6da812e4   14 years mans eval: make timing optional in test program Signed-off-by: Mans …
(edit) @84757de0   14 years mans fate: add 'null' comparison method Setting CMP=null uses stdout from …
(edit) @7fd2c138   14 years mans dct-test: make speed test optional Signed-off-by: Mans Rullgard …
(edit) @cf2b4f88   14 years mans dct-test: remove is_idct field from tables Signed-off-by: Mans …
(edit) @4b357756   14 years mans dct-test: split table in two for idct and fdct Signed-off-by: Mans …
(edit) @4f905a65   14 years mans dct-test: simplify calling dct_error() Pass a pointer to the DCT …
(edit) @36fa9ef3   14 years mans dct-test: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @412594e   14 years mans dct-test: remove commented out code Signed-off-by: Mans Rullgard …
(edit) @954a6532   14 years mans vorbis: vpxenc: Add missing include for av_rescale* Signed-off-by: …
(edit) @a4ab70f9   14 years jason ffmpeg: Fix VDPAU decoding for some H264 samples.
(edit) @58f7aad0   14 years rsbultje Fix build with --disable-yasm. Signed-off-by: Ronald S. Bultje …
(edit) @082768f0   14 years lorenm vf_gradfun: relicense x86 asm to LGPL Actually I gave permission for …
(edit) @556f8a0   14 years jason H.264: template left MB handling Faster H.264 decoding with …
(edit) @ca80f11e   14 years jason H.264: faster fill_decode_caches Aliasing avoidance and general cleanup.
(edit) @3b7ebeb4   14 years jason H.264: faster write_back_* Avoid aliasing, unroll loops, and inline …
(edit) @cb54694   14 years jason H.264: faster fill_filter_caches Reduce aliasing problems and unroll …
(edit) @4320a309   14 years jason H.264: make filter_mb_fast support the case of unavailable top mb …
(edit) @abc78a5a   14 years mans Do not include log.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @d49ea4a   14 years mans Do not include pixfmt.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @e91709ca   14 years mans Do not include rational.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @0ebcdf5c   14 years mans Do not include mathematics.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @ee8aecd2   14 years mans Do not include intfloat_readwrite.h in avutil.h Signed-off-by: Mans …
(edit) @add41dec   14 years mans Remove return statements following infinite loops without break These …
(edit) @f75e3da5   14 years diego RTSP: Doxygen comment cleanup Do not use Doxygen for comments that …
(edit) @c81a2b9b   14 years diego doxygen: Escape '\' in Doxygen documentation.
(edit) @82494cad   14 years mans md5: cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @fa49fc72   14 years mans md5: use AV_WL32 to write result This is simpler, safer, and removes …
(edit) @8b53755e   14 years mans md5: add fate test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @44496ff2   14 years mans md5: include correct headers This file needs stdint.h but not …
(edit) @edf4dbff   14 years mans md5: fix test program This makes the md5-test program print something …
(edit) @ff993cd7   14 years diego doxygen: Drop array size declarations from Doxygen parameter names. …
(edit) @24c9bab   14 years diego doxygen: Fix parameter names to match the function prototypes.
(edit) @01c17c88   14 years diego doxygen: Remove spurious documentation for non-existing function …
(edit) @3d85acc8   14 years diego doxygen: Fix execute_code() @return documentation.
(edit) @050f5090   14 years diego snow: Remove unused code.
(edit) @91c9aa09   14 years diego Move some conditionally used code below the appropriate #ifdef.
(edit) @14376a5   14 years mans crc: add fate test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @03256d96   14 years mans fate: move libavutil test rules to a separate file Signed-off-by: …
(edit) @8c94eab0   14 years mans configure: do not blank $LIBNAME if static libs disabled Whatever …
(edit) @c558122e   14 years diego Fix segmentation fault in ffprobe
(edit) @9bfa5363   14 years rsbultje H.264: Add x86 assembly for 10-bit H.264 qpel functions. Mainly …
(edit) @10dde477   14 years siretart Update Doxyfile to the format preferred by Doxygen 1.7.1 (via 'doxygen …
(edit) @8f175810   14 years mans aes: fix for big endian systems This was missed in 5d20f19 since …
(edit) @66fe597   14 years mans des: reduce number of iterations in test program Testing a million …
(edit) @904b5d30   14 years mans fate: add DES test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @c9403419   14 years mans avidec: simplify convoluted flow in avi_load_index() Signed-off-by: …
(edit) @6728aaf6   14 years mans ffv1: remove unused tables Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @b27565b1   14 years mans Remove statements immediately following unconditional jumps This …
(edit) @050f2b3e   14 years mans mjpeg: remove pointless braces around block of code Signed-off-by: …
(edit) @5d20f19b   14 years mans aes: fix invalid array indexing in init code This makes the code work …
(edit) @21accb3b   14 years mans h264: remove assert() immediately following return statement …
(edit) @af2ea724   14 years mans aes: use direct assignments instead of memcpy() or loops …
(edit) @5dd045e   14 years mans ARM: ac3: update ff_ac3_extract_exponents_neon per 8b7b2d6 …
(edit) @8aa63f0b   14 years mans ARM: NEON optimised vector_clip_int32() Signed-off-by: Mans Rullgard …
(edit) @8f440223   14 years rsbultje swscale: disable full_chroma_int when converting to non-24/32bpp RGB. …
(edit) @ccfa626d   14 years rsbultje suggest to use av_get_bytes_per_sample() in …
(edit) @f6d6783a   14 years rsbultje ffmpeg: use av_get_bytes_per_sample() in place of …
(edit) @0d5c349a   14 years mans put_bits: remove ALT_BITSTREAM_WRITER The code for this variant does …
(edit) @30b0552   14 years mans put_bits: always use intreadwrite.h macros This fixes invalid …
(edit) @12489443   14 years siretart libavformat: Add an example how to use the metadata API Also include …
(edit) @21a19b79   14 years siretart doxygen: Prefer member groups over grouping into modules Before this, …
(edit) @7655cfb1   14 years siretart doxygen: be more permissive when searching for API examples
(edit) @1a53a438   14 years siretart avformat: doxify the Metadata API convert the comment that documents …
(edit) @4f731c44   14 years anton lavf: restore old behavior for custom AVIOContex with an AVFMT_NOFILE …
(edit) @5001d6e   14 years anton lavf: use the correct pointer in av_open_input_stream().
(edit) @d3f610c   14 years alex.converse avidec: infer absolute vs relative index from first packet
(edit) @23ce6e72   14 years mans get_bits: remove x86 inline asm in A32 bitstream reader x86 does not …
(edit) @fccab018   14 years siretart doc: Remove outdated information about our issue tracker We have now …
(edit) @8b84af74   14 years alex.converse avidec: Factor out the sync fucntionality.
(edit) @29651e1d   14 years alex.converse fate-aac: Expand coverage. Add al05_44, al06_44, al17_44.
(edit) @f99a5ef9   14 years justin.ruggles ac3dsp: add x86-optimized versions of ac3dsp.extract_exponents().
(edit) @8b7b2d6a   14 years justin.ruggles ac3dsp: simplify extract_exponents() now that it does not need to do …
(edit) @523b7eba   14 years justin.ruggles ac3enc: clip coefficients after MDCT. This ensures that any …
(edit) @6054cd2   14 years justin.ruggles ac3enc: add int32_t array clipping function to DSPUtil, including x86 …
(edit) @8a8d0ce2   14 years rsbultje swscale: for >8bit scaling, read in native bit-depth. For 9/10bit, it …
(edit) @cdc2c1c5   14 years rsbultje matroskadec: matroska_read_seek after after EBML_STOP leads to …
Note: See TracRevisionLog for help on using the revision log.