source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @a9011623   13 years michaelni avopts: Fix random values being printed in error messages: Bug …
(edit) @e8ab4bac   13 years Reimar.Doeffinger Fix compilation with YASM. YASM does not support %ifempty even though …
(edit) @03f1caec   13 years Reimar.Doeffinger HACK: fix compilation with NASM. This issue is actually already fixed …
(edit) @dbb38bc3   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @90c02ae1   13 years michaelni vsrc_mandelbrot: increase maxiter to 7189 Signed-off-by: Michael …
(edit) @690860d0   13 years michaelni vsrc_mandelbrot: Use threshold to detect cycles. This way cycles are …
(edit) @a5dfedd3   13 years michaelni vsrc_mandelbrot: detect edges in interpol() Signed-off-by: Michael …
(edit) @4ebbcdb3   13 years michaelni vsrc_mandelbrot: avoid a | in interpol() Signed-off-by: Michael …
(edit) @c88bdafe   13 years michaelni lavc: translate FF_ER_EXPLODE to AV_EF_EXPLODE|COMPLIANT This is most …
(edit) @5dd16af   13 years michaelni vsrc_mandelbrot: increase default zoom speed by a factor of 2 …
(edit) @ca148082   13 years michaelni vsrc_mandelbrot: spatial interpolation speeds the code up by a factor …
(edit) @09d243dd   13 years rsbultje swscale: Fix stack alignment for SSE Although gcc guarantees 16 byte …
(edit) @f3a29b7   13 years justin.ruggles avcodec: move some AVCodecContext fields to an internal struct. A new …
(edit) @56fc4cf0   13 years michaelni vsrc_mandelbrot: always store values for periodicity checking, this …
(edit) @da1344e0   13 years michaelni vsrc_mandelbrot: simplify second bailout search by not recalculating …
(edit) @e749b378   13 years michaelni vsrc_mandelbrot: increase zyklus array size so that optimizations can …
(edit) @649d3932   13 years michaelni vsrc_mandelbrot: check bailout only once every 8 iterations, this is …
(edit) @fe2efc52   13 years michaelni vsrc_mandelbrot: factorize periodicity checking too. Signed-off-by: …
(edit) @cf670fbc   13 years michaelni vsrc_mandelbrot: factorize main calculation out into a macro. …
(edit) @513b6919   13 years justin.ruggles avcodec: use av_opt_set() instead of deprecated av_set_string3()
(edit) @fa9aeb82   13 years justin.ruggles avcodec: fix some const warnings libavcodec/options.c:583: warning: …
(edit) @86d37303   13 years justin.ruggles avcodec: remove pointless AVOption, internal_buffer_count
(edit) @0af8d207   13 years michaelni h261dec: correct AV_EF flags. Signed-off-by: Michael Niedermayer …
(edit) @b0ccebe   13 years michaelni mpeg12dec: correct AV_EF flags. Signed-off-by: Michael Niedermayer …
(edit) @7fbe87c0   13 years michaelni lavc: remove incorrect mapping between semantically incompatible error …
(edit) @85ab33b8   13 years michaelni mpegaudeiodec: correct AV_EF flags. Signed-off-by: Michael …
(edit) @02bd11e9   13 years michaelni lavc: Add AV_EF flags to restore support for the error_resilience …
(edit) @c693aa6f   13 years alex.converse imgutils: Fix illegal read. Found with address sanitizer. …
(edit) @328a3545   13 years michaelni udp: update to new interrupt callback API Signed-off-by: Michael …
(edit) @e161b079   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: (22 …
(edit) @36a60fad   13 years michaelni lavf: cdg has large non keyframe segments and should thus be exempt …
(edit) @ff3755cb   13 years janne-libav configure: add check for w32threads to enable it automatically
(edit) @fca85ce5   13 years michaelni rawdec: use a default sample rate if none is specified. Fixes "ffmpeg …
(edit) @6f326b50   13 years michaelni sws: fix: libswscale/swscale_unscaled.c:915:9: warning: new qualifiers …
(edit) @8c3ab309   13 years michaelni sws: Fix: libswscale/swscale_unscaled.c:805:5: warning: passing …
(edit) @58eca517   13 years michaelni sws: Fix: libswscale/utils.c:941:13: warning: passing argument 5 of …
(edit) @6ed000c8   13 years michaelni sws: Fix warning: ‘abase’ may be used uninitialized in this function …
(edit) @0a3a125f   13 years michaelni sws: update copyright dates Signed-off-by: Michael Niedermayer …
(edit) @babf4fe0   13 years michaelni Don't fill in frame gaps with copied refs after flush The filled in …
(edit) @14db3af   13 years michaelni qdm2dec: check remaining input bits in the mainloop of …
(edit) @1fbf7165   13 years nicolas.george lavfi: reimplement MPlayer's af_pan filter for libavfilter. Original …
(edit) @fd1cea6   13 years michaelni mxfdec: Add hack that adjusts the n_delta calculation when system …
(edit) @7ddb0607   13 years michaelni mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry …
(edit) @704af3e2   13 years lu_zero rtmp: do not hardcode invoke numbers Note: FCPublish/FCUnpublish are …
(edit) @b7d939d9   13 years lu_zero cinepack: return non-generic errors
(edit) @81ac4cda   13 years anton fate-lavf-ts: use -mpegts_transport_stream_id option. Serves as a …
(edit) @f872e4d0   13 years anton Add an APIchanges entry and a minor bump for avio changes.
(edit) @45f511ec   13 years anton avio: Mark the old interrupt callback mechanism as deprecated Prepare …
(edit) @40972f7c   13 years anton avplay: Set the new interrupt callback Signed-off-by: Anton Khirnov …
(edit) @2abe947a   13 years anton avconv: Set new interrupt callbacks for all AVFormatContexts, use …
(edit) @a4009c6a   13 years martin cinepak: remove redundant coordinate checks Signed-off-by: Michael …
(edit) @867b4966   13 years martin cinepak: check strip_size Signed-off-by: Michael Niedermayer …
(edit) @d92fea2b   13 years martin cinepak, simplify, use AV_RB24() Signed-off-by: Michael Niedermayer …
(edit) @a2b51fe8   13 years martin cinepak: simplify, use FFMIN() Signed-off-by: Michael Niedermayer …
(edit) @b55aa7df   13 years martin cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
(edit) @795d9594   13 years martin applehttp: Fix seeking in streams not starting at DTS=0 The Apple …
(edit) @a7e56790   13 years stefasab ffprobe: make writer_print_integer support long long int values This …
(edit) @dbc2424   13 years martin http: Don't use the normal http proxy mechanism for https The tls …
(edit) @2565dbe   13 years martin tls: Handle connection via a http proxy Signed-off-by: Martin Storsjö …
(edit) @f5c5d57b   13 years martin http: Reorder two code blocks This is in preparation for a later …
(edit) @9f1dae94   13 years martin http: Add a new protocol for opening connections via http proxies …
(edit) @bf7723a6   13 years martin http: Split out the non-chunked buffer reading part from http_read …
(edit) @ddf9b510   13 years martin segafilm: add support for raw videos Signed-off-by: Martin Storsjö …
(edit) @525c5b08   13 years martin rtpdec: only use RTCP for PTS when synchronizing multiple streams …
(edit) @12348ca2   13 years martin rtpdec: unwrap RTP timestamps for PTS calculation The timestamp field …
(edit) @95d6e5bd   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: vp5: …
(edit) @640424e   13 years michaelni j2kdec: fix 10l typo in initializing sgnd. Signed-off-by: Michael …
(edit) @856b33f5   13 years michaelni Added support for J2K encoding with libopenjpeg Note: Some of the …
(edit) @32aa9590   13 years michaelni vf_scale: Fix slice position assert to take vertical subsampling into …
(edit) @5bccb2d0   13 years michaelni sws: handle jpeg pixel formats in sws_init_context() Fixes Ticket576 …
(edit) @3495817   13 years Clément Bœsch libutvideo: use K&R style.
(edit) @bb4b0ad8   13 years alex.converse vp5: Fix illegal read. Found with Address Sanitizer
(edit) @e0966eb1   13 years alex.converse vp6: Fix illegal read. Found with Address Sanitizer Signed-off-by: …
(edit) @30ca700b   13 years michaelni ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3. Our ac3 …
(edit) @4fef94c6   13 years michaelni swr: doxument matrix fields. Signed-off-by: Michael Niedermayer …
(edit) @0bfc03d   13 years Clément Bœsch swr: move code to avoid resample forward declaration.
(edit) @eafa2b60   13 years Clément Bœsch swr: introduce a public function to customize the channel mapping.
(edit) @d3baced   13 years Clément Bœsch doc: reword and clarify default stream selection.
(edit) @5a2b3f3a   13 years michaelni aacdec: Avoid unneeded reinit due to ADTS headers Fixes Ticket 662 …
(edit) @1dbd433f   13 years Clément Bœsch swr: use av_opt_set_int() instead of manual assignments in …
(edit) @f03afd5d   13 years Clément Bœsch swr: surround mixing is obviously used, fix comment.
(edit) @68d3144e   13 years Clément Bœsch swr: doxycomment public API.
(edit) @acd56efb   13 years Clément Bœsch swr: correctly raise rematrix AVERROR.
(edit) @31ec6947   13 years michaelni libopenjpeg: rename decoder source file. Signed-off-by: Michael …
(edit) @d50122ea   13 years Carl Eugen Hoyos Do not try to read total disc or track number if data atom is too …
(edit) @92db95e9   13 years martin tls: Use TLSv1_client_method for OpenSSL TLSv1 is compatible with …
(edit) @7cdfce4f   13 years Clément Bœsch swr: fix "control reaches end of non-void function" compiler warning.
(edit) @809631af   13 years Clément Bœsch swr: bump minor version.
(edit) @af1eb298   13 years Clément Bœsch swr: use int16_t instead of short for resampling.
(edit) @4c0bad51   13 years Clément Bœsch swr: start doxycommenting the API.
(edit) @a768b9d8   13 years Clément Bœsch swr: make swr_* functions match the prototypes.
(edit) @645c61fb   13 years Clément Bœsch swr: rename swr_alloc2() to swr_alloc_set_opts().
(edit) @c4deb90c   13 years Clément Bœsch swr: use "swri_" prefix instead of "swr_" for the private API.
(edit) @64db5a1a   13 years Clément Bœsch swr: drop 'AV' prefix from ResampleContext. This type/struct is not …
(edit) @fc6351d0   13 years Clément Bœsch swr: make audio convert code explicitely private. Only what's …
(edit) @3a5fc385   13 years Clément Bœsch swr: fix #endif comment ref.
(edit) @3e971fc6   13 years michaelni h264: fix cur_chroma_format_idc with slice multithreading. …
(edit) @1d23e524   13 years michaelni mjpeg: support mpo Fixes stereoscopic_photo.mpo Signed-off-by: …
(edit) @8709ba90   13 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: …
(edit) @4f7ad4c3   13 years michaelni h264: migrate poc gap based has_b_frames calculation into new …
Note: See TracRevisionLog for help on using the revision log.