source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @eb055295   10 years michaelni avfilter/f_sendcmd: Use av_freep() to avoid leaving stale pointers in …
(edit) @ad2deb02   10 years michaelni avcodec/xiph: mark returned header pointers const from …
(edit) @3b537eab   10 years michaelni avformat/nutenc: store the actual r_frame_rate in the corresponding …
(edit) @28a6f970   10 years michaelni ffmpeg: forward r_frame_rate to the muxer in case of stream copy …
(edit) @add46edf   10 years michaelni avformat/utils: use r_frame_rate only in the demuxer for …
(edit) @d823edee   10 years u avcodec: fix wording in AVSubtitleRect doxy
(edit) @4b6f2253   10 years michaelni swresample/soxr_resample: fix error handling Fixes CID1257659 …
(edit) @d5a263f4   10 years michaelni fix "than" typo Found-by reimar Signed-off-by: Michael Niedermayer …
(edit) @53496aa7   10 years michaelni avformat/utils: Do not estimate the container bitrate from the streams …
(edit) @609a73b6   10 years michaelni avfilter/vf_uspp: fix gray pixfmt handling Signed-off-by: Michael …
(edit) @3dd5f7aa   10 years michaelni avfilter/vf_uspp: fix used chroma subsampling factors Signed-off-by: …
(edit) @354fda76   10 years michaelni avfilter/vf_uspp: fix used pix_fmt Found-by: carl Signed-off-by: …
(edit) @5d0cfb5   10 years michaelni avcodec/dvdsubdec: Avoid strerror() due to thread saftey …
(edit) @3ab82e92   10 years michaelni avcodec/libxvid_rc: Avoid strerror() for thread saftey Signed-off-by: …
(edit) @d7de48f0   10 years michaelni avformat/mov: Simplify code by using OFFSET() and FLAGS macros …
(edit) @43fb40c3   10 years michaelni avfilter/vf_kerndeint: use av_freep(), avoid leaving stale pointers in …
(edit) @498396f8   10 years michaelni avfilter/vf_unsharp: use av_freep() avoid leaving stale pointers in …
(edit) @792a5004   10 years michaelni avfilter/vf_uspp: Add grayscale support Signed-off-by: Michael …
(edit) @b898c49b   10 years michaelni avfilter/vf_uspp: assert that the qp_type is valid Signed-off-by: …
(edit) @10ef8f06   10 years lou doc: add FFREPORT example And fix a few nits. Signed-off-by: Lou …
(edit) @a963fdb   10 years michaelni lavu/dict: check for malloc failures Signed-off-by: Michael …
(edit) @a66893ac   10 years michaelni avformat/utils: check for malloc failure Signed-off-by: Michael …
(edit) @ce35a613   10 years michaelni lavc/avpacket: check for malloc failure Signed-off-by: Michael …
(edit) @9f85c27   10 years onemda Delete mp=uspp
(edit) @2a8eb0d1   10 years michaelni avfilter/vf_spp: The qp array width is qp_stride not stride/16 …
(edit) @e8dbecb   10 years michaelni avfilter/vf_spp: Allocate qp storage after qp_stride is known …
(edit) @eb725235   10 years michaelni avdevice/v4l2: use av_freep() to avoid leaving stale pointers in …
(edit) @30d2ac4b   10 years michaelni avfilter/vf_spp: change temporary to unsigned More consistent with …
(edit) @e07c8268   10 years michaelni avfilter/vf_uspp: fix integer overflow in intermediate Fixes …
(edit) @13c3a97b   10 years michaelni avfilter/vf_uspp: remove YUV 411/422/440 snow doesnt support …
(edit) @e1540cdf   10 years michaelni avfilter/vf_uspp: use the average QP instead of QP[0] Signed-off-by: …
(edit) @5172782   10 years michaelni avfilter/vf_uspp: The qp array width is qp_stride not stride/16 …
(edit) @d2d8ac24   10 years michaelni avfilter/vf_uspp: Allocate qp storage after qp_stride is known …
(edit) @327c5292   10 years michaelni avfilter/version: bump for uspp Found-by: ubitux Signed-off-by: …
(edit) @1a4128c8   10 years u LICENSE: mention that uspp is GPL
(edit) @df307deb   10 years u build: add forgotten avcodec dependency in uspp
(edit) @e93abe1f   10 years u avfilter/uspp: use AVFILTER_DEFINE_CLASS()
(edit) @397859c4   10 years u avfilter/uspp: make src const in store_slice_c()
(edit) @73d88109   10 years u avfilter/uspp: misc style fixes
(edit) @100fc395   10 years michaelni lavfi: USPP Filter Previous version reviewed by: Stefano Sabatini …
(edit) @e2829a81   10 years michaelni avformat/mov: Disable XMP metadata by default This was suggested by …
(edit) @f96fcba1   10 years michaelni avcodec/libutvideoenc: Check avpicture_get_size() return code Fixes …
(edit) @086e29a0   10 years michaelni avcodec/libutvideoenc: fix leak of info array on error Fixes …
(edit) @ff0a0b62   10 years michaelni compat/avisynth/avxsynth_c: Clear all unused fields in returned …
(edit) @28fc31d   10 years michaelni avformat/avidec: Do not fail for crazy start times Signed-off-by: …
(edit) @27dfe54e   10 years michaelni avcodec/libxavs: fix division by 0 bitrate Fixes CID1257655 …
(edit) @a03f72e7   10 years michaelni avcodec/x86/hevc_mc: fix sse register counts These fix failures of …
(edit) @dbdc6e5   10 years michaelni configure: do not allow nvenc to be build on cygwin to avoid _WIN32 …
(edit) @ef23bd93   10 years michaelni avcodec/hevc: Silence "warning: ref0/1 may be used uninitialized in …
(edit) @55c5a383   10 years lou doc: add loglevel numerical values Useful for setting FFREPORT log …
(edit) @7ee5f764   10 years michaelni Merge commit 'e737a4aaafcb1d761b7f96043c2f83ce742c64ae' * commit …
(edit) @66daf3b8   10 years michaelni Merge commit 'c7921a480467876ece06566e0efd8f6bce9d1903' * commit …
(edit) @2a428db5   10 years michaelni avcodec: Add NVENC encoder Signed-off-by: Michael Niedermayer …
(edit) @97b65f61   10 years michaelni avformat/hlsenc: added segment file deletion This option flag deletes …
(edit) @e737a4aa   10 years martin dashenc: Change the duration fields to 64 bit For the last_duration …
(edit) @c7921a48   10 years martin libfdk-aacdec: Fix a boundary check This avoids potential out of …
(edit) @ae939653   10 years michaelni avcodec/hevc_refs: fix potential use of uninitialized min_idx …
(edit) @52a17972   10 years michaelni avformat/yuv4mpegdec: fix "warning: field_order may be used …
(edit) @0fadbd3   10 years michaelni avformat/flvdec: fix potential use of uninitialized variables …
(edit) @a2fa1889   10 years michaelni avfilter/vf_perspective: add av_assert0() to help gcc see that there …
(edit) @81a045fe   10 years michaelni Merge commit '2c3f29c4894ee50635b846f202296ad79a7c0d33' * commit …
(edit) @d43d5c57   10 years michaelni avcodec/x86/hevc_mc: remove dead branch from EPEL_FILTER …
(edit) @ae816807   10 years michaelni avformat/avidec: Increase dshow_block_align use threshold by 1 Fixes …
(edit) @2c3f29c4   10 years lu_zero xcbgrab: Support empty filename string correctly Bug-Id: CID 1254664 …
(edit) @1397cb00   10 years michaelni Merge commit 'fa8934d6d6a0bb290010bdf16265c40b331d56fb' * commit …
(edit) @bd378aca   10 years michaelni Merge commit '95d880fa6436f3b557a9c060428a04b9e4d552df' * commit …
(edit) @b7bfe178   10 years michaelni Merge commit 'd2f1d42b18787e4fcb28864d9d9f701dd64a5747' * commit …
(edit) @cb416a7d   10 years michaelni Merge commit '4c81613df499ba81d64ea102b38d0c6686cc304c' * commit …
(edit) @824932dc   10 years michaelni Merge commit '581c7f0e12b1fa39f73d683e54d6ecda0772c5a9' * commit …
(edit) @fa8934d6   10 years martin dashenc: log file output progress in verbose mode As the …
(edit) @95d880fa   10 years martin rtpproto: Fix the input RTP data format check Only the upper 2 bits …
(edit) @01ab761b   10 years Carl Eugen Hoyos Allow mov musing if the ac3 parser was disabled. This reverts …
(edit) @d2f1d42b   10 years janne-libav fate: add dolby true hd tests The existing meridian audio test does …
(edit) @4c81613   10 years janne-libav arm: mlpdsp: handle pic offset calculation in a macro Makes the code …
(edit) @581c7f0e   10 years janne-libav arm: make ff_mlp_filter_channel_arm and ff_mlp_rematrix_channel_arm …
(edit) @6ef9d1b2   10 years michaelni Merge commit 'fccfc22d1f304aef42a0b960e4c1d55ce67107f5' * commit …
(edit) @2d0117f8   10 years michaelni avformat/crypto: fix key vs iv typo Fixes Ticket 4167 Signed-off-by: …
(edit) @20cb3fab   10 years michaelni avformat/utils: change assert to av_assert0() Signed-off-by: Michael …
(edit) @041c6109   10 years michaelni avformat/utils: replace impossible condition by av_assert0() in …
(edit) @308429e   10 years michaelni avformat/wavenc: check return value of strftime() Fixes CID1257006 …
(edit) @fccfc22d   10 years martin libavformat: Build hevc.o when building the RTP muxer The RTP muxer …
(edit) @92d47e2a   10 years michaelni Merge commit '780cd20b00a69e26bbfffbb8eec16fbe999ea793' * commit …
(edit) @16e65419   10 years michaelni Merge commit 'f963f80399deb1a2b44c1bac3af7123e8a0c9e46' * commit …
(edit) @99bf26f   10 years michaelni Merge commit '3c01039e0bc7d269900e15551f8171c4328a0223' * commit …
(edit) @780cd20b   10 years martin aarch64: Use .data.rel.ro for const data with relocations This …
(edit) @f963f803   10 years martin arm: Use .data.rel.ro for const data with relocations Signed-off-by: …
(edit) @a5e5959d   10 years michaelni avformat/utils: fix calculating the absolute difference of timestamps …
(edit) @720dffb8   10 years Reynaldo H. Verdejo Pinochet ffserver_config: reflow add_codec() Signed-off-by: Reynaldo H. …
(edit) @b4c69b7e   10 years Reynaldo H. Verdejo Pinochet ffserver_config: break lines at 80 chars Add braces when needed and …
(edit) @b28d5877   10 years Reynaldo H. Verdejo Pinochet ffserver_config: improve error/warning messages Fix grammar and quote …
(edit) @f95cfff0   10 years Reynaldo H. Verdejo Pinochet ffserver_config: check strchr() return for NULL Should fix FFmpeg …
(edit) @dd70470   10 years michaelni avformat/utils: Compute the current pts of mpeg1/2 I/P frames from the …
(edit) @9e561410   10 years michaelni avformat/utils: Pass the next pts/dts to compute_pkt_fields() when …
(edit) @e86df02   10 years michaelni avdevice/xcbgrab: check xcb_query_pointer_reply_t pointer before use …
(edit) @754f4957   10 years michaelni configure: use use_pkg_config() instead of check_pkg_config() for …
(edit) @885e7462   10 years michaelni Merge commit 'e2e07dbaab1f17e995842b7eacec4665d44c3d14' * commit …
(edit) @4acc717a   10 years lukasz.m.luki2 fate: add libavcodec/options-test Signed-off-by: Lukasz Marek …
(edit) @72732307   10 years lukasz.m.luki2 lavc/options: add test for avcodec_copy_context This test doesn't …
(edit) @0dcebe26   10 years michaelni Merge commit 'b704b648f9ecb830874627db958a37e004107d1b' * commit …
(edit) @420aebf0   10 years michaelni Merge commit '174c5fde90060faab67796a5eaef742630f1db6e' * commit …
Note: See TracRevisionLog for help on using the revision log.