source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8339302   13 years michaelni fate: update ogg seektest after all the bug fixes Signed-off-by: …
(edit) @231d32c8   13 years michaelni oggtheora: Fix initial pts code based on the solution in vorbis …
(edit) @49d935b5   13 years michaelni seek-test: support printing multiple packets Signed-off-by: Michael …
(edit) @ef32fbaf   13 years michaelni oggdec: fix off by one error on pos_limit Signed-off-by: Michael …
(edit) @a6bb09fc   13 years michaelni oggdec: print error on failure to create streams Signed-off-by: …
(edit) @251ce231   13 years michaelni oggdec: print error on changing streams when its unsupported. …
(edit) @6fd47806   13 years michaelni oggdec: print error on unsupported versions Signed-off-by: Michael …
(edit) @96fb233   13 years michaelni oggdec: reset lastpts so that justins vorbis duration correction is …
(edit) @5f9f78dc   13 years michaelni oggdec: pass avformat context to ogg_reset() Signed-off-by: Michael …
(edit) @babf2a34   13 years michaelni seek-test: support manually forcing a seek to a specific position …
(edit) @4b70bba5   13 years onemda zerocodec: check if there is previous frame Fixes crash in bug #1219. …
(edit) @b7159877   13 years onemda shorten: unsigned 8bit support
(edit) @d98b254a   13 years michaelni Merge https://github.com/mjbshaw/FFmpeg-OpenJPEG-J2K-Encoder * …
(edit) @b7a928b   13 years mbradshaw libopenjpegdec: respect JP2 color space, fix ticket 1179 …
(edit) @27744fe4   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpeg12: …
(edit) @af58a77f   13 years Clément Bœsch lavfi/src_buffer: fix indent.
(edit) @fd4b4dd   13 years Clément Bœsch ffmpeg: fix indent.
(edit) @f8d58c59   13 years nicolas.george src_buffer: merge av_asrc_buffer_add_audio_buffer_ref. Implement it …
(edit) @be8edff   13 years nicolas.george src_buffer: move audio format change check in a separate function.
(edit) @cc14cdec   13 years nicolas.george src_buffer: move buffer copy in a separate function. This will make …
(edit) @f94b150a   13 years nicolas.george src_buffer: move format change check in a separate function. This …
(edit) @3985ec0   13 years nicolas.george src_buffer: introduce av_buffersrc_add_ref(). This function merges …
(edit) @77c0b361   13 years Clément Bœsch doc: fix API examples references.
(edit) @9ae570fb   13 years Clément Bœsch JACOsub demuxer, decoder and muxer.
(edit) @234e0025   13 years nicolas.george ffplay: use AVFrame accessor.
(edit) @ae344b2c   13 years nicolas.george ffmpeg: use AVFrame accessor.
(edit) @e296f1b   13 years nicolas.george lavc: implement accessors for some AVFrame fields. Compared to …
(edit) @1d4a0147   13 years derek.buitenhuis mpeg12: fixed parsing in some mpeg2 streams Signed-off-by: Michael …
(edit) @ca93f0fa   13 years derek.buitenhuis Add SMPTE240M transfer characteristics flag. Signed-off-by: Michael …
(edit) @68b9ed83   13 years derek.buitenhuis mpegts: Some additional HDMV types and reg descriptors for mpegts …
(edit) @c1fe2db3   13 years michaelni swr: add ff_int32_to_float_a_avx Signed-off-by: Michael Niedermayer …
(edit) @29ed190   13 years michaelni swr-test: fix rounding error leading to NAN Signed-off-by: Michael …
(edit) @28d37f71   13 years michaelni examples/decoding_encoding: fix encoding when all frames got buffered. …
(edit) @20f47eb   13 years stefasab doc/filters: consistently use '"' for quoting the drawtext arguments …
(edit) @126ba162   13 years stefasab lavfi/drawtext: give a new alias "timecode_rate" to the the r/rate …
(edit) @4f19e50c   13 years stefasab doc/filters: document drawtext draw expression
(edit) @eb07f4cc   13 years stefasab lavfi/drawtext: rename and document variables d_expr and d_pexpr Use …
(edit) @56b39bd5   13 years stefasab doc/filters: document rand() drawtext expression function
(edit) @f4a6c3b0   13 years stefasab doc/filters: document x and y drawtext expression parameters
(edit) @730af6e6   13 years stefasab doc/filters: fix location of "rate" and "timecode" drawtext options …
(edit) @65d2b2fb   13 years stefasab lavfi/drawtext: alphabetically sort the expression parameters
(edit) @b5da848f   13 years alex.converse motionpixels: Clip YUV values after applying a gradient. Prevents …
(edit) @2330eb14   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: arm: …
(edit) @5eec5a7   13 years rsbultje jpeg: handle progressive in second field of interlaced. Progressive …
(edit) @1f05dcba   13 years rsbultje ituh263dec: Implement enough of Annex O (scalability) to fix a FPE. …
(edit) @2d22d430   13 years rsbultje h263: more strictly forbid frame size changes with frame-mt. Prevents …
(edit) @732f9fcf   13 years rsbultje h264: additional protection against unsupported size/bitdepth changes. …
(edit) @ac80b812   13 years rsbultje tta: prevents overflows for 32bit integers in header. This prevents …
(edit) @77cfb256   13 years rsbultje configure: remove malloc_aligned. It was to signal that allocations …
(edit) @82a0497   13 years rsbultje vp8: update frame size changes on thread context switches. This …
(edit) @bec207f9   13 years rsbultje snowdsp: explicitily state instruction size. Fixes a compile error …
(edit) @0e23b508   13 years kostya.shishkov wmall: fix reconstructing audio with uncoded channels
(edit) @c8370e6e   13 years kostya.shishkov WMAL cosmetics: fix indentation Signed-off-by: Kostya Shishkov …
(edit) @f1aa859   13 years derek.buitenhuis gitignore: add Win32 library suffixes Signed-off-by: Michael …
(edit) @ababec7b   13 years mans arm: intreadwrite: disable inline asm for gcc 4.7 and later Starting …
(edit) @adebad07   13 years mans arm: intreadwrite: fix inline asm constraints for gcc 4.6 and later …
(edit) @2cda0429   13 years michaelni lavfi: remove screenshot libmpcodecs wrapper The filter is useless. …
(edit) @b197c1c1   13 years michaelni ffmpeg: preserve NULL ptrs in get_buffer() Fixes Ticket1260, …
(edit) @8501bed0   13 years michaelni Don't restrict reverse decorrelation to both coded channels. It is …
(edit) @4b7fa553   13 years derek.buitenhuis indeo3: fix motion vector validation The index of the motion vector …
(edit) @ff80c682   13 years derek.buitenhuis pcm_bluray: set bits_per_raw_sample for > 16-bit Signed-off-by: …
(edit) @29ec5c1   13 years michaelni fate: update mmf seek checksum, change caused by av_get_packet() …
(edit) @33f70334   13 years michaelni swr: automatically choose s16/flt/dbl to preserve input precision …
(edit) @f2e799a3   13 years michaelni swr: add double precision support to the rematrix code Signed-off-by: …
(edit) @71a1f76d   13 years michaelni swr: update double precision checks for our resampler It supports …
(edit) @6d5bf67f   13 years michaelni swr: add lfe_mix_level Signed-off-by: Michael Niedermayer …
(edit) @9b42653b   13 years michaelni swr: update side to back mixing. Signed-off-by: Michael Niedermayer …
(edit) @7bea0a06   13 years michaelni APIChanges: add entry for libavresample Appears this was forgotten …
(edit) @a5f8417d   13 years Reimar.Doeffinger xbmdec: fix decoding when variable name contains an 'x'. Fixes trac …
(edit) @1f0c92d6   13 years Reimar.Doeffinger xbmdec: print more details on decode error. Makes debugging issues …
(edit) @20044cd9   13 years Reimar.Doeffinger flvdec: pass on proper error value. Signed-off-by: Reimar Döffinger …
(edit) @8f63f241   13 years Reimar.Doeffinger Remove some useless code that duplicates av_get_packet. …
(edit) @7effbee6   13 years Reimar.Doeffinger Mark truncated packets as corrupt in av_get_packet. Manually remove …
(edit) @75f847aa   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avplay: …
(edit) @4bf2e7c5   13 years mans twinvq: fix out of bounds array access ModeTab.fmode has only 3 …
(edit) @aab5a452   13 years michaelni swr: add and use function pointers for rematrix Signed-off-by: …
(edit) @00fea26f   13 years michaelni swr: add native matrix for rematrixing Signed-off-by: Michael …
(edit) @f0839764   13 years michaelni ffmpeg: fix type of dither scale. This allows non integer scales. …
(edit) @046b5339   13 years michaelni swr: disable 1 stage convert when dither is enabled. This combination …
(edit) @4010d724   13 years justin.ruggles lavr: use 8.8 instead of 10.6 as the 16-bit fixed-point mixing coeff type
(edit) @f1ffb01e   13 years justin.ruggles avplay: use libavresample for sample format conversion and channel …
(edit) @e5b7d777   13 years justin.ruggles Fix compilation with YASM/NASM without AVX support. Signed-off-by: …
(edit) @035a394e   13 years kostya.shishkov WMAL: do not output last frame again if nothing was decoded in current …
(edit) @f92f4523   13 years kostya.shishkov WMAL: do not start decoding if frame does not end in current packet …
(edit) @30aa004f   13 years michaelni swr-test: allow randomizing mode differently each run. Signed-off-by: …
(edit) @bea3d19f   13 years michaelni swr-test: use uint_rand() for mode too Signed-off-by: Michael …
(edit) @03344643   13 years michaelni swr-test: simplify by using uint_rand() Signed-off-by: Michael …
(edit) @5f3f03f5   13 years stefasab doc/filters: use @var{} for denoting parameter reference in drawtext docs
(edit) @08c4dec5   13 years stefasab doc/filters: alphabetically sort drawtext option listing
(edit) @bb39c74b   13 years stefasab lavfi/lut: remove unused variable Fix warning: libavfilter/vf_lut.c: …
(edit) @a812ed00   13 years mans adpcm-thp: fix invalid array indexing Indexing outside array limits …
(edit) @c81d1e23   13 years mans ppc: add const where needed in scalarproduct_int16_altivec() …
(edit) @ce82dad7   13 years mans ppc: remove shift parameter from scalarproduct_int16_altivec() The …
(edit) @4c387c70   13 years mans ppc: dsputil: do unaligned block accesses correctly To load unaligned …
(edit) @c75eca9   13 years mans dvenc: do not call dsputil functions with stride not a multiple of 16 …
(edit) @4f6a1c97   13 years Reimar.Doeffinger Fix parsing of -force_key_frames option. Currently it always exits …
(edit) @5f161c23   13 years stefasab lavfi/tinterlace: support symbolic names for the parameter Also …
(edit) @837d0347   13 years stefasab lavfi/tinterlace: make video as interlaced in mode 6 This is useful …
(edit) @820c023   13 years stefasab lavfi/tinterlace: add tinterlace mode 6 This new mode is useful for …
(edit) @d4f8d717   13 years stefasab lavu/opt: clarify error message in set_key_value_pair()
Note: See TracRevisionLog for help on using the revision log.