source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f5302e5   13 years anton ffmpeg: deprecate loop_input and loop_output options They were …
(edit) @d31e3f7   13 years anton gif: add loop private option. Deprecate AVFormatContext.loop_output.
(edit) @6002fdef   13 years anton img2: add loop private option. Deprecate AVFormatContext.loop_input.
(edit) @a726d7fd   13 years anton AVOptions: in av_opt_find() don't return named constants unless unit …
(edit) @ce558c8f   13 years anton x11grab: replace undocumented nomouse hackery with a private option.
(edit) @8c28e01d   13 years anton dict: extend documentation.
(edit) @fdaf1d06   13 years mans lls: whitespace cosmetics Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @a3a94e14   13 years martin docs: Use proper markup for a literal command line option …
(edit) @a0db0b30   13 years martin docs: Remove a remark that isn't relevant any longer Now the bin …
(edit) @37e6e6d3   13 years martin docs: Explain how to regenerate import libraries with MSVC tools …
(edit) @b8272cc2   13 years martin docs: Mention that libraries for MSVC can be built with a cross …
(edit) @e4e3cdc6   13 years martin docs: Remove old docs that mention setting up a build environment with …
(edit) @b369f327   13 years martin docs: Mention the upstream bugzilla url about the dlltool vs MSVC …
(edit) @ecf86e1a   13 years mans dnxhd: prettify tables Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @51915cfa   13 years diego flashsv: inline copy_region() into flashsv_decode_frame()
(edit) @49049956   13 years diego avutil: Add missing test programs to Makefile.
(edit) @91fe7769   13 years diego flashsv: improve some variable names
(edit) @8886d752   13 years diego libschroedingerdec: Remove write-only variable. …
(edit) @f9853c1b   13 years diego libavdevice: Remove disabled code.
(edit) @bb83478d   13 years diego build: remove unused copy regression test script The copy regression …
(edit) @2f138f0b   13 years mans build: clean up library installation rules Signed-off-by: Mans …
(edit) @965fdda0   13 years diego vf_drawtext: Remove some write-only variables. …
(edit) @357d0d8f   13 years diego libgsm: Drop const qualifier to silence compiler warning. …
(edit) @6e4ca074   13 years martin docs: Remove needless configure options Specifying --enable-static …
(edit) @9d361392   13 years martin docs: Don't recommend adding --enable-memalign-hack It is enabled …
(edit) @b0058bda   13 years diego libvo-amrwbenc: Add braces to shut up gcc warning. …
(edit) @7f01a419   13 years alex.converse adts: Fix PCE copying. Parse the extension flag bit when reading the …
(edit) @f02f745e   13 years anton ffserver: remove unused variable. Signed-off-by: Anton Khirnov …
(edit) @fb2f23c6   13 years diego Remove unused and outdated TODO file.
(edit) @b845af01   13 years diego gitignore: Drop individual .d ignore; it is already covered by a wildcard.
(edit) @5e8d2e3   13 years anton lavf: deprecate AVStream.quality. AVStream is no place for it and …
(edit) @df64da3b   13 years anton bink: pass Bink version to audio decoder through extradata instead of …
(edit) @0fedf754   13 years diego libpostproc: Remove disabled code.
(edit) @dc90031   13 years diego flashsv: improve some comments and fix some wrong ones
(edit) @a082e680   13 years diego flashsv: Eliminate redundant variable indirection. As a positive …
(edit) @ecf026f1   13 years diego flashsv: set reference frame type to full frame
(edit) @bc35ab3f   13 years diego flashsv: replace bitstream description by a link to the specification …
(edit) @9b576e4d   13 years diego flashsv: convert a debug av_log into av_dlog
(edit) @39884ab0   13 years diego flashsv: simplify condition
(edit) @dbf5b95d   13 years diego flashsv: return more meaningful error values
(edit) @94023020   13 years diego flashsv: cosmetics: break some overly long lines
(edit) @cabc2938   13 years diego flashsv: cosmetics: drop some unnecessary parentheses
(edit) @f28aaae1   13 years diego swscale: amend documentation to mention use of native depth for …
(edit) @dfd81169   13 years rsbultje eval: add missing comma to tests.
(edit) @fe277b16   13 years rsbultje eval: fix memleak.
(edit) @a625e132   13 years jason H.264: make loopfilter bS const where applicable
(edit) @d3f751e6   13 years diego Add some missing mathematics.h #includes for av_rescale().
(edit) @8dd52d82   13 years diego opencore-amr: Add missing initializer braces to shut up gcc warning. …
(edit) @fce1e434   13 years mans ARM: workaround for bug in GNU assembler Some versions of the GNU …
(edit) @6d75fb01   13 years diego dv: fix comment wording mistake
(edit) @c45f6295   13 years diego Rename libavcodec/high_bit_depth.h ---> …
(edit) @68e39d6e   13 years rsbultje dv: fix valgrind use of uninitialised value warnings. Signed-off-by: …
(edit) @4d5e7ab5   13 years rsbultje mxfenc: fix ignored drop flag in binary timecode representation. …
(edit) @6cbf2420   13 years mans PPC: use Altivec IMDCT only for supported sizes The Altivec IMDCT …
(edit) @65614321   13 years diego dv: fix comment spelling Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @965dbe0   13 years diego configure: simplify -rpath-link linker flag Lists of ':'-separated …
(edit) @3824ef08   13 years mans ARM: allow unaligned buffer in fixed-point NEON FFT4 This function is …
(edit) @240c5d6f   13 years mans fate: test more FFT etc sizes This tests sizes from 16 to 4096, not …
(edit) @49c7006c   13 years rsbultje dca: set AVCodecContext frame_size for DTS audio Set the frame size …
(edit) @3c7c16fd   13 years diego YASM: Shut up unused variable compiler warning with --disable-yasm. …
(edit) @567a32b5   13 years rsbultje x86_32: Fix build on x86_32 with --disable-yasm. Signed-off-by: …
(edit) @75a24bef   13 years mans iirfilter: add fate test Change the test program to output text …
(edit) @66e2dd11   13 years diego doxygen: Add qmul docs.
(edit) @9cec1bbd   13 years diego ogg: propagate return values and return more meaningful error values …
(edit) @5029a40   13 years jason H.264: fix overreads of qscale_table filter_mb_fast assumed that …
(edit) @e589e4b8   13 years diego Remove unused static tables and static inline functions.
(edit) @94350ab9   13 years mans eval: clear Parser instances before using This prevents random values …
(edit) @74965f2   13 years mans dct-test: remove 'ref' function pointer from tables The reference …
(edit) @db54be09   13 years diego build: Remove deleted 'check' target from .PHONY list.
(edit) @0a94020b   13 years diego oggdec: Abort Ogg header parsing when encountering a data packet. …
(edit) @e3759c56   13 years diego Add LGPL license boilerplate to files lacking it.
(edit) @19b61273   13 years diego mxfenc: small typo fix Signed-off-by: Diego Biurrun <diego@biurrun.de>
(edit) @3c432e11   13 years diego doxygen: Fix documentation for some VP8 functions.
(edit) @3e2aa268   13 years mans sha: use AV_RB32() instead of assuming buffer can be cast to uint32_t* …
(edit) @9e52a406   13 years mans des: allow unaligned input and output buffers Signed-off-by: Mans …
(edit) @d04d9f24   13 years mans aes: allow unaligned input and output buffers Signed-off-by: Mans …
(edit) @6c374bc   13 years mans libxvid: add missing include of libavutil/mathematics.h …
(edit) @27e71443   13 years mans fate: add idct8x8 test This tests the IDCT implementations available …
(edit) @dbf396d4   13 years mans dct-test: exit with non-zero status if an IDCT fails IDCTs are …
(edit) @883fd9e3   13 years mans eval: add fate test Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @6da812e4   13 years mans eval: make timing optional in test program Signed-off-by: Mans …
(edit) @84757de0   13 years mans fate: add 'null' comparison method Setting CMP=null uses stdout from …
(edit) @7fd2c138   13 years mans dct-test: make speed test optional Signed-off-by: Mans Rullgard …
(edit) @cf2b4f88   13 years mans dct-test: remove is_idct field from tables Signed-off-by: Mans …
(edit) @4b357756   13 years mans dct-test: split table in two for idct and fdct Signed-off-by: Mans …
(edit) @4f905a65   13 years mans dct-test: simplify calling dct_error() Pass a pointer to the DCT …
(edit) @36fa9ef3   13 years mans dct-test: whitespace cosmetics Signed-off-by: Mans Rullgard …
(edit) @412594e   13 years mans dct-test: remove commented out code Signed-off-by: Mans Rullgard …
(edit) @954a6532   13 years mans vorbis: vpxenc: Add missing include for av_rescale* Signed-off-by: …
(edit) @a4ab70f9   13 years jason ffmpeg: Fix VDPAU decoding for some H264 samples.
(edit) @58f7aad0   13 years rsbultje Fix build with --disable-yasm. Signed-off-by: Ronald S. Bultje …
(edit) @082768f0   13 years lorenm vf_gradfun: relicense x86 asm to LGPL Actually I gave permission for …
(edit) @556f8a0   13 years jason H.264: template left MB handling Faster H.264 decoding with …
(edit) @ca80f11e   13 years jason H.264: faster fill_decode_caches Aliasing avoidance and general cleanup.
(edit) @3b7ebeb4   13 years jason H.264: faster write_back_* Avoid aliasing, unroll loops, and inline …
(edit) @cb54694   13 years jason H.264: faster fill_filter_caches Reduce aliasing problems and unroll …
(edit) @4320a309   13 years jason H.264: make filter_mb_fast support the case of unavailable top mb …
(edit) @abc78a5a   13 years mans Do not include log.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @d49ea4a   13 years mans Do not include pixfmt.h in avutil.h Signed-off-by: Mans Rullgard …
(edit) @e91709ca   13 years mans Do not include rational.h in avutil.h Signed-off-by: Mans Rullgard …
Note: See TracRevisionLog for help on using the revision log.