source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @e1d61351   13 years Clément Bœsch doc: fix and clarify libx264 encoding. tune, fastfirstpass and …
(edit) @d17e707   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (51 …
(edit) @1af3571e   13 years michaelni mjpeg_parser: Rewrite to skip marker segments Based on code by Aaron …
(edit) @429b3cd6   13 years michaelni mjpeg_parser: add MJPEGParserContext Signed-off-by: Michael …
(edit) @86931dc9   13 years Carl Eugen Hoyos Bump libavformat minor version for the G.729 raw demuxer.
(edit) @bc2814d8   13 years Carl Eugen Hoyos Add G.729 raw demuxer.
(edit) @0387ad8   13 years Carl Eugen Hoyos Be more verbose about unsupported H.264 bit-depths.
(edit) @7d1b17b8   13 years justin.ruggles cin audio: use sign_extend() instead of casting to int16_t
(edit) @405af431   13 years justin.ruggles cin audio: restructure decoding loop to avoid a separate counter …
(edit) @859bdc33   13 years justin.ruggles cin audio: use local variable for delta value
(edit) @64e19ba4   13 years justin.ruggles cin audio: remove unneeded cast from void*
(edit) @03381c12   13 years justin.ruggles cin audio: validate the channel count
(edit) @664eb77d   13 years justin.ruggles cin audio: remove unneeded AVCodecContext pointer from CinAudioContext
(edit) @44d2a982   13 years justin.ruggles dsicin: fix several audio-related fields in the CIN demuxer …
(edit) @0fd59f1d   13 years michaelni Minimal patch for G.729 demuxer Signed-off-by: Michael Niedermayer …
(edit) @5bd0343b   13 years justin.ruggles flacdec: use av_get_bytes_per_sample() to get sample size
(edit) @272fcc32   13 years justin.ruggles dca: handle errors from dca_decode_block() Return error if core block …
(edit) @aae6eead   13 years justin.ruggles dca: return error if the frame header is invalid
(edit) @f44059d2   13 years justin.ruggles dca: return proper error codes instead of -1
(edit) @46e1af3b   13 years lu_zero utvideo: handle empty Huffman trees If the frame is filled with the …
(edit) @425a843   13 years justin.ruggles binkaudio: change short to int16_t
(edit) @4f4e1948   13 years justin.ruggles binkaudio: only decode one block at a time. This prevents truncating …
(edit) @eaddd29e   13 years justin.ruggles binkaudio: store interleaved overlap samples in BinkAudioContext. …
(edit) @9f48039   13 years justin.ruggles binkaudio: pre-calculate quantization factors
(edit) @101ef19e   13 years justin.ruggles binkaudio: add some buffer overread checks. This stops decoding …
(edit) @20732246   13 years justin.ruggles atrac3: support float or int16 output using request_sample_fmt
(edit) @a0478513   13 years justin.ruggles atrac3: add CODEC_CAP_SUBFRAMES capability the decoder can handle …
(edit) @8f98577d   13 years justin.ruggles atrac3: return appropriate error codes instead of -1
(edit) @47b61702   13 years justin.ruggles atrac3: make sure all memory is freed on init failure
(edit) @c9161385   13 years justin.ruggles atrac3: add a couple macro constants
(edit) @1fead73d   13 years justin.ruggles atrac3: return error if packet is too small
(edit) @7e4881a   13 years justin.ruggles atrac3: check output buffer size before decoding
(edit) @6ba7f78b   13 years justin.ruggles atrac3: use separate pointers for each channel in decodeFrame()
(edit) @5e76b8bb   13 years justin.ruggles atrac3: use optimized float_interleave() function for stereo interleaving
(edit) @8af33cb3   13 years justin.ruggles atrac3: decode mono directly to the output buffer
(edit) @c4a6fde3   13 years justin.ruggles atrac3: decode output to float samples instead of converting to s16
(edit) @f20dd574   13 years justin.ruggles atrac1: return appropriate error codes instead of -1
(edit) @6dc7dd7a   13 years justin.ruggles atrac1: check for ff_mdct_init() failure
(edit) @21dcecc3   13 years justin.ruggles atrac1: use optimized float_interleave() function for stereo interleaving
(edit) @96b5702e   13 years justin.ruggles atrac1: fix a typo
(edit) @bff5b2c1   13 years justin.ruggles atrac1: validate number of channels
(edit) @9a35ff38   13 years justin.ruggles atrac1: decode mono audio directly to output buffer For stereo we …
(edit) @33684b9c   13 years justin.ruggles atrac1: check output buffer size before decoding
(edit) @5c353eb   13 years justin.ruggles cook: return AVERROR_PATCHWELCOME instead of ENOTSUP ENOTSUP is not …
(edit) @e71aaad2   13 years michaelni ffmpeg: Fix regression where various fields where not initialized …
(edit) @a18ecfeb   13 years michaelni ffmpeg: Fix memory corruption with ffserver Bug has been introduced …
(edit) @e34c6c97   13 years justin.ruggles cook: check output buffer size before decoding
(edit) @6631294c   13 years justin.ruggles cook: do not needlessly set *data_size to 0
(edit) @b277ebd5   13 years justin.ruggles cook: remove pointless return statements
(edit) @c9c841e   13 years justin.ruggles cook: simplify decouple_info()
(edit) @f193c96f   13 years justin.ruggles cook: return appropriate error codes instead of -1
(edit) @e694831   13 years justin.ruggles cook: avoid hardcoded sizes in sizeof()
(edit) @776e9815   13 years justin.ruggles cook: remove unneeded #includes
(edit) @c25df223   13 years justin.ruggles cook: output float samples instead of converting to int16
(edit) @69e7ad8d   13 years rsbultje mov: Avoid divide by zero in edit list dts handling Signed-off-by: …
(edit) @9b04f51   13 years michaelni proresenc: add forgotten bytestream include Signed-off-by: Michael …
(edit) @b601ded7   13 years Reimar.Doeffinger Add prores regression test. Signed-off-by: Reimar Döffinger …
(edit) @8689d87a   13 years michaelni Revert "matroskadec: forward parsing errors to caller." This reverts …
(edit) @c5865a8   13 years Reimar.Doeffinger Use bytestream functions to write header. Signed-off-by: Reimar …
(edit) @d9f4dc52   13 years Reimar.Doeffinger Only do 1 malloc instead of 3 and check for failure. Signed-off-by: …
(edit) @5c9b9165   13 years Reimar.Doeffinger Remove unnecessary memset. Signed-off-by: Reimar Döffinger …
(edit) @a2db46b8   13 years Reimar.Doeffinger Remove useless casts. Signed-off-by: Reimar Döffinger …
(edit) @eac778de   13 years Reimar.Doeffinger Some minor spelling fixes. Signed-off-by: Reimar Döffinger …
(edit) @4d2f9911   13 years Carl Eugen Hoyos Bump libavcodec minor version for the ProRes encoder.
(edit) @7afa6b44   13 years Carl Eugen Hoyos Warn if YCgCo colourspace is detected in H.264.
(edit) @7e05542a   13 years Carl Eugen Hoyos Add Vladimir Voroshilov's copyright header to bit.c.
(edit) @70bab584   13 years michaelni Apple ProRes encoder Signed-off-by: Anatoliy Wasserman …
(edit) @9a173575   13 years rsbultje utvideo: account for coupled lines in YUV420 format Luma slices in …
(edit) @8370e426   13 years rsbultje vp3: fix oob read for negative tokens and memleaks on error.
(edit) @bfa0f965   13 years rsbultje vp8: fix overflow in segmentation map caching.
(edit) @38a4be3f   13 years rsbultje lavf: use number of output pictures for delay checks. This fixes …
(edit) @640d5f1c   13 years rsbultje Fix decoding of lossless 4:2:2 H.264 Signed-off-by: Ronald S. Bultje …
(edit) @fdb5314e   13 years rsbultje Fix decoding of lossless 10-bit 4:4:4 H.264 Signed-off-by: Ronald S. …
(edit) @6faf0a21   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (53 …
(edit) @61856d06   13 years alex.converse probe: Restore identification of files with very large id3 tags and no …
(edit) @7a773d4d   13 years alex.converse probe: Remove id3 tag presence as a criteria to do file extension …
(edit) @ca65932b   13 years alex.converse mpegts: MP4 SL support
(edit) @c5302670   13 years alex.converse mpegts: MP4 OD support
(edit) @4682a1dc   13 years alex.converse mpegts: Add support for Sections in PMT
(edit) @fec28364   13 years alex.converse mpegts: Replace the MP4 descriptor parser with a recursive parser.
(edit) @c3bc6096   13 years alex.converse mpegts: Add support for multiple mp4 descriptors
(edit) @476d04a5   13 years alex.converse mpegts: Parse mpeg2 SL descriptors.
(edit) @77b5c82b   13 years alex.converse isom: Add MPEG4SYSTEMS dummy object type indication.
(edit) @bc2dd367   13 years janne-libav aacdec: allow output reconfiguration on channel changes Locking the …
(edit) @ed1aa892   13 years michaelni lavf: add init_put_byte() to the list of visible symbols. …
(edit) @f3db0f7   13 years justin.ruggles nellymoserenc: take float input samples instead of int16 This avoids …
(edit) @77c8ef9a   13 years justin.ruggles nellymoserdec: use dsp functions for overlap and windowing
(edit) @8c9581f0   13 years justin.ruggles nellymoserdec: do not fail if there is extra data in the packet …
(edit) @0aaa85db   13 years justin.ruggles nellymoserdec: fail if output buffer is too small avoids silently …
(edit) @f19305fe   13 years justin.ruggles nellymoserdec: remove pointless buffer size check.
(edit) @854eadcc   13 years anton lavf: add init_put_byte() to the list of visible symbols.
(edit) @c12ef64d   13 years janne-libav seek-test: free options dictionary after use
(edit) @8fa9730   13 years lu_zero snow: do not draw_edge if emu_edge is set Fix segfault on emu edge, …
(edit) @246c8da   13 years Carl Eugen Hoyos Fix dca decoding for many samples after last commit. Still be less …
(edit) @d830264a   13 years janne-libav tools/pktdumper: update to recent avformat api
(edit) @d88e9f1c   13 years janne-libav seek-test: update to recent avformat api
(edit) @ad2d5972   13 years Carl Eugen Hoyos Be less verbose about dca channel number changes. Only inform the …
(edit) @81cd96c   13 years Carl Eugen Hoyos Remove unused dca context variable.
(edit) @813907d   13 years justin.ruggles wmavoice: move output buffer size check to synth_superframe(). this …
(edit) @d0640765   13 years justin.ruggles wmavoice: only set data_size to 0 when necessary
Note: See TracRevisionLog for help on using the revision log.