source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @0fd59f1d   13 years michaelni Minimal patch for G.729 demuxer Signed-off-by: Michael Niedermayer …
(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) @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) @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
(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) @022d22e5   13 years michaelni Fix a regression in the dca parser introduced by dts express support. …
(edit) @14474fbb   13 years michaelni dca_parser: Add support for parsing dts express (cherry picked from …
(edit) @7b6ae0e8   13 years michaelni dca: allow the channel count to change. (cherry picked from commit …
(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) @8d4e4499   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavc: …
(edit) @aa638b46   13 years stefasab rawdec: add check on sample_rate Prevent error condition in case …
(edit) @8dc90371   13 years stefasab lavfi: add internal function ff_fill_rgba_map()
(edit) @b76bc01   13 years michaelni Implement parsing of the "HandlerName" from th MP4 HDLR atom. This …
(edit) @05e417aa   13 years michaelni mov: Support empty first edit + normal second edit. (cherry picked …
(edit) @e7f008a5   13 years michaelni lavc: Map deprecated codec ids to ours so as to maintain compatibility …
(edit) @4f587d16   13 years michaelni avcodec: Change values of codec ids at the end of lists that dont …
(edit) @2179fc48   13 years michaelni avcodec: Resolve the codec_id compatibility issue. Signed-off-by: …
(edit) @dc38625e   13 years michaelni Add SMPTE240M transfer characteristics flag. (cherry picked from …
(edit) @15946eb8   13 years anton lavc: remove "legacy" mpegvideo decoder.
(edit) @9bd23f6   13 years Clément Bœsch ashowinfo: fix typo in description.
(edit) @a0b7853f   13 years Clément Bœsch vf_showinfo: print checksums in hexadecimal.
(edit) @c643ba81   13 years michaelni mpegts: Fix detection of some raw AAC Fixes Ticket577 Signed-off-by: …
(edit) @abe17c69   13 years michaelni j2kdec: debug markers support. Signed-off-by: Michael Niedermayer …
(edit) @c2553a55   13 years michaelni Merge remote-tracking branch 'luzero/pulse' * luzero/pulse: pulse: …
(edit) @cf543c6   13 years janne-libav iv8: assemble packets to return complete frames
(edit) @4ffed61b   13 years michaelni h264_parser: fully parse first_mb_in_slice to more reliably detect AU …
(edit) @23040e2   13 years michaelni h264: use long reading for first_mb_in_slice Signed-off-by: Michael …
(edit) @3e7db0a9   13 years michaelni resample: Fix array size Found-by: Jim Radford Signed-off-by: Michael …
Note: See TracRevisionLog for help on using the revision log.