source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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) @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) @13397025   13 years michaelni eval: add gcd() example: -vf …
(edit) @9e5e086b   13 years michaelni eval:add hypot() useage example: -vf …
(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 …
(edit) @0ec6d6e9   13 years janne-libav vp56: Check for missing reference frame data Signed-off-by: Janne …
(edit) @d239d4b4   13 years janne-libav cinepak: Fix invalid read access on extra data Signed-off-by: Janne …
(edit) @c0cbe36b   13 years janne-libav vmd: fix segfaults on corruped streams Signed-off-by: Janne Grunau …
(edit) @3a742470   13 years janne-libav cook: Fix js_vlc_bits value validation for joint stereo …
(edit) @1775b92f   13 years janne-libav segafilm: Check for memory allocation failures in segafilm demuxer. …
(edit) @762ffa68   13 years janne-libav segafilm: Fix potential division by 0 on corrupted streams in the …
(edit) @a3ba542a   13 years michaelni h264: fix fill_colmap() to not store entries mbaff style when the …
(edit) @790f4dd5   13 years janne-libav Fixed segfault on corrupted sega streams in the demuxer. …
(edit) @69a0bce7   13 years janne-libav Fixed deference of NULL pointer in motionpixels decoder. Some of the …
(edit) @481747c6   13 years michaelni ffmpeg: make -a/v/sn work with -map Signed-off-by: Michael …
(edit) @f7fbbf46   13 years michaelni lavf/utils: document AVIndexEntry.timestamp Signed-off-by: Michael …
(edit) @67b2df79   13 years michaelni swresample: Try to handle cases with input channel count and layout …
(edit) @696a780c   13 years Clément Bœsch bintext: fix warning message wording.
(edit) @825dd13   13 years gwenole.beauchesne vaapi: fix VC-1 decoding (reconstruct bitstream TTFRM correctly).
(edit) @955113e3   13 years michaelni mpegps: drop incorrect line of sofdec detection Signed-off-by: …
(edit) @5bebb6e6   13 years michaelni mpeg1dec: More complete sofdec support Fixes Ticket517 …
(edit) @d97efd7f   13 years anton libx264: support 9- and 10-bit output.
(edit) @1b3b4a57   13 years Clément Bœsch libmodplug: free file content buffer in read_close() callback.
(edit) @8830c4e8   13 years Clément Bœsch libmodplug: add TODO entry for probing.
(edit) @c768e966   13 years Clément Bœsch libmodplug: add metadata support.
(edit) @e6f93723   13 years Clément Bœsch libmodplug: add an option to enlarge the max supported file size.
(edit) @a763b462   13 years Clément Bœsch libmodplug: support options (noise reduction, reverb, bass boost, ...)
(edit) @6638207b   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Fix …
(edit) @2c1c0c50   13 years michaelni ffmpeg: fix forced key frames. Now that the option was moved in the …
Note: See TracRevisionLog for help on using the revision log.