source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @02a325cb   12 years michaelni tiffdec: check rps, fix infinite loop. Found-by: Mateusz "j00ru" …
(edit) @b8dc5f8   12 years michaelni twinvq: check bitrate for validity avoid division by 0 Found-by: …
(edit) @e481ba2e   12 years michaelni vqf: check samplerate, avoid division by 0. Found-by: Mateusz "j00ru" …
(edit) @fb6a72cd   12 years michaelni iff: avoid out of array reads, due to too many planes. Found-by: …
(edit) @7989f7e0   12 years michaelni xmv: Fix integer overflow Found-by: Mateusz "j00ru" Jurczyk and …
(edit) @9195377b   12 years michaelni vp56dec: Fix handling of alpha configuration changes. Found-by: …
(edit) @7ec1fe1   12 years michaelni lavf: Dont compare absolute to relative timestamps in duration gcd …
(edit) @4c6e7c2d   12 years michaelni ivi_common: dont dereference null pointers. Found-by: Mateusz "j00ru" …
(edit) @13451f55   12 years michaelni atrac3dec: Check coding mode against channels. Found-by: Mateusz …
(edit) @5ee008e0   12 years michaelni qdm2: check that coding_method is valid before using it. Fixes out of …
(edit) @909a18f7   12 years michaelni mjpegbdec: dont return a picture when there is no picture. Found-by: …
(edit) @6d1c5ea0   12 years michaelni tiffdec: check count in metadata reading. Fixes out of array access …
(edit) @ce1ebb31   12 years michaelni tiffdec: use checked reads for tget*() Fixes out of array reads …
(edit) @1b5a6d3c   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @76935434   12 years michaelni PRINT_CODEC_SUPPORTED: fix used variable Reviewed-by: Stefano …
(edit) @aeb4d27d   12 years nicolas.george doc/faq: explain libfoo-dev packages.
(edit) @3a2731cb   12 years justin.ruggles flacenc: ensure the order is within the min/max range in LPC order …
(edit) @3ba41640   12 years justin.ruggles avconv: rescale packet duration to muxer time base when flushing …
(edit) @00f8ad4   12 years justin.ruggles add 24-bit FLAC encoding to Changelog Also move a misplaced line from …
(edit) @e004d175   12 years martin rtpenc_aac: Fix calculation of the header size Previously the high …
(edit) @3affcc99   12 years michaelni frame_thread_encoder: silence integer to pointer without cast warning …
(edit) @6ca60d4   12 years diego x86: h264_intrapred: port to cpuflags
(edit) @5ff43ec7   12 years michaelni sctp: silence const warning Signed-off-by: Michael Niedermayer …
(edit) @60e02895   12 years michaelni ffmdec: remove unused variable Signed-off-by: Michael Niedermayer …
(edit) @4a289624   12 years michaelni libopencore-amr: fix av_log() argument Signed-off-by: Michael …
(edit) @bc17a6f5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @78e08fd3   12 years michaelni rtpenc_aac: Fix 10l bug Fixes CID602564 Signed-off-by: Michael …
(edit) @d55911ad   12 years nicolas.george doc/faq: replace @file by @command for "ffmpeg".
(edit) @4ccfcc8a   12 years stefasab doc/libavcodec: hint to where to find the Git history Signed-off-by: …
(edit) @58d1d702   12 years stefasab doc/Makefile: change DOCLIBS check More consistent with the rest of …
(edit) @1c6962dc   12 years stefasab lavu: remove disabled FF_API_OLD_EVAL_NAMES code
(edit) @ef4dc3e5   12 years stefasab lavu/opt: show valid range in case of out-of-range value Improve feedback.
(edit) @12776d5d   12 years martin libvpxenc: Allow enabling constrained quality (CQ) mode The CQ mode …
(edit) @98cbbab   12 years michaelni Fix the packet duration when flushing the encoder. A similar patch …
(edit) @9dfe07a1   12 years michaelni fate-rsync: replace -a by -rlt This remove the owner, group and …
(edit) @4d2f83f8   12 years michaelni gsm_parser: fix infinite loop Fixes Ticket1894 Signed-off-by: Michael …
(edit) @08101e62   12 years onemda adpcm: improve smjpeg decoding Previous version had significant …
(edit) @a373f352   12 years michaelni wtvenc: produce seekable files Signed-off-by: Michael Niedermayer …
(edit) @b89cd2a0   12 years michaelni wtvenc: simplify write_timestamp Signed-off-by: Michael Niedermayer …
(edit) @3e651343   12 years michaelni wtvenc: output third video pts in timestamp chunk (this is what …
(edit) @0d943504   12 years michaelni wtvenc: indent fixup Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @b50759cd   12 years michaelni wtvenc: do not emit stream2 and DSATTRIB_TRANSPORT_PROPERTY chunks; …
(edit) @fdfbb793   12 years michaelni ffv1dec: propagate return code from ffv1_common_init() Fixes …
(edit) @dd11615   12 years michaelni ffv1dec: more completely check slice count Signed-off-by: Michael …
(edit) @cb395929   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7c2cfaac   12 years onemda smjpegenc: use bits_per_coded_sample instead of calling function …
(edit) @de0aa9e5   12 years michaelni kgv1dec: fix end condition Signed-off-by: Michael Niedermayer …
(edit) @ad961726   12 years martin libopencore-amr: Check the return value of amr_decode_fix_avctx This …
(edit) @2b442ff5   12 years stefasab lavfi/movie: return proper error code in case of av_get_token() …
(edit) @29d46d7b   12 years stefasab ffprobe: fix potential NULL pointer dereference Found by Coverity, …
(edit) @b5436f4b   12 years stefasab lavfi/showwaves: return error in case of allocation failure in …
(edit) @5f634480   12 years stefasab lavfi/showwaves: simplify check in filter_samples() Also fix Coverity …
(edit) @e9b8523d   12 years michaelni sbgdec: dont set slide to a uninitialized value Fixed CID703833 …
(edit) @44e9d7f1   12 years michaelni vf_drawbox: dont move uninitialized and then unused colors around …
(edit) @2ca649f1   12 years michaelni utils: fix integer overflow with DURATION_MAX_READ_SIZE Fixes …
(edit) @1c445f4   12 years onemda fate: add PMP demuxer test Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @4744f67d   12 years onemda wavpack: check if number of samples is not too big Wavpack format …
(edit) @e6ef628b   12 years michaelni wtv: move duplicated guids into wtv.c Signed-off-by: Michael …
(edit) @1701a22f   12 years michaelni wtv: rename ff_stream_guid to ff_SBE2_STREAM_DESC_EVENT …
(edit) @9632f5ef   12 years michaelni wtvenc: fix typo Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @1e4e4979   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @0fe8c9f4   12 years onemda wavpack: use more meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @e6c4c0f7   12 years diego fate: atrac: Place atrac1 and atrac3 tests in different groups
(edit) @06c7b338   12 years diego fate: aac: cosmetics: Group AAC LATM tests together
(edit) @f6b39376   12 years stefasab .gitignore: ignore *.3 files as well
(edit) @a1934da   12 years stefasab doc/Makefile: remove .3 file with make clean
(edit) @352e18b7   12 years diego x86: avresample: Add missing colons to assembly labels YASM accepts …
(edit) @98506e1   12 years stefasab doc/libavcodec: do not say multimedia streams in the title The …
(edit) @23b57b0   12 years stefasab doc/libavcodec: improve wording in description Signed-off-by: …
(edit) @d658f9a1   12 years stefasab doc/ffserver: fix typos/reword paragraphs about FFM versions
(edit) @e8c0b671   12 years stefasab examples/muxing: fix typo: allocated -> allocate
(edit) @6a302331   12 years michaelni Merge remote-tracking branch 'cus/stable' * cus/stable: ffplay: …
(edit) @2a0dfc51   12 years michaelni img2enc: support 16bit per sample yuv in split planes. Signed-off-by: …
(edit) @52c40a0e   12 years michaelni MAINTAINERS: fix entry for img2 Signed-off-by: Michael Niedermayer …
(edit) @2c875651   12 years michaelni img2enc: support storing alpha planes too in split plane mode …
(edit) @db012e16   12 years michaelni img2enc: Fix yuva with yuv split planes. Previously the chroma planes …
(edit) @67ee2d2f   12 years michaelni img2enc: check pix_fmt for split planes mode. Found-by: Paul B Mahol …
(edit) @6dfcc7ab   12 years michaelni img2enc: ensure that the codec is rawvideo for split planes mode. …
(edit) @7f6f8f6   12 years stefasab examples/demuxing: fix braino s/video/audio/ in a log message.
(edit) @794cea58   12 years stefasab examples/demuxing: dump input information *after* trying to open audio …
(edit) @c9956449   12 years onemda fate: add more pix_fmt tests for xwd Signed-off-by: Paul B Mahol …
(edit) @64938429   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: FATE: …
(edit) @7d26be6   12 years michaelni Merge commit '5ff998a233d759d0de83ea6f95c383d03d25d88e' * commit …
(edit) @e859339e   12 years michaelni Merge commit '930e26a3ea9d223e04bac4cdde13697cec770031' * commit …
(edit) @f0615557   12 years michaelni rtmpproto: Use av_strlcat instead of strncat Signed-off-by: Michael …
(edit) @10ac70d2   12 years onemda avrndec: use more meaningful error codes Signed-off-by: Paul B Mahol …
(edit) @70727e87   12 years onemda lavf/avr: make .long_name consistent with others Signed-off-by: Paul …
(edit) @efbe162f   12 years onemda cljr: use meaningful error code Signed-off-by: Paul B Mahol …
(edit) @8a58894f   12 years justin.ruggles FATE: add a 24-bit FLAC encoding test
(edit) @5ff998a2   12 years justin.ruggles flacenc: use uint64_t for bit counts Needed to avoid integer …
(edit) @31c3b9c9   12 years justin.ruggles FATE: rename FLAC tests from flac-* to flac-16-* This will …
(edit) @e7833163   12 years justin.ruggles flacenc: remove wasted trailing 0 bits
(edit) @2e76f343   12 years justin.ruggles flacenc: use RICE2 entropy coding mode for 24-bit
(edit) @13e1ee6   12 years justin.ruggles flacenc: add 24-bit encoding
(edit) @799e2324   12 years justin.ruggles flacdsp: move lpc encoding from FLAC encoder to FLACDSPContext Also, …
(edit) @dfde8a34   12 years justin.ruggles lavu: add av_ctz() for trailing zero bit count
(edit) @6a744d26   12 years justin.ruggles flacenc: use a separate buffer for byte-swapping for MD5 checksum on …
(edit) @282a6308   12 years michaelni udp: check ff_socket_nonblock() return code Fixes CID733719 …
(edit) @2253df76   12 years diego fate: aac: Place LATM tests and general AAC tests in different groups
(edit) @92fec47d   12 years diego build: The A64 muxer depends on rawenc.o for ff_raw_write_packet()
Note: See TracRevisionLog for help on using the revision log.