source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f5c281d   9 years Michael Niedermayer configure: clean whitespace with [:space:] …
(edit) @488cc051   9 years Michael Niedermayer avformat/mov: Use ff_configure_buffers_for_index() Fixes Ticket2513 …
(edit) @b183fb47   9 years Michael Niedermayer avformat: Add ff_configure_buffers_for_index() This allows …
(edit) @1aab5d8a   9 years James avcodec/dxva2_hevc: unbreak compilation after recent sps/pps changes …
(edit) @b11c3fce   9 years Philip Langdale avcodec/vdpau_hevc: unbreak compilation after sps/pps changes There …
(edit) @10d7d088   9 years Michael Niedermayer avcodec/utils: Check that the sample rate is not negative when opening …
(edit) @7c944b0a   9 years Michael Niedermayer tests/checkasm/x86/Makefile: Use ASMSTRIPFLAGS for asm Signed-off-by: …
(edit) @d6ff68ad   9 years Michael Niedermayer Factor duplicated ff_fast_malloc() out into mem_internal.h internal.h …
(edit) @03931ecf   9 years Michael Niedermayer vf_ssim: remove another obscure double loop. Reviewed-by: Paul B …
(edit) @a1f48480   9 years Michael Niedermayer ssim: refactor a weird double loop. Reviewed-by: Paul B Mahol …
(edit) @4496ccc7   9 years Michael Niedermayer avcodec/hevc_parser: Reenable the old parser under ADVANCED_PARSER …
(edit) @9e810a98   9 years Michael Niedermayer Merge commit '650060dfb665552442ec11b456660e3e9a9d9016' * commit …
(edit) @99558270   9 years Michael Niedermayer avcodec/hevc: Simplify skipped_bytes_pos code further Signed-off-by: …
(edit) @ad92410d   9 years Michael Niedermayer avcodec/hevc: Move skipped_bytes_pos_nal to HEVCNAL, simplify code …
(edit) @bcc6c7bb   9 years Michael Niedermayer avcodec/hevc: Move skipped_bytes_pos_size_nal into HAVCNAL …
(edit) @5620ed35   9 years Michael Niedermayer avcodec/hevc: Remove skipped_bytes_nal, simplify code Signed-off-by: …
(edit) @93aa84c1   9 years Michael Niedermayer Merge commit '7f78155dc6b65be55efb5309b6dd2bb33925a8c4' * commit …
(edit) @4690a636   9 years Michael Niedermayer Merge commit 'd82e1adc2019135a2fc45372e0ed0b5ef107cdd0' * commit …
(edit) @4c42c669   9 years Michael Niedermayer Merge commit 'ae05b4865514fd71b5e9431e93aa0d03d7ba7751' * commit …
(edit) @760304e   9 years Michael Niedermayer Merge commit 'd7bebe4805193783f0b6f292f9127a75709fb7d9' * commit …
(edit) @d5fcca83   9 years Michael Niedermayer Merge commit 'b11acd57326db6c2cc1475dd0bea2a06fbc85aa2' * commit …
(edit) @885afff0   9 years onemda avfilter/vf_w3fdif: implement slice threading Signed-off-by: Paul B …
(edit) @7b07e72a   9 years onemda avfilter/vf_stereo3d: implement slice threading for anaglyph output …
(edit) @c02ee69b   9 years onemda fate: add tests for stereo3d anaglyph modes Signed-off-by: Paul B …
(edit) @ddd86e47   9 years Michael Niedermayer Merge commit 'ab05ed4c322ed0488ac9b5d2ef5d4ffa55a946a7' * commit …
(edit) @547848f7   9 years Michael Niedermayer Merge commit '9f4c7397a296e6d11b3c6c121a6896163577dc7c' * commit …
(edit) @6727380d   9 years Michael Niedermayer Merge commit 'a9a2f3613040c4f90bf15cbd76f8671252ecc043' * commit …
(edit) @98c7f974   9 years Michael Niedermayer Merge commit '86eee85daddb682fa072c2e2657c90a514b855e3' * commit …
(edit) @f14fc559   9 years Michael Niedermayer Merge commit '8bc67ec2c0d2b5444d51a1bed1d50f0e10d92717' * commit …
(edit) @4547cf68   9 years Michael Niedermayer avformat/isom: utilize bitrate hints Fixes Ticket4546 Signed-off-by: …
(edit) @774ceee1   9 years Philip Langdale movtextdec.c: Add support for highlight and hilightcolor box …
(edit) @a3b721d1   9 years James avcodec/dcadec: silence request_channels deprecation warnings This …
(edit) @650060df   9 years anton hevc_parser: parse and export some stream parameters Particularly …
(edit) @7f78155d   9 years anton hevc: improve a comment That loop does the actual full decoding, so …
(edit) @d82e1adc   9 years anton hevc: move splitting the packet into NALUs into a separate function …
(edit) @ae05b486   9 years anton hevc: eliminate the second call to hls_nal_unit() Also, make …
(edit) @d7bebe48   9 years anton hevc: skip invalid/ignored NALUs when splitting the packet There is …
(edit) @b11acd57   9 years anton hevc: remove HEVCContext usage from hevc_ps Factor out the parameter …
(edit) @ab05ed4c   9 years anton mpegvideo_parser: export pixel format and dimensions
(edit) @9f4c7397   9 years anton hevc: check slice address length It is used as get_bits argument and …
(edit) @a9a2f361   9 years anton doc: add a section about building with libmfx
(edit) @86eee85d   9 years anton bytestream2: set the reader to the end when reading more than …
(edit) @f353b851   9 years Michael Niedermayer vf_ssim: fix s->coefs for yuv with non-4:2:0 subsampling. …
(edit) @8bc67ec2   9 years janne-libav Checkasm: assembly testing and benchmarking tool It provides the …
(edit) @d2e5297e   9 years Michael Niedermayer Merge commit '796268654c7807c9a1cfb322c838383e2b900d60' * commit …
(edit) @839d6bc1   9 years Michael Niedermayer avformat/riffde: Fix integer overflow in bitrate Signed-off-by: …
(edit) @cd326377   9 years Michael Niedermayer Merge commit 'f1bdc234370401c032cd85184e93c7c155eb6d62' * commit …
(edit) @189420cb   9 years Michael Niedermayer riffdec: prevent negative bit rate Signed-off-by: Andreas Cadhalpun …
(edit) @7da1f00e   9 years Michael Niedermayer Merge commit 'c1d647b15afa69fa70f999a9ddcb98346409fb4d' * commit …
(edit) @ba77fb61   9 years Michael Niedermayer Merge commit 'd80811c94e068085aab797f9ba35790529126f85' * commit …
(edit) @e72988d   9 years Michael Niedermayer Merge commit '355864ef7a9548ee6491a25de1e0650bd983a667' * commit …
(edit) @3a18d3fa   9 years Michael Niedermayer ivfenc: write duration at end-of-stream. At the beginning, the value …
(edit) @7962686   9 years lu_zero asfdec: always reset packet state after seeking Signed-off-by: Luca …
(edit) @cdb0d7e4   9 years Michael Niedermayer avformat/brstm: Remove unused variable Fixes …
(edit) @944a1aa3   9 years Michael Niedermayer avformat/yuv4mpegdec: Use 64bit for file offset Signed-off-by: …
(edit) @f8db8107   9 years Michael Niedermayer avcodec/utils: Assert that the pointer is set when size is in …
(edit) @59a07df0   9 years Michael Niedermayer avcodec/utils: Avoid undefined void casts in ff_fast_malloc() based …
(edit) @b3415e4c   9 years Michael Niedermayer avutil/mem: Fix potential overflow in overallocation code …
(edit) @bc976e57   9 years Michael Niedermayer avcodec/utils: Fix potential overflow in overallocation code …
(edit) @9ea81fe9   9 years onemda fate: add tests for w3fdif filter Signed-off-by: Paul B Mahol …
(edit) @36669742   9 years onemda avformat/yuv4mpegdec: remove unused variable Signed-off-by: Paul B …
(edit) @3bb58c3   9 years Michael Niedermayer vf_psnr: fix rgb channel order mixup in final log message. …
(edit) @9879421f   9 years Michael Niedermayer vf_psnr: always calculate MSE over full pixel range. This makes the …
(edit) @f1bdc23   9 years lu_zero riff: Validate bitrate
(edit) @c1d647b1   9 years lu_zero mp3: Make the seek more robust Try to parse up to 4 packets to find …
(edit) @d80811c9   9 years lu_zero riff: Use the correct logging context
(edit) @355864e   9 years lu_zero g726: Do not crash on user mistake Properly report the sample rate as …
(edit) @9b8b804c   9 years Michael Niedermayer avformat/yuv4mpegdec: Remove unused variables Signed-off-by: Michael …
(edit) @733c5d88   9 years Michael Niedermayer yuv4mpeg: add rough duration estimate and seeking. Reviewed-by: Paul …
(edit) @c381af77   9 years Michael Niedermayer vF_psnr: move set_meta() calls out of loop. Reviewed-by: Paul B Mahol …
(edit) @e76c34d0   9 years Michael Niedermayer Merge commit '87f98a2b9d4c7218ad82bb45347a53b65e5244f3' * commit …
(edit) @87f98a2b   9 years martin fbdev: Support the RGB565 colour space. Tested on a Raspberry Pi. …
(edit) @0303d439   9 years Michael Niedermayer vf_psnr: add channel weighting based on chroma subsampling. Also add …
(edit) @235e903b   9 years Michael Niedermayer Merge commit '1410eeb6ea6bc5784e40032430afcdf54a79aedb' * commit …
(edit) @c06e5562   9 years Michael Niedermayer avcodec/mpeg4videodec: Check P cbpy Fixes undefined behavior Fixes: …
(edit) @75fd5ce4   9 years Andreas.Cadhalpun imc: use correct position for flcoeffs2 calculation flcoeffs2[pos] …
(edit) @8fca37d5   9 years Michael Niedermayer avfilter/vf_ssim: Mark constant tables as const Signed-off-by: …
(edit) @d759f7f1   9 years Michael Niedermayer avcodec/j2kenc: remove unused variable Signed-off-by: Michael …
(edit) @1410eeb6   9 years lu_zero imc: Use correct position for flcoeffs2 calculation flcoeffs2[pos] …
(edit) @05cc8c8e   9 years Andreas.Cadhalpun hevc: check slice address length It is used as get_bits argument and …
(edit) @72527d9c   9 years Michael Niedermayer Merge commit '872fab4a3df48e7e6484333ee2228c684e319634' * commit …
(edit) @47d07733   9 years Michael Niedermayer avcodec/utils: Document 32 min for h264 width Suggested-by: "Ronald …
(edit) @b1e242bc   9 years Michael Niedermayer avcodec/g2meet: Check R/G/B values in epic_decode_pixel_pred() Fixes: …
(edit) @3526a120   9 years Andreas.Cadhalpun snow: remove an obsolete av_assert2 It asserts that the frame …
(edit) @7ef6656b   9 years Michael Niedermayer avcodec/utils: use a minimum 32pixel width in …
(edit) @e71ca21f   9 years Michael Niedermayer avcodec/motion_est_template: Fix undefined behavior in …
(edit) @872fab4a   9 years lu_zero asfdec: Fix reading from the pipe Signed-off-by: Luca Barbato …
(edit) @ae55fc82   9 years onemda avfilter/vf_removegrain: clip to uint16 instead to uint8 This is how …
(edit) @7b404c94   9 years michaelni avcodec/libopenh264enc: Do not truncate frame rate Suggested-by: …
(edit) @033dc39c   9 years michaelni Merge commit '67c884eb07c7e9f2cb72bb8d447d945e5ac8cac7' * commit …
(edit) @60c6959b   9 years michaelni Merge commit '461b45efd04859b2672238bc8a6ecab9e9a14948' * commit …
(edit) @5985316f   9 years michaelni libavcodec/qsvenc.c: improving handling for return codes of …
(edit) @b160fc29   9 years michaelni avcodec/mpegvideo: Clear pointers in ff_mpv_common_init() This …
(edit) @67c884eb   9 years lu_zero libvpx: Add the library header Unbreak make checkheaders
(edit) @461b45ef   9 years lu_zero lavc: Add nvenc.h to the skipheader Unbreak make checkheaders
(edit) @ba0b4e53   9 years onemda fate: add removegrain tests Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @e786e96b   9 years Carl Eugen Hoyos lavf/rtpenc_jpeg: Error out for non-standard Huffman tables. Related …
(edit) @ad7c5cba   9 years Carl Eugen Hoyos lavf/rtpenc_jpeg: Do not check the table number when checking precision.
(edit) @2c7f7a69   9 years Carl Eugen Hoyos ffmpeg: Use av_log to print benchmark output.
(edit) @6253f511   9 years Carl Eugen Hoyos Cosmetics: Reindent after last commit.
Note: See TracRevisionLog for help on using the revision log.