source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @958ddef4   10 years michaelni Merge commit '01fdfa51aca9086e04bd354fe3f103a49352c085' * commit …
(edit) @75fc81c8   10 years michaelni diracdec: check that block length is valid In init_planes p->xblen …
(edit) @4b13a542   10 years michaelni dirac: use and forward error codes Signed-off-by: Andreas Cadhalpun …
(edit) @3c7d3d27   10 years michaelni tools/cws2fws: Use a similar implementation in dbgprintf() as in …
(edit) @0a6b410e   10 years michaelni avcodec/vp8: Suppress empty body warnings Signed-off-by: Michael …
(edit) @890b8748   10 years michaelni avutil/internal: Suppress empty body warning from emms_c() …
(edit) @7971fa9c   10 years michaelni lavd/xcbgrab: fix comparison with screen size. Signed-off-by: Nicolas …
(edit) @01fdfa51   10 years lu_zero xcbgrab: Accept geometries matching the screen size Introduced in …
(edit) @22a0387d   10 years michaelni OS/2:Makedef.cmd cleanup Remove PROTMODE as it doesn't make sense for …
(edit) @a2190de5   10 years michaelni avcodec/diracdec: Fix types and wraparounds in …
(edit) @d93181ef   10 years michaelni diracdec: check if reference could not be allocated s->ref_pics[i] is …
(edit) @9e66b39a   10 years michaelni diracdec: avoid overflow of bytes*8 in decode_lowdelay If bytes is …
(edit) @af6739d6   10 years michaelni Merge commit '3735b5c616770429572f86aabdaec39c6ebb8818' * commit …
(edit) @e31cdb5c   10 years Carl Eugen Hoyos lavf/riff: Add MultiScope II fourcc MSC2 as MJPEG.
(edit) @1ace789f   10 years michaelni Merge commit '60f1cc4a1ffcbf24acbb543988ceeaec76b70818' * commit …
(edit) @ff849e11   10 years michaelni Merge commit '94bb1ce882a12b6d7a1fa32715a68121b39ee838' * commit …
(edit) @9810aa3   10 years michaelni Merge commit '110f7f35fb615b97d983b1c6c6a714fddd28bcbe' * commit …
(edit) @df952816   10 years michaelni Merge commit 'e191aaca44b986816695e3b7ecfae64697fd6631' * commit …
(edit) @54d985db   10 years michaelni Merge commit '8fc8024ea56e814cd257d5fe27b21a865080782f' * commit …
(edit) @5a455dd0   10 years michaelni avcodec/diracdec: Move buf[] read after size check Signed-off-by: …
(edit) @984f50de   10 years michaelni diracdec: prevent overflow in data_unit_size check buf_idx + …
(edit) @ed68fccf   10 years michaelni vp9: error out if chroma subsampling changes between frames. This can …
(edit) @3735b5c6   10 years anton Revert "lavfi: always check av_expr_parse_and_eval() return value" …
(edit) @60f1cc4a   10 years anton alsdec: only adapt order for positive max_order For max_order = 0 the …
(edit) @94bb1ce8   10 years anton alsdec: check sample pointer range in revert_channel_correlation Also …
(edit) @9d4fdfe2   10 years michaelni avformat/matroskaenc: Use avoid_negative_ts_use_pts if no stream …
(edit) @7ac5c38e   10 years michaelni avformat/mux: Add avoid_negative_ts_use_pts This allows using pts …
(edit) @36993527   10 years michaelni cmdutils: Add libm.h for round() Found-by: jamrial Signed-off-by: …
(edit) @110f7f35   10 years anton aacpsy: correct calculation of minath in psy_3gpp_init The minimum of …
(edit) @e191aaca   10 years anton alsdec: limit avctx->bits_per_raw_sample to 32 …
(edit) @8fc8024e   10 years anton aasc: return correct buffer size from aasc_decode_frame CC: …
(edit) @858f81fd   10 years James cmdutils: move get_rotation() up in the file Fixes compilation of …
(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 …
Note: See TracRevisionLog for help on using the revision log.