source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d2f576bd   12 years diego fate: ea: Add dependencies
(edit) @47e7fb88   12 years diego fate: Do not unconditionally run libavutil tests Now that libavutil …
(edit) @2c4593dd   12 years diego rtpenc_chain: Remove unused variable
(edit) @ab87d9b6   12 years justin.ruggles nuv: check for malloc failure when allocating extradata Also make …
(edit) @838ed296   12 years justin.ruggles nuv: use the stream indices generated by avformat_new_stream()
(edit) @c74f8178   12 years justin.ruggles nuv: cosmetics: pretty-printing
(edit) @5c7bf2dd   12 years justin.ruggles lavf: move nuv fourcc audio tags from riff to nuv
(edit) @261e9348   12 years justin.ruggles lavf: add a common function for selecting a pcm codec from parameters
(edit) @bfe5454c   12 years justin.ruggles lavf: move ff_codec_get_tag() and ff_codec_get_id() definitions to …
(edit) @cdaa1f8   12 years justin.ruggles lavf: move "MP3 " fourcc from riff to nut Original commit, 7b24f9b, …
(edit) @db9dbfb7   12 years diego fate: vpx: Add dependencies
(edit) @a1d1fc9b   12 years diego fate: Fix wavpack-matroskamode test dependencies
(edit) @9b15c0a9   12 years diego x86: dsputilenc: port to cpuflags
(edit) @1f3f8965   12 years diego fate: Add dependencies for Vorbis, ProRes, QTRLE, utvideo tests
(edit) @5116ac77   12 years diego fate: real: Add dependencies
(edit) @9534e0f5   12 years diego fate: lossless-audio: Add dependencies
(edit) @89145fb   12 years diego x86: h264dsp: Fix linking with yasm and optimizations disabled Some …
(edit) @4c973de9   12 years anton vf_fieldorder: require write permissions This filter modifies the …
(edit) @49dd71a6   12 years anton vf_fieldorder: reindent
(edit) @565e4993   12 years anton lavfi: merge start_frame/draw_slice/end_frame Any alleged performance …
(edit) @bb6c67bb   12 years anton lavfi: remove vf_slicify The following commit will make it useless. …
(edit) @af7d13ee   12 years anton asink_nullsink: plug a memory leak.
(edit) @2e89aeed   12 years diego x86: h264_idct: port to cpuflags
(edit) @490df522   12 years diego x86: cpu: Drop unused HAVE_RWEFLAGS condition The test for rweflags …
(edit) @f5fa0366   12 years derek.buitenhuis vble: Do not abort decoding when version is not 1 Some combinations …
(edit) @1d86aa8b   12 years justin.ruggles lavr: do not pass consumed samples as a parameter to …
(edit) @d2f9f8e0   12 years justin.ruggles lavr: correct the documentation for the ff_audio_resample() return value
(edit) @7f534d11   12 years justin.ruggles lavr: do not pass sample count as a parameter to ff_audio_convert() …
(edit) @28e1cf19   12 years diego x86: h264_weight: port to cpuflags
(edit) @54fd593a   12 years martin configure: Enable avconv filter dependencies automatically This makes …
(edit) @d5e83122   12 years janne-libav h264: set Picture.owner2 to the current thread This does not seem to …
(edit) @6e5cdf26   12 years janne-libav h264: check ref_count validity for num_ref_idx_active_override_flag …
(edit) @150b236   12 years janne-libav h264: add missing new line to log message
(edit) @5d47850b   12 years justin.ruggles dcadec: skip QMF on unused channels When the extra rear channel is …
(edit) @2fe0094e   12 years justin.ruggles wavenc: write fact chunk sample count at the correct file position …
(edit) @259d8c56   12 years justin.ruggles riff: do not add empty metadata tags in INFO chunk
(edit) @3c370f5a   12 years justin.ruggles riff: only warn on a bad INFO chunk code size instead of failing …
(edit) @d89f2fa9   12 years diego configure: Add separate list for libraries and use where appropriate
(edit) @947f9336   12 years justin.ruggles x86: float_dsp: add SSE version of vector_fmul_scalar()
(edit) @284ea790   12 years justin.ruggles dsputil: move vector_fmul_scalar() to AVFloatDSPContext in libavutil
(edit) @1e276553   12 years justin.ruggles aacenc: use the correct output buffer This fixes segfault caused by …
(edit) @edd80ec7   12 years mans aacdec: fix signed overflows in lcg_random() Signed-off-by: Mans …
(edit) @dd3b73f3   12 years mans base64: fix signed overflow in shift Signed-off-by: Mans Rullgard …
(edit) @7709ce02   12 years janne-libav lavf: avoid integer overflow in ff_compute_frame_duration() Scaling …
(edit) @5ae72f54   12 years janne-libav flashsv: check for keyframe before using differential coding Fixes a …
(edit) @706acb55   12 years janne-libav h264: enable low delay only if no delayed frames were seen Dropping …
(edit) @7ee40713   12 years diego x86: fix build without inline asm The qpel functions referenced here …
(edit) @3d3cf674   12 years justin.ruggles aacdec: use float planar sample format for output
(edit) @8e134e51   12 years justin.ruggles lavc: clarify get_buffer() documentation This is needed for the AAC …
(edit) @3ffed68c   12 years justin.ruggles mpegaudiodec: use planar sample format for output unless packed is …
(edit) @2d3993ce   12 years justin.ruggles x86: h264 qpel: use the correct number of utilized xmm regs in cglobal …
(edit) @e96d90ee   12 years janne-libav remove #defines to prevent use of discouraged external functions …
(edit) @610e00b3   12 years diego x86: h264: Convert 8-bit QPEL inline assembly to YASM Signed-off-by: …
(edit) @ad01ba6c   12 years diego x86: h264: Remove 3dnow QPEL code The only CPUs that have 3dnow and …
(edit) @28c8e288   12 years diego x86: h264_chromamc: port to cpuflags
(edit) @b491da18   12 years justin.ruggles yop: fix typo Signed-off-by: Paul B Mahol <onemda@gmail.com> …
(edit) @4632abc7   12 years anton avconv: fix copying per-stream metadata. It is handled separately …
(edit) @2bf794b6   12 years diego doc: avtools-common-opts: Fix terminology concerning metric prefixes …
(edit) @f2ce813e   12 years diego configure: suncc: Add compiler arch support for Nehalem & Sandy Bridge …
(edit) @ddb00942   12 years diego riff: Make ff_riff_tags static and move under appropriate #ifdef The …
(edit) @33db40f8   12 years mans configure: sort cpuflags section by architecture Signed-off-by: Mans …
(edit) @457cc333   12 years mans configure: properly support DEC/Compaq compiler Signed-off-by: Mans …
(edit) @4a606c83   12 years mans av_memcpy_backptr: optimise some special cases - Add special cases …
(edit) @5e39bb07   12 years mans mpegvideo: simplify dxy calculation in hpel_motion() Signed-off-by: …
(edit) @c2626492   12 years mans build: add rules to generate preprocessed source files This is useful …
(edit) @9ae80e6a   12 years anton id3v2: fix reading unsynchronized frames. Current code would …
(edit) @0d312366   12 years anton cdgraphics: fix incorrect vertical offset mask in cdg_scroll() The …
(edit) @b655cfef   12 years anton apetag: fix error handling in ff_ape_parse_tag() The following error …
(edit) @17fecb4a   12 years diego flashsv: Drop unused function and struct parameters
(edit) @00dd9a6d   12 years justin.ruggles pcm: fix decoding of pcm_s16le_planar on big-endian The sample count …
(edit) @ae3822bc   12 years lu_zero imgconvert: remove PixFmtInfo It is pleonastic and was used in stale …
(edit) @d1d9efaa   12 years lu_zero avcodec: split avpicture from imgconvert All the non deprecated …
(edit) @cbe5a60c   12 years lu_zero pixdesc: add PIX_FMT_ALPHA flag
(edit) @b353321c   12 years justin.ruggles FATE: add 24-bit ALAC tests
(edit) @3e6c2a67   12 years justin.ruggles FATE: rename ALAC tests from alac-* to alac-16-* This will …
(edit) @7c278d2a   12 years justin.ruggles alacenc: support 24-bit encoding
(edit) @c9d0f450   12 years justin.ruggles pcmdec: use planar sample format for pcm_s16le_planar
(edit) @79b77475   12 years justin.ruggles vorbisdec: use float planar sample format
(edit) @89923fce   12 years diego x86: h264_intrapred: Fix C function names in comments Function names …
(edit) @87af05c5   12 years diego x86: SPLATD: port to cpuflags
(edit) @1c580552   12 years diego PGS subtitles: Set AVSubtitle pts value pts should be that of the …
(edit) @3bd1eacd   12 years mans configure: Refactor CPPFLAGS settings for glibc/uclibc Signed-off-by: …
(edit) @5873b623   12 years mans configure: add basic support for ARM AArch64 Signed-off-by: Mans …
(edit) @8f7b814f   12 years mans build: set -USTRICT_ANSI for newlib This is (erroneously) …
(edit) @7a9e65ac   12 years justin.ruggles x86: lavr: fix stack allocation for 7 and 8 channel downmixing on …
(edit) @02738792   12 years justin.ruggles lavr: fix the decision for writing directly to the output buffer If …
(edit) @5af530f5   12 years mans parisc: work around bug in gcc 4.3 and later A bug in tail call …
(edit) @da5408ed   12 years anton FATE: add a bink version 'b' test
(edit) @108bfe4e   12 years anton FATE: add a bink version 'i' test
(edit) @80716953   12 years janne-libav libswscale: remove unnecessary direct #if LIBSWSCALE_VERSION_MAJOR …
(edit) @8f5587c3   12 years janne-libav cpu.h: define AV_CPU_FLAG_MMX2 for libavutil major 52
(edit) @e6160bda   12 years janne-libav h264: Fix parameters to ff_er_add_slice() call s->mb_x is reset to …
(edit) @60b6b8c0   12 years janne-libav h264: always check ref_count for validity Fixes a crash with zuffed files.
(edit) @8c3849b   12 years diego x86: dsputil: port to cpuflags
(edit) @8ff0f776   12 years diego crc: av_crc() parameter names should match between .c, .h and doxygen
(edit) @566de8cd   12 years janne-libav avserver: replace av_read_packet with av_read_frame
(edit) @39c4afd9   12 years janne-libav avserver: fix constness casting warnings Use a different char* for …
(edit) @bf5f46b4   12 years janne-libav APIChanges: add entry for av_read_packet deprecation
(edit) @c84cce5   12 years janne-libav mxfdec: fix typo in mxf_read_seek() Check the number of index tables …
(edit) @a4cd2ad8   12 years janne-libav avserver: use freopen to redirect stdin/out/err to /dev/null
Note: See TracRevisionLog for help on using the revision log.