source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @984c230c   10 years michaelni avfilter/vf_transpose: Change enums to int, which are accessed via …
(edit) @8ae3500   10 years michaelni avfilter/tinterlace: Change enum to int, which is accessed via …
(edit) @d0059281   10 years michaelni avformat/udp: Remove (harmless) duplicated pkt_size entry from …
(edit) @83443505   10 years michaelni Merge commit 'ff7adead0a667e606f5a41dca591f074f9ff2f32' * commit …
(edit) @de2aaf1a   10 years michaelni lavf/segment: Mark output contexts as non-seekable when applicable …
(edit) @9573737   10 years michaelni png: Only init zlib once Signed-off-by: Donny Yang <work@kota.moe> …
(edit) @e7ba79dc   10 years michaelni png: Calculate pixel format information only once Signed-off-by: …
(edit) @68ede913   10 years michaelni png: Return slightly more meaningful error codes Signed-off-by: Donny …
(edit) @ff7adead   10 years lu_zero udp: Fix pkt_size management The default value for unset is -1, not …
(edit) @7b060a96   10 years michaelni libavformat/segment: add an option to write the header to a separate …
(edit) @481f0f15   10 years michaelni libavformat/segment: don't leave the list pb open when not in use …
(edit) @bcf44c91   10 years michaelni libavformat/hls: add an option to start from a given segment in a live …
(edit) @81487781   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @93704e09   10 years michaelni Merge commit '72025ac36c740f031d7e413041fdfe97087c83c4' * commit …
(edit) @b3673f34   10 years Carl Eugen Hoyos lavc/h264_refs: Fix compilation with -DTRACE.
(edit) @d371471c   10 years Carl Eugen Hoyos Fix make checkheaders if libmfx is not available.
(edit) @7de0fefe   10 years Carl Eugen Hoyos lavf/gif: Add an option max_gif_delay to limit the frame duration. …
(edit) @97a407f   10 years michaelni Merge commit '6fe2641d6e410b7bc203138fa97e1118b411f16d' * commit …
(edit) @268ff17c   10 years michaelni Merge commit 'c48456166e95648719a8be8f8613f9dee98205c1' * commit …
(edit) @72025ac   10 years anton lavc: add libdcadec decoder Signed-off-by: Anton Khirnov …
(edit) @6fe2641d   10 years anton lavc: add profile define for DTS Express Signed-off-by: Anton Khirnov …
(edit) @c4845616   10 years anton lavc: add MMAL hardware decoder wrapper Based on a patch by Rodger …
(edit) @cf16b459   10 years michaelni libavdevice/avfoundation: use pts/dts provided by the CMSampleBuffer …
(edit) @021b0237   10 years michaelni libavdevice/avfoundation: add capture_mouse_clicks option Support …
(edit) @c908cae7   10 years michaelni libavdevice/avfoundation: add capture_cursor option Add support for …
(edit) @573a77a1   10 years michaelni libavdevice/avfoundation: add framerate and video size options …
(edit) @6a3833e1   10 years michaelni ffmpeg_opt: Do not overwrite output if there is no input Fixes …
(edit) @dcac15a8   10 years Carl Eugen Hoyos lavc/dnxhd: Fix pix_fmt change. Fixes ticket #4400.
(edit) @fe57514f   10 years michaelni png: Minor whitespace change and added missing comment Signed-off-by: …
(edit) @5904d039   10 years michaelni png: Use av_freep() instead of av_free() Signed-off-by: Donny Yang …
(edit) @68bcc64f   10 years michaelni fate/filter-video: Use qp filter to generate non constant qp array for …
(edit) @2856634c   10 years michaelni vfilter/vf_qp: Support evaluating expression per MB also add support …
(edit) @a8fb8f61   10 years michaelni avfilter/vf_qp: split expression parsing out of loop Signed-off-by: …
(edit) @625bd463   10 years michaelni af_channelmap: fix number of channels Fixes segfaults with the …
(edit) @048b6331   10 years michaelni avcodec/qsv_internal: Fix project name Signed-off-by: Michael …
(edit) @56b7aa2   10 years michaelni doc/examples: add directory listing example Signed-off-by: Michael …
(edit) @303c3da   10 years michaelni postproc: Removed unecessary if/else branch when getting QP. There's …
(edit) @0a731e45   10 years michaelni Merge commit '72b7441a10f578a1d0be7083d8f5adf6a01921c2' * commit …
(edit) @d985976e   10 years michaelni Merge commit '9ba27c2348d26000257e891e40a72facb0d916be' * commit …
(edit) @b12eacb3   10 years michaelni Merge commit 'd0a63d8b989647ffdb5f40da8e1feaffe1a8e791' * commit …
(edit) @151ae8ea   10 years michaelni Merge commit 'b04d009b0e1a34b717f3d3bbf407aef0c742aff1' * commit …
(edit) @4ae7c370   10 years michaelni fate: Use a variable QP input for fate-filter-pp Signed-off-by: …
(edit) @c6649898   10 years michaelni fate: simplify filter-pp tests Signed-off-by: Michael Niedermayer …
(edit) @72b7441   10 years anton lavc: add Intel libmfx-based H.264 encoder
(edit) @9ba27c23   10 years anton qsvdec: add 'decode' to the non-static function names
(edit) @d0a63d8b   10 years anton qsvdec: split off some code that will be shared with the encoder
(edit) @b04d009b   10 years anton qsv: rename to qsvdec This is to avoid conflicts with the upcoming …
(edit) @d03b998c   10 years michaelni avformat/avio: Document the end of list case in avio_read_dir() This …
(edit) @fff78717   10 years michaelni lavfi: add inverse telecine filter Approved-by: Paul B Mahol …
(edit) @184084c6   10 years michaelni lavf: add directory listing API API allows protocol implementations …
(edit) @dbce8cda   10 years michaelni avfilter/vf_telecine: Avoid floating point values Signed-off-by: …
(edit) @174330b1   10 years michaelni avutil/timer: give each printed value of STOP_TIMER a fixed length …
(edit) @0fee509c   10 years michaelni avutil/timer: show histogram of cpu cycles each run took The new …
(edit) @1f5d1eed   10 years James avutil/cpu: add missing check for mmxext to av_force_cpu_flags …
(edit) @613483dc   10 years michaelni avfilter/vf_telecine: Fix loss of AVFrame properties in output …
(edit) @0245abc   10 years michaelni avcodec/x86/hpeldsp_init: Put CONFIG_* first in if() This is more …
(edit) @cd5a48e5   10 years michaelni avcodec/h264_slice: Put CONFIG_GRAY first in if() This is more …
(edit) @47aee6f0   10 years michaelni avcodec/arm/flacdsp_init_arm: Put CONFIG_FLAC_DECODER first in if() …
(edit) @71258e5d   10 years michaelni avcodec/ac3dec: Put CONFIG* first in if() This may fix build failures …
(edit) @2139e58   10 years michaelni avformat/dv: fix used dimension variables Fixes null pointer …
(edit) @df43d037   10 years michaelni avformat/rmdec: fix support for 0 sized mdpr Fixes Ticket4393 …
(edit) @1301aa55   10 years michaelni avfilter/vf_telecine: Fix AV desync by using the first input timestamp …
(edit) @21adb996   10 years Philip Langdale avcodec/nvenc: Need a separate class for each encoder The encoders …
(edit) @9f91c519   10 years michaelni doc: remove the reference to supporting AviSynth 2.5 Signed-off-by: …
(edit) @1492118c   10 years michaelni avisynth: drop support of AviSynth 2.5 If the user attempts to use …
(edit) @bdcd36a4   10 years michaelni swscale/output: Fix undefined shifts Fixes: …
(edit) @3a6df0b4   10 years michaelni avisynth: ifdef to avoid implicit function declaration errors The …
(edit) @b020a25d   10 years michaelni avcodec/j2kenc: Initialize variable to silence compiler warnings …
(edit) @589a604   10 years michaelni avutil: make AVFrameSideData buffers ref-counted. Signed-off-by: …
(edit) @b8e36690   10 years michaelni lavu/frame: move av_frame_copy_props() up in the file. Preparation …
(edit) @23e1303c   10 years James avcodec/nvenc_h265: add missing version bump and changelog entry …
(edit) @7c491075   10 years James configure: add missing dependency for nvenc_h265 Should fix …
(edit) @21175d85   10 years Philip Langdale avcodec/nvenc: Add support for H.265 encoding Sufficiently new nvenc …
(edit) @354db19f   10 years michaelni avcodec/h264: Remove bits_per_raw_sample hacks Fixes assertion …
(edit) @e003a534   10 years michaelni avisynth: update headers against AviSynth+ Signed-off-by: Michael …
(edit) @62e2fae8   10 years michaelni ffmpeg: fix option name in documentation Signed-off-by: Michael …
(edit) @19321a29   10 years michaelni avformat/utils: Terminate SPS in avci100_1080i_extradata to avoid …
(edit) @e5de6de8   10 years michaelni avutil/pixfmt: Add missing AV_ prefix to PIX_FMT_YUV411P …
(edit) @48f7c30b   10 years michaelni avcodec/nvenc: Drop support for old nvenc api Signed-off-by: Michael …
(edit) @c20eab5   10 years michaelni avcodec/msrledec: More verbose error message Signed-off-by: Michael …
(edit) @f7e1367f   10 years michaelni avcodec/msrledec: restructure msrle_decode_pal4() based on the line …
(edit) @0276b952   10 years michaelni avformat/mov: check color parameter type explicitly. Fixes ticket …
(edit) @4a6096e4   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @d66ca43f   10 years michaelni Merge commit '1188119624e42c1b2ce5be6137d2e6c6f4f03328' * commit …
(edit) @15307320   10 years michaelni Merge commit 'a8c99205ca8703bd849efae13fcf844315c7147d' * commit …
(edit) @1188119   10 years lu_zero avisynth: update documentation about the avisynth_c.h header …
(edit) @a8c99205   10 years lu_zero avisynth: Fix compilation against current 2.6 header(s). AviSynth 2.6 …
(edit) @b76df6ef   10 years Carl Eugen Hoyos lavf/matroskaenc: List subtitle codecs with fake codec_tags to allow …
(edit) @c5d0148c   10 years Carl Eugen Hoyos doc: Remove non-existing decklink options. Reported-by: Bostjan Hamler
(edit) @a2dd2d79   10 years michaelni Merge commit '1ddd3e23a49b9eec11c62dca018238cf7349c90f' * commit …
(edit) @70cf40f9   10 years michaelni Merge commit 'ae4f5d944cce431b1f4715c863122355e1d78007' * commit …
(edit) @2850131f   10 years michaelni Merge commit 'b21af32aed7e343f962753943e9f16baedfb1750' * commit …
(edit) @3e399561   10 years michaelni Merge commit '312a9ef04bf6b55e68e4a61694b169cd3cc69bb8' * commit …
(edit) @d280d43   10 years michaelni Merge commit '592a04054e6423be5050efd2bceece48b10b9c1d' * commit …
(edit) @cceb7379   10 years michaelni Merge commit '7419b34825c20d52f667da2fbe4dc710ec8398f8' * commit …
(edit) @dfea1acb   10 years michaelni Merge commit 'e4fe535d12f4f30df2dd672e30304af112a5a827' * commit …
(edit) @001b28b0   10 years michaelni libavformat/mxfenc: add container duration and package name to primer …
(edit) @1ddd3e23   10 years vittorio.giovara vaapi_h264: fix slice data offset
(edit) @ae4f5d94   10 years vittorio.giovara dxva2_h264: fix slice offset in long slice structs
(edit) @b21af32   10 years vittorio.giovara lavc: Prefer x264 over openh264 if both libraries are available
Note: See TracRevisionLog for help on using the revision log.