source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @d57c737a   11 years lu_zero jpeg2000: Simplify jpeg2000_decode_packets() Raise PATCHWELCOME error …
(edit) @09d5929f   11 years lu_zero jpeg2000: Do not crash on NULL node in tag_tree_decode Signed-off-by: …
(edit) @aa16bbaf   11 years lu_zero jpeg2000: Refactor SOT marker parsing Signed-off-by: Luca Barbato …
(edit) @daeb4e30   11 years lu_zero jpeg2000: Proper cleanup on failure in decode_frame() Signed-off-by: …
(edit) @589e5b5   11 years lu_zero jpeg2000: Use the correct sizeof in memset for T1 data Signed-off-by: …
(edit) @5b73916d   11 years lu_zero jpeg2000: Simplify init_tile() Signed-off-by: Luca Barbato …
(edit) @33e665a6   11 years lu_zero jpeg2000: Update pixel format support Signed-off-by: Luca Barbato …
(edit) @db13e02c   11 years lu_zero jpeg2000: Compute corrections of sub-band coordinates Signed-off-by: …
(edit) @690c8af9   11 years lu_zero jpeg2000: Remove unneeded variable initialization Signed-off-by: Luca …
(edit) @5bf208f6   11 years lu_zero jpeg2000: Use separate fields for int and float codepaths Split …
(edit) @a458b91c   11 years lu_zero jpeg2000: Split int/float codepaths depending on the DWT DWT53 is …
(edit) @f9581f14   11 years lu_zero jpeg2000: Improve reduced resolution decoding Correctly scale down …
(edit) @952f7ed3   11 years lu_zero jpeg2000: Compute quantization for 'scalar derived' in the correct …
(edit) @4e11b155   11 years lu_zero jpeg2000: Calculate code-block coord in ff_jpeg2000_init_component() …
(edit) @4cbd5ed1   11 years lu_zero jpeg2000: Fix compute precedence error in lut_gain index …
(edit) @b44925ae   11 years lu_zero jpeg2000: Initialize code blocks structures in precincts to 0 Prevent …
(edit) @cf04af20   11 years lu_zero jpeg2000: Check that we have enough components for MCT Avoid …
(edit) @b564784a   11 years lu_zero jpeg2000: Check that there is a SOT before SOD Avoid overreads. …
(edit) @2c3901b   11 years lu_zero jpeg2000: Remove unneeded returns Signed-off-by: Luca Barbato …
(edit) @ef35d6db   11 years lu_zero jpeg2000: Propagate error code from get_cox() Signed-off-by: Michael …
(edit) @78962d3d   11 years lu_zero jpeg2000: Check that nreslevels2decode has been initialized before use …
(edit) @86a2602e   11 years lu_zero jpeg2000: Drop unused and writeonly fields Signed-off-by: Luca …
(edit) @ac921338   11 years lu_zero jpeg2000: Correctly calculate sgnd Signed-off-by: Luca Barbato …
(edit) @fd54dd02   11 years lu_zero jpeg2000: check len before parsing header Avoid overread. Found-by: …
(edit) @eae63e3   11 years lu_zero jpeg2000: Check component number in get_coc() and get_qcc() Avoid …
(edit) @17e5d61   11 years lu_zero jpeg2000: Check zero bit-plane validity Prevent integer overflows. …
(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 …
Note: See TracRevisionLog for help on using the revision log.