source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e69222c5   12 years anton doxy: enable TYPEDEF_HIDES_STRUCT This means that typedef struct …
(edit) @e9e5a1bd   12 years kostya.shishkov Monkey's Audio old versions FATE tests
(edit) @3f1a7ceb   12 years anton h264_parser: Set field_order and picture_structure. Signed-off-by: …
(edit) @b493847d   12 years anton avcodec: Add picture structure information to AVCodecParserContext. …
(edit) @fd062912   12 years lu_zero wavpack: check packet size early Reported-by: Mateusz "j00ru" Jurczyk …
(edit) @3f0b6d7a   12 years lu_zero wavpack: use bytestream2 in wavpack_decode_block Prevent most out of …
(edit) @f36d7831   12 years anton pixdesc: mark gray8 as pseudopal Many functions treat it as such …
(edit) @3eae9b03   12 years janne-libav mpegvideo: unref buffers in ff_mpeg_unref_picture on frame size …
(edit) @5b2b0b91   12 years martin configure: Enable the strtod workaround when building for bionic …
(edit) @03ece7b0   12 years kostya.shishkov proresdec: simplify slice component offsets handling
(edit) @cfbd98ab   12 years lu_zero mjpegdec: validate parameters in mjpeg_decode_scan_progressive_ac …
(edit) @c209d0df   12 years martin fate.sh: add support for build-only FATE instances If the …
(edit) @a030279a   12 years lu_zero ljpeg: use the correct number of components in yuv Reported-by: …
(edit) @8aa35009   12 years lu_zero mjpeg: Validate sampling factors They must be non-zero. Reported-by: …
(edit) @4b796681   12 years janne-libav mpegvideo: unref old current_picture before allocating a new one …
(edit) @db347280   12 years lu_zero vorbis: fallback to normal division instead of crashing The use of …
(edit) @ddf1b4a2   12 years lu_zero vorbis: simplify the inner loop in setup_classifs
(edit) @36f1038   12 years lu_zero vorbis: use normal integer values for iterators No need to use …
(edit) @98186578   12 years lu_zero vorbis: refactor vorbis_residue_decode_internal
(edit) @c360fb17   12 years martin win32: Do not use GetProcAddress when compiled for Vista+ Instead …
(edit) @0b6899f1   12 years martin configure: msvc: Set the target windows version to XP if no target is …
(edit) @e45d6222   12 years kostya.shishkov Escape 130 FATE test
(edit) @8e673efc   12 years kostya.shishkov prores: update FATE test to account for alpha plane present in the …
(edit) @edfe609f   12 years lu_zero configure: Add basic valgrind-massif support With the parameter …
(edit) @ed506730   12 years lu_zero wavpack: validate samples size parsed in wavpack_decode_block …
(edit) @8c345581   12 years lu_zero wavpack: return meaningful errors And forward those that were already …
(edit) @0f689a3d   12 years diego wavpack: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @350914fc   12 years kostya.shishkov Escape 130 (RPL) decoder Some fixes provided by Paul B Mahol …
(edit) @cebdedc   12 years kostya.shishkov prores: decode alpha plane when it's present
(edit) @7e2b15c0   12 years anton avfilter: check a malloc in avfilter_link(). Additionally change …
(edit) @bf5b5d2b   12 years anton avfilter.c: cosmetics, reformat
(edit) @d79bd604   12 years anton lavfi: factorize freeing a link
(edit) @1dd35611   12 years anton vf_format: do not use the AVFilterFormats internals. Use the …
(edit) @c5ab6088   12 years anton af_aformat: cosmetics, fix indentation
(edit) @b01f6041   12 years anton lavfi: rename AVFilterFormats.format_count to nb_formats This is more …
(edit) @e27f4b7c   12 years anton doxy: don't sort struct members alphabetically The declaration order …
(edit) @006ec648   12 years anton lavr doxy: add version.h to the lavr group
(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 …
Note: See TracRevisionLog for help on using the revision log.