source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @52b0943f   13 years anton lavf: factorize freeing a packet buffer.
(edit) @c9dbac36   13 years diego Fix format string vulnerability detected by -Wformat-security. …
(edit) @0a41f47d   13 years diego dv: Do not redundantly initialize struct members to zero.
(edit) @356ee8d7   13 years diego x86: clean up ff_dsputil_init_mmx() This splits ff_dsputil_init_mmx() …
(edit) @3faa141d   13 years anton cmdutils: use new avcodec_is_decoder/encoder() functions. Fixes …
(edit) @44fe77b3   13 years anton lavc: make codec_is_decoder/encoder() public.
(edit) @02beb982   13 years anton lavc: deprecate AVCodecContext.sub_id. In most places where it's …
(edit) @87392b1f   13 years anton libcdio: add a forgotten AVClass to the private context.
(edit) @1c97b5c4   13 years rsbultje swscale: remove "cpu flags" from -sws_flags description.
(edit) @4db4b53d   13 years kostya.shishkov proresenc: give user a possibility to alter some encoding parameters …
(edit) @1ba08c94   13 years justin.ruggles vorbisenc: add output buffer overwrite protection
(edit) @fe78470a   13 years justin.ruggles libopencore-amrnbenc: fix end-of-stream handling Use CODEC_CAP_DELAY …
(edit) @b0350c1c   13 years justin.ruggles ra144enc: fix end-of-stream handling Use CODEC_CAP_DELAY and …
(edit) @29e2c853   13 years justin.ruggles nellymoserenc: zero any leftover packet bytes fixes writing of …
(edit) @6c7a0162   13 years justin.ruggles nellymoserenc: use proper MDCT overlap delay
(edit) @3e9cd8b4   13 years rsbultje qpeg: Use bytestream2 functions to prevent buffer overreads. …
(edit) @dccb2cd3   13 years rsbultje swscale: make %rep unconditional. Fixes pre-processing with latest …
(edit) @b4188f0d   13 years rsbultje vp8: convert simple loopfilter x86 assembly to use named arguments.
(edit) @8476ca3b   13 years rsbultje vp8: convert idct x86 assembly to use named arguments.
(edit) @21ffc78f   13 years rsbultje vp8: convert mc x86 assembly to use named arguments.
(edit) @28170f1a   13 years rsbultje vp8: convert loopfilter x86 assembly to use cpuflags().
(edit) @e25be471   13 years rsbultje vp8: convert idct/mc x86 assembly to use cpuflags().
(edit) @8249a23f   13 years rsbultje swscale: remove now unnecessary hack.
(edit) @0f53d0cf   13 years rsbultje x86inc: don't "bake" stack_offset in named arguments. Signed-off-by: …
(edit) @6aa6e3e8   13 years justin.ruggles fate: Add sunrast regression test Signed-off-by: Derek Buitenhuis …
(edit) @51ddf35c   13 years justin.ruggles wmaenc: fix m/s stereo encoding for the first frame We need to set …
(edit) @8ed7488e   13 years justin.ruggles wmaenc: return s->block_align instead of recalculating it
(edit) @5d652e06   13 years justin.ruggles wmaenc: check final frame size against output packet size Currently …
(edit) @dfc4fded   13 years justin.ruggles wmaenc: require a large enough output buffer to prevent overwrites …
(edit) @1ec075cf   13 years justin.ruggles wmaenc: limit allowed sample rate to 48kHz ff_wma_init() allows up to …
(edit) @c2b8dea1   13 years justin.ruggles wmaenc: limit block_align to MAX_CODED_SUPERFRAME_SIZE This is near …
(edit) @b7beabab   13 years justin.ruggles tiertexseq: set correct block_align for audio
(edit) @f9cf91d8   13 years justin.ruggles tiertexseq: set audio stream start time to 0 Update FATE test to …
(edit) @0883109b   13 years justin.ruggles voc/avs: Do not change the sample rate mid-stream. Also, set the time …
(edit) @4da374f8   13 years justin.ruggles segafilm: use the sample rate as the time base for audio streams
(edit) @ea289186   13 years justin.ruggles ea: fix audio pts The time base is 1 / sample_rate, not 90000. …
(edit) @01be6fa9   13 years justin.ruggles psx-str: fix audio pts Each packet has 18 sectors with 224/channels …
(edit) @d0ab5850   13 years justin.ruggles vqf: set packet duration Fixes timestamp calculation. The FATE …
(edit) @101c369b   13 years justin.ruggles tta demuxer: set packet duration
(edit) @0b8b7db0   13 years justin.ruggles mpegaudio_parser: do not ignore information from the first parsed …
(edit) @6776a8f1   13 years justin.ruggles mpegaudio_parser: be less picky about the start position …
(edit) @5a9b952   13 years justin.ruggles thp: set audio packet durations
(edit) @5602a464   13 years justin.ruggles avcodec: add a Vorbis parser to get packet duration This also allows …
(edit) @737ca448   13 years justin.ruggles vorbisdec: read the previous window flag for long windows When …
(edit) @7fb6c92   13 years anton lavc: free the output packet when encoding failed or produced no output.
(edit) @e42e9b0e   13 years anton lavc: preserve avpkt->destruct in ff_alloc_packet(). Also, don't …
(edit) @c179c9e1   13 years anton lavc: clarify the meaning of AVCodecContext.frame_number.
(edit) @1aa70898   13 years alex.converse mpegts: Pad the packet buffer in handle_packet(). This allows it to …
(edit) @4df36969   13 years alex.converse mpegts: Do not call read_sl_header() when no bytes remain in the …
(edit) @9d87374e   13 years rsbultje amrwb: remove duplicate arguments from extrapolate_isf(). Prevents …
(edit) @154b8bb   13 years rsbultje amrwb: error out early if mode is invalid. Prevents using the invalid …
(edit) @291c9b6   13 years rsbultje h264: change underread for 10bit QPEL to overread. This prevents us …
(edit) @9c239f6   13 years rsbultje matroska: check buffer size for RM-style byte reordering. Found-by: …
(edit) @45549339   13 years rsbultje vp8: disable mmx functions with sse/sse2 counterparts on x86-64. …
(edit) @bd66f073   13 years rsbultje vp8: change int stride to ptrdiff_t stride. On 64bit platforms with …
(edit) @349b7977   13 years rsbultje wma: fix invalid buffer size assumptions causing random overreads. …
(edit) @9d25f1f6   13 years diego Windows Media Audio Lossless decoder Decodes 16-bit WMA Lossless …
(edit) @9243ec4a   13 years alex.converse rv10/20: Fix slice overflow with checked bitstream reader.
(edit) @71db86d5   13 years alex.converse h263dec: Disallow width/height changing with frame threads. Fixes …
(edit) @2f652853   13 years alex.converse rv10/20: Fix a buffer overread caused by losing track of the remaining …
(edit) @1697c29d   13 years alex.converse rmdec: Honor .RMF tag size rather than assuming 18.
(edit) @b087ce2b   13 years martin g722: Fix the QMF scaling This fixes clipping if the encoder input …
(edit) @56bf24ad   13 years anton r3d: don't set codec timebase. It's not supposed to be set by …
(edit) @efec3bc6   13 years anton electronicarts: set timebase for tgv video. The container has no …
(edit) @e39400c3   13 years anton electronicarts: parse the framerate for cmv video.
(edit) @1bb3990b   13 years anton ogg: don't set codec timebase Demuxers are not supposed to set it.
(edit) @1d3144c   13 years anton electronicarts: don't set codec timebase Demuxers are not supposed to …
(edit) @10a6e0c3   13 years anton avs: don't set codec timebase Demuxers are not supposed to set it. …
(edit) @f604eab3   13 years kostya.shishkov wavpack: Fix an integer overflow Integer Overflow Checker detected an …
(edit) @36697be1   13 years diego swscale: K&R formatting cosmetics for PowerPC code (part II/II)
(edit) @c05e2be   13 years alex.converse mp3dec: Fix reading file size and frames in VBRI headers The fields …
(edit) @1c4717be   13 years diego mjpegdec: use correct variable in av_log invocation …
(edit) @75c553eb   13 years diego rmdec: adjust printf format string specifier to fix warning …
(edit) @324deaa2   13 years diego Replace AVFrame pointer type punning by proper struct member assignments.
(edit) @47c0ac96   13 years diego Replace AVFrame pointer casts by proper struct member accesses.
(edit) @562b6c74   13 years diego Remove unnecessary AVFrame pointer casts.
(edit) @2f4b476e   13 years diego msmpeg4: Split encoding backend code off from general backend code.
(edit) @eb727387   13 years anton lavc: shrink encoded video packet size after encoding. Based on a …
(edit) @0ce4fe48   13 years rsbultje h264: error out on invalid bitdepth. Fixes invalid reads while …
(edit) @cc412b71   13 years alex.converse aacsbr: use a swap index for the Y matrix rather than copy buffers. …
(edit) @63c9de64   13 years rsbultje huffyuv: do not abort on unknown pix_fmt; instead, return an error. …
(edit) @bd17a40a   13 years rsbultje lcl: return negative error codes on decode_init() errors. Found-by: …
(edit) @984b914c   13 years martin rtpenc: Use MB info side data for splitting H263 packets for RFC 2190 …
(edit) @bdc1220e   13 years martin h263enc: Add an option for outputting info about MBs as side data …
(edit) @442c1320   13 years martin avpacket: Add a function for shrinking already allocated side data …
(edit) @5cd1337f   13 years rsbultje nellymoserdec: Saner and faster IMDCT windowing Signed-off-by: Ronald …
(edit) @882abda5   13 years rsbultje amrnbdec: check frame size before decoding. Found-by: Mateusz "j00ru" …
(edit) @8a9faf33   13 years rsbultje cscd: use negative error values to indicate decode_init() failures. …
(edit) @d1604b3d   13 years rsbultje h264: prevent overreads in intra PCM decoding. Found-by: Mateusz …
(edit) @f240df6a   13 years justin.ruggles FATE: do not decode audio in the nuv test. We already have sufficient …
(edit) @929dd8c1   13 years justin.ruggles dxa: set audio stream time base using the sample rate
(edit) @aa831c40   13 years justin.ruggles psx-str: do not allow seeking by bytes
(edit) @bdbf1fa4   13 years justin.ruggles asfdec: Do not set AVCodecContext.frame_size
(edit) @4bf6775e   13 years justin.ruggles vqf: set packet parameters after av_new_packet() Otherwise the values …
(edit) @9b4cd586   13 years rsbultje mpegaudiodec: use DSPUtil.butterflies_float(). Signed-off-by: Ronald …
(edit) @841c1717   13 years justin.ruggles FATE: add mp3 test for sample that exhibited false overreads related …
(edit) @31b132c0   13 years justin.ruggles fate: add cdxl test for bit line plane arrangement Signed-off-by: …
(edit) @07a18097   13 years rsbultje vmnc: return error on decode_init() failure. Found-by: Mateusz …
(edit) @a45a1ea5   13 years justin.ruggles libvorbis: add/update error messages also use AVERROR codes for some …
(edit) @592c4dbc   13 years justin.ruggles libvorbis: use AVFifoBuffer for output packet buffer simplifies the …
Note: See TracRevisionLog for help on using the revision log.