source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e0d8427d   13 years justin.ruggles af_resample: remove an extra space in the log output
(edit) @5ff01259   13 years justin.ruggles Convert vector_fmul range of functions to YASM and add AVX versions …
(edit) @afeb3590   13 years justin.ruggles lavfi: add an audio split filter Based on current version of the …
(edit) @cc30080   13 years justin.ruggles lavfi: rename vf_split.c to split.c This is in preparation for adding …
(edit) @13a867a   13 years diego dwt: K&R prettyprinting cosmetics Signed-off-by: Diego Biurrun …
(edit) @db9e00f4   13 years diego Remove libnut wrapper libnut is unmaintained and known to be buggy; …
(edit) @9309bdfe   13 years diego fate: change name of FATE samples location environment variable …
(edit) @e9cef897   13 years justin.ruggles avformat: Add a flag to mark muxers that allow (non strict) monotone …
(edit) @5d603f1b   13 years martin http: Factorize the code by adding http_read_header() This function …
(edit) @4f04f5cc   13 years diego indeo: Make ivi_calc_band_checksum() static, it is only used in one file.
(edit) @9ccbdc0a   13 years diego indeo: Drop unused debug function ivi_check_band().
(edit) @0c517644   13 years diego avcodec/utils: cast a function argument to shut up a compiler warning …
(edit) @4466d0e8   13 years diego truemotion1: remove disabled code
(edit) @f05b69a7   13 years kostya.shishkov fix typo in comment
(edit) @4852cb37   13 years mans fate: fix dependencies for non-SAMPLES avconv tests The encode/decode …
(edit) @cf61aaac   13 years kostya.shishkov indeo: check for invalid motion vectors
(edit) @96037382   13 years kostya.shishkov indeo: check that band output buffer exists
(edit) @23ba1503   13 years kostya.shishkov indeo: clear allocated band buffers
(edit) @a6e4ac40   13 years kostya.shishkov indeo: track tile macroblock size
(edit) @fe7a37c3   13 years kostya.shishkov indeo: check custom Huffman tables for errors
(edit) @aa372cf4   13 years kostya.shishkov factor out common decoding code for Indeo 4 and Indeo 5
(edit) @b37d945d   13 years kostya.shishkov mp3: fix start band index for block type 2 in 8kHz audio In hybrid …
(edit) @68aef0b4   13 years mans lavf: change some (de)muxer names to lowercase This is consistent …
(edit) @81ad97ee   13 years mans lavf: make output format matching case insensitive This is consistent …
(edit) @63dcd16d   13 years mans fate: fix dependencies on SAMPLES being set This allows fate to run …
(edit) @8ccc1c59   13 years mans fate: remove unnecessary libavfilter dependency avconv now requires …
(edit) @39885a4b   13 years anton avconv: reindent
(edit) @74b961db   13 years anton avconv: replace -vsync cfr code with the fps filter. Invented …
(edit) @755cd419   13 years anton mov: enable parsing for VC-1. This makes lavf discard broken …
(edit) @54c5dd89   13 years anton lavfi: Add fps filter. Partially based on a patch by Robert Nagy …
(edit) @7b3b24a8   13 years anton lavfi: initialize pts to AV_NOPTS_VALUE when creating new buffer refs.
(edit) @0ad26cd   13 years anton avconv: add support for audio in complex filtergraphs.
(edit) @90c9edba   13 years diego doc: Replace some @file tags by more suitable markup.
(edit) @1afc2789   13 years diego fate: Set FUZZ factor of vorbis-13 test to 2. This is necessary to …
(edit) @4cc8e153   13 years diego fate: Set FUZZ factor of (e)ac3-encode test to 3. This is necessary …
(edit) @ab5c38ec   13 years mans fate: remove unused code from regressions-funcs.sh The only uses of …
(edit) @4b7304e8   13 years martin rtmp: Don't assume path points to a string of nonzero length If using …
(edit) @01e98b1b   13 years anton avconv: fix behavior with -ss as an output option. Don't return from …
(edit) @7d7b40f4   13 years mans pcmenc: set correct bitrate value This fixes a bogus bitrate value in …
(edit) @d8947523   13 years anton avprobe: don't print format entry name when only one was requested …
(edit) @6ce51a9b   13 years martin fate: Work around non-standard wc implementations at more places This …
(edit) @ed7409f   13 years mans fate: work around non-standard wc implementations On some systems, …
(edit) @6797d194   13 years diego x86: rv40: Mark rv40_weight functions as MMX2; they use MMX2 instructions.
(edit) @95a98ab3   13 years justin.ruggles ac3dsp: simplify x86 versions of ac3_max_msb_abs_int16 Simplifies the …
(edit) @11e33402   13 years mans fate: use standard diff options diff -w is not a standard option. …
(edit) @46ea4635   13 years diego tta: Fix comment about channel number; TTA supports >2 channels. …
(edit) @91791ac2   13 years diego avfilter: Move ff_get_ref_perms_string() to where it is used. This …
(edit) @4982e1dd   13 years diego build: Add 'check' target to run all compile and test targets.
(edit) @6de226a2   13 years kostya.shishkov indeo3: validate new frame size before resetting decoder
(edit) @bc00da27   13 years kostya.shishkov indeo3: when freeing buffers, set pointers referencing them to NULL as well
(edit) @81064a80   13 years kostya.shishkov indeo3: initialise pixel planes on allocation This prevents decoder …
(edit) @fc417db3   13 years kostya.shishkov indeo3: ensure that decoded cell data is in 7-bit range as presumed by …
(edit) @6d042f79   13 years mans fate: rename psx-str-v3-mdec to mdec-v3 This name better reflects …
(edit) @c68adc7b   13 years mans fate: convert psx-str to a demuxer test While these codecs are …
(edit) @db465be4   13 years mans lavf: add mdec to is_intra_only() list Signed-off-by: Mans Rullgard …
(edit) @0ff0af7   13 years mans fate: use diff -b in oneline comparison This is simpler and should …
(edit) @d89eca50   13 years anton Add missing version bumps and APIchanges/Changelog entries.
(edit) @4a1ac8c4   13 years anton lavfi: move buffer management function to a separate file.
(edit) @4c64fed3   13 years anton lavfi: move formats-related functions from default.c to formats.c …
(edit) @c5432d3c   13 years anton lavfi: move video-related functions to a separate file. This is …
(edit) @7abf7899   13 years mans fate: make smjpeg a demux test These codecs are covered elsewhere so …
(edit) @b1c1d7d   13 years mans fate: separate sierra-vmd audio and video tests Signed-off-by: Mans …
(edit) @0b1c8685   13 years mans fate: separate smacker audio and video tests Signed-off-by: Mans …
(edit) @e6694659   13 years anton libmp3lame: set supported channel layouts.
(edit) @6eeb9a04   13 years anton avconv: automatically insert asyncts when -async is used. Deprecate …
(edit) @369cb092   13 years anton avconv: add support for audio filters. The FATE changes are all …
(edit) @9f26421b   13 years anton lavfi: add asyncts filter.
(edit) @fb604ae8   13 years anton lavfi: add aformat filter Based on a patch by Mina Nagy Zaki …
(edit) @a2cd9be2   13 years anton lavfi: add an audio buffer sink.
(edit) @4c66c407   13 years anton lavfi: add an audio buffer source.
(edit) @720c6b78   13 years anton buffersrc: add av_buffersrc_write_frame(). It's the same as …
(edit) @8b05e13d   13 years anton buffersrc: fix invalid read in uninit if the fifo hasn't been allocated
(edit) @fad729f   13 years anton lavfi: rename vsrc_buffer.c to buffersrc.c Most of the code will be …
(edit) @fd127ede   13 years anton avfiltergraph: reindent
(edit) @ff1f51a8   13 years anton lavfi: add channel layout/sample rate negotiation.
(edit) @5775a183   13 years anton lavfi: add types and functions for channel layout/samplerate negotiation
(edit) @394a0267   13 years anton yadif: Flush filter on eof. Signed-off-by: Anton Khirnov …
(edit) @7dd56d41   13 years anton yadif: Improve pts accuracy. Signed-off-by: Anton Khirnov …
(edit) @7c6d2406   13 years mans mtv: do not byteswap raw video in demuxer Signed-off-by: Mans …
(edit) @31f2c023   13 years janne-libav avprobe: free options at the end of main()
(edit) @093c50a4   13 years janne-libav avprobe: close opened codecs after use Fixes "memleak" on closing …
(edit) @100c70b0   13 years diego vcr1: Add vcr1_ prefixes to all static functions with generic names.
(edit) @a761e595   13 years diego vcr1: Fix return type of common_init to match the function pointer …
(edit) @55da88c5   13 years diego vcr1enc: Replace obsolete get_bit_count by put_bits_count/flush_put_bits.
(edit) @5aad8e80   13 years diego motion-test: remove disabled code
(edit) @70be4ddd   13 years diego gxfenc: remove disabled half-implemented MJPEG tag
(edit) @fcc456b8   13 years diego x86: use more standard construct for setting ASM functions in FFT code …
(edit) @09a35f25   13 years mans fate: westwood-aud: disable decoding The codec (adpcm-ima-ws) is …
(edit) @f70d91e2   13 years mans fate: caf: disable decoding This is intended as a demuxer test and …
(edit) @b809991   13 years mans fate: film-cvid: drop pcm audio and rename test Signed-off-by: Mans …
(edit) @0bbb330e   13 years mans fate: d-cinema-demux: drop unnecessary flags Signed-off-by: Mans …
(edit) @cd7b82c5   13 years mans fate: split off dpcm-interplay from interplay-mve tests These two …
(edit) @838521e1   13 years mans fate: rename funcom-iss to adpcm-ima-iss This matches the name of the …
(edit) @9656b7f2   13 years mans fate: rename cryo-apc to adpcm-ima-apc This matches the name of the …
(edit) @773459e7   13 years mans fate: rename adpcm-psx-str-v3 to adpcm-xa This matches the name of …
(edit) @6a64ff74   13 years mans fate: split off adpcm-ms-mono test from dxa-feeble Signed-off-by: …
(edit) @95939bf5   13 years mans fate: split off adpcm-ima-ws test from vqa-cc Signed-off-by: Mans …
(edit) @88ae6178   13 years mans fate: add adpcm-ima-smjpeg test Signed-off-by: Mans Rullgard …
(edit) @cb0713fc   13 years mans fate: split off adpcm-ima-amv from amv test Signed-off-by: Mans …
(edit) @35d88a86   13 years mans fate: separate bmv audio and video tests Signed-off-by: Mans Rullgard …
Note: See TracRevisionLog for help on using the revision log.