source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @ba10207b   13 years Carl Eugen Hoyos Use more designated initializers. Also remove some pointless NULL/0 …
(edit) @73ba2c1   13 years Carl Eugen Hoyos mp3enc: remove unused variable
(edit) @5ff2c495   13 years Carl Eugen Hoyos Make sure configure does not fail just because unneeded third-party …
(edit) @874da65   13 years Reimar.Doeffinger Avoid av_memcpy_backptr hang without extra branch. This only happens …
(edit) @b0143da8   13 years michaelni ljpegdec: fix point transform injection. Fix Ticket842 Signed-off-by: …
(edit) @83f70805   13 years michaelni flvdec: Print a warning in all failure cases of …
(edit) @67c734ea   13 years michaelni flvdec: Disable metadatacreator "MEGA" hack Signed-off-by: Michael …
(edit) @df0bff66   13 years michaelni flvdec: Check index for being valid Fixes seeking in …
(edit) @00c0465d   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @6ed3565f   13 years Carl Eugen Hoyos Do not fail when decoding invalid v410 files with odd width. …
(edit) @b9e0e953   13 years michaelni nsvdec: Check av_malloc(string_size) This can easily be NULL as …
(edit) @209c4452   13 years diego fate: split off DPCM codec FATE tests into their own file
(edit) @bdda1616   13 years diego fate: split off PCM codec FATE tests into their own file
(edit) @3a15051a   13 years Carl Eugen Hoyos Always assume the bmp palette as being opaque.
(edit) @ca5ab8cd   13 years diego libvorbis: K&R reformatting cosmetics
(edit) @c4db3446   13 years diego libmp3lame: K&R formatting cosmetics Signed-off-by: Diego Biurrun …
(edit) @8ca903eb   13 years rsbultje fate: Add a video test for xxan decoder Signed-off-by: Ronald S. …
(edit) @9342ecf0   13 years rsbultje mpegvideo_enc: K&R cosmetics (line 1000-2000). Signed-off-by: Ronald …
(edit) @7636c8c6   13 years anton avconv: K&R cosmetics Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @f41a6c8f   13 years michaelni indeo5: Fix null pointer dereferences of ref_mb Reviewed-by: Derek …
(edit) @7ae251b4   13 years michaelni h264_mp4toannexb_filter: pass error code through. Bug-Found-by and …
(edit) @cf4afe0b   13 years martin qt-faststart: Fix up indentation This restores indentation after …
(edit) @1fbd3d30   13 years kostya.shishkov indeo4: remove two unused variables
(edit) @762b21f9   13 years lu_zero doxygen: cleanup style to support older doxy Doxygen 1.7.5.1 had been …
(edit) @377dfa3d   13 years nicolas.george Revert "build: error on mixed declarations and code" This reverts …
(edit) @ac1c27bc   13 years janne-libav fate: add more tests for VC-1 decoder Signed-off-by: Janne Grunau …
(edit) @bf5cc805   13 years michaelni issdemux: Check packet_size for validity Reviewed-by: Paul B Mahol …
(edit) @e7c1e38   13 years michaelni qpeg: Check for overread in qpeg_decode_intra. Reviewed-by: Paul B …
(edit) @1f8bf1ef   13 years martin applehttpproto: Apply the same reload interval changes as for the …
(edit) @617475a9   13 years martin applehttp: Use half the target duration as interval if the playlist …
(edit) @356ae5f6   13 years martin applehttp: Use the last segment duration as reload interval According …
(edit) @7af507ea   13 years anton lagarith: add decode support for arith rgb24 mode Signed-off-by: …
(edit) @6071e4d8   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @7e5cbb3c   13 years michaelni cljrdec: improve scaling somewhat Signed-off-by: Michael Niedermayer …
(edit) @8f52169   13 years rsbultje v410dec: Check for sufficient input data. Fixes crash Signed-off-by: …
(edit) @92e2b59   13 years michaelni indeo5: fix division by 0 in ff_ivi_init_tiles() Signed-off-by: …
(edit) @a1ca4531   13 years michaelni cljrenc: fix scaling Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
(edit) @733b23c2   13 years anton fate: Add v210 codec regression tests Signed-off-by: Reimar Döffinger …
(edit) @891ce00c   13 years anton mpegts: adjustable minimum PES payload With the current default PES …
(edit) @6fa9843b   13 years anton mpegts: properly output large audio packets Do not assume the audio …
(edit) @b5aecc6b   13 years anton avformat: Add SMJPEG demuxer. Signed-off-by: Paul B Mahol …
(edit) @d46bc413   13 years michaelni indeo5: Fix crash due to partially initialized gop vars. …
(edit) @4b35ee0b   13 years michaelni indeo5: fix null pointer crash with ref_mb Signed-off-by: Michael …
(edit) @8e09482e   13 years michaelni vcr1dec: Check that there is sufficient input data. Fixes crash. …
(edit) @11ca3416   13 years michaelni v410dec: Check for sufficient input data. Fixes crash Signed-off-by: …
(edit) @adfe0c94   13 years kostya.shishkov Indeo 4 decoder Signed-off-by: Kostya Shishkov <kostya.shishkov@gmail.com>
(edit) @190a0998   13 years Carl Eugen Hoyos Fix a crash when reading gray pam files. Fixes ticket #837.
(edit) @c1bc1967   13 years Carl Eugen Hoyos Fix a typo that broke writing (and reading) PAM files. Reported and …
(edit) @0e5fbbd7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @ad1c5025   13 years michaelni Fixed crash in palette handling when converting certain .png images to …
(edit) @29c1b258   13 years michaelni Makefile: fix path to ffprobe.xsd Idea-by: beastd Signed-off-by: …
(edit) @bd96be6e   13 years rsbultje mpegvideo_enc: K&R cosmetics Signed-off-by: Ronald S. Bultje …
(edit) @ec0dc7e2   13 years Carl Eugen Hoyos Make Interplay palette opaque and increase its dynamics.
(edit) @387d8607   13 years Carl Eugen Hoyos Support decoding yuv442 and yuv421 jpeg images. Fixes ticket #787.
(edit) @613cbf31   13 years Carl Eugen Hoyos Fix some 1bit png samples, they can be palettised. Fixes ticket #767.
(edit) @2702ec2e   13 years janne-libav doxygen: remove unreplaced variables from custom header and footer
(edit) @06bb5905   13 years janne-libav threads: test for sys/param.h and include it for sysctl on OpenBSD
(edit) @1adba23c   13 years janne-libav v4l2: remove unneded linux specific asm/types.h include
(edit) @440e984b   13 years stefasab lavfi: add asplit filter
(edit) @ae217762   13 years stefasab lavfi: add missing check in avfilter_filter_samples() Avoid …
(edit) @e9af732a   13 years stefasab lavfi: fix avfilter_default_get_audio_buffer() after changes in …
(edit) @5764301d   13 years stefasab lavfi: don't try to indent words in trace messages The traces end up …
(edit) @20ac5849   13 years stefasab ffprobe: add XML writer
(edit) @f1a4182e   13 years stefasab ffprobe: add show_private_data option
(edit) @9361333   13 years stefasab ff* tools: move descriptions from copyright header to @file doxy
(edit) @c405a22d   13 years stefasab Changelog: move thunbnail filter entry from 0.9 to "next" section
(edit) @f1f87439   13 years Clément Bœsch thumbnail: fix error code in case of invalid args.
(edit) @15a2a29b   13 years Clément Bœsch lavfi: add thumbnail video filter.
(edit) @676a9ee1   13 years martin x86: Fix constraints for decode_significance*_x86 Originally, prior …
(edit) @b7254437   13 years michaelni mpegvideo: fix visualization buffer size. Signed-off-by: Michael …
(edit) @f2f8632a   13 years michaelni ffmpeg: Check that frames are user type before treating them as such …
(edit) @80d2ddda   13 years michaelni ffmpeg: disable dr1 in case of resolution changes, as this does not …
(edit) @9971af3a   13 years michaelni ffmpeg: add remaining hunks to enable dr1 support Author: Anton …
(edit) @49b909b9   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: fate: …
(edit) @f5146953   13 years Clément Bœsch fate: warn if SAMPLES is not specified.
(edit) @3d38a726   13 years Clément Bœsch fate: give stderr hint when a test fails.
(edit) @2ffee0f4   13 years Clément Bœsch fate: add generic rules for most of the tests/fate/*.mak files.
(edit) @7b2dba1c   13 years michaelni dv: fix avpriv_dv_codec_profile with lowres > 0 Fixes ticket #44. …
(edit) @084bd109   13 years michaelni id3v2: fix variable type for uncompress() Signed-off-by: Michael …
(edit) @7e09fe1   13 years michaelni Process compressed id3v2 tags. ID3v2.4 allows for zlib compressed …
(edit) @723c35fe   13 years diego fate: split off vqf/twinvq FATE tests into their own file
(edit) @9e5bd6cc   13 years diego fate: split off mpc FATE tests into their own file
(edit) @913b6b4b   13 years diego fate: split off libavcodec FATE tests into their own file
(edit) @4e616d09   13 years diego fate: split off Microsoft codec FATE tests into their own file
(edit) @bebf9f92   13 years diego fate: group all VP* codec FATE tests together in one file
(edit) @6e9bb5aa   13 years janne-libav swscale: prevent invalid writes in packed_16bpc_bswap Writes past the …
(edit) @3701d547   13 years Clément Bœsch gxf: remove gxf_ prefix to timecode metadata keys. This will allow a …
(edit) @831f6cd   13 years Clément Bœsch timecode: fix drop frame in avpriv_timecode_to_string().
(edit) @357cb533   13 years michaelni dv: add timecode to metadata Reviewed-by: Reimar Signed-off-by: …
(edit) @a45880dc   13 years michaelni ffmpeg: fix non ANSI C for(int Signed-off-by: Michael Niedermayer …
(edit) @484e59a0   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: avs: …
(edit) @80dc7c01   13 years anton avs: call release_buffer() at the end. Fixes a memleak.
(edit) @06e8d38f   13 years anton Add minor bumps and APIchanges entries for lavc/lavfi changes.
(edit) @c65dfac4   13 years rsbultje mpegvideo.c: K&R formatting and cosmetics. Signed-off-by: Ronald S. …
(edit) @c48f67f   13 years michaelni ff*: add -max_alloc command line option Signed-off-by: Michael …
(edit) @5a8e9942   13 years michaelni mem: add av_max_alloc() to limit the maximum amount that may be …
(edit) @5e9a56a0   13 years michaelni shorten: validate values in fmt chunk search Signed-off-by: Michael …
(edit) @18bcfc91   13 years michaelni shorten: Fix invalid free() Signed-off-by: Michael Niedermayer …
(edit) @04a14d4d   13 years anton avconv: avoid memcpy in vsrc_buffer when possible. Decoding …
(edit) @64dca32c   13 years anton avconv: implement get_buffer()/release_buffer(). This will allow …
Note: See TracRevisionLog for help on using the revision log.