source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @5c74fa6c   11 years michaelni avcodec/alsdec: skip cases where the master channel equals the current …
(edit) @74a9c928   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: h264: …
(edit) @fead2414   11 years michaelni avcodec/vda_h264_dec: avoid declaring int in for arguments Some …
(edit) @3477874a   11 years michaelni Merge branch 'master' of https://github.com/upsuper/ffmpeg-vdadec * …
(edit) @54bb30ba   11 years michaelni omadec: Disable "Unsupported codec ATRAC3+" warning Also add a list …
(edit) @2e1fb96   11 years michaelni ATRAC+ decoder Cleanup by Diego Biurrun. Signed-off-by: Michael …
(edit) @8e90c728   11 years michaelni avformat/iff: check avio_read() return in get_metadata() Fixes: …
(edit) @55fa8989   11 years michaelni avcodec/jpeg2000dec: zero Jpeg2000QuantStyle structure before use in …
(edit) @83350165   11 years michaelni avutil/frame: increase padding for frames This matches what avcodec …
(edit) @6ea05ef2   11 years michaelni avcodec/h264: remove unused variable Signed-off-by: Michael …
(edit) @af228a9f   11 years michaelni swscale/arm: fix build error with --enable-shared use string …
(edit) @8efde6d   11 years michaelni avformat/mov: clear padding area in mov_read_extradata() Fixes: …
(edit) @4156df59   11 years michaelni avformat/mov: check avio_read() return in mov_read_dref() Fixes: …
(edit) @c09bb235   11 years michaelni Merge remote-tracking branch 'rbultje/vp9-simd' * rbultje/vp9-simd: …
(edit) @7ad6515f   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: doxy: …
(edit) @8102cdfc   11 years michaelni Merge commit '9ace13db77a22fd59c217175596a95775c5d25aa' * commit …
(edit) @8ea15018   11 years stefasab doc/protocols: fix level of udp examples subsection
(edit) @25b24375   11 years michaelni Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0' * commit …
(edit) @e630ca51   11 years michaelni avformat/mpegts: check sl.timestamp_len Fixes: …
(edit) @4d2bb289   11 years lu_zero h264: namespace the decode function Make much easier debugging.
(edit) @18175baa   11 years rsbultje vp9/x86: 16px MC functions (64bit only). Cycle counts for large MCs …
(edit) @f55bc96a   11 years michaelni avcodec/pcm-dvd: reset last header on errors Fixes: …
(edit) @1ab91c7d   11 years lu_zero doxy: Update the css to have a flat style Drop references to the doxy …
(edit) @9ace13db   11 years lu_zero doxy: Fix link in badge color Green on blue was not exactly optimal. …
(edit) @42b6805c   11 years michaelni avcodec/huffyuvdec: clear remainder of the array on end of input in …
(edit) @b83d1ee3   11 years diego avutil: Move library version related macros to version.h This is a …
(edit) @0875a9e4   11 years michaelni avformat/oggparseogm: check input size before reading t Makes no …
(edit) @63598728   11 years michaelni avformat/oggparseogm: check input size before reading parameters …
(edit) @d164ad32   11 years michaelni avcodec/ivi_common: use av_mallocz() to allocate mbs array Fixes use …
(edit) @344d6db9   11 years quanxunzhen avcodec/vda_h264_dec: add format check Fix crash when using this …
(edit) @14bec7dc   11 years michaelni avcodec/wnv1: clear padding area of rbuf Fixes use of uninitialized …
(edit) @ec73bd1f   11 years clement avfilter/avectorscope: fix {} mistake in alloc check.
(edit) @0d9375fc   11 years rsbultje vp9/x86: 16x16 sub-IDCT for top-left 8x8 subblock (eob <= 38). Sub8x8 …
(edit) @6b36f577   11 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: mms: …
(edit) @cd355d4d   11 years stefasab lavfi/abuffersrc: use AV_OPT_TYPE_SAMPLE_FMT for sample_fmt option …
(edit) @334e2e23   11 years stefasab lavu,lavc,lswr: do not hardcode AV_SAMPLE_FMT_NB value when setting …
(edit) @3b8c7da7   11 years stefasab lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting …
(edit) @55f046be   11 years stefasab lavu/opt: apply range checks also when setting format string value …
(edit) @1575a96b   11 years stefasab lavu/opt: factorize setting of format values from string Simplify …
(edit) @e2b54464   11 years stefasab lavu/opt: fix range check logic in set_format() In particular, allow …
(edit) @1716b4c7   11 years lu_zero mms: Remove non-utf8 characters Certain softwares get badly confused. …
(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 …
Note: See TracRevisionLog for help on using the revision log.