source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @165f96cd   11 years michaelni avformat/rmdec: move packet allocation down Fixes memleak Fixes: …
(edit) @4e394a98   11 years michaelni avformat/rmdec: check against mismatching int4 interleaver parameters …
(edit) @1486ed08   11 years michaelni avcodec/shorten: clear bitstream buffer Fixes use of uninitialized …
(edit) @f371a4a5   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @26ce266e   11 years michaelni avformat/mpc8: check avio_read() return in mpc8_parse_seektable() no …
(edit) @e33b6ccf   11 years michaelni avformat/mpc8: clear buffer padding area Fixes use of uninitialized …
(edit) @e079661d   11 years michaelni ffmpeg_opt: Fix -target vcd The removed line makes no sense and …
(edit) @565f786d   11 years michaelni ffprobe: Dont clear AVFrame between uses. The old API required this …
(edit) @baeda2bf   11 years stefasab lavfi/volume: fix NULL reference in filter_frame() Fix crash.
(edit) @1b4da43c   11 years stefasab doc/protocols/tcp,lavf/tcp: apply minor fixes to TCP protocol documentation
(edit) @702d9a23   11 years stefasab lavf/tcp: honor listen option value in a tag Consistent with what is …
(edit) @b80cf460   11 years stefasab doc/protocols/udp,lavf/udp: apply minor documentation fixes
(edit) @ca0d8e8   11 years stefasab lavfi/volume: extend volume logging
(edit) @97aa5546   11 years stefasab lavfi/volume: implement process_command() callback, with the volume …
(edit) @7619a87c   11 years stefasab lavfi/volume: support volume expression and per-frame expression …
(edit) @239a054   11 years michaelni avformat/westwood_vqa: use ff_get_extradata() Signed-off-by: Michael …
(edit) @6fb29535   11 years michaelni avformat/vc1test: use ff_get_extradata() Signed-off-by: Michael …
(edit) @2e2cab6e   11 years michaelni avformat/rsd: use ff_get_extradata() Signed-off-by: Michael …
(edit) @fd335aa3   11 years michaelni avformat/rmdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @61883a2e   11 years michaelni avformat/rl2: use ff_get_extradata() Signed-off-by: Michael …
(edit) @0b9ca70   11 years michaelni avformat/riffdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @bb6101d4   11 years michaelni avformat/nuv: use ff_get_extradata() Signed-off-by: Michael …
(edit) @0cedc6c   11 years michaelni avformat/nutdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @6f7daae0   11 years michaelni avformat/mpc8: use ff_get_extradata() Signed-off-by: Michael …
(edit) @a1ce41c9   11 years michaelni avformat/mpc: use ff_get_extradata() Signed-off-by: Michael …
(edit) @3e5a7dff   11 years michaelni avformat/mov: use ff_get_extradata() Signed-off-by: Michael …
(edit) @28cc7062   11 years michaelni avformat/isom: use ff_get_extradata() Signed-off-by: Michael …
(edit) @215759a9   11 years michaelni avformat/idcin: use ff_get_extradata() Signed-off-by: Michael …
(edit) @d8d5258   11 years michaelni avformat/flvdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @c633aeba   11 years michaelni avformat/ffmdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @773f2a56   11 years michaelni avformat/cafdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @5ce04c54   11 years michaelni avformat/bink: use ff_get_extradata() Signed-off-by: Michael …
(edit) @e93bc3e   11 years michaelni avformat/avidec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @f04fc386   11 years michaelni avformat/apetag: use ff_get_extradata() Signed-off-by: Michael …
(edit) @9e5fa1e5   11 years michaelni avformat/apc: use ff_get_extradata() Signed-off-by: Michael …
(edit) @b59740e   11 years michaelni avformat/aiffdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @482b2042   11 years michaelni avformat/adxdec: use ff_get_extradata() Signed-off-by: Michael …
(edit) @ee4e8050   11 years michaelni avformat: add ff_get_extradata() Signed-off-by: Michael Niedermayer …
(edit) @ac480cb   11 years michaelni avformat/isom: free extradata on failure to read it Fixes use of …
(edit) @2a5fb0b1   11 years michaelni avformat/mov: check avio_read return in mov_read_dvc1() Fixes use of …
(edit) @0d944ee3   11 years michaelni matroskadec: Fix bug when parsing realaudio codec parameters flavor …
(edit) @bd0fba87   11 years diego configure: Explicitly disable w32threads if the test for it fails …
(edit) @2c0b246b   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @459db512   11 years michaelni avformat/ape: free packet on avio_read() failure Fixes memleak Fixes: …
(edit) @804ea14b   11 years michaelni avformat/nut: add minor_version field with version>=4 Signed-off-by: …
(edit) @6aa5037   11 years michaelni avformat/nut: store version in the context Signed-off-by: Michael …
(edit) @3cfa310c   11 years michaelni avformat/ape: zero seektable&bittable and warn when they where only …
(edit) @f07ca542   11 years michaelni avcodec/vmdav: return the amount of data that has been unpacked from …
(edit) @d06ca204   11 years diego error.h: Do not circularly depend on avutil.h
(edit) @bb9f5516   11 years michaelni avcodec/eatgv: use av_mallocz() for frame_buffer Fixes use of …
(edit) @51fed95   11 years michaelni swscale/utils: fix wrong deprecated message with rgb0 Fixes …
(edit) @691dec62   11 years michaelni Allow stream-copying grayscale mov files. This reverts 0de2157f / …
(edit) @d63e9943   11 years michaelni avformat/mov: Do not compute a grayscale palette for cinepak in mov. …
(edit) @251c96a7   11 years michaelni avformat/matroskadec: Fix start_time Signed-off-by: Michael …
(edit) @acafbb4d   11 years michaelni vp9: fix crash if segmentation=1, keyframe/intraonly=1 and …
(edit) @4a55bffa   11 years michaelni vp9: fix bug in updating of coef probabilities with parallelmode=1. …
(edit) @b2597042   11 years michaelni avcodec/libopusdec: Set codec->delay to pre_skip not fixed value …
(edit) @05c3c568   11 years Carl Eugen Hoyos Read pictures in id3v2.2
(edit) @95953c1c   11 years michaelni avcodec/wavpack fix *void pointer arithmetic Signed-off-by: Michael …
(edit) @e93a73cb   11 years michaelni wtvenc: output ff_format_none if ff_put_wav_header fails This occurs …
(edit) @e4be0765   11 years michaelni wtvenc: use codec tag + MEDIASUBTYPE_BASE_GUID, if there is no …
(edit) @686b6dc3   11 years michaelni wtv: make ff_format_videoinfo2 visible to wtv encoder Signed-off-by: …
(edit) @129ce05b   11 years stefasab tools/zmqsend: rename ctx to zmq_ctx The new name is more explicit.
(edit) @dd00f9ca   11 years stefasab tools/zmqsend: use valid NULL log context The zmq context is not a …
(edit) @99978320   11 years michaelni avcodec/apedec: use av_fast_padded_malloc() Fixes use of …
(edit) @d5128fce   11 years michaelni avcodec/apedec: more checks for k Fixes assertion failure Fixes part …
(edit) @d9463340   11 years michaelni avcodec/libopencore-amr: remove av_free coded_frame. There seems to …
(edit) @57c63c92   11 years michaelni MAINTAINERS: drop 2.0 from the releases that i maintain …
(edit) @5c3079aa   11 years michaelni avformat/iss: check sscanf() return code Fixes use of uninitialized …
(edit) @6da21c1f   11 years michaelni wtvenc: populate VIDEOINFOHEADER2 Fixes ticket #2835. Signed-off-by: …
(edit) @f93b0abe   11 years michaelni avformat/riffenc: indent Signed-off-by: Michael Niedermayer …
(edit) @fcbb9471   11 years michaelni riffenc: add option to ff_put_bmp_header to ignore extradata …
(edit) @d08ea75a   11 years michaelni wtvenc: test avio_size() validity Signed-off-by: Michael Niedermayer …
(edit) @5a1bfa7e   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: lavu: …
(edit) @5a8b4ed5   11 years michaelni Merge commit '57ead8449e44bd07b3d4a5bd42f1aab64566f92e' * commit …
(edit) @5b4c7b7d   11 years michaelni Merge commit '6c0e83511705e7f8f5100e7852a1e7fd16aa8877' * commit …
(edit) @8b285f03   11 years michaelni avcodec/utils: fix memleak on avcodec_open2() failure Signed-off-by: …
(edit) @866c44d4   11 years michaelni avcodec/wavpack: clear remainder of data in case of error in …
(edit) @10d98248   11 years tdskywalker lavu: fix typo in documentation.
(edit) @57ead844   11 years tdskywalker doc: fix link to the ISC license text in the developer documentation.
(edit) @6c0e835   11 years tdskywalker doc: fix a coding style error in the developer documentation.
(edit) @911676c6   11 years michaelni avutil/avstring: add av_strnlen() Signed-off-by: Michael Niedermayer …
(edit) @1c63aed2   11 years michaelni Convert XvMC to hwaccel v3 Signed-off-by: Ivan Kalvachev …
(edit) @c19f193c   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vc1: …
(edit) @102b794e   11 years michaelni configure: support raising major version in soname this allows …
(edit) @88956f73   11 years michaelni ffmpeg: use timestamp from before and after the decoder to detect …
(edit) @de2a2caf   11 years michaelni nutenc/write_index: warn if 2 consecutive keyframes have the same PTS …
(edit) @61ae9939   11 years lu_zero vc1: Fix intensity compensation performance regression Introduced by …
(edit) @64b98df3   11 years michaelni vc1: simplify *_use_ic initialization Signed-off-by: Michael …
(edit) @ed5bed41   11 years michaelni VC1: Fix intensity compensation performance regression Fix …
(edit) @5410a5dc   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: hevc: …
(edit) @6fe5f770   11 years michaelni Merge commit 'be7c323176e2e5fcf30e3d2ff20975b2f936811b' * commit …
(edit) @7398e05   11 years lu_zero hevc: move DSP declarations from hevc.h into hevcdsp.h Signed-off-by: …
(edit) @9b195dd5   11 years michaelni avformat/4xm: shrink packet if it was only partially initialized …
(edit) @2c635fab   11 years michaelni avformat/isom: check avio_read() result Fixes use of uninitialized …
(edit) @b797a00f   11 years michaelni avformat/rmdec: zero string destination before use Fixes use of …
(edit) @be7c323   11 years justin.ruggles Add a libwebp encoder
(edit) @ea1e630c   11 years michaelni vcodec/rv34: use av_mallocz() to allocate tables Fixes use of …
(edit) @55328d5f   11 years michaelni avformat/electronicarts: detect endianness by comparing sizes instead …
(edit) @a07d4bc8   11 years michaelni avformat/gxfenc: dont use a int intermediate to store in a unsigned …
Note: See TracRevisionLog for help on using the revision log.