source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @6833fe43   13 years michaelni ffv1: PIX_FMT_GRAY16 support Signed-off-by: Paul B Mahol …
(edit) @d4385299   13 years michaelni DNxHD: remove ff_thread_finish_setup, it isn't needed at all. Should …
(edit) @f491f033   13 years stefasab ffmpeg: document the unit for the -fs option parameter
(edit) @b7d45d0b   13 years stefasab lavfi: add setfield filter
(edit) @e8a06b14   13 years stefasab lavf/4xm: use proper error codes
(edit) @2cbe9121   13 years stefasab doc/filters.texi: use multiple @example blocks for distinct examples …
(edit) @23534d0c   13 years stefasab doc/filters.texi: prefer @example over the unsupported @math for …
(edit) @3fa9ace3   13 years stefasab doc/filters.texi: merge setdar and setsar documentation Most of the …
(edit) @70ffda32   13 years stefasab lavu: introduce av_parse_ratio() and use it in ffmpeg and lavfi/aspect …
(edit) @1ca0812d   13 years stefasab ffprobe: fix typo in ESCAPE_CHECK_SIZE
(edit) @e81e0b99   13 years michaelni cache: fix "warning: passing argument 2 of ‘av_tempfile’ from …
(edit) @8d756c0d   13 years michaelni fix "warning: variable ‘cflags’ set but not used" Signed-off-by: …
(edit) @66792717   13 years michaelni avio: Fix "warning: initialization from incompatible pointer type" …
(edit) @ef511d8a   13 years Carl Eugen Hoyos changelog: fix typo
(edit) @b8d78175   13 years Carl Eugen Hoyos v408: do not unconditionally compile codecs
(edit) @bb9c8d94   13 years Carl Eugen Hoyos Add v408 / AYUV encoder and decoder. Fixes last part of ticket #470. …
(edit) @5fa1a1d   13 years Carl Eugen Hoyos Support YV12 from video4linux2 devices. Reviewed-by: Luca Abeni
(edit) @42ae83c1   13 years Carl Eugen Hoyos Allow muxing VP6A into flv. Reviewed-by: James Zern
(edit) @8162c6f0   13 years Reimar.Doeffinger oggdec: add missing ogg_reset on seek. It would never be called when …
(edit) @1b0dc96f   13 years Reimar.Doeffinger oggdec: fix keyframe seeking when granule_is_start is 0. In this …
(edit) @982783ac   13 years michaelni ffmpeg: document avi special case Signed-off-by: Michael Niedermayer …
(edit) @bfb5ba84   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: ape: …
(edit) @7e850f1c   13 years michaelni dwt: fix about a dozen "warning: assignment from incompatible pointer …
(edit) @2453ca49   13 years michaelni dwt: fix a dozen or so "warning: initialization from incompatible …
(edit) @861aa9e7   13 years michaelni mpegaudiodec: remove unused variable Signed-off-by: Michael …
(edit) @86b57e4e   13 years justin.ruggles ape: fix seeking Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @d3f912c1   13 years michaelni adler32: add comment for the SIMD code Signed-off-by: Michael …
(edit) @26585d2a   13 years michaelni adler32: rewrite using integer SIMD. about twice as fast as before. …
(edit) @5b010359   13 years Reimar.Doeffinger Remove warning about Ogg skeleton v4. We can handle v4 just fine, the …
(edit) @b60620bf   13 years justin.ruggles apedec: 8bit and 24bit support Signed-off-by: Paul B Mahol …
(edit) @785d8a38   13 years Clément Bœsch fate: use compression level 0 for flashsv2 tests. Output sizes …
(edit) @d7b542ae   13 years Reimar.Doeffinger Fix potential infinite discard loop. Fixes trac issue #438. Seeking …
(edit) @7f8027b7   13 years michaelni adler32: avoid "too big" check in the inner loop Signed-off-by: …
(edit) @25f35df1   13 years michaelni xvid_rc: check that write() succeeded. Signed-off-by: Michael …
(edit) @3b46daa3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @670229ef   13 years michaelni apedec: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @f57ab7ed   13 years michaelni zmbv: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @58dabf7b   13 years Reimar.Doeffinger Fix png decoding on x86. Line sizes are only 8-byte aligned, so use …
(edit) @6f1a5e8d   13 years justin.ruggles dsputil: remove debug message in dsputil_init(). …
(edit) @da1ba4e8   13 years Reimar.Doeffinger Fix NASM compilation. movd needs explicit register size prefix for …
(edit) @ed3c0fe8   13 years michaelni Remove some warnings when compiling with mingw (mingw-w64, 32 bits) …
(edit) @29a20ac4   13 years alex.converse movdec: Avoid av_malloc(0) in stss Found-by: Mateusz "j00ru" Jurczyk …
(edit) @1f0fa80   13 years michaelni dshow: use DirectShow information to set time_base Fixes build after …
(edit) @c9e5acad   13 years michaelni dshow: fix AVInputFormat declaration after ABI breakage …
(edit) @58fc7400   13 years diego build: Drop YASM-OBJS-FFT from SUBDIR_VARS. FFT code only appears in …
(edit) @7f2885bb   13 years diego build: Drop unused X86-OBJS variable.
(edit) @324fbadf   13 years anton avconv: remove debugging cruft from do_video_out().
(edit) @61a09968   13 years anton avconv: factorize setting stream_index for the output packet.
(edit) @d2afbd9a   13 years anton frame{crc/md5}: set the stream timebase from codec timebase. Right …
(edit) @d77294c5   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @22c0babb   13 years justin.ruggles apedec: remove unneeded #include of get_bits.h and associated macro
(edit) @e416961   13 years justin.ruggles apedec: av_fast_malloc() instead of av_realloc() av_realloc() does …
(edit) @0759c8eb   13 years justin.ruggles apedec: fix handling of packet sizes that are not a multiple of 4 bytes
(edit) @9477fa09   13 years Clément Bœsch lavu/timecode: use @see for URL in doxygen.
(edit) @174880f5   13 years Clément Bœsch lavfi/thumbnail: rename @url to @see. @url isn't a valid Doxygen …
(edit) @e15e2a6d   13 years anton libx264: fix indentation.
(edit) @c853124f   13 years michaelni Use SECTION_TEXT instead of section .text for the compatibility aout …
(edit) @9b9bf5ab   13 years michaelni ffv1: cosmetics: indentation Signed-off-by: Paul B Mahol …
(edit) @24947d49   13 years rsbultje vorbis: fix overflows in floor1[] vector and inverse db table index.
(edit) @7e4d9d5d   13 years rsbultje win64: add a XMM clobber test configure option. This will be useful …
(edit) @8c48652   13 years Clément Bœsch dct-test: remove odivx_idct_c dead prototype.
(edit) @89415b8e   13 years martin movdec: Parse the dvc1 atom Normally, the actual payload data …
(edit) @cd2f98f3   13 years mans ARM: ac3: fix ac3_bit_alloc_calc_bap_armv6 This function was broken …
(edit) @148bc235   13 years diego swscale: K&R formatting cosmetics for Blackfin code Also prettyprint …
(edit) @3f57bde1   13 years diego frwu: lowercase the FRWU codec name This is more consistent with all …
(edit) @af0f8c09   13 years Carl Eugen Hoyos Cosmentics: Fix AVUI comment. The codec contains no alpha information …
(edit) @7f19bdc2   13 years janne-libav movdec: fix dts generation in fragmented files Do not use AVStream's …
(edit) @2c98f407   13 years mans fate: make acodec-ac3_fixed test output raw AC3 There is no point in …
(edit) @d50a4c4a   13 years Clément Bœsch lavfi/amerge: copy ref props after filtering samples. This fixes …
(edit) @85c66793   13 years Clément Bœsch lavfi/pan: copy ref props after filtering samples. At least PTS needs …
(edit) @c79eddaf   13 years Clément Bœsch lavfi/aconvert: use libswresample. This commit also drops the planar …
(edit) @e96be840   13 years Clément Bœsch lavfi/aresample: use libswresample.
(edit) @9f0b0db0   13 years Clément Bœsch lavfi/aformat: use do..while(0) form for macro. This avoids some …
(edit) @d055c328   13 years Clément Bœsch doc: document amerge filter as an alternative for the -map_channel …
(edit) @b90d79ec   13 years Clément Bœsch timecode: drop lavc timecode on next bump.
(edit) @6f551562   13 years Clément Bœsch dvenc: use new public timecode API.
(edit) @bf6e83a8   13 years Clément Bœsch mxfenc: use new public timecode API.
(edit) @e2407556   13 years Clément Bœsch gxfenc: use new public timecode API.
(edit) @d8804905   13 years Clément Bœsch mpeg12enc: use new public timecode API.
(edit) @f65600d5   13 years Clément Bœsch drawtext: use new public timecode API.
(edit) @11e5d3b9   13 years Clément Bœsch dv: use new public timecode API.
(edit) @77971609   13 years Clément Bœsch mov: honor tmcd flags while extracting timecode meta.
(edit) @bd10f01a   13 years Clément Bœsch mov: use new public timecode API.
(edit) @ed67dac0   13 years Clément Bœsch mpeg12: use av_mpegtc_to_timecode_string().
(edit) @dc386a5e   13 years Clément Bœsch ffprobe: use av_mpegtc_to_timecode_string().
(edit) @0eaa123   13 years Clément Bœsch lavu: add public timecode API.
(edit) @fcc518a0   13 years janne-libav APIchanges: add missing commit hashes
(edit) @b18ebcbe   13 years Clément Bœsch timecode: add write regressions tests.
(edit) @de05e41b   13 years Carl Eugen Hoyos Use the correct pix_fmt for 32bit x11grab. Remove adding a constant …
(edit) @de53b906   13 years rsbultje swscale: implement MMX, SSE2 and AVX functions for RGB32 input.
(edit) @b8b77abe   13 years michaelni cosmetics: realign vertically Signed-off-by: Paul B Mahol …
(edit) @6462d28d   13 years michaelni apedec: Fix alignment and fate. Signed-off-by: Michael Niedermayer …
(edit) @4c677df2   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @38c6bbc1   13 years justin.ruggles ra144enc: drop pointless "encoder" from .long_name Signed-off-by: …
(edit) @c3a06615   13 years justin.ruggles bethsoftvideo: fix palette reading. Return the correct number of …
(edit) @83ce51cc   13 years justin.ruggles mpc7: use av_fast_padded_malloc() Avoids doing malloc/free for each …
(edit) @b5b825c3   13 years justin.ruggles mpc7: simplify handling of packet sizes that are not a multiple of 4 bytes
(edit) @41dd77bd   13 years justin.ruggles doc: decoding Forward Uncompressed is supported Signed-off-by: Paul B …
(edit) @5cd8afee   13 years michaelni diracdec: Check for negative quants which would cause out of array …
(edit) @00650803   13 years michaelni proresdec: Fix read via negative index in a global array. Found-by: …
Note: See TracRevisionLog for help on using the revision log.