source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @3f7986f   10 years James avfilter/Makefile: add missing lavfutils.c dependency to cover_rect …
(edit) @7f45f7fc   10 years michaelni avcodec/mpeg12dec: use the correct dimensions for checking SAR Fixes …
(edit) @6ef3426d   10 years michaelni avcodec/x86/deinterlace: use INIT_MMX like other asm code does too
(edit) @c7369f3a   10 years michaelni avformat/avidec: print a warning for negative sample_size …
(edit) @ca234639   10 years michaelni avidec: avoid infinite loop due to negative ast->sample_size If max …
(edit) @079b7f6e   10 years James vp9: add profile names Reviewed-by: Ronald S. Bultje …
(edit) @b4cc7d67   10 years michaelni avfilter/vf_cover_rect: clip rectangle if it is partly outside the …
(edit) @0eec40b7   10 years michaelni avidec: check for valid bit_rate range If bit_rate is negative, it …
(edit) @783e94cb   10 years michaelni Merge remote-tracking branch 'cehoyos/master' * cehoyos/master: …
(edit) @0bca6182   10 years Carl Eugen Hoyos lavfi/cropdetect: Fix cropdetect for > 8 bit input.
(edit) @8ad04d24   10 years Carl Eugen Hoyos lavf/apngenc: Fix png remuxing by using default extension apng.
(edit) @d90f91c1   10 years Carl Eugen Hoyos lavf/mxfenc: Write correct interlaced flag when muxing dnxhd. …
(edit) @f320f2f4   10 years michaelni cmdutils: Ask for a sample in case a odd rotation angle is encountered …
(edit) @5d309d30   10 years michaelni avformat/matroskadec: Use tracks[k]->stream instead of s->streams[k] …
(edit) @e5454065   10 years michaelni matroskadec: check s->streams[k] before using it This fixes a …
(edit) @d43cd6b0   10 years michaelni avcodec/ffv1dec: Check chroma shift parameters Signed-off-by: Michael …
(edit) @03baa861   10 years michaelni avcodec/ffv1dec: More completely check micro_version Signed-off-by: …
(edit) @3dfbdb32   10 years michaelni avcodec/ffv1dec: Check quant table symbols more completely …
(edit) @eb9fb508   10 years michaelni matroskadec: use uint64_t instead of int for index_scale index_scale …
(edit) @800df6a8   10 years michaelni ffmpeg_filter: use get_rotation() This unifies the rotation …
(edit) @4351c28   10 years michaelni ffplay&cmdutils:Factor get_rotation() code out Signed-off-by: Michael …
(edit) @a6b630e9   10 years michaelni avcodec/ccaption_dec: correcting line breaks in cc Signed-off-by: …
(edit) @f9e8020   10 years michaelni ffplay: unify displaymatrix based rotation code Reviewed-by: Marton …
(edit) @372aa077   10 years michaelni pngdec: don't use AV_PIX_FMT_MONOBLACK for apng AV_PIX_FMT_MONOBLACK …
(edit) @8f760be   10 years michaelni pngdec: return correct error code from decode_frame_common During the …
(edit) @287dbb07   10 years michaelni pngdec: check s->last_picture.f->data[0] before using it This check …
(edit) @042260cd   10 years michaelni avcodec/wavpack: Check L/R values before use to avoid harmless integer …
(edit) @52835cb8   10 years michaelni avutil/opt: Avoid division by 0 Signed-off-by: Michael Niedermayer …
(edit) @a141948a   10 years michaelni avfilter/avf_showcqt: optimize gamma calculation benchmark (on intel …
(edit) @29ef54aa   10 years michaelni avcodec/nvenc: Make pix_fmts_nvenc const Reviewed-by: Timo …
(edit) @14605a0b   10 years michaelni ffv1dec: plane_index is 1 in case of version 4 gray+alpha. Since …
(edit) @eb168811   10 years michaelni LICENSE.md: add *_rect filters Found-by: ubitux Signed-off-by: …
(edit) @c8b4ffdf   10 years michaelni configure: prepend avfilter_deps for *_rect filters Found-by: ubitux …
(edit) @40964e2e   10 years michaelni Merge commit '3edeb7749e4276c78ad57307b8c3b32dd476d1da' * commit …
(edit) @02b5af7   10 years michaelni Merge commit '863ee06809b215895ee20cbc557eeceb904cf770' * commit …
(edit) @0ba65c9f   10 years michaelni Merge commit '709e1c91ea7a5bbf2b9a104642572ca7616b224f' * commit …
(edit) @a72b61a3   10 years michaelni ffprobe: support printing AVStream and AVPacket side data …
(edit) @08152f2d   10 years michaelni ffprobe: Add Support to print information about …
(edit) @2a3270b6   10 years michaelni ffprobe: add writer_print_integers() to allow printing formated 1d and …
(edit) @db4649dd   10 years michaelni Merge commit '3080b0497ddf8549d86ee99b79ac0c15f44ee382' * commit …
(edit) @a1acae04   10 years michaelni ffmpeg_opt: remove rotate metadata in case of autorotate …
(edit) @f5b26fbc   10 years michaelni Merge commit '16302246b1fcb7ad4e6f7bd31c49956a455336d2' * commit …
(edit) @deedf3e5   10 years michaelni Merge commit 'e2d50fc2f5f3600e13055acf1a10fec35e941f37' * commit …
(edit) @e874772f   10 years michaelni Merge commit '21180b73239c6360aa28496d4879713b7ba4a8e5' * commit …
(edit) @94f4bdc4   10 years michaelni configure: add forgotten avcodec/avformat deps for find/cover_rect …
(edit) @61b4ab18   10 years michaelni avfilter: Add cover_rect filter Signed-off-by: Michael Niedermayer …
(edit) @94340e4b   10 years michaelni avfilter: add find_rect filter Signed-off-by: Michael Niedermayer …
(edit) @3edeb774   10 years martin configure: Allow log2 with MSVC 2013 onwards. Only MSVC 2010 in x64 …
(edit) @863ee068   10 years martin configure: Use the right local variable in the MSVC and ICL probes …
(edit) @709e1c91   10 years martin avprobe: Print the display matrix from per-stream sidedata This is …
(edit) @3080b049   10 years martin avprobe: Support writing arrays of integers without keys …
(edit) @16302246   10 years martin avconv: Add an option for automatically rotating video according to …
(edit) @e2d50fc2   10 years martin avplay: Add support for rotated video This is enabled by default, but …
(edit) @21180b73   10 years martin avplay: Factorize code for adding filters to the filter pipeline …
(edit) @4e8ee7ac   10 years michaelni libavcodec/svq3: clarify unknown_flag by renaming to has_watermark …
(edit) @dc4a6e4d   10 years michaelni avfilter/vf_libopencv: Make ocv_filter_entries const Signed-off-by: …
(edit) @536b42e8   10 years michaelni avutil/cast5: Make iv array static Signed-off-by: Michael Niedermayer …
(edit) @156f64bd   10 years michaelni avutil/cast5: Mark key_bits as const Signed-off-by: Michael …
(edit) @dfc0708   10 years michaelni avcodec/x86/dct-test: Use uint8_t for idct_simple_mmx_perm The table …
(edit) @270e647   10 years michaelni avcodec/x86/dct-test: Make static table const Signed-off-by: Michael …
(edit) @c1872172   10 years michaelni avformat/matroskadec: Mark static tables as const Signed-off-by: …
(edit) @71b69df6   10 years michaelni lavf/http: support HTTPS when listening Signed-off-by: Michael …
(edit) @61976727   10 years michaelni avcodec/svq3: Print unknown fields at debug level Signed-off-by: …
(edit) @d56245f7   10 years michaelni Merge remote-tracking branch 'rbultje/vp9-profile1-wip' * …
(edit) @c8de8f7e   10 years michaelni Merge commit '3ecb82dd4110108244373f007710df4c2ae572b6' * commit …
(edit) @9aff7d41   10 years michaelni Merge commit '6503cbf842a026faec517eb980551089168c7d8a' * commit …
(edit) @3ecb82dd   10 years vittorio.giovara dnxhddec: Fix pixel format change Regression introduced in …
(edit) @6503cbf8   10 years vittorio.giovara ffv1enc: Add const attribute to input frame warning: assigning to …
(edit) @c9ac9adb   10 years michaelni avcodec/h264: Remove failure on data partitioning decode all NAL …
(edit) @b005d097   10 years rsbultje vp9: add fate test for 422. Sample available at: …
(edit) @6f63bdb   10 years rsbultje vp9: copy bug in libvpx for 4:2:2 chroma bs=8x4/4x4 prediction.
(edit) @7126c80   10 years rsbultje vp9: add yuv440 fate test. Sample available at: …
(edit) @2a7d7bef   10 years rsbultje vp9: fix mask_edges and filter_plane_rows/cols() for 440.
(edit) @cf62f2d2   10 years rsbultje vp9: more specifically specify mask destination to mask_edges().
(edit) @f052ea6b   10 years rsbultje vp9: add fate test for profile 1 444. Sample available at: …
(edit) @e4f77e62   10 years rsbultje vp9: don't create special u/v filter masks for 444. This fixes …
(edit) @afa9d00b   10 years rsbultje vp9: merge uv loopfilter code into generic filter_plane_rows/cols().
(edit) @ba59a5ec   10 years rsbultje vp9: split out loopfilter luma rows/cols functions from loopfilter_sb().
(edit) @844799b0   10 years rsbultje vp9: invert order of two conditions. This makes it equal to row-based …
(edit) @d382cc0f   10 years rsbultje vp9: use correct chroma subsampling for profile 1 inter block recon.
(edit) @d2aa6f65   10 years rsbultje vp9: use correct chroma subsampling for profile 1 intra block recon.
(edit) @ed3e0cc7   10 years rsbultje vp9: take chroma subsampling into account when walking the block tree.
(edit) @6019002f   10 years rsbultje vp9: support non-420 chroma subsampling for profile 1 token decoding.
(edit) @2d0bea47   10 years rsbultje vp9: increase buffer sizes for non-420 chroma subsamplings.
(edit) @a03b057e   10 years rsbultje vp9: profile 1 header decoding.
(edit) @02001ada   10 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for H264 lpf and …
(edit) @3cd666cf   10 years michaelni avcodec/svq3: Fix memleak of last_pic_for_ec Found-by: jamrial …
(edit) @e015314   10 years michaelni avformat/mpegts: Detect changes in packet through CRC instead of just …
(edit) @4b6be54b   10 years michaelni avformat/mpegts: reset last_ver on corrupted packets Signed-off-by: …
(edit) @4e8d01f2   10 years michaelni avformat/mpegts: Factorize version checking code out Signed-off-by: …
(edit) @ccb8f674   10 years michaelni lavf/webm_chunk: Fix a memory leak. Fix a duplicate memory …
(edit) @5935513c   10 years michaelni vp9: fix show-existing-frames for multi-threading. This also fixes …
(edit) @39fbb27e   10 years James avutil/softfloat_tables: add missing stdint.h include Fixes make …
(edit) @7ad528cf   10 years michaelni Merge commit '06f4b1e37a08f3fd269ecbfeb0181129e5bfc86e' * commit …
(edit) @f5c5aa96   10 years michaelni Merge commit 'e8c4db0d4d07738fed716b1d2f20c85aac944641' * commit …
(edit) @dc83733f   10 years michaelni Merge commit '82a10225f817b2612fdd2b23af9d4f0a3408df3b' * commit …
(edit) @e2784a1d   10 years michaelni lavf/webm_chunk: Use dyn_buf to write chunks Use dyn_duf to write …
(edit) @1fae2683   10 years michaelni libavutil/softfloat: Add functions. Functions av_gt_sf, av_sqrt_sf …
(edit) @7bab2814   10 years michaelni libavutil/softfloat: Added av_normalize_sf in av_add_sf This will …
(edit) @a1c7fe43   10 years michaelni libavutil/softfloat: exponent adjusted for aac fixed point dec …
Note: See TracRevisionLog for help on using the revision log.