source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @8636b11b   11 years michaelni Merge commit '7a5f4f6853047eea74a6443d73f4d74d52b2799f' * commit …
(edit) @4f32efdf   11 years michaelni Merge commit 'c3311d472a7528c67f76d0d061704ae70a99b32e' * commit …
(edit) @4fac4447   11 years michaelni Merge commit 'ab3fdaa7131e2fd8e33006daea25a282724c01f0' * commit …
(edit) @213e82b5   11 years michaelni Merge commit 'b513bf6f69e26e724de6d5dca642c3582dcd0517' * commit …
(edit) @56d3cd14   11 years michaelni Merge commit 'e4dc1000d7bbbcb5b45cf9849fc5315f19578e37' * commit …
(edit) @47a72134   11 years michaelni Merge commit '3ef6c5264b2590781b4ed556443ff49709dd45fb' * commit …
(edit) @c7c11058   11 years michaelni Merge commit 'b136564909adec2043be4c94ade08b67ad443124' * commit …
(edit) @6a510909   11 years michaelni Merge commit 'd256ed78ffe202a4dcc8d625becffc716bfa3977' * commit …
(edit) @68c05185   11 years michaelni Merge commit 'fd056029f45a9f6d213d9fce8165632042511d4f' * commit …
(edit) @ff17d8b5   11 years michaelni Merge commit 'e1b66778b6ee82a192b5895e23c4e135f7269326' * commit …
(edit) @7a5f4f68   11 years anton lavf: extend avg_frame_rate documentation.
(edit) @c3311d47   11 years anton avienc: sanitize variable naming in write_header() Do not call an …
(edit) @ab3fdaa7   11 years anton yop: only set extradata size after it has been successfully allocated …
(edit) @b513bf6f   11 years anton yuv4mpegdec: do not set coded_frame properties coded_frame is not …
(edit) @e4dc1000   11 years anton yuv4mpeg: split the demuxer and muxer into separate files
(edit) @3ef6c526   11 years anton a64: check that extradata exists before reading from it
(edit) @b1365649   11 years anton a64: remove unneeded struct qualifier
(edit) @d256ed78   11 years anton 4xm: allocate extradata properly. Pad it with the required amount of …
(edit) @fd056029   11 years anton lavc: add avcodec_free_context(). Right now, the caller has to …
(edit) @e1b66778   11 years anton lavc: remove the locking code in avcodec_close() This function should …
(edit) @17c8a069   11 years michaelni avformat/framehash: switch to AVFMT_FLAG_BITEXACT Signed-off-by: …
(edit) @9646ea63   11 years michaelni avformat/mmf: switch to AVFMT_FLAG_BITEXACT Signed-off-by: Michael …
(edit) @0421409c   11 years michaelni avformat/matroskaenc: switch to AVFMT_FLAG_BITEXACT Signed-off-by: …
(edit) @fab50573   11 years michaelni avformat/mp3enc: switch to AVFMT_FLAG_BITEXACT Signed-off-by: Michael …
(edit) @d524d424   11 years michaelni avformat/nutenc: switch to AVFMT_FLAG_BITEXACT Signed-off-by: Michael …
(edit) @0323a55   11 years michaelni avformat/rtpenc: switch to AVFMT_FLAG_BITEXACT Signed-off-by: Michael …
(edit) @46380e8d   11 years michaelni avformat/aviobuf/ff_get_line: also accept \r as end of line character …
(edit) @0ca0b4c2   11 years michaelni ffplay: Use av_gettime_relative() Whenever av_gettime() is used to …
(edit) @43c18fec   11 years michaelni Merge commit '584f88409062f7a134e7391887899e8e723ab6ff' * commit …
(edit) @f78bc96b   11 years michaelni lavf: Use av_gettime_relative() Whenever av_gettime() is used to …
(edit) @9986e50a   11 years u configure: make vp9 decoder select the parser. The parser is needed. …
(edit) @2ca97c7   11 years u configure: make sure pkg-config flags are populated in FT test.
(edit) @41120e6e   11 years michaelni tools: Use av_gettime_relative() Whenever av_gettime() is used to …
(edit) @b052bccb   11 years michaelni lavc: Use av_gettime_relative() Whenever av_gettime() is used to …
(edit) @0eec06ed   11 years michaelni lavu: add av_gettime_relative() These functions are using the POSIX …
(edit) @584f8840   11 years lu_zero riff: Pass block_align to estimate frame duration Fix incorrect …
(edit) @a7320c15   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: Fix …
(edit) @5b0c7052   11 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: add …
(edit) @11e49033   11 years u avfilter/edgedetect: reuse already defined ctx.
(edit) @a583e2b   11 years Marton Balint ffplay: add support for toggling between multiple video filters with …
(edit) @affc4104   11 years Marton Balint ffplay: fix typo in docs Signed-off-by: Marton Balint <cus@passwd.hu>
(edit) @0c8d8c0   11 years Marton Balint ffplay: try multiple sample rates if audio open fails Should fix …
(edit) @e1169775   11 years Marton Balint cmdutils: replace usages of "#ifdef MINGW32" with "#ifdef _WIN32" …
(edit) @1fab67b6   11 years Marton Balint ffplay: fix compilation with Visual Studio Based on a patch by …
(edit) @ae6fe159   11 years Marton Balint ffplay: increase AV_SYNC_THRESHOLD_MIN to 0.04 Less than 0.04 sec …
(edit) @ef27137   11 years Carl Eugen Hoyos Fix compilation of libavcodec/x86/hevc_deblock.asm with nasm. …
(edit) @4c49d08   11 years Carl Eugen Hoyos Fix alaw and mulaw muxing in caf. Fixes ticket #3644.
(edit) @be1fbc02   11 years michaelni x86/hevc_deblock: use movhps instead of shuffling values …
(edit) @8aac77fe   11 years michaelni x86/hevc_deblock: fix label names Also remove some unnecessary jmps …
(edit) @521eaea   11 years michaelni x86/hevc_deblock: fix usage of ABS1 The second argument is a temp …
(edit) @45110d22   11 years michaelni x86/hevc_deblock: merge movs with other instructions Signed-off-by: …
(edit) @aedc1c2e   11 years michaelni doc/filters: fix typo Found-by: bloody123 Signed-off-by: Michael …
(edit) @be8f96e5   11 years michaelni Merge commit '34e2ce5dde073244ccb2b62f930e96fe612690f7' * commit …
(edit) @e2760de6   11 years michaelni hevc: fix key_frame as an IRAP it was always 1 before with …
(edit) @34e2ce5   11 years martin hlsenc: Set the default codecs to AAC and H264 Most HLS …
(edit) @93cade48   11 years r.verdejo rtmpproto: info out for unsupported auth vars Should aid debugging …
(edit) @e83aae28   11 years r.verdejo rtmpproto: avoid setting auth var value if null Use default values if …
(edit) @627d3b8b   11 years michaelni Merge commit '4d25c2bc76f0a708c2ba470b6bfeb547efe37115' * commit …
(edit) @eb580d25   11 years michaelni Merge commit '7c377f0e74de8ab57f6baa64f3ec197c82104764' * commit …
(edit) @36f94969   11 years michaelni Merge commit '4735784f1ced27026fbeada5fd31505132e565e9' * commit …
(edit) @ef7c4cd0   11 years michaelni avcodec/x86/hevc: updated to use x86util macros Reviewed-by: James …
(edit) @de7b89fd   11 years michaelni avcodec/x86/hevc: added DBF assembly functions Reviewed-by: James …
(edit) @4d25c2bc   11 years lu_zero build: Support building using clang-usan and disable-optimization …
(edit) @7ebf90ff   11 years michaelni avcodec/mpeg12enc: avoid floats in the aspect ratio info setup code …
(edit) @b217e1b0   11 years michaelni avcodec/mpeg12enc: Favor storing DAR instead of SAR fixes Ticket 2689 …
(edit) @77a0df4b   11 years michaelni estimate_timings_from_pts: Execute max 1 iteration extra to find more …
(edit) @68cea1b   11 years michaelni estimate_timings_from_pts: Try to get the duration for all streams …
(edit) @424599c7   11 years michaelni estimate_timings_from_pts: simplify filesize end check Signed-off-by: …
(edit) @5d944f58   11 years michaelni estimate_timings_from_pts: Also consider packet duration …
(edit) @85349d8d   11 years michaelni estimate_timings_from_pts: Warn about A/V streams for which no …
(edit) @7c377f0e   11 years anton avisynth: set duration of audio streams Signed-off-by: Anton Khirnov …
(edit) @4735784   11 years anton FATE/opus: increase fuzz for the celt tests This seems to be needed …
(edit) @bac08cf0   11 years u avfilter/vignette: reindent after previous commit.
(edit) @ed7bc547   11 years u avfilter/vignette: add direct rendering.
(edit) @8a0ba44e   11 years u vignette: reuse already declared ctx.
(edit) @491d6022   11 years u avfilter/vignette: fix input frame memory leak. Fixes Ticket #3642.
(edit) @a9bf713d   11 years michaelni swresample: add swri_resample_float_avx Signed-off-by: James Almer …
(edit) @cdff1cc9   11 years michaelni configure: add check for AVX inline support Signed-off-by: James …
(edit) @7970959a   11 years michaelni avcodec/opusdec: fix some const correctness also make a const array …
(edit) @1fb46858   11 years michaelni avcodec/cavs: prevent out of array read The used value should not …
(edit) @a071c0b5   11 years michaelni avcodec/utils: Fix undefined behavior in avpriv_toupper4 …
(edit) @30aeab29   11 years Carl Eugen Hoyos Use av_restrict instead of restrict in libavcodec/opus_celt.c.
(edit) @bebce65   11 years michaelni avcodec/x86/dsputil_mmx: Fix build with clang-usan Found-by: Katerina …
(edit) @d1310c59   11 years michaelni x86: sbrdsp: implement SSE qmf_deint_neg From 133 (unrolled …
(edit) @7a4424e5   11 years michaelni avcodec/opus: fix doxygen comments to be associated with the correct …
(edit) @e9602dcb   11 years michaelni ffmpeg: bitstream filters require split out side data Signed-off-by: …
(edit) @f8de1caa   11 years michaelni Revert "avcodec/hevc: fix outputted AVFrame.key_frame" This is not …
(edit) @30cdf384   11 years michaelni Merge commit 'd3f5b94762fb803c0f3b29f9ad6c5eaa813998ba' * commit …
(edit) @91d7d790   11 years michaelni Merge commit '7c5ca546a0747a20c7f7fb5550455c3042699ee9' * commit …
(edit) @fcb5849   11 years michaelni Merge commit '5e2ba41d4b94de1fa5267081d6c4b6b262c8d86f' * commit …
(edit) @af31d58a   11 years michaelni doc: Add udp broadcast option description Describe the option added …
(edit) @97f856a4   11 years michaelni avcodec/options: avcodec_copy_context() Check subtitle_header_size …
(edit) @098a6998   11 years michaelni Merge commit '3b2fbe67bd63b00331db2a9b213f6d420418a312' * commit …
(edit) @9b7cb023   11 years michaelni Merge commit 'efc7df6c1f11b20a48e60c3f743ce2331b661973' * commit …
(edit) @f478e850   11 years michaelni Merge commit 'c9281a01b78cc3f09e36300a0ca3f5824d1c74cf' * commit …
(edit) @eacf7d65   11 years michaelni Merge commit '0c1959b056f6ccaa2eee2c824352ba93c8e36d52' * commit …
(edit) @beeb7551   11 years Carl Eugen Hoyos Fix make checkheaders if VDA is not available.
(edit) @ffa05e08   11 years michaelni avcodec/opusdec: switch to swresample This also fixes linking …
(edit) @96cb4c87   11 years michaelni swresample: swr_close() Signed-off-by: Michael Niedermayer …
(edit) @2c7d3ecf   11 years michaelni Merge commit 'b70d7a4ac72d23f3448f3b08b770fdf5f57de222' * commit …
Note: See TracRevisionLog for help on using the revision log.