source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @603c8393   10 years michaelni swscale/ppc/swscale_altivec.c: POWER LE support in yuv2planeX_8() …
(edit) @46778ab2   10 years michaelni avformat/aviobuf: Do not resize the buffer in ffio_ensure_seekback() …
(edit) @0ace686   10 years michaelni avcodec: optimize mathops for Loongson-3 v1 HAVE_LOONGSON is replaced …
(edit) @4b8a8194   10 years michaelni avcodec/ffv1enc: set bits_per_raw_sample for 8bit based formats …
(edit) @81e40c26   10 years michaelni avcodec/ffv1enc: Ensure that bits per raw sample is valid …
(edit) @9c3c7b45   10 years michaelni avutil/log: more complete description of av_log function
(edit) @71043016   10 years michaelni avcodec/rv10: Use ff_tlog() for block level tracing Signed-off-by: …
(edit) @e06dde52   10 years michaelni avcodec/dvbsubdec: Do not return a value from a function returning …
(edit) @0b13f422   10 years michaelni avcodec/interplayvideo: Use ff_tlog() for block level decode tracing …
(edit) @febbb3cb   10 years michaelni avcodec/h264_slice: Change a few asserts to av_assert* Signed-off-by: …
(edit) @fa2d3b6d   10 years michaelni Merge commit '5aed1d4240d411533c102eec6944aa925b7f4964' * commit …
(edit) @7b94a2f4   10 years michaelni avcodec/ituh263dec: Use ff_tlog() for block level information …
(edit) @d52a8bf1   10 years michaelni avcodec/h264_cabac: Use ff_tlog() for block level information …
(edit) @5aed1d42   10 years lu_zero vaapi: Fix -Wimplicit-function-declaration for ff_dlog() usage …
(edit) @9d335739   10 years michaelni avcodec/mpeg12dec: Make ff_dlog() messages more clear Signed-off-by: …
(edit) @f4c311fe   10 years michaelni avcodec/mpeg12dec: Change mb decode tracing stuff to use ff_tlog() …
(edit) @a3110bee   10 years michaelni avutil/softfloat: document av_int2sf() Signed-off-by: Michael …
(edit) @663321ed   10 years michaelni configure: add Loongson-3 support Signed-off-by: Michael Niedermayer …
(edit) @6c5ef7f6   10 years michaelni avcodec/mips: disable assembly not supported for Loongson-3 …
(edit) @d4921078   10 years michaelni avcodec/snowenc: Mark as FF_CODEC_CAP_INIT_THREADSAFE and …
(edit) @ee8ce211   10 years michaelni libavcodec/snowdec: Mark as FF_CODEC_CAP_INIT_THREADSAFE and …
(edit) @75a730a2   10 years michaelni avformat/format: Add generic trace av_log in av_probe_input_format3() …
(edit) @0ec3abeb   10 years michaelni avcodec/movtextdec: Decoding of Bold-Italic_Underlined styles for 3gpp …
(edit) @cea62a90   10 years michaelni Merge commit 'cfdaa4de6c496b0b761c763cd18067cb1af268a7' * commit …
(edit) @c949a450   10 years michaelni avcodec/libxvid: remove now redundant init cleanup code …
(edit) @437bdf48   10 years michaelni Merge commit '18db1286b04557aa2d2df7efbcb65ae825d5a469' * commit …
(edit) @c180f0f6   10 years michaelni Merge commit 'eae7338e1592f4a398b7c3cb9d1ac854b7a44ff8' * commit …
(edit) @9ba1c627   10 years michaelni Merge commit '74a1cad7e3ba79e5b1e5b2e2bcf6179520442679' * commit …
(edit) @8d5088a1   10 years michaelni Merge commit 'bb428e00ac158244d6691bf135be404e85b66a8b' * commit …
(edit) @f2978aa7   10 years michaelni Merge commit '43171886e08b6a2f20a1e2f3ecc95a7984b591cd' * commit …
(edit) @a649650a   10 years michaelni Merge commit 'd90133b77bf69667d10e54de9aae7da223c6876a' * commit …
(edit) @0d3821a6   10 years michaelni Merge commit 'a4edaeb50fc7510f28a5d79349a7926a182c9930' * commit …
(edit) @861dec5e   10 years michaelni Merge commit 'b17cbb0b1c4fdf8324eff24d40a02201bfaebfd3' * commit …
(edit) @9c56cf09   10 years michaelni Merge commit '3c04ec04df8cba12f3a7408709ff5c1fddfe8d82' * commit …
(edit) @036162a3   10 years michaelni Merge commit '5bba3ab0cf7a0238ee1ea31ca2da08ce860fd8f9' * commit …
(edit) @10a28e8   10 years michaelni Merge commit 'b90adb0aba073f9c1b4abca852119947393ced4c' * commit …
(edit) @97f074f1   10 years michaelni avcodec/mips: MSA (MIPS-SIMD-Arch) optimizations for HEVC copy and hv …
(edit) @5d914a4a   10 years michaelni vp9: add fate test for intraonly frames. Sample available at: …
(edit) @640d878b   10 years michaelni vp9: fix intraonly frame decoding.
(edit) @0eccf7d4   10 years michaelni vp9: add fate test for segmentation image-edge issue. Sample …
(edit) @ed45edb2   10 years michaelni vp9: use aligned size to write segmentation map into cache. The …
(edit) @3de13d5   10 years michaelni vp9: remove another optimization branch in iadst16 which causes …
(edit) @4b02032   10 years michaelni vp9: add fate tests for show-existing-frame feature. Samples …
(edit) @345e3be7   10 years michaelni vp9: add lf_deltas fate test. Sample available at: …
(edit) @cfdaa4de   10 years vittorio.giovara dss_sp: use lowercase codec name without whitespace Signed-off-by: …
(edit) @18db1286   10 years vittorio.giovara libxvid: Make codec use the init-cleanup flag and mark it as …
(edit) @eae7338e   10 years vittorio.giovara libx264: Make codec use the init-cleanup flag and mark it as …
(edit) @74a1cad   10 years vittorio.giovara lclenc: Mark codec as init-thread-safe and init-cleanup
(edit) @bb428e00   10 years vittorio.giovara hqx: Mark codec as init-thread-safe and init-cleanup
(edit) @43171886   10 years vittorio.giovara huffyuvenc: Mark codec as init-thread-safe and init-cleanup
(edit) @d90133b7   10 years vittorio.giovara asvenc: Mark codec as init-thread-safe and init-cleanup
(edit) @a4edaeb5   10 years vittorio.giovara hq_hqa: Fix table data for profile 17 The table had a wrong table …
(edit) @b17cbb0b   10 years vittorio.giovara riff: Add GMP4 fourcc for mpeg4
(edit) @3c04ec04   10 years vittorio.giovara riff: Add GLV4 fourcc for mpeg4
(edit) @5bba3ab0   10 years vittorio.giovara internal: Make dlog/tlog a no-op when disabled Improves Coverity …
(edit) @b90adb0a   10 years martin rtsp: Make sure we don't write too many transport entries into a …
(edit) @537ab680   10 years michaelni avformat/mp3: large id3 tags break concatenated file detection If the …
(edit) @00a452a   10 years michaelni lavd/v4l2: print buffer flags in case of error Signed-off-by: Michael …
(edit) @8e985b72   10 years clement avutil/frame: fix everythnig/everything typo
(edit) @db3f8687   10 years jzern libvpxdec: cosmetics: reindent Signed-off-by: James Zern …
(edit) @e07ef1ad   10 years jzern libvpxenc: cosmetics: reindent Signed-off-by: James Zern …
(edit) @238ec505   10 years jzern libvpxenc: only set noise reduction w/vp8 this quiets a warning: …
(edit) @acb07f33   10 years jzern git-howto.texi: fix a typo replace 'Refer to and to sync...' with a …
(edit) @0f776df0   10 years michaelni avformat/wvdec: fix seeking While I'm not sure why exactly sure why …
(edit) @cd69c0e0   10 years michaelni Merge commit '1bd2646a6da808f6f9881525771db098c54bc3d2' * commit …
(edit) @f8951d36   10 years michaelni Merge commit 'eb7ddb5066843ab16caf33b05eafb2576648b797' * commit …
(edit) @c0d847e4   10 years michaelni tests/fate-run: do not attempt to parse tiny_psnrs output if it failed …
(edit) @4b657a1b   10 years michaelni alac: reject rice_limit 0 if compression is used If rice_limit is 0, …
(edit) @1bd2646a   10 years martin rtpenc_jpeg: Handle case of picture dimensions not dividing by 8 This …
(edit) @eb7ddb50   10 years martin rtsp: Don't warn about unparsed time ranges This removes the error …
(edit) @802c0af6   10 years michaelni Merge commit '358b7ec3099eca6e999ad9dc0da0a23571a7a2f8' * commit …
(edit) @8d31b228   10 years michaelni Merge commit '0a51c7d42a519c63178a4f3e35b8967f21da3a6a' * commit …
(edit) @400810ab   10 years michaelni Merge commit '28eddef689f2b4843a84f7d05fd9614246f92cc4' * commit …
(edit) @b112e25d   10 years michaelni Merge commit 'a78f5548d94f23ce23cece41edf0fe9d18926de6' * commit …
(edit) @c39b07ff   10 years michaelni Merge commit 'aef0be08756e00f363c524453c948a6e2a348614' * commit …
(edit) @16576a6   10 years michaelni Merge commit '8eb57dc9d5ea13c12573e0759da0f7e79825af98' * commit …
(edit) @b57f9f57   10 years michaelni swscale/swscale: Get rid of the SWS_GAMMA_CORRECT flag This avoids …
(edit) @2a7128f4   10 years michaelni Add gamma encodign/decoding before/after scaling in libswscale …
(edit) @d9555adf   10 years michaelni vp9: set timestamps for show_existing_frame return images. …
(edit) @58d605ee   10 years michaelni alsdec: only adapt order for positive max_order For max_order = 0 the …
(edit) @c82e870c   10 years michaelni vp9: maintain lf_delta values if feature is turned off. This is …
(edit) @d02619fd   10 years michaelni vp9: add fate test for bilinear MC filter. Sample at: …
(edit) @06747f84   10 years michaelni tests/tiny_psnr: do not ignore errors from run_psnr failure to …
(edit) @32da94fa   10 years michaelni lavf: Reset global flag on deinit Signed-off-by: Michael Niedermayer …
(edit) @45340f9   10 years michaelni network: Do not leave context locked on error Signed-off-by: Michael …
(edit) @60191e3a   10 years michaelni fate: add mp3 CBR seek test This tests the "old", now non-default …
(edit) @358b7ec3   10 years lu_zero fate: Fix test name for pixfmts tests The last pixel format gets …
(edit) @df287f3e   10 years michaelni vp9: add fate size for resolution changes. See sample: …
(edit) @e8b4f6d6   10 years michaelni vp9: add support for resolution changes in inter frames. …
(edit) @d7f62f03   10 years michaelni fate: add cinepak encoder vsynth tests Signed-off-by: James Almer …
(edit) @cbe27006   10 years michaelni postproc: Made QP, nonBQP, and pQPb arrays Also pulled QP …
(edit) @6264b622   10 years michaelni postproc: Replaced inline asm for prefetching with prefetch functions …
(edit) @748d4816   10 years michaelni avformat: add AVFMT_FLAG_FASTSEEK, use it for mp3 Signed-off-by: …
(edit) @d02d04a1   10 years michaelni vp9: remove one optimization branch in iadst16 which causes overflows. …
(edit) @0a51c7d4   10 years lu_zero prores: Set the bits_per_coded_sample for alpha pix_fmt Improve the …
(edit) @86d00ede   10 years michaelni bink: check vst->index_entries before using it This fixes a NULL …
(edit) @4d98015d   10 years michaelni dshow: add capture device save and load Signed-off-by: Mate Sebok …
(edit) @53ff9a4e   10 years michaelni fate: gapless: remove useless tests These could be kept, but they are …
(edit) @5adee9c0   10 years michaelni api-flac-test: Coding style Signed-off-by: Michael Niedermayer …
(edit) @b3408ae4   10 years michaelni mpeg4videodec: only allow a positive length Signed-off-by: Andreas …
Note: See TracRevisionLog for help on using the revision log.