source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d48ebfbd   12 years michaelni mpeg4videodec: Fix "warning: dc_pred_dir may be used uninitialized in …
(edit) @59fdf54   12 years michaelni smush: read subversion for version==1 too. This avoids a gcc warning, …
(edit) @31a797eb   12 years michaelni swr: add av_cold to init/free functions Signed-off-by: Michael …
(edit) @dd081f98   12 years michaelni dct-test: fix order of evaluation bug Signed-off-by: Michael …
(edit) @d40c0e4a   12 years michaelni ffserver: fix order of evaluation bugs Signed-off-by: Michael …
(edit) @0e78e575   12 years michaelni swr/auto_matrix: treat a single channel as mono instead of failing …
(edit) @f8d74cbd   12 years michaelni swr/auto_matrix: treat stereo downmix like stereo. Based on code by …
(edit) @c8ffab06   12 years michaelni swr/auto_matrix: add clean layout function Signed-off-by: Michael …
(edit) @ebc854e4   12 years michaelni swr/auto_matrix: move layouts to local variables Signed-off-by: …
(edit) @9ab538e3   12 years michaelni random_seed: Replace a VLA with a normal array Signed-off-by: Derek …
(edit) @b86e18fe   12 years michaelni yuv4mpeg: fix potential alignment bug Signed-off-by: Michael …
(edit) @7beadfe1   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @8a0118b4   12 years michaelni ffio_read: dont spam the user at EOF with a truncation error …
(edit) @124f0b2   12 years michaelni flashsv2enc: only encode diff blocks when needed A flashsv2 block may …
(edit) @5710dbf8   12 years michaelni mpegts: Fix potential memory leak in mpegts_read_packet() This leak …
(edit) @9a27fd12   12 years michaelni avio: replace ETIMEDOUT by EIO ETIMEDOUT is not available on all …
(edit) @7b699d8   12 years martin mov_chan: Only set the channel_layout if setting it to a nonzero value …
(edit) @5f72bc0   12 years martin mov_chan: Reindent an incorrectly indented line Signed-off-by: Martin …
(edit) @407eeb34   12 years alex.converse mp2 muxer: mark as AVFMT_NOTIMESTAMPS. Signed-off-by: Alex Converse …
(edit) @097c64ff   12 years michaelni flashsv2enc: remove experimental flag, the encoder seems working now …
(edit) @070b0e1c   12 years michaelni libswr: remove redundant ARCH_X86, MMX* implicates X86 Signed-off-by: …
(edit) @5f256f9   12 years michaelni swsresample: Fix unprotected inline asm Signed-off-by: Derek …
(edit) @d940b0a   12 years michaelni vf_mp: Do not build if inline assembly is not available Rather than …
(edit) @80d2ec6b   12 years michaelni dshow: Change WINBOOL to BOOL WINBOOL is MinGW-specific, and since …
(edit) @dbb9117   12 years michaelni flashsv2enc: move blockbuffer realloc to reconfigure_at_keyframe() …
(edit) @9b6467fd   12 years michaelni flashv2enc: reallocate not only on block count changes but on …
(edit) @3174987b   12 years michaelni flashsv2enc: Replace a VLA with a heap alloc Signed-off-by: Derek …
(edit) @9b326fc2   12 years michaelni flashsv2enc: fix prev-Z-prime encoding Signed-off-by: Michael …
(edit) @73275259   12 years justin.ruggles x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64 The SWAP …
(edit) @3fe303a2   12 years michaelni vf_idet: Remove emms There is no MMX code anyway. Signed-off-by: …
(edit) @8e6511c   12 years michaelni proresdec2: avoid VLA and use SliceContext instead. Signed-off-by: …
(edit) @af2a17c0   12 years michaelni cache: Only include unistd.h if it exists This follows suite from …
(edit) @f3be3597   12 years michaelni file: Only include unistd.h if it exists It is included for the …
(edit) @a4d71eb5   12 years michaelni random_seed: Only read /dev/*random if we have unistd.h unistd.h is …
(edit) @9d0bc5c0   12 years michaelni rtpdec: Don't explicitly include unistd.h any longer unistd.h used to …
(edit) @1d4c4b0f   12 years michaelni wtvdec: Remove unused strings.h header Signed-off-by: Derek …
(edit) @a2015b41   12 years michaelni vf_colormatrix: Drop unused strings.h header It already uses …
(edit) @1169f0d   12 years diego x86: more specific checks for availability of required assembly …
(edit) @7621c35   12 years michaelni Makefile: remove old codec_names.h on distclean Signed-off-by: …
(edit) @54d7094f   12 years michaelni gitignore: codec_names.h is no more Signed-off-by: Michael …
(edit) @09cc23e0   12 years stefasab lavd/sdl: decrease debug info notice log level from AV_LOG_INFO to …
(edit) @a7c7b34d   12 years stefasab lavd/sdl: remove trailing dot in messages This is consistent with the …
(edit) @25f139e   12 years stefasab lavf/utils: fix typo in has_codec_parameters Replace "unspecified …
(edit) @d74af893   12 years michaelni img2dec: Don't leave AVIOContexts open on zero byte files …
(edit) @8cb7ed55   12 years diego x86: avcodec: Drop silly "_mmx" suffix from dsputil template names
(edit) @fa851185   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @a7fbc7d7   12 years michaelni lavf: factor codec id forcing out Signed-off-by: Michael Niedermayer …
(edit) @91141f2a   12 years michaelni lavfi: add qp_table_size This avoid recalculating it and in case w/h …
(edit) @74c84144   12 years diego fate: Drop redundant setting of FUZZ to 1
(edit) @6efb6988   12 years mans cavsdsp: set idct permutation independently of dsputil CAVS uses its …
(edit) @5fe64d88   12 years mans x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov …
(edit) @5891e454   12 years michaelni faxcompr: fix out of array read Signed-off-by: Michael Niedermayer …
(edit) @911519ca   12 years stefasab lavc/libx264: remap X264_LOG_INFO loglevel from AV_LOG_INFO to VERBOSE …
(edit) @dc5fcdb8   12 years stefasab lavd/dshow: use AV_OPT_TYPE_IMAGE_SIZE Signed-off-by: Stefano …
(edit) @37a0db50   12 years stefasab lavd/dshow: support video codec and pixel format selection …
(edit) @cf5629c0   12 years stefasab lavu/opt: reindent after last commit
(edit) @9afb7061   12 years martin mov_chan: Pass a separate AVIOContext for reading This fixes crashes …
(edit) @91a84a52   12 years anton af_asyncts: check return value from lavr when flushing. Fixes an …
(edit) @ca7be934   12 years michaelni lavfi: 10l fix () placement Signed-off-by: Michael Niedermayer …
(edit) @a33b4bc7   12 years michaelni lavfi: factor copy_video_props() out Signed-off-by: Michael …
(edit) @c9a0f9bf   12 years michaelni libavfilter: pass QP table through the filter chain Any volunteers to …
(edit) @de9f5b68   12 years michaelni lavc/vp6: Disable deblock filtering for Simple Profile In vp6 …
(edit) @c5278cb8   12 years michaelni Add Dolby/DPLII downmix support to libswresample Based on code by …
(edit) @2dd2e429   12 years michaelni swr: update rematrix coeffs to match AC-3 Signed-off-by: Michael …
(edit) @323d9120   12 years michaelni swr: update copyright years Signed-off-by: Michael Niedermayer …
(edit) @144caa72   12 years stefasab lavc/raw-test: invert the order of key/value when printing the …
(edit) @da2ea7c3   12 years stefasab lavf/flvenc: apply various log fixes/clarifications Should improve …
(edit) @1bd6b0c9   12 years stefasab lavf/flvenc: return meaningful error codes
(edit) @290d1022   12 years kostya.shishkov mss2: simplify loop in decode_rle() It calculates the sum of power of …
(edit) @9699b3a2   12 years kostya.shishkov mss12: avoid unnecessary division in arith*_get_bit() That division …
(edit) @6ceef07   12 years kostya.shishkov mss2: do not try to read too many palette entries Reported by Michael …
(edit) @59383d57   12 years janne-libav mpegvideo: set AVFrame fields to NULL after freeing the base memory …
(edit) @40112e7b   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @2bb62455   12 years michaelni Revert "lavu: add snprintf(), vsnprint() and strtod() replacements for …
(edit) @376b16d7   12 years michaelni Merge commit '0db2d94280e260af5f3ad7993c5a6357462f17c9' * commit …
(edit) @a224b2c   12 years martin configure: Set the right cc_e flags for msvc The default ones work, …
(edit) @fb2e7ac3   12 years stefasab lavfi/mp: drop rotate wrapper The native filter transpose is …
(edit) @2b366008   12 years martin fate: Allow setting the ld parameter from the config file …
(edit) @ef6ba1f2   12 years diego x86: dsputil: Do not redundantly check for CPU caps before calling …
(edit) @ef122ff5   12 years michaelni eliminate some mingw warnings Signed-off-by: rogerdpack …
(edit) @52fa5cea   12 years michaelni amrnbdec: silence a warning about unsigned cant be negative …
(edit) @bdfffa6   12 years stefasab tests/lavfi-regression: name temporary files after $testname in …
(edit) @5780f9bb   12 years stefasab tests: add tinterlace filter tests Only the merge and pad modes are …
(edit) @77c991d8   12 years stefasab tests/lavfi-regressions: support user-specified test name in …
(edit) @9a2daef5   12 years stefasab lavfi/tinterlace: declare source buffers in copy_picture_field() as …
(edit) @fd5293d2   12 years stefasab lavfi/tinterlace: set inlink->cur to NULL, since it is stored …
(edit) @29e972f6   12 years stefasab lavu/parseutils: add av_small_strptime() Make internal …
(edit) @79dcd58d   12 years stefasab lavu/parseutils: make small_strptime() return a (non const) char * …
(edit) @56200884   12 years Clément Bœsch lavf: fix a few typo in some comments.
(edit) @9d9f34a3   12 years Clément Bœsch lavf: remove a few useless AV_NOWARN_DEPRECATED(). read_seek was …
(edit) @4a185ed   12 years martin configure: Disable some warnings in MSVC This disables the following …
(edit) @e60fcdb   12 years michaelni vf_hue: fix AVOption defaults Signed-off-by: Michael Niedermayer …
(edit) @750cc3c0   12 years michaelni acelp_pitch_delay: add missing libm.h include for exp2() …
(edit) @d914ea6f   12 years diego x86: vp56: cmov version of vp56_rac_get_prob requires inline asm …
(edit) @269e6212   12 years michaelni g723_1: add some const for more correctness Signed-off-by: Michael …
(edit) @397ebc1d   12 years michaelni proresenc_anatoliy: add 2 const to silence 2 warnings Signed-off-by: …
(edit) @b3fdfc8c   12 years michaelni Optimization of AC3 floating point decoder for MIPS FFT in MIPS …
(edit) @42e63ec8   12 years martin avopt: fix examples to match the same style about default values as …
(edit) @9afd5592   12 years michaelni imgconvert: silence some const incompatible pointer warnings. …
(edit) @7666828c   12 years michaelni avopt: fix examples to match the same style about default values as …
Note: See TracRevisionLog for help on using the revision log.