source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e7f4de34   13 years michaelni ffmpeg: use ist->dts in do_streamcopy() Based on change by Anton …
(edit) @67c63176   13 years michaelni ffmpeg: remove setting fb->pts. Signed-off-by: Michael Niedermayer …
(edit) @d97fa416   13 years michaelni ffmpeg: reduce overloading for InputStream.pts. It currently has …
(edit) @67700e87   13 years michaelni ffmpeg: update dts variables in transcode_audio() Signed-off-by: …
(edit) @6028bd0d   13 years michaelni ffmpeg: move next_dts/pts update out of transcode_video() this makes …
(edit) @7665da46   13 years michaelni ffmpeg: update ist->pts in transcode_audio with the audio decoders …
(edit) @8ea81805   13 years michaelni ffmpeg: print more details and rescaled timestamps in debug code. …
(edit) @c0be67ca   13 years michaelni ffmpeg: use (next_)dts in timestamp discontinuity detection code. …
(edit) @e806ceaa   13 years michaelni ffmpeg: Use the correct (dts) variables for stream copy. Strongly …
(edit) @f070bf08   13 years michaelni ffmpeg: Fix (next)_dts/pts init. Based on Anton Khirnovs code. …
(edit) @4eea0cfc   13 years michaelni ffmpeg: use ist->dts instead of passing an argument into …
(edit) @f72eaf69   13 years michaelni ffmpeg: Init dts variables in output_packet() Signed-off-by: Michael …
(edit) @fe380adb   13 years michaelni ffmpeg: add (next_dts/dts) variables. Strongly based on Anton …
(edit) @18d0a16   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @950930b   13 years michaelni Set default qmax for VC-3/DNxHD to 1024 (maximum allowed by VC-3 …
(edit) @ef1c785f   13 years rsbultje swscale: make yuv2yuv1 use named registers.
(edit) @3206cccc   13 years rsbultje h264: mark h264_idct_add8_10 with number of XMM registers. This fixes …
(edit) @b7542dd3   13 years rsbultje swscale: fix V plane memory location in bilinear/unscaled RGB/YUYV …
(edit) @fb90785e   13 years rsbultje vp8: always update next_framep[] before returning from decode_frame(). …
(edit) @722410ad   13 years anton avconv: estimate next_dts from framerate if it is set.
(edit) @b34856a1   13 years anton avconv: better next_dts usage. next_dts is used for estimating the …
(edit) @23576b3f   13 years anton avconv: rename InputStream.pts to last_dts. It more accurately …
(edit) @6e983902   13 years anton avconv: reduce overloading for InputStream.pts. It currently has …
(edit) @3101bb66   13 years anton avconv: rename InputStream.next_pts to next_dts. It's used to predict …
(edit) @1270e12e   13 years anton avconv: rework -t handling for encoding. Current code compares the …
(edit) @c9af8326   13 years anton avconv: set encoder timebase for subtitles. The actual number …
(edit) @4be1d7dc   13 years anton pva-demux test: add -vn The output is obviously not supposed to …
(edit) @06b320a   13 years diego swscale: K&R formatting cosmetics for SPARC code
(edit) @bf5c0308   13 years Carl Eugen Hoyos Fix libutvideo compilation. Fixes ticket #985.
(edit) @37390d5c   13 years justin.ruggles apedec: allow the user to set the maximum number of output samples per …
(edit) @39575eea   13 years justin.ruggles apedec: do not unnecessarily zero output samples for mono frames
(edit) @1d3c672d   13 years justin.ruggles apedec: allocate a single flat buffer for decoded samples This will …
(edit) @32c61400   13 years justin.ruggles apedec: use sizeof(field) instead of sizeof(type)
(edit) @0349d61   13 years stefasab lavfi/aspect: rename field aspect->aspect to aspect->ratio The new …
(edit) @d21b82fd   13 years stefasab lavc: provide aliases to the PCM A-law/mu-law codecs They are also …
(edit) @21449410   13 years diego swscale: split C output functions into separate file. Signed-off-by: …
(edit) @2dd7a1c0   13 years diego swscale: Split C input functions into separate file. Signed-off-by: …
(edit) @0b717e24   13 years michaelni ffserver: use avcodec_get_context_defaults3() Signed-off-by: Paul B …
(edit) @b479e016   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Revert …
(edit) @db7d4523   13 years justin.ruggles bytestream: Add bytestream2 writing API. Signed-off-by: Justin …
(edit) @6ba2505   13 years michaelni utvideo: remove ff_thread_finish_setup, it isn't needed at all …
(edit) @787528b4   13 years Reimar.Doeffinger Detect theora keyframes by content in Ogg demuxer. A lot of files do …
(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) @d016d307   13 years anton Revert "v210enc: use FFALIGN()" FFALIGN doesn't work with …
(edit) @32f3c541   13 years diego doxygen: Do not include license boilerplates in Doxygen comment blocks.
(edit) @ec1f3cab   13 years justin.ruggles avplay: reset decoder flush state when seeking Fixes seeking after …
(edit) @f1c3d4a6   13 years justin.ruggles ape: skip packets with invalid size
(edit) @ac3f8d31   13 years justin.ruggles ape: calculate final packet size instead of guessing Calculates based …
(edit) @c2c31615   13 years justin.ruggles ape: stop reading after the last frame has been read This avoids …
(edit) @66f7be36   13 years justin.ruggles ape: return AVERROR_EOF instead of AVERROR(EIO) when demuxing is finished
(edit) @1bc035bc   13 years justin.ruggles ape: return error if seeking to the current packet fails in …
(edit) @9814974d   13 years diego avcodec: Clarify AVFrame member documentation. Signed-off-by: Diego …
(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) @3cc0353f   13 years anton v210dec: check for coded_frame allocation failure Signed-off-by: Paul …
(edit) @986c1c48   13 years anton v210enc: use stride as it is already calculated Signed-off-by: Paul B …
(edit) @7ad1b612   13 years anton v210enc: use FFALIGN() Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @b5f50da5   13 years anton v210enc: return proper AVERROR codes instead of -1 Signed-off-by: …
(edit) @66fa2a1f   13 years anton v210enc: do not set coded_frame->key_frame It is already set in …
(edit) @d73466f8   13 years anton v210enc: check for coded_frame allocation failure Signed-off-by: Paul …
(edit) @e496c45d   13 years anton drawtext: add 'fix_bounds' option on coords fixing Before, drawtext …
(edit) @2b43dfce   13 years anton drawtext: fix text_{w, h} expression vars Before, {text_,}{w,h} vars …
(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) @e7f0bc8c   13 years anton drawtext: add missing braces around an if() block. Prevents …
(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 …
Note: See TracRevisionLog for help on using the revision log.