source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7e201d57   11 years lu_zero jpeg2000: Validate block lengthinc Currently we are using an array …
(edit) @278a923c   11 years lu_zero jpeg2000: Validate SIZ parsing Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @d3cb302b   11 years lu_zero jpeg2000: Validate SOT parsing Avoid some overreads. Signed-off-by: …
(edit) @1a3598aa   11 years lu_zero jpeg2000: Use bytestream2 Prevent a number of overreads. Found-by: …
(edit) @5efadcb8   11 years lu_zero jpeg2000: Clean up return paths and error messages Signed-off-by: …
(edit) @be327100   11 years lu_zero jpeg2000: Define the maximum decomposition levels And define the …
(edit) @fbcc03db   11 years lu_zero jpeg2000: Check code-block size Signed-off-by: Luca Barbato …
(edit) @5650e331   11 years lu_zero jpeg2000: Validate resolution levels There are 32 maximum …
(edit) @8ad3267   11 years anton oggdec: do not fall back on binary search in the generic code. Binary …
(edit) @c8b920a9   11 years anton lls/x86: use 3-operator vaddpd in ADDPD_MEM Fixes build with yasm-1.1 …
(edit) @8bd9039   11 years lu_zero Revert "indeo5: reject negative motion vectors" Negative motion …
(edit) @b36e189   11 years lu_zero indeo: check for reference when inheriting mvs The same is done …
(edit) @1194a41   11 years lu_zero indeo5: reject negative motion vectors Reported-by: Mateusz "j00ru" …
(edit) @dd3754a4   11 years lu_zero indeo: use proper error code
(edit) @7388c0c5   11 years lu_zero indeo: Properly forward the error codes If the tile data size does …
(edit) @1221bb62   11 years Loren Merritt x86: lpc: fix a segfault in av_evaluate_lls_sse2()
(edit) @6765ee7   11 years lu_zero mjpeg: Check the unescaped size for overflows And contextually check …
(edit) @7520d977   11 years lu_zero mjpeg: Move code out of else branch Simplify the control flow and …
(edit) @7798a59d   11 years derek.buitenhuis avconv: Don't include colorspace.h The header is private, and …
(edit) @02ec656a   11 years lu_zero wmapro: error out on impossible scale factor offsets Reported-by: …
(edit) @d4a217a4   11 years lu_zero wmapro: check the min_samples_per_subframe Must be at least …
(edit) @183880cf   11 years lu_zero pictor: use the correct logging context Broken in …
(edit) @c93ccf5   11 years lu_zero lpc: use levinson for the first pass of multipass cholesky Levinson …
(edit) @b545179f   11 years lu_zero x86: lpc: simd av_evaluate_lls 1.5x-1.8x faster on sandybridge …
(edit) @502ab21a   11 years lu_zero x86: lpc: simd av_update_lls 4x-6x faster on sandybridge …
(edit) @41578f70   11 years lu_zero lpc: use function pointers, in preparation for asm Signed-off-by: …
(edit) @cc6714bb   11 years lu_zero lpc: remove "decay" argument We never used the rolling-average mode, …
(edit) @3822936   11 years lu_zero wmapro: check num_vec_coeffs against the actual available buffer …
(edit) @6652338f   11 years lu_zero wmapro: return early on unsupported condition Reported-by: Mateusz …
(edit) @e30b068e   11 years lu_zero wmapro: make sure there is room to store the current packet Prevent …
(edit) @afe03092   11 years lu_zero lavc: move put_bits_left in put_bits.h
(edit) @07c52e2c   11 years lu_zero aac: return meaningful errors
(edit) @6d8629aa   11 years lu_zero aac: K&R formatting cosmetics
(edit) @4f6b192e   11 years derek.buitenhuis configure: Do not omit frame pointers for msvc/icl debug builds …
(edit) @9f4a16c5   11 years derek.buitenhuis configure: Do not explicitly set Oy for msvc/icl It is implied by O1 …
(edit) @b6507930   11 years derek.buitenhuis fate: Add Canopus Lossless YUY2 test Signed-off-by: Derek Buitenhuis …
(edit) @d9c89ef8   11 years derek.buitenhuis cllc: Use outbuf in RGB and ARGB functions Signed-off-by: Derek …
(edit) @1ef6ac10   11 years derek.buitenhuis cllc: Implement YUV support Signed-off-by: Derek Buitenhuis …
(edit) @b0ce601   11 years derek.buitenhuis doc/platform: Add info about ICL Signed-off-by: Derek Buitenhuis …
(edit) @e21307a   11 years anton lavf: don't abort if both encoder and muxer aspect ratios are not set …
(edit) @c3e58f8f   11 years anton matroskaenc: restore compatibility with non referenced AVPacket …
(edit) @95d5246   11 years anton lavc: Add option to encode MPEG-2 AAC with libfdk-aac Signed-off-by: …
(edit) @ace87c19   11 years diego configure: whitespace cosmetics
(edit) @6dc65986   11 years diego configure: Simplify an expression with enabled_all.
(edit) @f11e4045   11 years derek.buitenhuis configure: More msvc/icl combining Signed-off-by: Derek Buitenhuis …
(edit) @f963f701   11 years lu_zero ogg: relax demuxer conformance checks Some samples in the wild are …
(edit) @42cc6cef   11 years lu_zero avconv: report the error for codec open failure External codec may …
(edit) @1e340af8   11 years lu_zero avconv: drop additional strerror fallback strerror_r is called by …
(edit) @720a1de5   11 years anton lavc: free the padded last frame during audio encoding properly
(edit) @eeeb5c29   11 years anton vsrc_movie: do not free avoption variables in uninit() The generic …
(edit) @e0d6e2fc   11 years martin configure: Remove unneeded icl inline compatibility definition …
(edit) @c9c7bc44   11 years anton lavfi: switch ff_default_get_audio_buffer() to av_frame_get_buffer() …
(edit) @cd0faeee   11 years lu_zero lavfi: math typo in interlace filter Signed-off-by: Luca Barbato …
(edit) @ee16a0ce   11 years lu_zero smacker: check frame size validity Reported-by: Mateusz "j00ru" …
(edit) @58c95448   11 years lu_zero smacker: pad the extradata allocation Reported-by: Mateusz "j00ru" …
(edit) @bbb2945   11 years lu_zero smacker: check the return value of smacker_decode_tree Also prevent a …
(edit) @f52edef3   11 years lu_zero smacker: fix an off by one in huff.length computation Reported-by: …
(edit) @985f34b7   11 years lu_zero utils: fix avcodec_flush_buffers pre-reference counting compatibility …
(edit) @df9f22d4   11 years lu_zero avf: move url utility functions in a separate file
(edit) @12db891d   11 years lu_zero avf: move ff_write_chained to mux.c
(edit) @508998f7   11 years lu_zero avf: move riff tags accessors where they belong
(edit) @ec7c51c7   11 years lu_zero avf: move ff_http_match_no_proxy to network It is only used by …
(edit) @afc86853   11 years lu_zero avf: split off format register and lookup function
(edit) @f80b60ad   11 years lu_zero bitstream: forward error values and drop few abort()
(edit) @f776899   11 years lu_zero bitstream: K&R formatting cosmetics
(edit) @9e80eda2   11 years lu_zero h264_mp4toannexb_bsf: return a padded buffer The code using the …
(edit) @8d929afd   11 years lu_zero h264_mp4toannexb_bsf: factor out extradata parsing
(edit) @5d21ca45   11 years lu_zero h264_mp4toannexb_bsf: K&R formatting cosmetics
(edit) @59d7bb99   11 years lu_zero 4xm: check bitstream_size boundary before using it Prevent buffer …
(edit) @fbd0dacc   11 years lu_zero 4xm: refactor decode_p_block Directly return from code 1, 2 and 6 …
(edit) @94aefb19   11 years lu_zero 4xm: do not overread the source buffer in decode_p_block Check for …
(edit) @be373cb5   11 years lu_zero 4xm: do not overread the prestream buffer Reported-by: Mateusz …
(edit) @de2e5777   11 years lu_zero 4xm: validate the buffer size before parsing it Reported-by: Mateusz …
(edit) @145023f5   11 years lu_zero 4xm: reject frames not compatible with the declared version …
(edit) @1f0c6075   11 years lu_zero 4xm: drop pointless assert Make sure the value of wlog2 is always …
(edit) @b8b80990   11 years lu_zero 4xm: forward errors from decode_p_block Partially mitigate out of …
(edit) @50ec1db6   11 years lu_zero 4xm: fold last_picture lazy allocation in decode_p_frame
(edit) @42d73f7f   11 years lu_zero 4xm: do not overread while parsing header Reported-by: Mateusz …
(edit) @e7a44f87   11 years lu_zero 4xm: refactor fourxm_read_header Split sound and video tag parsing in …
(edit) @e6496ea   11 years lu_zero 4xm: K&R formatting cosmetics
(edit) @08859d19   11 years lu_zero 4xm: use the correct logging context
(edit) @7ad57086   11 years martin g2meet: Fix a typo in the height comparison Signed-off-by: Martin …
(edit) @7dfc3381   11 years kostya.shishkov g2meet: do not leak buffers
(edit) @4d960d7f   11 years kostya.shishkov g2meet: more graceful cursor loading
(edit) @767ae86c   11 years kostya.shishkov g2meet: reset dimensions on header parsing errors
(edit) @84d3ff50   11 years anton lavc: add a libwavpack encoder wrapper
(edit) @799f57ac   11 years anton lavc: use AVFrame API properly in pad_last_frame(). This also …
(edit) @8835c554   11 years anton matroskadec: introduce resync function. This allows handling matroska …
(edit) @3965d40   11 years martin configure: Don't add -fPIC on windows targets This avoids warnings …
(edit) @3fd0d166   11 years martin configure: Don't explicitly disable PIC for windows targets This …
(edit) @2aa33254   11 years martin configure: arm: Don't try to enable pic for shared libraries on win32 …
(edit) @252ee3d3   11 years kostya.shishkov utvideodec: Set colorspace by codec_tag. Signed-off-by: Kostya …
(edit) @2578f1ef   11 years kostya.shishkov riff: Support ULH0 and ULH2 fourccs. Signed-off-by: Kostya Shishkov …
(edit) @b441fdeb   11 years kostya.shishkov utvideodec: Support ULH0 and ULH2 formats. Signed-off-by: Kostya …
(edit) @a3b2b83   11 years lu_zero faxcompr: return meaningful errors And optionally forward them to the …
(edit) @f32aefcf   11 years lu_zero faxcompr: K&R formatting cosmetics
(edit) @9c221697   11 years lu_zero tiff: do not overread the source buffer At least 2 bytes from the …
(edit) @999ccd2d   11 years lu_zero tiff: cleanup the error paths Return the proper error values and …
(edit) @016c5b06   11 years lu_zero tiff: refactor fax support in a separate function
(edit) @10393768   11 years lu_zero tiff: refactor deflate support in a separate function Report when …
Note: See TracRevisionLog for help on using the revision log.