source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @cdd30e56   13 years Clément Bœsch doc: small ascii diagram on I/O files and streams in ffmpeg.c
(edit) @4edcdf5   13 years stefasab ffprobe: show sample_fmt in the stream section
(edit) @b81f8880   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (23 …
(edit) @b75d89a4   13 years michaelni cdg: enable seeking Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @fe19e138   13 years michaelni cdg: Try to detect keyframes. Signed-off-by: Michael Niedermayer …
(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) @5f3fb599   13 years justin.ruggles fix AC3ENC_OPT_MODE_ON/OFF The values were reversed. Signed-off-by: …
(edit) @96bc648   13 years michaelni arm: fix av_clipl_int32() asm Note, the other arm asm code is likely …
(edit) @fdba370f   13 years mans h264: fix HRD parameters parsing The bit_rate_value_minus1 and …
(edit) @91f47329   13 years rsbultje prores: implement multithreading. 60% speedup (overall decoding time) …
(edit) @e3f530fe   13 years rsbultje prores: idct sse2/sse4 optimizations. ~3.0-3.5x as fast as original C …
(edit) @6aa3cac6   13 years rsbultje swscale: use aligned move for storage into temporary buffer. The …
(edit) @92fb52d   13 years rsbultje prores: extract idct into its own dspcontext and merge with put_pixels.
(edit) @8babfc03   13 years mans h264: fix invalid shifts in init_cavlc_level_tab() The level_code …
(edit) @88d1e2b2   13 years mans intfloat_readwrite: fix signed addition overflows These additions …
(edit) @30c3d97   13 years lu_zero mov: do not misreport empty stts Return -1 instead of ENOMEM if …
(edit) @5a7ba586   13 years lu_zero mov: cosmetics, fix for and if spacing
(edit) @c780b543   13 years anton id3v2: fix NULL pointer dereference Bug found by Laurent Aimar fenrir …
(edit) @2804d320   13 years anton mov: read album_artist atom Signed-off-by: Anton Khirnov …
(edit) @dff41775   13 years anton mov: fix disc/track numbers and totals Signed-off-by: Anton Khirnov …
(edit) @25c27f37   13 years diego doc: fix references to obsolete presets directories for avconv/ffmpeg
(edit) @4b7f4908   13 years diego flashsv: return more meaningful error value
(edit) @f9a9c8f9   13 years diego flashsv: fix typo in av_log() message
(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) @ff1f89de   13 years justin.ruggles smacker: validate channels and sample format.
(edit) @cf044f8b   13 years justin.ruggles smacker: check buffer size before reading output size
(edit) @e190e45   13 years justin.ruggles smacker: validate number of channels
(edit) @a7984a6a   13 years justin.ruggles smacker: Separate audio flags from sample rates in smacker demuxer. …
(edit) @be1242a3   13 years mans h264: fix detection of optional trailing PPS elements The PPS may …
(edit) @c79d2a20   13 years mans sipr: fix get_bits(0) calls Zero-length get_bits() is undefined, must …
(edit) @cb668476   13 years mans motion_est: make MotionExtContext.map_generation unsigned The way …
(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.
Note: See TracRevisionLog for help on using the revision log.