source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f0cebf51   12 years anton lavc doxy: add avcodec.h to the libavcodec group.
(edit) @40020e17   12 years anton doxy: add a section about versioning.
(edit) @bc8c1cdc   12 years anton lavfi doxy: add a page for lavfi.
(edit) @abad3749   12 years lu_zero jpegls: check the scan offset Prevent an out of array bound write. …
(edit) @4a4107b4   12 years lu_zero jpegls: factorize return paths
(edit) @a5a0ef5e   12 years lu_zero jpegls: return meaningful errors
(edit) @2768f7e4   12 years diego sparc: VIS mnemonics Currently, if VIS is enabled by configure, it …
(edit) @259af1b9   12 years anton mpegvideo: allocate sufficiently large scratch buffer for interlaced …
(edit) @db8e336e   12 years anton pthread: reindent
(edit) @30e25643   12 years anton lavc/pthread: remove obsolete checks Those were useful when …
(edit) @16a645a   12 years anton vf_pixdesctest: make config_props work properly when called multiple times.
(edit) @3ba35a34   12 years anton vf_hqdn3d: make config_props work properly when called multiple times. …
(edit) @3fb29588   12 years anton vf_drawtext: don't leak the expressions.
(edit) @6592cd22   12 years anton vf_crop: make config_props work properly when called multiple times. …
(edit) @d5c66d9c   12 years anton vf_setdar: make config_props work properly when called multiple times. …
(edit) @4c205f42   12 years anton vf_drawbox: make config_props work properly when called multiple …
(edit) @90d9a2a0   12 years anton vf_drawtext: do not reset the frame number in config_input. Frame …
(edit) @7727be79   12 years anton vf_fps: move initializing pts from config_props to init. It should …
(edit) @d371c3c2   12 years anton vf_frei0r: make config_props work properly when called multiple times. …
(edit) @87c31cfd   12 years anton vf_gradfun: make config_props work properly when called multiple times.
(edit) @b06848f4   12 years anton vf_lut: make config_props work properly when called multiple times. …
(edit) @1232a164   12 years kostya.shishkov Apple Intermediate Codec decoder
(edit) @40bbbce7   12 years martin movenc: Don't add base_data_offset in tfhd for PIFF files According …
(edit) @1fb013a5   12 years martin vc1dec: Add support for interlaced B-frames Signed-off-by: Martin …
(edit) @4dbceaa3   12 years diego sparc: Eliminate dead code in VIS acceleration macros Signed-off-by: …
(edit) @39cc4c61   12 years lu_zero flacdec: drop unnecessary assert The condition cannot happen anymore.
(edit) @b25e49b1   12 years lu_zero mjpegdec: properly report unsupported disabled features When JPEG-LS …
(edit) @3062ac4c   12 years anton vf_pad: use the name 's' for the pointer to the private context This …
(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
Note: See TracRevisionLog for help on using the revision log.