source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ee9a4dff   12 years diego mmf: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @f243bf7   12 years diego x86: dsputil: Remove unused argument from QPEL_OP macro
(edit) @6e9f8d6a   12 years diego x86: vf_yadif: Remove stray dsputil_mmx #include
(edit) @3d40c1ee   12 years diego x86: dsputil: Move TRANSPOSE4 macro to the only place it is used
(edit) @71469f3b   12 years diego x86: dsputil: Move constant declarations into separate header
(edit) @ed880050   12 years diego x86: dsputil: Group all assembly constants together in constants.c
(edit) @87614667   12 years diego x86: dsputil: Move ff_pd assembly constants to the only place they are used
(edit) @06122c25   12 years martin msvc: Move linker pragma from config.h to libavutil/internal.h This …
(edit) @bd392785   12 years diego fate-run: Drop unnecessary regtest() indirection The indirection was …
(edit) @1b343ced   12 years diego x86: dsputil: Remove unused ff_pb_3F constant
(edit) @3334cbe   12 years diego x86: dsputil: Remove unused MOVQ_BONE macro
(edit) @63bac48f   12 years diego x86: dsputil: Move rv40-specific functions where they belong
(edit) @92f8e06e   12 years diego x86: dsputil hpeldsp: Move shared template functions into separate object
(edit) @7edaf4ed   12 years diego x86: rnd_template: Eliminate pointless OP_AVG macro indirection
(edit) @db9aee6   12 years lu_zero oma: properly forward errors in oma_read_packet Prevent spurios EIO …
(edit) @6f98508e   12 years lu_zero oma: return meaningful errors
(edit) @e55e8b2c   12 years lu_zero lavc: do not leak frames in avcodec_decode_audio4 Notwithstanding the …
(edit) @e0c53c34   12 years lu_zero nut: use meaningful error values Fix the mispresented EINVAL for EOF …
(edit) @cd4bfe3   12 years anton FATE: use a less ambiguous end time for filter-trim-time test 0.1 …
(edit) @9779f930   12 years anton configure: add dependencies to lavfi .pc file The scale filter …
(edit) @bce70f81   12 years anton configure: make avconv select (a)trim filters They are now used for -ss/-t
(edit) @481575d2   12 years anton avconv: remove -deinterlace It is incompatible with refcounted frames …
(edit) @a97d8cc1   12 years anton indeo3: use unaligned reads on reference blocks. They are not …
(edit) @70f96615   12 years janne-libav jpeg2000dec: initialize static data just once
(edit) @45a1694f   12 years janne-libav jpeg2000dec: cleanup properly after decoding errors Fixes memory leak …
(edit) @851465f9   12 years janne-libav fate-jpeg2000-dcinema: force output to xyz12le Fixes Fate tests on …
(edit) @5f87c277   12 years janne-libav vf_scale: add endianness conversion pixel format in query_formats
(edit) @9cfa21c8   12 years janne-libav swscale: support endianness conversion for AV_PIX_FMT_XYZ12
(edit) @c1eb3e7f   12 years janne-libav swscale: add support for endianness only conversion Use bitfields in …
(edit) @74652af8   12 years janne-libav pixdesc: add function to return pixel format with swapped endiannes
(edit) @6e293d11   12 years martin swscale: Use alpha from the right row in yuva2rgba_c Every other …
(edit) @6c5eac9a   12 years martin swscale: Remove unnecessary backslashes Signed-off-by: Martin Storsjö …
(edit) @28816f9d   12 years diego jpeg2000: Fix uninitialized data errors pointed out by …
(edit) @1107967   12 years diego x86: hpeldsp: Move avg_pixels8_x2_mmx() out of hpeldsp_rnd_template.c …
(edit) @dc1b328d   12 years diego x86: hpeldsp: Only compile MMX hpeldsp code if MMX is enabled
(edit) @9e5e76ef   12 years diego x86: More specific ifdefs for dsputil/hpeldsp init functions
(edit) @ac87eaf8   12 years lu_zero wav: Always seek to an even offset RIFF chunks are aligned to 16bit …
(edit) @46c19173   12 years lu_zero nut: use a define for the nut version Ease switching version in the …
(edit) @2d5fd788   12 years diego bgmc: Do not mark ff_bgmc_decode_init() as av_cold The function is …
(edit) @bd8ac882   12 years diego avcodec: Add av_cold attributes to end functions missing them
(edit) @7abd35a1   12 years diego avformat: Add av_cold attributes to init functions missing them
(edit) @2cca96e6   12 years martin configure: Check for getenv When targeting the "windows store …
(edit) @2b677ff   12 years diego swscale: Add av_cold attributes to init functions missing them
(edit) @1fda184a   12 years diego avutil: Add av_cold attributes to init functions missing them
(edit) @20c86571   12 years martin lavfi: let gcc realign the stack on public graph driving functions …
(edit) @c0c2b96c   12 years diego sctp: Add a note on why sctp_recvmsg and sctp_sendmsg have ff_-prefixes
(edit) @a8a45df   12 years diego avs: Increase magic value score above file extension score This …
(edit) @e0f8be64   12 years diego avformat: Add AVPROBE_SCORE_EXTENSION define and use where appropriate
(edit) @4d7ed3e7   12 years diego build: output-example: Add avutil to ELIBS in link command …
(edit) @e445647b   12 years diego avresample: Add av_cold attributes to init functions missing them
(edit) @093804a9   12 years diego avfilter: Add av_cold attributes to init/uninit functions
(edit) @6fee1b90   12 years diego avcodec: Add av_cold attributes to init functions missing them
(edit) @72e228b   12 years diego nut: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @b1ee8eec   12 years siretart configure: Add basic valgrind-memcheck support With the parameter …
(edit) @95e8ac60   12 years siretart build: normalize coverage.info Without this, lcov sometimes misses to …
(edit) @768e44d0   12 years siretart build: tune down the output of lcov/gcov In the default settings, …
(edit) @69467fb6   12 years lu_zero wav: return meaningful errors
(edit) @a5f88736   12 years diego silly typo fixes
(edit) @4a7af92c   12 years diego sbrdsp: Unroll and use integer operations This patch can be …
(edit) @8394d9a6   12 years diego sbrdsp: Unroll sbr_autocorrelate_c 1410 cycles to 1148 on …
(edit) @5a97469a   12 years diego x86: sbrdsp: Implement SSE2 qmf_deint_bfly Sandybridge: 47 cycles …
(edit) @769d921f   12 years martin compat: msvc: Make sure the object files are included when linking …
(edit) @af4cc260   12 years lu_zero id3v2: check for end of file while unescaping tags Prevent a serious …
(edit) @76d23f40   12 years anton avconv: do not send non-monotonous DTS to the muxers. Hack partially …
(edit) @b4a5a292   12 years anton avconv: improve -re implementation Integrate the code in the packet …
(edit) @e3b225a4   12 years anton matroskaenc: add an option to put the index at the start of the file
(edit) @0574bc06   12 years anton matroskaenc: cosmetics, reorder the #includes
(edit) @accde1b   12 years anton vc1_parser: Set field_order. Signed-off-by: Anton Khirnov …
(edit) @f43c14d   12 years anton mpegvideo_parser: Set field_order. Signed-off-by: Anton Khirnov …
(edit) @507b1e45   12 years anton avcodec: Add field order information to AVCodecParserContext. …
(edit) @566b7a20   12 years anton x86: float dsp: butterflies_float SSE 97c -> 49c Some codecs could …
(edit) @b333f3a2   12 years anton lavf-regression: use -frames instead of -t for image tests -t 0.5 is …
(edit) @803d21f3   12 years anton lavc: schedule AVCodecContext.lowres for removal on next bump. It has …
(edit) @ffb068ce   12 years martin configure: Don't do enable_deep_weak on disabled variables This …
(edit) @4d810ad2   12 years martin configure: Use a different variable name in push/popvar The variable …
(edit) @13f57a4d   12 years diego wav: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @6b75301   12 years diego aac: Remove aacpsy.h header, unused since 78e65cd7726
(edit) @153f31b1   12 years diego cavs: Remove cavsdata.h header, unused since 88386feefd
(edit) @bf7c3c6b   12 years diego x86: dsputil: Move cavs and vc1-specific functions where they belong
(edit) @93280623   12 years diego x86: dsputil: Move avg_pixels16_mmx() out of rnd_template.c The …
(edit) @9c112a6   12 years diego x86: dsputil: Move avg_pixels8_mmx() out of rnd_template.c The …
(edit) @9b3a04d   12 years diego x86: Move duplicated put_pixels{8|16}_mmx functions into their own file
(edit) @0671adbb   12 years diego id3v2: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @a650c906   12 years diego ppc: Only compile AltiVec FFT assembly when AltiVec is enabled
(edit) @af8a4790   12 years derek.buitenhuis avutil: doxy: Small clarification for av_buffer_create() Explicitly …
(edit) @00b8e650   12 years derek.buitenhuis avcodec: doxy: Clarify how to use buf[] when implementing …
(edit) @4cdb3c50   12 years derek.buitenhuis avcodec: doxy: Clarify what get_buffer2 must fill in buf[] …
(edit) @e926b5ce   12 years diego avformat: Drop unnecessary ff_ name prefixes from static functions
(edit) @7f75f2f   12 years diego ppc: Drop unnecessary ff_ name prefixes from static functions
(edit) @f2e9d44a   12 years diego x86: Drop unnecessary ff_ name prefixes from static functions
(edit) @383fd4d4   12 years diego arm: Drop unnecessary ff_ name prefixes from static functions
(edit) @088f38a4   12 years diego avcodec: Drop unnecessary ff_ name prefixes from static functions
(edit) @38282149   12 years diego ppc: More consistent arch initialization
(edit) @42b9150b   12 years diego fft: Remove pointless #ifdefs around function declarations
(edit) @a053dbfc   12 years diego ppc: Move AltiVec utility headers out of AltiVec ifdefs Now that the …
(edit) @f5eecee8   12 years diego ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs …
(edit) @6b110d3a   12 years diego ppc: More consistent names for H.264 optimizations files
(edit) @643e433b   12 years diego mpegaudiosp: More consistent names for ppc/x86 optimization files
(edit) @8cd472d3   12 years anton avconv: make output -ss insert trim/atrim filters. This makes output …
(edit) @a83c0da5   12 years anton avconv: make -t insert trim/atrim filters. This makes -t …
Note: See TracRevisionLog for help on using the revision log.