source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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()
(edit) @930e26a3   12 years diego x86: h264qpel: Only define mmxext QPEL functions if H264QPEL is …
(edit) @30d27685   12 years michaelni segment: fix null ptr deref Fixes CID732220 Signed-off-by: Michael …
(edit) @962314f   12 years onemda AVR demuxer Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @8d889205   12 years Carl Eugen Hoyos dpcm: use AV_LOG_ERROR for error message.
(edit) @461797f6   12 years Carl Eugen Hoyos riff: add "lsvm" FourCC for H263.
(edit) @b2b67fd6   12 years michaelni docs/ffserver: document ffm/ffm2 Signed-off-by: Michael Niedermayer …
(edit) @9829ec1a   12 years michaelni ffm: redesign header format to make it extensible Currently FFM files …
(edit) @2a2d39c   12 years onemda fate: add more pix_fmt tests for pam Signed-off-by: Paul B Mahol …
(edit) @dbb37e77   12 years diego x86: PABSW: port to cpuflags
(edit) @6c104826   12 years diego x86: vc1dsp: port to cpuflags
(edit) @d578f947   12 years martin rtmp: Use av_strlcat instead of strncat Signed-off-by: Martin Storsjö …
(edit) @e870a7dd   12 years onemda lavfi: stop using -1 instead use AV_PIX_FMT_NONE/AV_SAMPLE_FMT_NONE …
(edit) @f4aaf987   12 years michaelni frame_thread_encoder: fix handling of case where the encoder does not …
(edit) @17e67c53   12 years onemda fate: add smjpegenc test Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @a8b31301   12 years Clément Bœsch lavf/srtdec: recognize subtitles starting at event index 0.
(edit) @c673ef12   12 years Carl Eugen Hoyos Write tiff tag YCbCrPositioning if chroma_sample_location is top-left.
(edit) @b015cd7e   12 years michaelni fate: try to fix mxpeg failures Signed-off-by: Michael Niedermayer …
(edit) @cc5bcaa4   12 years onemda pnm: cosmetics: reindent Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @ae5ecb8e   12 years onemda pnm: remove duplicated check for maxval > 255 Signed-off-by: Paul B …
(edit) @e82afa3e   12 years michaelni filmstripenc: fix rounding that caused fate failure Signed-off-by: …
(edit) @a147c1b2   12 years michaelni oggenc: remove unneeded null check. The code would have segfaulted …
(edit) @1ba0d9b5   12 years michaelni oss: warn when non block mode cannot be enabled. Fixes CID732183 …
(edit) @a0348d09   12 years onemda pnm: remove nonsense code If maxval is more than 255 than each value …
(edit) @bf8f4db4   12 years onemda fate: add MxPEG test Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @992a6a53   12 years onemda cdxl: add read_probe function Signed-off-by: Paul B Mahol …
(edit) @6e625d41   12 years onemda fate: add some missing dependencies Signed-off-by: Paul B Mahol …
(edit) @5eaeb423   12 years michaelni ivi_common: dc_transform is needed for intra Fixes CID90582 CID90536 …
(edit) @712287ef   12 years michaelni ff_ac3_apply_rematrixing: set flags to NULL This makes the code more …
(edit) @747c749d   12 years Marton Balint ffplay: adjust external clock speed based on buffer fullness for …
(edit) @74a50e7   12 years stefasab lavu: drop disabled FF_API_OLD_TC_ADJUST_FRAMENUM code
(edit) @008ace35   12 years stefasab doc/libavcodec: apply misc minor typo fixes
(edit) @1ba2459f   12 years stefasab lavfi/scale: declare the filter private class Allow to show the …
(edit) @1b3dbe3f   12 years onemda lcldec: fix decoding of uncompressed rgb24 sample Sample from ticket …
(edit) @c4dd4f1   12 years onemda smush: improve probing Signed-off-by: Paul B Mahol <onemda@gmail.com>
(edit) @a15adabd   12 years michaelni aacsbr: fix integer overflow Fixes CID603186 Signed-off-by: Michael …
(edit) @b5d496f3   12 years Carl Eugen Hoyos Support new transparency colour-spaces with libopenjpeg. Reviewed-by: …
(edit) @b0428741   12 years onemda indeo3: move get_buffer() above decode_plane() calls This ensure that …
(edit) @a04698c   12 years michaelni ffserver: zero dest_addr Fixes CID733838 Signed-off-by: Michael …
(edit) @bbd7b46   12 years michaelni sab_diamond_search: add assert to double check the minima_count …
(edit) @617d0d41   12 years stefasab doc: add libavcodec.texi The option chapter is based on the …
(edit) @1fa47f8d   12 years nicolas.george cmdutils: allow to set the report file name. The file name can be set …
(edit) @3bdf4971   12 years nicolas.george lavu/opt: implement av_opt_get_key_value(). This function does the …
Note: See TracRevisionLog for help on using the revision log.