source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @fbb8468f   13 years stefasab ffprobe: prefer lowercase section names over uppercase ones This is …
(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) @d377deaa   13 years michaelni mxfdec: Move FooterPartition to MXFContext and make sure it's never …
(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) @1fb30586   13 years michaelni mpegts: Attempt to seek back to beginning in non-seekable mpegts …
(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 …
(edit) @a4ed7c3f   13 years michaelni qtrle: check for invalid line offset Signed-off-by: Michael …
(edit) @6d45702f   13 years michaelni vqavideo: check for out of bound reads. Signed-off-by: Michael …
(edit) @e3123856   13 years michaelni vqa: fix double free on corrupted streams Signed-off-by: Michael …
(edit) @b226af39   13 years michaelni vqavideo: check for invalid/unsupported version Signed-off-by: …
(edit) @6c1fb3e   13 years michaelni eamad: release the reference frame on video size changes …
(edit) @da357973   13 years michaelni eamad: check for out of bound reads when doing MC Signed-off-by: …
(edit) @6e20554a   13 years michaelni eamad: avoid NULL derefence when missing the reference frame. …
(edit) @6bfe0d4c   13 years michaelni eatgv: fix pointer arithmetic overflows. Signed-off-by: Michael …
(edit) @09302a89   13 years michaelni eatgv: fix out of bound reads on corrupted motions vectors. …
(edit) @74b9c598   13 years michaelni eamad: clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of the …
(edit) @31ac9b30   13 years michaelni atrac1: give a valid context pointer to av_log(). Signed-off-by: …
(edit) @cfabd35   13 years michaelni pixdesc: fix gbr24p Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @e084cad   13 years michaelni ffmpeg: fix y/N regression so that \n is always needed Signed-off-by: …
(edit) @cca81e7e   13 years michaelni sws: gbr24p input support Signed-off-by: Michael Niedermayer …
(edit) @085ea85   13 years michaelni eval: fix () bug in not. Found-by: Oded Shimon Signed-off-by: Michael …
(edit) @bd141af4   13 years michaelni swscale: Fix prototypes of *toyv12 so they can be used with planar rgb …
(edit) @a3e11fa4   13 years michaelni Start adding pixel definitions for planar rgb.
(edit) @96fad826   13 years michaelni ffmpeg: put space back that was lost during someone reformating it. …
(edit) @a31e9f68   13 years mans lavf: fix signed overflow in avformat_find_stream_info() On the first …
(edit) @bb591566   13 years mans vp8: fix signed overflows In addition to avoiding undefined …
(edit) @e708afd3   13 years mans motion_est: fix some signed overflows Signed-off-by: Mans Rullgard …
(edit) @559c244d   13 years mans dca: fix signed overflow in shift Signed-off-by: Mans Rullgard …
(edit) @d1229430   13 years mans aacdec: fix undefined shifts Since nnz can be zero, this is needed to …
(edit) @db27bef7   13 years michaelni dct-test: document the number of bits we use for testing. …
(edit) @3d5971d   13 years michaelni dct-test: better term for meximum error. Signed-off-by: Michael …
(edit) @f3bacced   13 years michaelni ffmpeg: fix read_yn() if HAVE_TERMIOS_H || HAVE_KBHIT == 0 …
(edit) @dc46692d   13 years michaelni ffmpeg: fix setting codecs for demuxers. Bug introduced by: commit …
(edit) @92ec66f9   13 years michaelni ffmpeg: limit read_key() calls to get a tiny speed boost. …
(edit) @c09abba1   13 years michaelni ffmpeg: avoid multiple redundant av_gettime() calls, rather reuse the …
(edit) @f3afc9d7   13 years michaelni ffmpeg: fix run_as_daemon when HAVE_TERMIOS_H is false Signed-off-by: …
(edit) @d6c231ba   13 years michaelni ffmpeg: cosmetic renamings to reduce difference to qatar. …
(edit) @0732dcee   13 years michaelni ffmpeg: call term_init() earlier Signed-off-by: Michael Niedermayer …
(edit) @570fb660   13 years michaelni ffmpeg: make q_pressed volatile, it can be changed from signal …
(edit) @fb795585   13 years michaelni ffmpeg: dont call read_key() in decode_interrupt_cb() this can cause …
(edit) @a00676e   13 years janne-libav bink: Check for various out of bound writes Signed-off-by: Janne …
(edit) @24adf783   13 years janne-libav bink: Check for out of bound writes when building tree Signed-off-by: …
(edit) @13397025   13 years michaelni eval: add gcd() example: -vf …
(edit) @9e5e086b   13 years michaelni eval:add hypot() useage example: -vf …
(edit) @ac6eab14   13 years mans put_bits: fix invalid shift by 32 in flush_put_bits() If …
(edit) @9b471735   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (24 …
(edit) @ac7cda9e   13 years michaelni eval: add random() Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @8fd56f7b   13 years michaelni eval: make variables persistent so they can be used between …
(edit) @74f77eb0   13 years michaelni H264: set colorspace and full range to values indicating unspecified …
(edit) @98ef887a   13 years alex.converse mpegps: Use av_get_packet() instead of poorly emulating it.
(edit) @3775af0f   13 years michaelni bintext: reset x and y pos after each frame decode. This makes …
(edit) @4052bf69   13 years michaelni return error code if error happens Signed-off-by: Michael Niedermayer …
(edit) @c2f2dfb3   13 years janne-libav motionpixels: decode only the 111 complete frames for fate …
(edit) @9bd854b1   13 years janne-libav mpc8: Check out of bound bands limit Signed-off-by: Janne Grunau …
Note: See TracRevisionLog for help on using the revision log.