source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @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 …
(edit) @7d17a794   13 years janne-libav xan: Prevent NULL dereference with missing palette Signed-off-by: …
(edit) @3db3fdf4   13 years janne-libav xan: Check for out of bound reads in xan_huffman_decode() …
(edit) @3e0757c2   13 years janne-libav xan: Fixed out of bound accesses in xan_unpack() Signed-off-by: Janne …
(edit) @1cd0a551   13 years janne-libav motionpixels: Prevent calling init_vlc() with invalid parameters …
(edit) @5f05cf4e   13 years janne-libav shorten: Fix out of bound writes in fix_bitshift() The data pointers …
(edit) @17206032   13 years janne-libav dsicinav: Check for out of bounds writes Signed-off-by: Janne Grunau …
(edit) @64263dd5   13 years janne-libav tiertexseqv: Check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @4fd56f84   13 years janne-libav quickdraw: Check for out of bound reads Signed-off-by: Janne Grunau …
(edit) @e3ca9b93   13 years janne-libav dsicinav: Check for out of bounds reads Signed-off-by: Janne Grunau …
(edit) @210c8033   13 years janne-libav motionpixels: Fix the size of workspace buffers Some buffers must be …
(edit) @d337dd3   13 years janne-libav motionpixels: Clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of …
(edit) @d99427c   13 years janne-libav wmavoice: Check for corrupted extra data Signed-off-by: Janne Grunau …
(edit) @1c1449b5   13 years janne-libav wmavoice: Check for out of bound writes Signed-off-by: Janne Grunau …
(edit) @06be075c   13 years janne-libav xan: Prevent NULL dereferences with missing reference frame …
(edit) @c7e63198   13 years janne-libav bink: Prevent NULL dereferences with missing reference frame …
(edit) @2c6cf139   13 years janne-libav wavpack: Reset internal state on corrupted blocks …
(edit) @2c1ba799   13 years janne-libav wmapro: Validate the number of audio channels before using it …
(edit) @1e3336de   13 years janne-libav mpc8: Fix return value on EOF Signed-off-by: Janne Grunau …
(edit) @95010d18   13 years janne-libav shorten: Prevent block size from increasing Signed-off-by: Janne …
(edit) @124a16f6   13 years janne-libav xan: Prevent out of bound accesses Signed-off-by: Janne Grunau …
(edit) @f22bc68d   13 years michaelni Merge remote-tracking branch 'hexene/stagefright' * …
(edit) @a85996d8   13 years naufal22 libstagefright: start decode_thread() only after decode_frame() is …
(edit) @fedbf917   13 years naufal22 libstagefright: mark the dummy frame as keyframe. This makes sure …
(edit) @295f1395   13 years naufal22 libstagefright: limit the output queue size
(edit) @23ea48f2   13 years naufal22 libstagefright: return EOS if CustomSource::read() is called after …
(edit) @09a49e89   13 years naufal22 libstagefright: set the correct frame size
(edit) @14c21c1f   13 years anton H264: Only wait before triggering ff_thread_setup_complete() until the …
(edit) @355cc1a0   13 years michaelni swresample/rematrix: show matrix with debug log level Signed-off-by: …
(edit) @86602d1c   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp6: …
(edit) @177ed7e8   13 years michaelni swresample: use av_get_default_channel_layout instead of guess_layout …
(edit) @cbfca622   13 years michaelni avutil: bump minor version because of av_get_default_channel_layout …
(edit) @d2ba6044   13 years michaelni audioconvert: fix type of av_get_default_channel_layout …
(edit) @b93cb838   13 years michaelni lavc: add ff_init_buffer_info() Fixes seeking per fileposition in …
(edit) @5ec55d21   13 years michaelni h264: reject unsupported 422 9 bit streams Signed-off-by: Michael …
(edit) @9bf4371e   13 years michaelni audioconvert: make 7POINT1 channel layout the default for 8 channels …
(edit) @e588a5c2   13 years michaelni h264: fix the size of PPS::chroma_qp_table Signed-off-by: Michael …
(edit) @a72cad0a   13 years janne-libav vp6: Reset the internal state when aborting key frames header parsing …
(edit) @3d09d001   13 years janne-libav vp56: Release old pictures after a resolution changes Signed-off-by: …
(edit) @066fff75   13 years janne-libav vp6: Check for huffman tree build errors Signed-off-by: Janne Grunau …
Note: See TracRevisionLog for help on using the revision log.