source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e8fed4d3   12 years michaelni error concealment: check that references are frames and not fields. …
(edit) @8a03a60b   12 years michaelni h264: Check gray scale CBP, fix out of array accesses. Found-by: …
(edit) @27d39c22   12 years michaelni liavfi/avcodec: allow channel layouts with fewer channels than …
(edit) @0df7d95a   12 years onemda pcmenc: remove dead increment Signed-off-by: Paul B Mahol …
(edit) @6557c46d   12 years onemda pcm: move i into for loop to avoid { } inside switch statement …
(edit) @a6f4c41a   12 years onemda fate: add mjpeg-422 and mjpeg-444 tests Signed-off-by: Paul B Mahol …
(edit) @36cf247e   12 years michaelni ff_h264_direct_ref_list_init: fix B slice check. Fixes null pointer …
(edit) @9f02d4ed   12 years onemda mjpegenc: yuvj444p support Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @15876331   12 years stefasab lavfi/frei0r: in init() check path loop, free resources in a single point
(edit) @6c7ae493   12 years stefasab lavfi/frei0r: extend load_path() to support arbitrarily long paths
(edit) @d6c18488   12 years michaelni h264: correct ref count check and limit, fix out of array accesses. …
(edit) @2d5f1add   12 years michaelni h264: fix integer overflow, assert failure Found-by: Mateusz "j00ru" …
(edit) @1a947dfa   12 years michaelni ff_mpeg_update_thread_context: assert context unequality …
(edit) @f48cddfe   12 years Clément Bœsch pp: add SSE2 deInterlaceInterpolateCubic(). 2124 decicycles in …
(edit) @4e264d1c   12 years Clément Bœsch pp: add support for SSE2.
(edit) @f6be711a   12 years Clément Bœsch lavfi/mp/pp: use PP_CPU_CAPS_AUTO.
(edit) @59d686f1   12 years Clément Bœsch pp: add auto detection cpu flag.
(edit) @e034b07e   12 years Clément Bœsch pp: add various const for pointers.
(edit) @c437c251   12 years nicolas.george lavfi/drawtext: implement more generic expansion. The new expansion …
(edit) @4413a842   12 years Carl Eugen Hoyos iff: decode HAM8 images with masking correctly. Fixes ticket #967. …
(edit) @4fecc3cf   12 years michaelni h264: Skip odd NALs in extradata, prevent undefined behavior …
(edit) @4bee0303   12 years michaelni lavf: let av_find_best_stream use bitrate info if available I guess …
(edit) @05001dd7   12 years michaelni iff: process DEEP DLOC chunk to obtain image dimensions Reviewed-by: …
(edit) @d26eeb0d   12 years michaelni iff: recognise more DEEP colorspaces Reviewed-by: Paul B Mahol …
(edit) @0c79a3d9   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(edit) @d0a503c9   12 years onemda ast: check bit depth too Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @f5f29910   12 years onemda img2enc: remove dead code Nothing in lavc sets extradata for such …
(edit) @ab82b778   12 years Carl Eugen Hoyos Fix possible NULL-pointer dereference when decoding mov files. Fixes …
(edit) @dab19048   12 years michaelni mjpegdec: reset h/v_count, fix assertion failure. Found-by: Mateusz …
(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) @e3edee6d   12 years onemda eamad: return meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @d98364ed   12 years onemda smush: check audio packet size Fixes null pointer dereference. …
(edit) @845724c   12 years michaelni vcr1: check if dimensions are supported, fix out of array accesses. …
(edit) @fb1ea77   12 years michaelni electronicarts: check size before reading duration out of a chunk. …
(edit) @461ecea0   12 years onemda AST demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @9ba41ae6   12 years onemda PCM signed 16-bit big-endian planar decoder Signed-off-by: Paul B …
(edit) @37e2a978   12 years onemda lxfdec: remove deplanarization hack Signed-off-by: Paul B Mahol …
(edit) @467dfd5d   12 years onemda PCM signed 24-bit/32-bit little-endian planar decoder Signed-off-by: …
(edit) @ee2d6fbc   12 years nicolas.george doc/texi2pod: recognize @table @command.
(edit) @29e388ab   12 years nicolas.george lavfi/drawtext: use bprint for the expanded text.
(edit) @4cd74c81   12 years nicolas.george lavu/bprint: implement av_bprint_strftime().
(edit) @5af530f5   12 years mans parisc: work around bug in gcc 4.3 and later A bug in tail call …
(edit) @f96a6531   12 years michaelni flvdec: disable hack that attempts to parse aac bitstream in the flv …
(edit) @63ac6486   12 years michaelni eamad: fix out of array accesses Found-by: Mateusz "j00ru" Jurczyk …
(edit) @130dc951   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @abf91f7f   12 years michaelni Merge commit '8f5587c3d0bc4b5f075e4282215bda91a21fc12e' * commit …
(edit) @cb8c5e53   12 years nicolas.george cmdutils: free the report file name. Fix coverity issue 743443, which …
(edit) @1ba2e589   12 years nicolas.george configure: add --fatal-warnings option.
(edit) @c551c3b1   12 years nicolas.george configure: warn when en/disabling has no effect. Print a warning for …
(edit) @a0f2d3ff   12 years stefasab lavf/avienc: return proper error codes, and provide some more feedback
(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) @8ad9b48c   12 years michaelni xxan: check ybuf index before use. Fixes out of array access …
(edit) @77483005   12 years michaelni cook: check subbands more completely, fix out of array read. …
(edit) @84281d11   12 years michaelni ff_mpeg4videodec_static_init: fix return type Fixes CID743439 …
(edit) @caedd51e   12 years michaelni mxfdec: fix potential integer overflow in mxf_compute_sample_count() …
(edit) @7b723ed4   12 years michaelni cpu: add a few cpu names as aliases for their cpu flags Help to …
(edit) @65e57975   12 years michaelni cpu: add cmov ro the table, which appears to have been forgotten …
(edit) @31fce399   12 years michaelni tm2: check for invalid vlcs, fix out of array read Found-by: Mateusz …
(edit) @c6945228   12 years Clément Bœsch pp: simplify postProcess().
(edit) @375cd3f2   12 years Clément Bœsch pp: rework the way templating is done. This refactoring simplifies …
(edit) @6535d81d   12 years michaelni g723_1dec: Fix lsp2lpc() so it can handle values at the ends of the …
(edit) @2207ea4   12 years michaelni ff_emulated_edge_mc: fix integer anomalies, fix out of array reads …
(edit) @7750c48   12 years eclipse7 dshow: Use NO_DSHOW_STRSAFE for all dshow header inclusions Move the …
(edit) @c2cbc80a   12 years michaelni ffv1enc: consider 2pass float rounding, fix loop Found-by: "Peter B." …
(edit) @ee6ae83   12 years stefasab doc/filters: fix a few typos in the frei0r docs
(edit) @cb309922   12 years stefasab doc/ffprobe: factorize definition of writers syntax The writers …
(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) @83cab07   12 years michaelni mxfdec: set audio packets pts Also fix playback of ntsc files. …
(edit) @8ee6db39   12 years michaelni mov: add more udta meta data recognition Signed-off-by: Michael …
(edit) @2dd0da78   12 years Clément Bœsch lavf/mp3enc: make sure the header is valid before writing audio pkt. …
(edit) @ff3b59c8   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: x86: …
(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) @f30cf51   12 years michaelni ffserver: put NoDaemon back so as not not break existing conf files. …
(edit) @3db32ec1   12 years michaelni Merge commit 'bf5f46b4cc47b7a4568119f224057d4ff91b6cdd' * commit …
(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) @92648107   12 years nicolas.george lavu/opt: fix av_opt_get_key_value() API. Do not skip the end …
(edit) @468781f8   12 years nicolas.george doc/APIchanges: clarify comment on new APIs.
(edit) @68def00a   12 years michaelni rv34: check image size before using it fixes assertion failure …
(edit) @7845f8d2   12 years michaelni vc1dec: do not allow field_mode to change after the first header …
(edit) @8f42b096   12 years Clément Bœsch swr/resample: fix SSSE3 included unconditionally. 10l Regression …
(edit) @5cd567cf   12 years Clément Bœsch pp: fix typo in avg() comment.
(edit) @4c0aece1   12 years Clément Bœsch pp: use av_clip_uint8 instead of a custom implementation.
(edit) @c4f317e7   12 years Clément Bœsch pp: fix a few typo in the internal header.
(edit) @b3bf9b1d   12 years Clément Bœsch lavfi/geq: fix GPL license header. 100l: original code is GPL, header …
(edit) @5e68bf9b   12 years Clément Bœsch swr/rematrix: move templating parameters to template itself.
(edit) @8ea88339   12 years Clément Bœsch swr/resample: move templating parameters to template itself. It has …
(edit) @e31b1938   12 years michaelni zmbv: avoid use of uninitialized data Found-by: Mateusz "j00ru" …
(edit) @c2409a7c   12 years michaelni vmdav: more complete check for block_align, prevent out of array …
(edit) @ea3eaa3   12 years michaelni flashsv: only realloc blocks for version 2 Fixes 10l regression …
(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 …
Note: See TracRevisionLog for help on using the revision log.