source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @e1d9dbf2   13 years anton lavfi: add a new function av_buffersrc_buffer(). It can be used to …
(edit) @1c9e340d   13 years anton lavfi: add avfilter_copy_frame_props() avfilter_copy_frame_props() …
(edit) @8a4a5f6f   13 years anton lavc: add format field to AVFrame The format is a per-frame property, …
(edit) @3a2ddf7c   13 years anton lavc: add width and height fields to AVFrame width and height are …
(edit) @b58dbb5   13 years anton lavc: add a sample_aspect_ratio field to AVFrame The sample aspect …
(edit) @67100555   13 years lu_zero doxy: add website-alike style to the html output Signed-off-by: Luca …
(edit) @2bbb4720   13 years anton FAQ: add an entry for common error when using -profile
(edit) @1795fed7   13 years michaelni segafilm: fail earlier in case theres not enough bytestream left for a …
(edit) @27d32357   13 years michaelni avio: Fix ffio_limit() when due to seeking past the end less than 0 …
(edit) @964506bb   13 years michaelni golomb: Fix infinite loop in svq3_get_ue_golomb() Signed-off-by: …
(edit) @5257743a   13 years michaelni ws_snd1: Fix wrong samples count and crash. Signed-off-by: Michael …
(edit) @0d4404ed   13 years michaelni asfdec: fix endless loop on EOF Signed-off-by: Michael Niedermayer …
(edit) @47c4713a   13 years michaelni sierravmd: limit packetsize to the amount that could be read. Fixes …
(edit) @2278ecc4   13 years michaelni vmdav: check that theres enough space for a chunk remaining. …
(edit) @66f71f3b   13 years michaelni rmdec: Avoid allocating huge packets Signed-off-by: Michael …
(edit) @fc5c49ab   13 years michaelni mpeg4videodec: Fix division by zero in …
(edit) @43abef9   13 years michaelni rpl: Fix near infinite loop in index reading due to missing eof check. …
(edit) @282bb028   13 years michaelni j2kdec: Fix crash in get_qcx Signed-off-by: Michael Niedermayer …
(edit) @3eedf9f7   13 years michaelni j2kdec: Check curtileno for validity Signed-off-by: Michael …
(edit) @3132999f   13 years michaelni j2kdec: Check for interger overflow in tile array allocation …
(edit) @628c9dcc   13 years michaelni j2kdec: fix division by zero, check tile dimensions for validity …
(edit) @58c41799   13 years michaelni lzo: fix memcpy_backptr() with 0 offset Signed-off-by: Michael …
(edit) @1858a5c2   13 years stefasab vf_drawtext: select YUV color for drawbox() in case YUV colorspace is …
(edit) @32c49389   13 years Carl Eugen Hoyos Make the palette in Quake II CIN files opaque and increase its dynamics.
(edit) @f2ed1158   13 years Carl Eugen Hoyos Make the palette in Wing Commander III mve files opaque.
(edit) @0d59ae32   13 years Carl Eugen Hoyos Make mov palette opaque or load alpha if present.
(edit) @64cafe34   13 years Carl Eugen Hoyos Make the avi palette opaque.
(edit) @c7062802   13 years michaelni doc: build: TEXIDEP: Recognize verbatim includes When generating …
(edit) @bd9d4a6b   13 years michaelni build: Try to find fate_config.sh.template in source path The FATE …
(edit) @0d4a7747   13 years michaelni libopenjpeg: support decoding with bits per pixel greater than 8 …
(edit) @28dff061   13 years michaelni Merge remote-tracking branch 'shariman/wmall' * shariman/wmall: …
(edit) @0d30c953   13 years michaelni release_notes: merge back changes from our 0.9 to master seems i have …
(edit) @d7e11d3f   13 years michaelni RELEASE_NOTES: remove possibly ofensive sounding wording from after …
(edit) @bba6f5b7   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp3dec: …
(edit) @ad9e0ed1   13 years michaelni avio: fix handling of , in urls Fixes Ticket805 Signed-off-by: …
(edit) @320b8d63   13 years michaelni swr: fix swresample_version() Signed-off-by: Michael Niedermayer …
(edit) @8ff4fff7   13 years michaelni flvdec: disable new midstream param change code not only for h264 but …
(edit) @c2c284b3   13 years michaelni Revert "doc: build: TEXIDEP: Recognize verbatim includes" This …
(edit) @7de733b7   13 years michaelni pthread: sysctl.h needs param.h on openbsd Signed-off-by: Michael …
(edit) @5c33a9a5   13 years michaelni threads: check defines before using them in automatic thread detection …
(edit) @8d4668cc   13 years michaelni pthread: include sys/types.h before sys/sysctl.h Fixes compilation on …
(edit) @8b94df0f   13 years siretart vp3dec: Check coefficient index in vp3_dequant() Based on a patch by …
(edit) @6e24b948   13 years siretart svq1dec: call avcodec_set_dimensions() after dimensions changed. …
(edit) @be00d2e1   13 years siretart Prepare for 0.8_beta1 snapshot release
(edit) @7052618c   13 years janne-libav threads: check defines before using them in automatic thread detection
(edit) @846dca1a   13 years janne-libav pthread: include sys/types.h before sys/sysctl.h Fixes compilation on …
(edit) @c25c7ba8   13 years Carl Eugen Hoyos Make systematic palette opaque.
(edit) @8e88145d   13 years Carl Eugen Hoyos Release buffers after encoding svq1. Fixes ticket #820.
Note: See TracRevisionLog for help on using the revision log.