source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @045c5283   13 years michaelni cdg: set timestamps Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @d69fda91   13 years michaelni lavf: check stream_index from read_packet() for validity. …
(edit) @f36ce75e   13 years michaelni pcm: Print number of bits in the error message of unsupported DVD PCM …
(edit) @be5ac961   13 years michaelni examples/encoding: rename to decoding_encoding.c as the file is an …
(edit) @f8e98061   13 years michaelni examples/encoding: List more formats to make it more clear to the …
(edit) @fc119278   13 years michaelni mem: fix memalign hack av_realloc() Signed-off-by: Michael …
(edit) @96bc648   13 years michaelni arm: fix av_clipl_int32() asm Note, the other arm asm code is likely …
(edit) @34736399   13 years Clément Bœsch ffmpeg: fix two stream related comments.
(edit) @51740329   13 years michaelni g723.1: use memmove() where overlapping src and dst can happen. …
(edit) @7b5c0306   13 years michaelni vc1: enable interlaced p fields again, they seem no longer to crash …
(edit) @4509be3d   13 years michaelni vc1: reset interlaced variables, prevent another bunch of crashes. …
(edit) @d5571522   13 years Clément Bœsch eval: document recently added random(), hypot(), gcd().
(edit) @1e4d6035   13 years michaelni vc1: disable parts of the interlaced code due to security issues. …
(edit) @41f55277   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (34 …
(edit) @fbb8468f   13 years stefasab ffprobe: prefer lowercase section names over uppercase ones This is …
(edit) @4c7a232f   13 years janne-libav h264: reset h->ref_count in case of errors in …
(edit) @e8ac80fb   13 years janne-libav error_resilience: fix the check for missing references in …
(edit) @1b1182ce   13 years janne-libav 4xm: prevent NULL dereference with invalid huffman table …
(edit) @79964745   13 years janne-libav 4xmdemux: prevent use of uninitialized memory Signed-off-by: Janne …
(edit) @8d518a9c   13 years janne-libav 4xm: clear FF_INPUT_BUFFER_PADDING_SIZE bytes in temporary buffers …
(edit) @dc64f20   13 years janne-libav ptx: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @04a845ca   13 years janne-libav tiffdec: fix out of bound reads/writes Signed-off-by: Janne Grunau …
(edit) @46cb2f6a   13 years janne-libav eacmv: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @8df8a87e   13 years janne-libav eacmv: fix potential pointer arithmetic overflows Signed-off-by: …
(edit) @c7f89064   13 years janne-libav adpcm: fix out of bound reads due to integer overflow Signed-off-by: …
(edit) @2475f1a8   13 years janne-libav anm: prevent infinite loop Signed-off-by: Janne Grunau …
(edit) @6de33611   13 years janne-libav avsdemux: check for out of bound writes Signed-off-by: Janne Grunau …
(edit) @de049a95   13 years janne-libav avs: check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @76c6971a   13 years janne-libav avsdemux: check for corrupted data Signed-off-by: Janne Grunau …
(edit) @92e36ee5   13 years Clément Bœsch libmodplug: do not call av_expr_parse() in case of no expr specified.
(edit) @964465eb   13 years Clément Bœsch libmodplug: simpler and faster use of eval expr.
(edit) @7bb1807c   13 years anton AVOptions: refactor set_number/write_number write_number() does the …
(edit) @cf10095f   13 years anton AVOptions: cosmetics, rename static av_set_number2() to write_number().
(edit) @b003d0be   13 years anton AVOptions: cosmetics, move and rename static av_set_number().
(edit) @c8d787d   13 years anton AVOptions: split av_set_string3 into opt type-specific functions Also …
(edit) @1703013c   13 years mans avidec: fix signed overflow in avi_sync() Keeping byte values read …
(edit) @0c46e958   13 years alex.converse mxfdec: Fix some buffer overreads caused by the misuse of AVPacket …
(edit) @11a32d53   13 years alex.converse dnxhddec: handle cid change in bitstream.
(edit) @109d8aa1   13 years diego vc1: K&R reformatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @d377deaa   13 years michaelni mxfdec: Move FooterPartition to MXFContext and make sure it's never …
(edit) @8f8f5ae9   13 years justin.ruggles ra288: log an error message when output buffer is too small. also …
(edit) @fa6be04b   13 years justin.ruggles ra288: use a more descriptive calculation for output data size
(edit) @f10524d5   13 years justin.ruggles ra144: use macro constants to make the code more understandable.
(edit) @cadd4d33   13 years justin.ruggles ra144dec: log an error message when output buffer is too small. also …
(edit) @80bdf7e   13 years justin.ruggles ra144dec: use a more descriptive calculation for output data size
(edit) @4b4a6ebd   13 years Reimar.Doeffinger Support playing SMV files. Audio and video are interleaved via stream …
(edit) @86a77114   13 years michaelni libmodplug: add bintext video stream capability.
(edit) @ade3ec84   13 years Clément Bœsch swresample: fix another broken indent chunk. Also use a consistent …
(edit) @b2f88ce2   13 years michaelni mpegts: reduce av_log level for seek back to begin on unseekable …
(edit) @51757ac7   13 years anton lavc: Micro version bump for VC1 interlaced decoding support …
(edit) @cad16562   13 years anton vc1dec: interlaced stream decoding support 3/3 Cosmetics: break some …
(edit) @f0c02e1c   13 years anton vc1dec: interlaced stream decoding support 2/3 Cosmetics: reformat …
(edit) @d5b015e4   13 years anton vc1dec: interlaced stream decoding support 1/3 Signed-off-by: Anton …
(edit) @1fb30586   13 years michaelni mpegts: Attempt to seek back to beginning in non-seekable mpegts …
(edit) @53efb758   13 years diego vaapi: Fix VC-1 decoding (reconstruct bitstream TTFRM correctly). …
(edit) @c2ed91de   13 years diego configure: Add -Wstrict-prototypes to CFLAGS if available.
(edit) @2886f675   13 years janne-libav avidec: simplify size parameter in memset()
(edit) @3c8862a5   13 years Carl Eugen Hoyos Add G.723.1 to the documentation.
(edit) @0b3e0700   13 years Carl Eugen Hoyos Bump minor for G.723.1 encoder and muxer.
(edit) @9719f25e   13 years Clément Bœsch swresample: fix broken indent.
(edit) @0a23067a   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @028a79c1   13 years michaelni reg tests: add g723.1 Signed-off-by: Michael Niedermayer …
(edit) @ef64c45   13 years michaelni g723.1 encoder Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @19562b68   13 years michaelni g723.1 muxer Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @581810f5   13 years mans mpeg4dec: use unsigned type for startcode in …
(edit) @aa498fef   13 years mans mpeg124: use sign_extend() function Signed-off-by: Mans Rullgard …
(edit) @633ddb85   13 years mans ac3dec: use get_sbits() instead of manually sign-extending …
(edit) @84dda407   13 years mans 4xm: fix signed overflow Signed-off-by: Mans Rullgard <mans@mansr.com>
(edit) @ba3f07d0   13 years mans wmavoice: fix a signed overflow Signed-off-by: Mans Rullgard …
(edit) @05795f3   13 years mans mpegvideo_enc: fix a signed overflow Signed-off-by: Mans Rullgard …
(edit) @059707ee   13 years Carl Eugen Hoyos Do not auto-detect Sorenson Spark in f4v. Assuming codec_tag H263 for …
(edit) @7e75f061   13 years Carl Eugen Hoyos Be less verbose about continuity check errors.
(edit) @397d194e   13 years michaelni prores: check slice mb_y against mb_height Signed-off-by: Michael …
(edit) @e1b2f6ec   13 years michaelni prores: only call get_buffer once per frame Signed-off-by: Michael …
(edit) @ebba05b3   13 years michaelni prores:cosmetics Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @fd0247f8   13 years michaelni prores: fix typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @8b19ae07   13 years mans crc: fix signed overflow This fixes a signed overflow from i << 24 …
(edit) @0836d48   13 years mans fate: run avconv with -nostats flag Signed-off-by: Mans Rullgard …
(edit) @8124d8a   13 years mans avtools: add -v as alias for -loglevel This saves a bit of typing. …
(edit) @f5646a32   13 years anton avconv: always print stats with AV_LOG_INFO It's now possible to …
(edit) @667d9818   13 years anton doc/avconv: add forgotten output/per-stream info to -filter
(edit) @3460dd8   13 years anton avconv: add -stats option to enable/disable printing encoding progress
(edit) @c6007065   13 years anton avconv: in output_packet() don't set decoded_data_size for video. …
(edit) @515901fa   13 years anton avconv: remove pointless always true condition
(edit) @11fdb7e1   13 years anton avconv: factorize common code in transcode_init()
(edit) @cb50ada4   13 years stefasab ffprobe: parse arguments for -print_format writer This allows …
(edit) @9806dda8   13 years stefasab ffprobe: create a dedicated "Writers" section in the manual Also …
(edit) @eff7684b   13 years stefasab ffprobe: extend writers API, and move the writers up in the file The …
(edit) @2b43bfa0   13 years stefasab lavu: bump micro after gcd(), random(), and hypot() additions in eval
(edit) @af52e6b6   13 years Clément Bœsch doc: avoid "@table has text but no @item" warning.
(edit) @282847ba   13 years mans zmbv: remove memcpy() of decoded frame Signed-off-by: Mans Rullgard …
(edit) @2f329db9   13 years mans mpeg12enc: use sign_extend() function Signed-off-by: Mans Rullgard …
(edit) @60f10e0a   13 years mans h264pred: use unsigned types for pixel values, fix signed overflows …
(edit) @4d1418c   13 years mans h264: fix signed overflows in x*0x01010101 expressions Signed-off-by: …
(edit) @d66b9dec   13 years mans h264pred: remove unused variables Signed-off-by: Mans Rullgard …
(edit) @18a97b03   13 years michaelni Allow YUV444P and RGB/BGR encoding for libx264. Signed-off-by: …
(edit) @c5db8b4d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavf: …
(edit) @7fb92be7   13 years michaelni qtrle: check for out of bound writes. Signed-off-by: Michael …
(edit) @a68a6a4f   13 years michaelni xxan: check for out of bound accesses Signed-off-by: Michael …
(edit) @e182de9   13 years michaelni txd: check for out of bound reads. Signed-off-by: Michael Niedermayer …
Note: See TracRevisionLog for help on using the revision log.