source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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
(edit) @ada51a33   12 years janne-libav avserver: remove daemon mode This code spews a multitude of warnings …
(edit) @9eded0fe   12 years martin configure: Check for -Werror parameters on clang Signed-off-by: …
(edit) @116ae728   12 years janne-libav doxygen: remove obsolete options from Doxyfile The options …
(edit) @e28b7553   12 years diego configure: Add option to disable all command line programs
(edit) @b74dbdd5   12 years diego bgmc: Fix av_malloc checks in ff_bgmc_init() Signed-off-by: Xi Wang …
(edit) @8034130e   12 years lu_zero rtp: set the payload type as stream id Support multiple video/audio …
(edit) @3b4296f4   12 years lu_zero avformat: clarify stream id for muxing
(edit) @a3138eb   12 years diego fate: Add dependencies for aac, alac, amrnb, amrwb, atrac tests
(edit) @7f1fcaf0   12 years mans ppc: do not pass redundant compiler flags The -mpowerpc64 and …
(edit) @7ba0c1b3   12 years mans avutil: change GET_UTF8 to not use av_log2() This removes an …
(edit) @e8769b3   12 years martin segment: fix NULL pointer dereference in seg_write_header() Since the …
(edit) @26301caa   12 years diego x86: mmx2 ---> mmxext in asm constructs
(edit) @da39cac8   12 years diego Drop broken and unused CABAC test program.
(edit) @5e9c6ef8   12 years diego x86: h264_weight_10bit: port to cpuflags
(edit) @83f9ed42   12 years lu_zero libtheoraenc: add missing pixdesc.h header Was left out from …
(edit) @cc085993   12 years lu_zero avcodec: remove ff_is_hwaccel_pix_fmt It is used only in one place …
(edit) @c1a02e88   12 years lu_zero pixdesc: add av_pix_fmt_get_chroma_sub_sample Deprecate …
(edit) @22a0827d   12 years lu_zero hlsenc: stand alone hls segmenter Simplifies usage but has higher latency.
(edit) @b9629acb   12 years justin.ruggles yop: set channel layout
(edit) @935fbb66   12 years justin.ruggles wtv: set channel layout for mpeg audio
(edit) @7b48d93e   12 years justin.ruggles westwood_aud: set channel layout
(edit) @2ce7f820   12 years justin.ruggles wc3movie: set channel layout
(edit) @a94b0267   12 years justin.ruggles tmv: set channel layout
(edit) @7f348bd7   12 years justin.ruggles tiertexseq: set channel layout
(edit) @a3949fe1   12 years justin.ruggles swfdec: set channel layout
(edit) @1c758772   12 years justin.ruggles sol: set channel layout
(edit) @bfccd76a   12 years justin.ruggles smacker: set channel layout
(edit) @57e590e4   12 years justin.ruggles siff: set channel layout
(edit) @a634896c   12 years justin.ruggles sierravmd: set channel layout
(edit) @c1ac602d   12 years justin.ruggles rtpdec_amr: set channel layout
(edit) @ce842029   12 years justin.ruggles rsodec: set channel layout
(edit) @60a5853   12 years justin.ruggles rmdec: set channel layout for RA version 3
(edit) @444b79c1   12 years justin.ruggles qcp: set channel layout
(edit) @b5e3e777   12 years justin.ruggles psxstr: set channel layout
(edit) @c9759eb4   12 years justin.ruggles omadec: set channel layout
(edit) @d4088efb   12 years justin.ruggles oggparsespeex: validate channel count and set channel layout
Note: See TracRevisionLog for help on using the revision log.