source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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) @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) @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) @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) @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
(edit) @1db6437f   13 years justin.ruggles wmapro: fix strict-aliasing violations by using av_alias32 Also fix …
(edit) @b8b4c9c   13 years justin.ruggles wmapro: use FmtConvertContext.float_interleave() to interleave output …
(edit) @d0b1b1c5   13 years justin.ruggles wmadec: consolidate 2 output buffer size checks into 1 check
(edit) @9a332644   13 years justin.ruggles apedec: assert that s->samples is not negative before trying to decode
(edit) @0927154   13 years justin.ruggles apedec: use FFALIGN macro for internal data buffer size
(edit) @5b8009f4   13 years justin.ruggles apedec: do not keep incrementing the input data pointer past the end …
(edit) @a4c32c9   13 years justin.ruggles apedec: check for input buffer overflow while reading frame header
(edit) @fd244ae3   13 years justin.ruggles apedec: use unsigned int for offset avoids implementation-defined …
(edit) @89ec474a   13 years justin.ruggles apedec: remove pointless increment of 'buf' The variable is not used …
(edit) @52d4fb2   13 years justin.ruggles apedec: set s->currentframeblocks after validating nblocks
(edit) @2cab5784   13 years justin.ruggles apedec: use unsigned int for 'nblocks' and make sure that it's within …
(edit) @b7e51457   13 years justin.ruggles apedec: do not set s->samples until after validation. This prevents …
(edit) @11ca8b2d   13 years justin.ruggles apedec: check for data buffer realloc failure
(edit) @91b71460   13 years justin.ruggles apedec: return meaningful error values in ape_decode_frame()
(edit) @c6defb41   13 years justin.ruggles apedec: correct an error message
(edit) @da55e098   13 years justin.ruggles apedec: cosmetics break some excessively long lines and remove space …
(edit) @f64e0a2f   13 years justin.ruggles apedec: return meaningful error codes from ape_decode_init()
(edit) @75007813   13 years justin.ruggles apedec: check for filter buffer allocation failure
(edit) @b9d6b02   13 years justin.ruggles apedec: use memcpy for pseudo-stereo mode
(edit) @3c25209   13 years justin.ruggles apedec: remove unneeded check for zero-size packet. This is already …
(edit) @9a174562   13 years anton lavf: move private fields in AVStream to the end at next bump.
(edit) @df968050   13 years anton lavf: move private fields in AVFormatContext to the end at next bump.
(edit) @a2faa951   13 years anton lavf: make some seeking functions private Specifically …
(edit) @ec6d7431   13 years justin.ruggles mp3on4: do not needlessly set data_size to 0
(edit) @99975966   13 years justin.ruggles mp3adu: return error instead of just consuming bad packets
(edit) @e2e6c879   13 years justin.ruggles mpegaudiodec: check output data size based on avctx->frame_size
(edit) @512557b2   13 years justin.ruggles avcodec: remove avcodec_parse_frame and deprecate associated elements. …
(edit) @cd816d9b   13 years justin.ruggles mpegaudiodec: cosmetics: basic pretty-printing
(edit) @c17e534f   13 years justin.ruggles mpegaudiodec: remove frame_count field from MPADecodeContext. Its …
(edit) @dac15a03   13 years justin.ruggles mpegaudiodec: return AVERROR return codes instead of -1
(edit) @4be1e1df   13 years justin.ruggles mpegaudiodec: Skip only bad frames instead of the whole packet. On …
(edit) @15946eb8   13 years anton lavc: remove "legacy" mpegvideo decoder.
(edit) @cf543c6   13 years janne-libav iv8: assemble packets to return complete frames
(edit) @c4b97fbd   13 years lu_zero pulse: documentation Specify avoptions and how to use pactl to list …
(edit) @0de9c41f   13 years lu_zero pulse: introduce pulseaudio input It currently use the simple api and …
(edit) @82ed4f1e   13 years justin.ruggles remove the zork pcm seek test this was forgotten when the encoder was …
(edit) @4a6a29a7   13 years justin.ruggles libopencore-amr: check output buffer size before decoding
(edit) @345d15d2   13 years justin.ruggles libopencore-amr: remove unneeded buf_size==0 check. …
(edit) @402c9878   13 years justin.ruggles libopencore-amr: remove unneeded frame_count field. Use …
(edit) @71ccfb3f   13 years justin.ruggles aac_latm: remove unneeded check for zero-size packet. This is already …
(edit) @f1901180   13 years justin.ruggles pcmdec: fix output buffer size check by calculating the actual output …
(edit) @154cd253   13 years justin.ruggles pcmdec: move codec-specific variable declarations to the corresponding …
(edit) @0093f96d   13 years justin.ruggles pcmdec: return buf_size instead of src-buf. The values will always be …
(edit) @85579b63   13 years justin.ruggles avcodec: remove the Zork PCM encoder. The Zork PCM decoder does not …
(edit) @67a3b67c   13 years justin.ruggles pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
(edit) @06af335a   13 years justin.ruggles pcmenc: remove unneeded sample_fmt check. It is already checked by …
(edit) @d94e29ca   13 years justin.ruggles pcmdec: move number of channels check to pcm_decode_init()
(edit) @83efd765   13 years justin.ruggles pcmdec: remove unnecessary check for sample_fmt change
Note: See TracRevisionLog for help on using the revision log.