source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @360a3d89   13 years michaelni h264_parser: print AU size on error. Signed-off-by: Michael …
(edit) @d5c0e89e   13 years michaelni h264_parser: AVC support. Signed-off-by: Michael Niedermayer …
(edit) @2f503851   13 years michaelni fate: fix due to new yuv444 formats Signed-off-by: Michael …
(edit) @4839fafc   13 years michaelni RELEASE: 0.8.5 has been released Signed-off-by: Michael Niedermayer …
(edit) @ae23b269   13 years Reimar.Doeffinger Enable conversions to YUV444P9/YUV444P10, they seem to work fine. …
(edit) @85ea5c6e   13 years michaelni lavf/utils: fix overestimation of the rational number density. Fixes …
(edit) @bf5c3bac   13 years michaelni mpegtsenc: Lift limit on PMT PID Fixes Ticket518
(edit) @2d8cfe1f   13 years michaelni libcdio: Fix missing avclass in context Fixes Ticket526
(edit) @a5dfeb61   13 years michaelni VP8: armv6 optimizations. From 52.503s (~40fps) to 27.973sec (~80fps) …
(edit) @c3a77496   13 years michaelni avutil: bump for av_get_default_channel_layout() Signed-off-by: …
(edit) @487e088e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mpc8: …
(edit) @cffd20b9   13 years michaelni MAINTAINERS: new ffplay maintainer Signed-off-by: Michael Niedermayer …
(edit) @57fa2fc6   13 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: use …
(edit) @3ebab62f   13 years tempn riff: map 0x0038 to amrnb, works on …
(edit) @1dd3c473   13 years Marton Balint ffplay: use libswresample instead of av_audio_convert Previously …
(edit) @60aaf044   13 years Marton Balint audioconvert: add av_get_default_channel_layout public function
(edit) @2446a8cc   13 years Marton Balint ffplay: use avctx->channels and avctx->freq before avcodec_open2 …
(edit) @1e7f7dc2   13 years Marton Balint ffplay: remove now unnecessary request_channels, we set it now with options
(edit) @92dac3a9   13 years Marton Balint ffplay: set request_channels to 2 Signed-off-by: Michael Niedermayer …
(edit) @a4fd95b5   13 years michaelni h264: fix intra 16x16 mode check when using mbaff and …
(edit) @6edce391   13 years michaelni libvpxenc: cosmetics to make code more similar to lucas. …
(edit) @c2b7f774   13 years michaelni h264: check for invalid bit depth value. Signed-off-by: Michael …
(edit) @27d3361e   13 years michaelni h264: add entries for 11 and 12 bits in ff_h264_chroma_qp[][] …
(edit) @bcf881a6   13 years michaelni h264: fix the check for invalid SPS:num_ref_frames. This patch set …
(edit) @2428b53f   13 years michaelni h264: do not let invalid values in h->ref_count on …
(edit) @db5b4875   13 years michaelni Reject video with non multiple of 16 width/height in the 4xm decoder. …
(edit) @5674d4b   13 years justin.ruggles mpc8: check output buffer size before decoding
(edit) @8290d1f3   13 years justin.ruggles mpc7: return error if packet is too small.
(edit) @c8b5c4d2   13 years justin.ruggles mpc7: check output buffer size before decoding
(edit) @fac6b7f9   13 years justin.ruggles nellymoserdec: allocate float_buf only when decoding to int16
(edit) @32b48446   13 years justin.ruggles nellymoserdec: use NELLY_BUF_LEN instead of 128
(edit) @ded0800d   13 years justin.ruggles nellymoserdec: use NELLY_BLOCK_LEN instead of 64 when appropriate.
(edit) @84464b2e   13 years justin.ruggles nellymoserdec: allow user to request SAMPLE_FMT_FLT for output samples.
(edit) @8b31c086   13 years justin.ruggles nellymoser: check output buffer size before decoding
(edit) @2a9046c   13 years stefasab vf_lut.c: fix wrong syntax in example
(edit) @91492bd1   13 years stefasab lavfi: remove usage of deprecated av_opt_set_defaults2() function …
(edit) @0e5cc174   13 years lu_zero win32: improve threading algorithm warning If no threading is …
(edit) @f8a4075e   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @0a19b4b0   13 years michaelni 4xm decoder: fix data size for i2 frames. Signed-off-by: Michael …
(edit) @1008f639   13 years michaelni 4xm decoder: print some error messages in case of errors. …
(edit) @9c661e95   13 years michaelni Check for out of bound accesses in the 4xm decoder. Signed-off-by: …
(edit) @b399cbfb   13 years michaelni Prevent block size from inreasing in the shorten decoder. …
(edit) @581898ae   13 years michaelni Check for out of bound reads in PTX decoder. Signed-off-by: Michael …
(edit) @e1d5bbeb   13 years michaelni Fix the check for missing references in ff_er_frame_end() for H264. …
(edit) @90a69b2   13 years michaelni Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the temporary …
(edit) @4a8ff063   13 years michaelni Prevent NULL dereference when the huffman table is invalid in the 4xm …
(edit) @a1876e00   13 years michaelni Fix use of uninitialized memory in 4X Technologies demuxer. …
(edit) @8c851ef5   13 years michaelni h264: increase ref_poc size to 32 as it can be per field. …
(edit) @3af2de76   13 years michaelni h264: set unused ref_counts to 0 as a precautionary meassure. …
(edit) @78f08c06   13 years michaelni ff_dot_product(): change return value to int64_t Idea-by: Vitor …
(edit) @edf1a8e3   13 years michaelni g729dec: initialize bit reader with the correct buffer size …
(edit) @41597194   13 years michaelni g723.1_data: remove unneeded L Found-by: Vitor Signed-off-by: Michael …
(edit) @c9c7a776   13 years michaelni h264: try reading SPS with wrong escaping, it sometimes works better …
(edit) @b036a718   13 years anton lavc: add video/audio/encoding flags to global_quality option
(edit) @6450f26c   13 years anton libvpxenc: use libvpx's own defaults for some parameters …
(edit) @e3eb015b   13 years anton vpxenc: add private options Make libvpx support close to the libx264 …
(edit) @fe70c1f4   13 years michaelni g729dec: prevent out of array access Signed-off-by: Michael …
(edit) @9cb9e39c   13 years michaelni avienc: Add a limit on the number of skiped frames muxed in a row. …
(edit) @8447703c   13 years michaelni vf_scale.c: propagate error code Signed-off-by: Michael Niedermayer …
(edit) @ef74ab20   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (34 …
(edit) @5ca5d432   13 years michaelni Fix out of bound reads/writes in the TIFF decoder. Signed-off-by: …
(edit) @4a7876c   13 years michaelni Check for out of bound writes in the QDM2 decoder. Signed-off-by: …
(edit) @491eaf35   13 years michaelni Fix out of bound reads in the QDM2 decoder. Signed-off-by: Michael …
(edit) @346876ec   13 years michaelni Fix out of bound reads due to integer overflow in the ADPCM IMA …
(edit) @a5d46235   13 years michaelni Check for out of bound reads in the Electronic Arts CMV decoder. …
(edit) @113d7be6   13 years michaelni Prevent NULL dereferences when missing the reference frame in the …
(edit) @e9064c9   13 years michaelni Fix potential pointer arithmetic overflows in the Electronic Arts CMV …
(edit) @39993860   13 years michaelni Prevent infinite loop in the ANM decoder. Signed-off-by: Michael …
(edit) @d39d7122   13 years michaelni Fix double free on error in Deluxe Paint Animation demuxer. …
(edit) @7afe9e56   13 years michaelni Check for out of bound reads in AVS decoder. Signed-off-by: Michael …
(edit) @5d44c061   13 years michaelni Check for out of bound writes in the avs demuxer. Signed-off-by: …
(edit) @1cce7def   13 years michaelni Check for corrupted data in avs demuxer. Signed-off-by: Michael …
(edit) @834b3760   13 years michaelni swresample: check for invalid sample formats. Bug-Found-by: Justin …
(edit) @2a93f28a   13 years michaelni avformat_free_context: favor av_freep() Signed-off-by: Michael …
(edit) @3b6c0ba3   13 years michaelni oggenc: favor av_freep() Signed-off-by: Michael Niedermayer …
(edit) @17d51938   13 years michaelni swr_test: test planar audio Signed-off-by: Michael Niedermayer …
(edit) @a75b254c   13 years michaelni swr: minor fixes to get planar audio working Signed-off-by: Michael …
(edit) @7322483d   13 years michaelni mpegvideo: increase emu edge buffer size This fixes a crash with 422 …
(edit) @08bd22a6   13 years justin.ruggles dpcm: return error if packet is too small
(edit) @0354fb7e   13 years justin.ruggles dpcm: use smaller data types for static tables
(edit) @5a54d510   13 years justin.ruggles dpcm: use sol_table_16 directly instead of through the DPCMContext.
(edit) @f47f7ef   13 years justin.ruggles dpcm: replace short with int16_t
(edit) @8d77d12a   13 years justin.ruggles dpcm: check to make sure channels is 1 or 2.
(edit) @4bad464e   13 years justin.ruggles dpcm: misc pretty-printing
(edit) @1de8401c   13 years justin.ruggles dpcm: remove unnecessary variable by using bytestream functions. Uses …
(edit) @fc6faee0   13 years justin.ruggles dpcm: move codec-specific variable declarations to their corresponding …
(edit) @989bb7bd   13 years justin.ruggles dpcm: consistently use the variable name 'n' for the next input byte.
(edit) @04b24cf   13 years justin.ruggles dpcm: output AV_SAMPLE_FMT_U8 for Sol DPCM subcodecs 1 and 2. Uses …
(edit) @76db17dc   13 years justin.ruggles dpcm: calculate and check actual output data size prior to decoding.
(edit) @3db8db40   13 years justin.ruggles dpcm: factor out the stereo flag calculation
(edit) @b09c7eef   13 years justin.ruggles dpcm: cosmetics: rename channel_number to ch Make the code easier to read.
(edit) @812010c1   13 years Reimar.Doeffinger Remove unused variable. Signed-off-by: Reimar Döffinger …
(edit) @f5e717f3   13 years anton avserver: Fix a bug where the socket is IPv4, but IPv6 is autoselected …
(edit) @e81e5e8a   13 years martin lavf: Avoid using av_malloc(0) in av_dump_format On OS X, …
(edit) @bcb15554   13 years janne-libav dxva2_h264: pass the correct 8x8 scaling lists Copy the Inter 8x8 …
(edit) @3b0e2428   13 years michaelni lavf/utils: Drop old hack for implicit HE-AAC signaling. It has not …
(edit) @bf5d46d8   13 years mans dca: NEON optimised high freq VQ decoding Signed-off-by: Mans …
(edit) @53d5c463   13 years michaelni doc: add swresample doc Signed-off-by: Michael Niedermayer …
(edit) @78972a69   13 years michaelni lavf/utils: ignore subtitle timestamps in timings calculation …
(edit) @6326afd   13 years justin.ruggles avcodec: reject audio packets with NULL data and non-zero size There …
Note: See TracRevisionLog for help on using the revision log.