source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a45e6b7b   11 years michaelni avcodec/psymodel: Fix () in AAC_CUTOFF() macro Signed-off-by: Michael …
(edit) @e5dc7439   11 years michaelni avcodec/proresenc_anatoliy: Fix () in macros Signed-off-by: Michael …
(edit) @a3950a90   11 years michaelni Revert "x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm" This …
(edit) @9babf137   11 years michaelni avcodec/msvideo1enc: Fix () in MKRGB555() macro Signed-off-by: …
(edit) @eb718f4c   11 years michaelni avcodec/opus: Fix () in ROUND_MULL() macro Signed-off-by: Michael …
(edit) @d62a4707   11 years michaelni avcodec/opus_celt: Fix () in CELT_PVQ_V macro Signed-off-by: Michael …
(edit) @c163f5e6   11 years michaelni avcodec/pngdec: fix () in OP_* macros Signed-off-by: Michael …
(edit) @ad733089   11 years michaelni x86: dsputilenc: convert ff_sse{8, 16}_mmx() to yasm Signed-off-by: …
(edit) @6e725f19   11 years michaelni configure: try to fix the disappearing "r" bug in fate Signed-off-by: …
(edit) @ee9b019   11 years michaelni Merge commit 'e0d01dc7d7fc3ce4c23f286a10870e9599c8b8b9' * commit …
(edit) @657c6032   11 years u avcodec/webvttenc: do not use EOVERFLOW. According to doc/errno.txt …
(edit) @cf7ff014   11 years michaelni avcodec/mss4: Fix () in MKVAL() macro Signed-off-by: Michael …
(edit) @6e720c5c   11 years michaelni avcodec/mss34dsp: fix () in SOP* macros Signed-off-by: Michael …
(edit) @fa160af0   11 years michaelni avcodec/mlpdec: fix () in MSB_MASK() macro Signed-off-by: Michael …
(edit) @f276bf30   11 years michaelni avcodec/ivi_dsp: add some missing () to macros Signed-off-by: Michael …
(edit) @70f671c3   11 years michaelni avcodec/hevc: fix () in macros Signed-off-by: Michael Niedermayer …
(edit) @0f45e643   11 years michaelni avcodec/h264_slice: fix macro () Signed-off-by: Michael Niedermayer …
(edit) @af62b427   11 years michaelni avcodec/h264: fix () in macros Signed-off-by: Michael Niedermayer …
(edit) @97e6b5ee   11 years michaelni avcodec/golomb-test: fix () in EXTEND() macro Signed-off-by: Michael …
(edit) @fa915d41   11 years michaelni avcodec/aac: fix () in IS_CODEBOOK_UNSIGNED macro Signed-off-by: …
(edit) @4372fb7a   11 years u avcodec/webvttenc: add webvtt encoder Based off the srt encoder. The …
(edit) @d94e255d   11 years michaelni x86/dsputilenc: make the SUM_ABS_DCTELEM macro more readable …
(edit) @46e38835   11 years michaelni avcodec/opusdec: check alignment, misalignment could lead to crashes …
(edit) @61eea421   11 years michaelni x86/dsputilenc: port sum_abs_dctelem functions to yasm Signed-off-by: …
(edit) @ddeb58b9   11 years michaelni avcodec/asvenc: dont use a negative global_quality Signed-off-by: …
(edit) @9a7d332b   11 years michaelni avcodec/aacenc: dont use global quality if its negative Some …
(edit) @81aa0f46   11 years michaelni x86: hpeldsp: implement SSSE3 version of _xy2 Loading pb_1 rather …
(edit) @72631624   11 years michaelni Merge commit '8692e6284f5169257a537c8fc25addf32fc67c87' * commit …
(edit) @cba92a22   11 years u avformat/vobsub: do not create empty streams. Fixes NULL dereference …
(edit) @e0d01dc7   11 years anton smoothstream: check malloc calls Signed-off-by: Anton Khirnov …
(edit) @8692e628   11 years anton rdt: check malloc calls Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @308188b   11 years michaelni Add metadata injection to blackdetect Signed-off-by: Michael …
(edit) @9722a6a3   11 years michaelni x86: hpeldsp: implement SSE2 put_pixels16_xy2 This is obviously …
(edit) @f0aca50   11 years michaelni x86: hpeldsp: implement SSE2 versions Those are mostly used in codecs …
(edit) @9eaa8c22   11 years lou MAINTAINERS: remove myself as website maintainer I never implemented …
(edit) @7538ad22   11 years michaelni x86/hevc_deblock: improve chroma functions register allocation …
(edit) @08c51e12   11 years u ffplay: support rotated video. with -f lavfi -i testsrc=s=hd1080 as …
(edit) @e63a17bf   11 years u avformat/mov: use av_display_rotation_get() for rotate metadata.
(edit) @fa972dcf   11 years u avutil/display: use hypot().
(edit) @584327f2   11 years michaelni x86/dsputil: fix argument declaration in vector_clipf Should fix fate …
(edit) @518cbf9b   11 years michaelni x86/dsputil: fix VECTOR_CLIP_INT32 macro The inline loop was …
(edit) @6b88f22e   11 years michaelni avcodec/dcadec: dont use hex float, msvc doesnt support it Found-by: …
(edit) @9ccb5455   11 years michaelni avcodec/dcadec: use a constant instead of assuming every compiler can …
(edit) @6da06ef6   11 years michaelni avcodec/dcadec: make dca_dmix_code() 650% faster This effectively …
(edit) @9340ced4   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @d062db7   11 years michaelni Merge commit '21f68c2489cba2a1a4a41d0c5c828266e6162800' * commit …
(edit) @4e4dbb99   11 years michaelni dcadec: fix xxch_dmix_coeff and xxch_dmix_sf after merge …
(edit) @c867be03   11 years michaelni Merge commit '6b7b8585d73548f08b98959df39d80b97677662f' * commit …
(edit) @21f68c24   11 years kostya.shishkov avcodec: bump version after rotation api Signed-off-by: Kostya …
(edit) @27d460fe   11 years Carl Eugen Hoyos Refuse to mux H.264 with fourcc H264 into avi without startcode. …
(edit) @6b7b8585   11 years anton dca: Convert dca_dmixtable to integers Also include zero in the …
(edit) @6a4832ca   11 years michaelni x86/diracdsp: mark all functions as yasm No inline asm dirac code …
(edit) @64bf8455   11 years michaelni avformat/mov: Dont blindly trust the stream duration in seting chapter …
(edit) @220df143   11 years michaelni avformat/utils: Check end time in avpriv_new_chapter() Signed-off-by: …
(edit) @744df0a0   11 years michaelni avformat/movenc: Check that packet duration is valid in …
(edit) @1d36defe   11 years michaelni x86/dsputil: port ff_vector_clipf_sse to yasm Signed-off-by: James …
(edit) @fdcb2873   11 years michaelni Fix the mime types for MPEG and MPEG-TS formats As per the RFCs: …
(edit) @c081ca85   11 years michaelni x86: hpeldsp: avg_pixels_xy2 for mmx2&3dnow This is a port of the …
(edit) @17ac9980   11 years michaelni x86: hpeldsp: mark _xy2 versions as approximate Currently, only the …
(edit) @f8de35eb   11 years michaelni x86: hpeldsp: kill hpeldsp_mmx.c before: 1987 decicycles in 8_x2, …
(edit) @bda8ceb9   11 years michaelni maintainers: adding myself as a maintainer to webm dash adding myself …
(edit) @37cef8c7   11 years michaelni libavformat/matroskaenc: Add WebM DASH support WebM DASH …
(edit) @a996eacc   11 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @eff913c9   11 years Carl Eugen Hoyos Autodetect Asterisk raw pcm with extension "sln".
(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 …
Note: See TracRevisionLog for help on using the revision log.