source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @0dceefc5   10 years michaelni Merge commit '9e500efdbe0deeff1602500ebc229a0a6b6bb1a2' * commit …
(edit) @329898aa   10 years michaelni avcodec/bitstream: try to workaround internal compiler bug in gcc 4.2 …
(edit) @33f83a2   10 years michaelni avcodec/x86/rv40dsp_init: fix () in macros Signed-off-by: Michael …
(edit) @40cbad9f   10 years michaelni avcodec/wavpackenc: fix () in macros Signed-off-by: Michael …
(edit) @10b8481a   10 years lou fix several typos
(edit) @0a995311   10 years michaelni Merge commit 'd349afb07bacccb62eb5369c38d6406d2909d792' * commit …
(edit) @b0fdc766   10 years michaelni Merge commit '650dee63c8b1e6693c6cf5983f4a5ed3f571379f' * commit …
(edit) @c2b1225   10 years michaelni Merge commit '778111592bf5f38630858ee6dfcfd097cd6c6da9' * commit …
(edit) @afa7ab5   10 years michaelni Merge commit '452860d7e056f9a894cac2fe52cdedeae4c38251' * commit …
(edit) @4a993335   10 years michaelni Merge commit '874390e163427c1fe7682ab27924a7843780dbb3' * commit …
(edit) @9e500efd   10 years justin.ruggles Add av_image_check_sar() and use it to validate SAR
(edit) @e9302879   10 years michaelni configure: remove superfluous check for AVX/FMA3 support in Yasm The …
(edit) @6fdd19cb   10 years michaelni doc: remove RELEASE_NOTES It hasn't been used since 0.11, and it does …
(edit) @d349afb0   10 years anton dv: cosmetics, reindent
(edit) @650dee63   10 years anton dv: get rid of global non-const tables Instead, store them in the …
(edit) @77811159   10 years anton dvenc: initialize the profile only once, at init We do not allow the …
(edit) @452860d7   10 years anton Use av_packet_rescale_ts() to simplify code.
(edit) @874390e1   10 years anton lavc: add a convenience function for rescaling timestamps in a packet
(edit) @d381109c   10 years stefasab lavc/h264_slice: clarify informational message in case of disabled …
(edit) @8c443767   10 years stefasab doc/codecs: extend documentation for thread_type option Based on …
(edit) @cc0057a   10 years michaelni tests/fate.sh: report different status for different errors The order …
(edit) @b05d5089   10 years michaelni Merge commit '440842c4eb1d7709654ec97cd687663d11ef499c' * commit …
(edit) @440842c4   10 years vittorio.giovara stereo3d: add missing include guards
(edit) @05d95c53   10 years michaelni alpha/blockdsp: move clear_blocks out of dsputil The blockdsp split …
(edit) @650ef180   10 years michaelni avformat/utils: better probing for duration in …
(edit) @5bf5e6b1   10 years michaelni avcodec/h264: Use named identifier for single thread fall-back return …
(edit) @891307b4   10 years Carl Eugen Hoyos s86/scale: Do not return the result of a (void) function from a void …
(edit) @a5ce608f   10 years michaelni x86/blockdsp: restore author attribution See commits …
(edit) @a68c05cf   10 years michaelni Merge commit '852c329a69ddfd635807f60454df07d021c64901' * commit …
(edit) @852c329a   10 years diego configure: Drop duplicate pkg-config entry from help output
(edit) @47c8d1e1   10 years michaelni Merge commit 'b2290bf10b12b7772f55fcab014a47e18e9fdef2' * commit …
(edit) @08c5859f   10 years michaelni avcodec: add simpleauto idct This will pick the "best" simple idct …
(edit) @4c9ee159   10 years michaelni lavf/Makefile: fix standalone compilation of live_flv demuxer …
(edit) @60a06400   10 years michaelni configure: fix NASM output format on Win64 Signed-off-by: James Almer …
(edit) @454c019c   10 years michaelni x86/hevc_idct: fix movd parameter size in DC_ADD_INIT Fixes …
(edit) @b2290bf1   10 years kostya.shishkov i263: skip dummy frames Intel i263 codec has special 8-byte dummy …
(edit) @fe782233   10 years michaelni x86/blockdsp: move asm code out of dsputil Also replace INLINE_<opt> …
(edit) @e7fc5d53   10 years michaelni huffyuv: change statistics initialization Normally, a Laplace …
(edit) @042a82ca   10 years michaelni avcodec/x86/lossless_videodsp: Fix size of values read for …
(edit) @2b05db4f   10 years michaelni Merge commit 'e74433a8e6fc00c8dbde293c97a3e45384c2c1d9' * commit …
(edit) @ab12373   10 years michaelni ppc: Fix the bug of fft for little endian environment on POWER7 and …
(edit) @8e2ade43   10 years michaelni Merge commit '869fc416f7c78ed4e397e0208acd1545771c0502' * commit …
(edit) @dacc4cb1   10 years michaelni Merge commit 'c385313d2590fd26e26bb9bdacddef78162ab490' * commit …
(edit) @be94f5c1   10 years michaelni Merge commit 'c9c1e00f95350e7a36b0d05a03939c7f6438e371' * commit …
(edit) @1ebc77bc   10 years michaelni Merge commit '49a242687cf44f86570b706db3c5912ff06bc6c2' * commit …
(edit) @e74433a8   10 years diego dsputil: Split clear_block*/fill_block* off into a separate context
(edit) @eba453e   10 years lou doc/bitstream_filters: document imxdump Partially addresses ticket …
(edit) @869fc416   10 years lu_zero hevc: Mark num_bins_in_se as unused Only its size is actually used. …
(edit) @c385313d   10 years lu_zero rtsp: Support misordered fmtp rtpmap Issue present in Avigilon IP cameras.
(edit) @c9c1e00f   10 years lu_zero rtsp: Factor out fmtp parsing
(edit) @49a24268   10 years lu_zero doc: Document segment_list_type
(edit) @eec55e62   10 years michaelni ffmpeg_opt: Dont exit on avformat_find_stream_info() failure if there …
(edit) @1d54f510   10 years michaelni avformat/mux: simplify ff_choose_timebase() Signed-off-by: Michael …
(edit) @75511c29   10 years michaelni dump_stream_format: fix division by 0 Signed-off-by: Michael …
(edit) @ac293b66   10 years michaelni Merge commit '194be1f43ea391eb986732707435176e579265aa' * commit …
(edit) @88514378   10 years clement avcodec/ass: move playres parameters below scripttype Suggested-by: wm4
(edit) @5039aadf   10 years clement avcodec/ass: explicit PlayRes[XY] This avoids the following libass …
(edit) @2d702822   10 years michaelni Merge commit 'd754ed41727b1fcbab335b510248a9758a73320c' * commit …
(edit) @95398aa9   10 years michaelni Merge commit 'f792d3cbb8e8e35c54a9358a55dd596b7a40f228' * commit …
(edit) @bd148ce0   10 years michaelni Merge commit 'cfbdd7ffbd9fe14d110fd1bb89bf52f0f7bde016' * commit …
(edit) @daa7bcca   10 years michaelni Merge commit '894682a9739eb8d4bfc024b0d4e5757fcfe47378' * commit …
(edit) @5439959e   10 years michaelni avcodec/huffyuvdec: do not leave alpha values uninitialized fixes …
(edit) @194be1f4   10 years anton lavf: switch to AVStream.time_base as the hint for the muxer timebase …
(edit) @d754ed41   10 years anton riffenc: take an AVStream instead of an AVCodecContext It will be …
(edit) @f792d3c   10 years anton lavf: add the notimestamps flag to the muxers missing it
(edit) @cfbdd7ff   10 years anton rtpenc: base max_frames_per_packet on avg_frame_rate, not codec …
(edit) @894682a9   10 years anton Remove avserver. It has not been properly maintained for years and …
(edit) @99a8a3de   10 years Carl Eugen Hoyos Revert "Fix compilation on ppc64 and ppc with pic if gas-preprocessor …
(edit) @cbf21628   10 years michaelni swr: remove div/mod from DSP functions. Also fix a bug with …
(edit) @076ab9f7   10 years Carl Eugen Hoyos Fix all VDPAU decoders. Fixes ticket #3726.
(edit) @a740cae4   10 years michaelni avcodec/dcadec: remove unsignedness from constant POSIX gurantees …
(edit) @118d84b7   10 years michaelni Merge commit 'f2ce63246f5c934429f9cb857a794e07624d7912' * commit …
(edit) @40c9d430   10 years michaelni Merge commit '44671b57866aab8dd36715ff010e985e25baaf19' * commit …
(edit) @f2ce6324   10 years anton dcadec: replace ldexpf with a multiplication by a constant …
(edit) @44671b5   10 years anton AVFrame: factor out freeing the side data Signed-off-by: Anton …
(edit) @7f529600   10 years michaelni swscale/swscale: replace potentially slow % by & Signed-off-by: …
(edit) @c932f128   10 years michaelni avcodec/cavsdec: simplify % 512 operations Signed-off-by: Michael …
(edit) @0608bc65   10 years michaelni swresample/audioconvert: fix () in FMT_PAIR_FUNC() Signed-off-by: …
(edit) @c89be82   10 years michaelni avcodec/vp8: fix () in macros Signed-off-by: Michael Niedermayer …
(edit) @aab23f5d   10 years michaelni avcodec/vp9: fix () in macros Signed-off-by: Michael Niedermayer …
(edit) @28bf1115   10 years michaelni avcodec/wavpack: fix () in macros Signed-off-by: Michael Niedermayer …
(edit) @d9a61ae3   10 years lou presets: remove moldering iPod presets * Some users are trying to use …
(edit) @cb037b5d   10 years michaelni Merge commit '9affa784a0743b95bde135b5acfce2183afc35d8' * commit …
(edit) @3f2f87cd   10 years michaelni Merge commit '74bc9458057f07c0820c3d3264396c4c64442e47' * commit …
(edit) @9f028b3f   10 years michaelni Merge commit '49106844929b7b71ac719064d640f8aa56c89b1f' * commit …
(edit) @eb0fc73d   10 years michaelni avfilter/vf_spp: Use av_malloc_array() Signed-off-by: Michael …
(edit) @f31fd067   10 years michaelni vf_sab: use av_malloc_array() Signed-off-by: Michael Niedermayer …
(edit) @9affa784   10 years anton vp9 encoder: use a decent default speed setting Signed-off-by: Anton …
(edit) @74bc9458   10 years anton flvenc: Don't over-count metadata. Over-counting occurs if framerate …
(edit) @49106844   10 years anton tiffenc: fix packet size calculation Signed-off-by: Anton Khirnov …
(edit) @f9cd3172   10 years michaelni Merge commit 'fe4d5fe9361162f9033ff1bd84bfc1b2091ba785' * commit …
(edit) @fe4d5fe   10 years diego jpeg2000: Mark static data init functions as av_cold
(edit) @a50c6f99   10 years michaelni ffplay: remove -ec handling code Its handled by the generic option …
(edit) @92cccb7b   10 years michaelni avcodec/hevc: new idct + asm Signed-off-by: Michael Niedermayer …
(edit) @fa0d0fb   10 years michaelni Merge commit '71d6551e674c86d07c165439c2bf6613b3892307' * commit …
(edit) @71d6551e   10 years anton avconv: use the correct variable in comparison
(edit) @61df0819   10 years michaelni avcodec/cavsdec: fix low delay decoding Fixes Ticket1095 …
(edit) @2fbdfba0   10 years michaelni avformat/flvdec: Support live flv / NGINX RTMP streams Fixes …
(edit) @293d5d7a   10 years michaelni swscale/input: fix harmless integer overflow Signed-off-by: Michael …
(edit) @389d453   10 years lou version string: add copyright line to version string Show the …
Note: See TracRevisionLog for help on using the revision log.