source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @d3f5b94   11 years janne-libav aarch64: opus NEON iMDCT and FFT Opus celt decoding 11% faster and …
(edit) @7c5ca546   11 years janne-libav configure: fix enable-libopus help string
(edit) @5e2ba41d   11 years janne-libav build: add avresample after avcodec to FFLIBS avcodec might depend on …
(edit) @3b2fbe67   11 years anton lavc: properly handle subtitle_header in avcodec_copy_context()
(edit) @efc7df6c   11 years anton lavc: preserve the original private data in avcodec_copy_context() If …
(edit) @c9281a01   11 years anton lavf: drop the zero-sized packets hack There should not be any valid …
(edit) @0c1959b0   11 years anton lavf: add AVFMT_FLAG_BITEXACT. Use it instead of checking …
(edit) @b70d7a4a   11 years anton lavc: add a native Opus decoder. Initial implementation by Andrew …
(edit) @8b96f318   11 years michaelni libavformat/mov: Elimitate double reading of COVR metadata if …
(edit) @09cd2286   11 years michaelni avformat/libnut: use av_mallocz_array() Signed-off-by: Michael …
(edit) @f6d17d2a   11 years michaelni avformat/matroskaenc: use av_mallocz_array() Signed-off-by: Michael …
(edit) @3af7e7b5   11 years michaelni avfilter/vsrc_mandelbrot: use av_malloc_array() Signed-off-by: …
(edit) @565c321c   11 years michaelni tests/fate/libavutil: run cpu test and display the cpus detected …
(edit) @7efe8399   11 years michaelni tests/fate-run: add runecho command to run a test and display its …
(edit) @56193d3   11 years michaelni avformat/http: remove never twice executable loop Fixes CID1197069 …
(edit) @973de9eb   11 years michaelni avcodec/hevc: fix outputted AVFrame.key_frame previously it was …
(edit) @434ba17b   11 years u configure: add encoding to --enable-libopus doc.
(edit) @3690393f   11 years michaelni avutil/dict: delay addition of const from …
(edit) @acb6f3af   11 years michaelni avutil/fifo: delay addition of const from …
(edit) @0fdc3cd8   11 years michaelni avutil/version: add FF_CONST_AVUTIL53 This will become "const" on the …
(edit) @dbd1fdd2   11 years michaelni Merge commit '7e90133f6420b1c53652f972b9561600822881ee' * commit …
(edit) @6a72260e   11 years michaelni Merge commit 'a738540366c9b114949b7914c0d08e2c28982cfb' * commit …
(edit) @7e90133f   11 years janne-libav build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined …
(edit) @bc2e39c   11 years u avfilter/lut3d: move the scale calc out of the inner loop.
(edit) @a738540   11 years anton lavf: properly document the distinction between flags and ctx_flags
(edit) @6ab37221   11 years michaelni avfilter/vf_removelogo: use av_malloc_array() Signed-off-by: Michael …
(edit) @14e2e40f   11 years michaelni avfilter/vf_hqdn3: use av_malloc_array() Signed-off-by: Michael …
(edit) @0aac9b76   11 years michaelni avcodec/libx264: Implement reference frame count limiting based on …
(edit) @c3417ed7   11 years michaelni swscale/utils: Add check that ensures that the hardcoded struct …
(edit) @c683e6aa   11 years u build: move ebur128 swr dep to configure.
(edit) @f0ae467e   11 years michaelni configure: swresample depends on avutil Signed-off-by: Michael …
(edit) @efa95968   11 years michaelni common.mak: fix (not)building disabled libs Signed-off-by: Michael …
(edit) @3d7218d9   11 years michaelni Merge commit '449511740f06a4675b0066730fa45cdb764ffafc' * commit …
(edit) @d90ba41   11 years Reimar.Doeffinger dpx: use intfloat.h instead of deprecated intfloat_readwrite.h. …
(edit) @76581ab8   11 years michaelni Merge commit '9aa4592076d4dbb29d1198b0e258f9f85c0c00b5' * commit …
(edit) @44951174   11 years janne-libav build: handle library dependencies in configure Instead of setting …
(edit) @9aa45920   11 years janne-libav aarch64: assembler in clang-3.4 ignores the division by two Values …
(edit) @cef99e12   11 years michaelni Use rac_get_prob branchy version when used within a conditional …
(edit) @f1c16749   11 years michaelni Support broadcast destination for udp protocol Use the required …
(edit) @bb9e5116   11 years michaelni hevc: fixing code indenting in hevcpred(cherry picked from commit …
(edit) @38df49a0   11 years michaelni hevc/intrapred: fix indent(cherry picked from commit …
(edit) @053fdac   11 years michaelni hevc: a much faster implementation of intra prediction (up to 1s on …
(edit) @72dcd48c   11 years michaelni avformat/asfenc: honor the maximum of 63 payloads Fixes Ticket3634 …
(edit) @81d1fcf3   11 years michaelni avcodec: add option to make is_intra_more_likely() from error …
(edit) @a8bc175d   11 years michaelni avformat/mp3dec: check the number of frames per buffer size Fixes …
(edit) @b3b505c7   11 years michaelni avformat/utils: if the id3 tag is too large for data after it to …
(edit) @d05588e2   11 years michaelni avformat/utils: limit probe score in the id3 case only if there is a …
(edit) @ab21acec   11 years Carl Eugen Hoyos Use Matroska document version 2 for WebM files if possible. Google's …
(edit) @a01fedd9   11 years Carl Eugen Hoyos Fix compilation with --enable-lto --enable-shared with icc.
(edit) @87f2d807   11 years michaelni hevcdsp: correctly indicate that hevc_put_hevc_bi_epel_h uses 9 GPRs …
(edit) @b9cce9ee   11 years michaelni avfilter/buffer: Use av_malloc_array() Signed-off-by: Michael …
(edit) @e951e04a   11 years michaelni avcodec/buffersrc: use av_mallocz_array() Signed-off-by: Michael …
(edit) @4d93e758   11 years michaelni configure: Ensure log2 is disable based on msvcrt version. …
(edit) @3b2ab8a   11 years michaelni configure: Allow log2 with msvc12 onwards. Signed-off-by: Michael …
(edit) @96abdf2   11 years michaelni avcodec/vda_h264: fix bistream typo Signed-off-by: Michael …
(edit) @5460ab73   11 years michaelni Merge commit '1839fafa951308237c4672ffd9a94f927b26eac7' * commit …
(edit) @28563327   11 years michaelni avcodec/vda_h264: fix null pointer dereference Signed-off-by: Michael …
(edit) @5449239a   11 years michaelni Merge commit '67afcefb35932b420998f6f3fda46c7c85848a3f' * commit …
(edit) @c6a683bf   11 years michaelni Merge commit '31a46750c7eafe6bce6a3e4f09853cd0a585292b' * commit …
(edit) @14aef38a   11 years michaelni Merge commit '66e6c8a7b4e3ac926302529606bd3e323c28b20f' * commit …
(edit) @2ec4586d   11 years michaelni Merge commit 'dd2d3b766b20196d0b65a82e3d897ccecbf7adb8' * commit …
(edit) @c4fe50b9   11 years michaelni Merge commit 'ebc29519d1634bfeb386c20a5d8a52837aae2436' * commit …
(edit) @fa0f7c02   11 years michaelni Merge commit 'a871ef0cc936612bdb0e643196be72efcf0c8986' * commit …
(edit) @8d19dd91   11 years michaelni Merge commit '08bb2567586599d62a282c4cd31567a0807f3d92' * commit …
(edit) @f2f99f0   11 years michaelni Merge commit '5c1d7246cd65dc4db1b6dc36e29ce39fc1068f3f' * commit …
(edit) @d93cf093   11 years michaelni Merge commit '632ad2248e2e5d8cd4b51e6c87c943a38c3da425' * commit …
(edit) @5e955511   11 years michaelni avcodec/dct: use av_malloc_array() Signed-off-by: Michael Niedermayer …
(edit) @e2c7816a   11 years michaelni avcodec/cinepakenc: use av_malloc_array() Signed-off-by: Michael …
(edit) @1839fafa   11 years lu_zero avconv: Support VDA hwaccel Signed-off-by: Luca Barbato …
(edit) @67afcefb   11 years lu_zero lavc: Add new VDA hwaccel It leverages the new hwaccel 1.2 features: …
(edit) @31a46750   11 years lu_zero vda: use hwaccel private data for internal bitstream buffer
(edit) @66e6c8a7   11 years lu_zero lavu: Add a pixel format for new VDA hwaccel The current hwaccel is …
(edit) @dd2d3b76   11 years lu_zero lavc: Add hwaccel private data and init/uninit callbacks
(edit) @ebc29519   11 years lu_zero hwaccel: Support specific frame allocators It would reduce the …
(edit) @a871ef0c   11 years lu_zero hwaccel: Rename priv_data_size to frame_priv_data_size This describes …
(edit) @08bb2567   11 years lu_zero lavc: document which parts of AVHWAccel are private.
(edit) @5c1d724   11 years lu_zero lavc: set AVCodecContext.hwaccel in ff_get_format() This way each …
(edit) @632ad224   11 years lu_zero lavc: Add an internal wrapper around get_format() It will be useful …
(edit) @efcea0b9   11 years michaelni configure: Fix floating point conformance ith icl. Reviewed-by: …
(edit) @ab57cbb7   11 years michaelni lavc/on2avc: silent warnings about const params Signed-off-by: Lukasz …
(edit) @72fed6d1   11 years michaelni avformat/mpegtsenc: fix minor typo in omit_video_pes_length …
(edit) @04e140da   11 years michaelni libmpcodecs/vf_uspp: check avcodec_open() return code Fixes …
(edit) @e0877aa5   11 years r.verdejo ffserver: don't leak poll_table if poll fails Should fix Coverity …
(edit) @97bcb058   11 years Reimar.Doeffinger Add missing "const" to pointer arrays. Signed-off-by: Reimar …
(edit) @6b9e0bf4   11 years michaelni avfilter/vf_removelogo: fix memleak on failure Fixes CID751770 …
Note: See TracRevisionLog for help on using the revision log.