source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @124c94a1   11 years michaelni avdevice/v4l2: Use av_malloc_array() Signed-off-by: Michael …
(edit) @aca48725   11 years michaelni avcodec/proresdec2: Use av_malloc_array() Signed-off-by: Michael …
(edit) @e8e9186a   11 years michaelni avcodec/pgssubdec: Use av_malloc(z)_array() Signed-off-by: Michael …
(edit) @f932e5f7   11 years michaelni avcodec/vdpau_internal: move "struct vdpau_picture_context" up to …
(edit) @d5d6b8e2   11 years michaelni Fix compilation error around struct visibility when VDPAU disabled. …
(edit) @80ee2dfc   11 years michaelni x86/dsputil: port ff_put_signed_pixels_clamped_mmx to yasm Also add …
(edit) @7b052672   11 years michaelni x86/dsputil: port clear_block functions to yasm Signed-off-by: James …
(edit) @afaa39b4   11 years Carl Eugen Hoyos Don't overwrite codec_id with 0 in ff_mp4_read_dec_config_descr(). …
(edit) @ce4d91ba   11 years michaelni sws: document color range >8bit oddity
(edit) @1f359c85   11 years michaelni ffmpeg: use av_stream_get_end_pts() Simplifies code and should …
(edit) @7f7080dc   11 years michaelni avformat: add av_stream_get_end_pts() Signed-off-by: Michael …
(edit) @91a8262b   11 years michaelni avcodec/utils: add error message for the recode_subtitle() without …
(edit) @ef0c466a   11 years michaelni Replace assert with AVERROR when recode_subtitle called w/o ICONV. …
(edit) @e61055fd   11 years michaelni avcodec/atrac3plusdec: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @606a49d2   11 years michaelni avcodec/atrac3: Use av_mallocz_array() Signed-off-by: Michael …
(edit) @f0211f41   11 years michaelni ffprobe: Use av_malloc_array() Signed-off-by: Michael Niedermayer …
(edit) @3d4e3650   11 years michaelni avcodec/x86/hpeldsp_init: remove redundant if() Signed-off-by: …
(edit) @cd9e08e1   11 years michaelni hpeldsp: fix build without inline asm Signed-off-by: Michael …
(edit) @d1a32c3f   11 years michaelni x86: kill fpel_mmx.c Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @19e66c72   11 years michaelni avcodec/libvorbisenc: dont add the duration to AV_NOPTS_VALUE …
(edit) @ca2fd259   11 years michaelni Fix compilation errors when deprecated features are disabled. …
(edit) @be656c36   11 years michaelni avcodec/h264_picture: Fix build without error resilience Found-by: …
(edit) @c9ab8790   11 years michaelni Fix build with --enable-ladspa --disable-frei0r. …
(edit) @2491579d   11 years michaelni configure: arm: do not enable fast-unaligned if it is explicitly …
(edit) @6310eb80   11 years michaelni avutil/cpu: force mmx on selection of higher x86 SIMD features Fixes …
(edit) @e50ae60d   11 years michaelni avcodec/fate-idct8x8: Defined behavior: eliminate negative …
(edit) @7d25af1   11 years michaelni Merge commit 'c23c96b638cbf6c489fd301e6b3d5555632fba37' * commit …
(edit) @9e6769d2   11 years michaelni Merge commit 'afe176265480880e1f702c96a8ba434b0d88728b' * commit …
(edit) @447b988b   11 years michaelni Merge commit '132a5711a2aaaa6c7d139a0a30046a6ad41b64aa' * commit …
(edit) @9893e883   11 years michaelni avformat/mux: Remove localized encoder strings Fixes muxing to end up …
(edit) @84087204   11 years michaelni avcodec/smvjpegdec: Dont ignore avcodec_close() return code …
(edit) @0739614c   11 years michaelni avcodec: remove no longer needed ff_codec_close_recursive() …
(edit) @be2bbc52   11 years michaelni ffmpeg_opt: dont copy "encoder" metadata unless stream copy is used …
(edit) @b2a8bc3d   11 years michaelni ffmpeg/set_encoder_id: dont allocate encoder string if one is already …
(edit) @c23c96b6   11 years janne-libav lavf: add av_stream_get_side_data
(edit) @afe1762   11 years janne-libav build: export library dependencies in ${name}_FFLIBS Removes an ugly …
(edit) @132a5711   11 years janne-libav check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
(edit) @62188318   11 years michaelni Merge remote-tracking branch 'lukaszmluki/master' * …
(edit) @ab62283   11 years michaelni avcodec/dvdsubenc: accept forced flag Reviewed-by: Anshul …
(edit) @b9419b5   11 years lukasz.m.luki2 lavf/ftp: favour EPSV over PASV command EPSV is newer version of PASV …
(edit) @37fa4b9b   11 years lukasz.m.luki2 lavf/audiointerleave: return more meaningful error codes …
(edit) @2ed9e17   11 years lukasz.m.luki2 lavf/audiointerleave: check for allocation failure Signed-off-by: …
(edit) @c61cdefa   11 years lukasz.m.luki2 lavf/audiointerleave: use av_fifo_alloc_array Signed-off-by: Lukasz …
(edit) @74f9c59   11 years lukasz.m.luki2 lavf/dvenc: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @8aa29880   11 years lukasz.m.luki2 lavc/flac_parser: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @bc4f362c   11 years lukasz.m.luki2 lavc/frame_thread_encoder: use av_fifo_alloc_array Signed-off-by: …
(edit) @ce051ce   11 years lukasz.m.luki2 lavfi/vf_fps: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @d15db8e4   11 years lukasz.m.luki2 lavfi/buffersink: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @4d686674   11 years lukasz.m.luki2 ffmpeg: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @51bad41a   11 years lukasz.m.luki2 lavd/jack_audio: use av_fifo_alloc_array Signed-off-by: Lukasz Marek …
(edit) @7336e39   11 years lukasz.m.luki2 lavu/fifo: add av_fifo_alloc_array function Allows to alloc fifo …
(edit) @d43c3030   11 years michaelni x86/hevc_deblock: use constants instead of generating values at …
(edit) @41b928c   11 years michaelni avcodec/ppc/asm: fix build with ABI v2 Signed-off-by: Michael …
(edit) @b8227448   11 years michaelni lavc: define STRIDE_ALIGN as 32 when compiling with AVX support …
(edit) @833ec917   11 years michaelni ffmpeg/do_video_stats: fix used timebase Signed-off-by: Michael …
(edit) @55fe1582   11 years michaelni avcodec/pthread_frame: remove unused variable Signed-off-by: Michael …
(edit) @cd7ae5af   11 years michaelni Merge commit '82fc9f4b38244236a6ca7f946662ca653044a04c' * commit …
(edit) @07941c2c   11 years michaelni Merge commit '853cc025d63ee2539fc0460dab62c5b9a3fd2043' * commit …
(edit) @ef1d4ee2   11 years michaelni Merge commit 'bddd8cbf68551f6405b2bf77cc3e212af9fbe834' * commit …
(edit) @af72f62d   11 years michaelni Merge commit '9929b3564c0dca42ed7baa6798ef15b6f0013c83' * commit …
(edit) @4a2fd251   11 years michaelni Merge commit 'cdf58f0599c39852ee3beafe5f64af7d57d4215b' * commit …
(edit) @999a99c8   11 years michaelni Merge commit 'a312f71090ee620ee252f2034aef6b13e2dafe9c' * commit …
(edit) @e3c1d9a5   11 years michaelni Merge commit 'ed7922faac4ea4c893efc3cdf8102ebc49fcc011' * commit …
(edit) @f29cdfec   11 years michaelni avcodec/libvorbisenc: do not attempt to flush if no data was input …
(edit) @ebbc33a4   11 years michaelni avcodec/libmp3lame: do not attempt to flush lame if no data was input …
(edit) @82fc9f4b   11 years martin display: Include mathematics.h for fallback definition of NAN This …
(edit) @6552e23d   11 years michaelni avformat/mpegtsenc: fix dts for chained muxing aac in mpegts …
(edit) @dad54e4a   11 years michaelni ffmpeg: set dts for subtitles dts is not optional, its required for …
(edit) @87f5ede6   11 years michaelni ffmpeg: add last_mux_dts_plus_duration Fixes 1 frame error in the …
(edit) @2de2b991   11 years michaelni Merge commit 'dc40d88625d7e402d58ac3f3df69fbf27aa31ea0' * commit …
(edit) @3791741c   11 years michaelni Merge commit 'c9f8809ee4c576d5833865039bc1c85754448f67' * commit …
(edit) @e98d3a7d   11 years michaelni Merge commit '25bb7eaf9eb14e6e00264bf584aa4d380d3bc29f' * commit …
(edit) @45492018   11 years michaelni Merge commit '4c390b1ba98e6aec787aa0e7ea57ed7cb38283b7' * commit …
(edit) @84476585   11 years michaelni Merge commit 'a1c2b48018b09d2613f075ec0748c95bd520ac00' * commit …
(edit) @93318983   11 years michaelni Merge commit '04db5794cd97e4b33ec2f963ef7f967722a456eb' * commit …
(edit) @853cc025   11 years anton mov: store display matrix in a stream side data Signed-off-by: Anton …
(edit) @bddd8cbf   11 years anton Add transformation matrix API. Add AV_PKT_DATA_DISPLAYMATRIX and …
(edit) @9929b356   11 years anton pthread_frame: simplify the code by using new AVPacket API This also …
(edit) @cdf58f05   11 years anton avpacket: fix copying side data in av_packet_copy_props() Side data …
(edit) @a312f710   11 years anton lavf: deprecate now unused AVStream.pts
(edit) @ed7922fa   11 years anton mux: drop one of the hacks comprising compute_pkt_fields2() All …
(edit) @dc40d886   11 years anton avconv: do not use poorly defined and undocumented AVStream.pts Use …
(edit) @c9f8809e   11 years anton hevc/intra_pred: simplify neighboring sample derivation
(edit) @25bb7eaf   11 years anton hevc/intra_pred: drop unnecessary conditions in loops Signed-off-by: …
(edit) @4c390b1b   11 years anton hevc/intra_pred: optimize EXTEND_()* Process 4 pixels at once. …
(edit) @a1c2b48   11 years anton hevc: templatize intra_pred
(edit) @04db5794   11 years anton hevc: templatize pred_planar Signed-off-by: Anton Khirnov …
(edit) @4a30f085   11 years michaelni avcodec/diracdec: move mc buffer allocation to per frame Fixes out of …
(edit) @76191c08   11 years michaelni ffmpeg: Use av_gettime_relative() Whenever av_gettime() is used to …
(edit) @e705d0ce   11 years Carl Eugen Hoyos Set dwSuggestBufferSize to largest chunk size for every stream in avi. …
(edit) @057ebf12   11 years michaelni x86/hevc_deblock: remove some duplicated instructions Also remove a …
(edit) @0c152fe9   11 years michaelni ffmpeg: prefix encoder with "Lavc " in bitexact mode This avoids …
(edit) @5771efde   11 years michaelni Merge commit '0ba5299a805e9ccaef1a757381fc2ada4d54b8a1' * commit …
(edit) @bbee02ed   11 years michaelni ffmpeg: Skip writing the version when -flags bitexact is used …
(edit) @1e49439f   11 years michaelni Merge commit '6656370b858329ca07a60a2de954d5e90daa0206' * commit …
(edit) @c01bcce4   11 years michaelni Merge commit 'd246231e4714119faac6c7acd881d3b687bb8b11' * commit …
(edit) @a6ba5184   11 years michaelni Merge commit '968a62a9d9e3a785ce1f79b80facfe09c6c14544' * commit …
(edit) @6eefc578   11 years michaelni Merge commit '33082af7560a18179b52734665ef66f812902d33' * commit …
(edit) @0ba5299   11 years anton movenc: use the "encoder" metadata tag to write stsd Compressorname …
(edit) @6656370b   11 years anton avconv: set the "encoder" tag when transcoding
Note: See TracRevisionLog for help on using the revision log.