source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a70519aa   12 years anton vf_overlay: use the name 's' for the pointer to the private context …
(edit) @8d2565c2   12 years anton vf_lut: use the name 's' for the pointer to the private context This …
(edit) @4753f80   12 years anton vf_libopencv: use the name 's' for the pointer to the private context …
(edit) @56e4ce0d   12 years anton vf_hqdn3d: use the name 's' for the pointer to the private context …
(edit) @7af5ae2d   12 years anton vf_hflip: use the name 's' for the pointer to the private context …
(edit) @05fab553   12 years anton vf_gradfun: use the name 's' for the pointer to the private context …
(edit) @f6b6d6a   12 years anton vf_frei0r: use the name 's' for the pointer to the private context …
(edit) @cbec213   12 years anton vf_format: use the name 's' for the pointer to the private context …
(edit) @d64cf54b   12 years anton vf_fieldorder: use the name 's' for the pointer to the private context …
(edit) @9bbf6c68   12 years anton vf_fieldorder: cosmetics, remove an extra linebreak
(edit) @c0279956   12 years anton vf_fade: use the name 's' for the pointer to the private context This …
(edit) @d3735f7a   12 years anton vf_drawtext: use the name 's' for the pointer to the private context …
(edit) @20e2794e   12 years anton vf_drawbox: use the name 's' for the pointer to the private context …
(edit) @ba09675   12 years anton vf_delogo: use the name 's' for the pointer to the private context …
(edit) @e16e23d7   12 years anton vf_cropdetect: use the name 's' for the pointer to the private context …
(edit) @671563d9   12 years anton vf_crop: cosmetics, break lines
(edit) @7f839595   12 years anton vf_crop: use the name 's' for the pointer to the private context This …
(edit) @762df56e   12 years anton vf_boxblur: use the name 's' for the pointer to the private context …
(edit) @a2a69699   12 years anton vf_blackframe: use the name 's' for the pointer to the private context …
(edit) @b3ea7662   12 years anton vf_aspect: use the name 's' for the pointer to the private context …
(edit) @2832ea26   12 years diego Remove commented-out debug #define cruft
(edit) @ff4fc5ef   12 years diego jpegls: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @9cacdabd   12 years diego jpegls: cosmetics: Drop some unnecessary parentheses
(edit) @004b81c4   12 years diego mpegvideo: Remove commented-out PARANOID debug cruft
(edit) @d46c588f   12 years diego Remove commented-out #includes
(edit) @bfd00cc4   12 years diego h263dec: Remove broken and disabled debug cruft
(edit) @b0696e94   12 years martin vc1: Reindent INIT_LUT(), align backslashes Signed-off-by: Martin …
(edit) @225a5f9   12 years martin configure: Use linker hardening flags on mingw This makes it …
(edit) @6ce2c310   12 years martin vc1: Make INIT_LUT() self contained Move the local variables it uses …
(edit) @37f2ac3   12 years martin vc1: Simplify code by using INIT_LUT() Signed-off-by: Martin Storsjö …
(edit) @0379fc14   12 years martin vc1: Move INIT_LUT() further up to allow using it in more places …
(edit) @3ca3709a   12 years martin vc1dec: Remove some now unused variables Signed-off-by: Martin …
(edit) @4162fc62   12 years martin vc1dec: Do not allow field_mode to change after the first header This …
(edit) @ec7d002e   12 years martin vc1, mss2: Check for any negative return value from …
(edit) @ccb148e4   12 years martin vc1dec: Fix current ptr selection in vc1_mc_4mv_chroma() No sample …
(edit) @201412ff   12 years martin vc1dec: Factorize picture pointer selection in vc1_mc_4mv_chroma() …
(edit) @2412ad17   12 years martin vc1dec: Factorize picture pointer selection code Signed-off-by: …
(edit) @19673db3   12 years martin vc1dec: Factorize srcU/V offseting Signed-off-by: Martin Storsjö …
(edit) @012b319d   12 years martin vc1dec: Fix tff == 0 handling in init_block_index() This fixes …
(edit) @03136539   12 years martin vc1dec: Update destination pointers in context for fields This …
(edit) @e6c4ac7b   12 years anton pixdesc: rename PIX_FMT_* flags to AV_PIX_FMT_FLAG_*
(edit) @7c57a58   12 years anton jpeg2000dec: don't use deprecated PIX_FMT values
(edit) @ffba2053   12 years anton lavfi: fix compatibility code for old vf_scale options syntax …
(edit) @096696ef   12 years anton avfiltergraph: simplify inserting conversion filters. There is now no …
(edit) @ede75ebc   12 years anton Clarify output of av_get_bits_per_pixel Signed-off-by: Anton Khirnov …
(edit) @7cbc4cb4   12 years lu_zero fate: update the mmf reference Using Optional Data chunk introduced …
(edit) @3dff1bf9   12 years lu_zero mmf: Write metadata into an Optional Data chunk Signed-off-by: Luca …
(edit) @a349458e   12 years diego jpeg2000dec: Use correct printf length modifier for pointer …
(edit) @5d9d8461   12 years martin vc1dec: Don't apply the loop filter on fields Fixes read of …
(edit) @fe06795d   12 years martin vc1: implement frame interlaced b-frame header parsing Signed-off-by: …
(edit) @46430fd4   12 years martin vc1dec: Don't attempt error concealment on field pictures This is not …
(edit) @1bd57a8   12 years martin vc1dec: fieldtx is only valid for interlaced frame pictures The …
(edit) @8bbdd20a   12 years martin aacenc: Fix erasure of surround channels This was due to a …
(edit) @f4d0a63   12 years martin aacenc: Fix target bitrate for twoloop quantiser search This fixes a …
(edit) @7c71ada4   12 years martin aacenc: Fix a rounding bug in aacpsy channel bitrate computation …
(edit) @d10499a3   12 years anton yadif: correct strides in filter_edges_16bit The C code treats the …
(edit) @b0ef0ae7   12 years anton yadif: restore speed of the C filtering code Always use the special …
(edit) @252c0bfd   12 years martin lavc: Fix msvc compilation of utils.c with -WX (warnings treated as …
(edit) @05165c2f   12 years martin configure: Disable PIC for cygwin just as for win32/mingw If this is …
(edit) @1399931   12 years diego x86: dsputil: Rename dsputil_mmx.h --> dsputil_x86.h The header is …
(edit) @245b76a1   12 years diego x86: dsputil: Split inline assembly from init code Also remove some …
(edit) @46bb4568   12 years diego x86: dsputil: Refactor pixels16 wrapper functions with a macro
(edit) @2c2c48a9   12 years diego configure: x86: Only enable cpunop on i686 The assembler may insert …
(edit) @f54b5505   12 years diego configure: Rename cmov processor capability to i686 The goal is to …
(edit) @e08c946c   12 years martin configure: Explicitly disable PIC when targeting win32/mingw These …
(edit) @b1803c79   12 years martin configure: Use enable_weak when enabling pic This allows it to be …
(edit) @94235f2   12 years janne-libav indeo3: avoid writes without necessary alignment in copy_cell() Cells …
(edit) @2c299d41   12 years anton x86: sbrdsp: implement SSE2 qmf_pre_shuffle From 253 to 51 cycles on …
(edit) @16a4a18d   12 years anton af_asyncts: fix offset calculation delta is in samples, not bytes. …
(edit) @72fbc968   12 years lu_zero avconv: use current syntax for the scale filter
(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
Note: See TracRevisionLog for help on using the revision log.