source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @f9d5bdd0   12 years michaelni Merge commit '1a31dff9370b4732c91df5cb1ca4b39f2cb3050e' * commit …
(edit) @4adc8a29   12 years michaelni Merge commit '74a9a624c5c4d50760d8d57458eba57366f6cb26' * commit …
(edit) @8943925d   12 years michaelni Merge commit '688b132b881d423877e38dc82f17e23a604be676' * commit …
(edit) @329675cf   12 years michaelni Merge commit 'a1c525f7eb0783d31ba7a653865b6cbd3dc880de' * commit …
(edit) @a646ac8   12 years michaelni Merge commit '90cfc084e3e6d37ab88fc96a95f0401d8e8b4cd1' * commit …
(edit) @53c2f401   12 years michaelni Merge commit '246da0b13551b1f80f067e4f258e5bd691f5ab33' * commit …
(edit) @41bdef1d   12 years michaelni Merge commit '200e8ac92007bc2fe30da05d3bd00ab620842a6b' * commit …
(edit) @8ee7b388   12 years michaelni Merge commit '44e065d56c87d6a9d0effccec5f31517f72924ec' * commit …
(edit) @1a31dff9   12 years anton loco: return meaningful error codes.
(edit) @a9d970a0   12 years anton flicvideo: return meaningful error codes.
(edit) @6b3a1229   12 years anton vcr1: remove disabled encoder stub
(edit) @74a9a624   12 years anton vcr1: return a meaningful error code.
(edit) @e4ca055   12 years anton rpza: return a meaningful error code.
(edit) @80cf2ebc   12 years anton qdrw: cosmetics, reformat
(edit) @688b132b   12 years anton qdrw: return meaningful error codes.
(edit) @8f178294   12 years anton qtrle: return a meaningful error code.
(edit) @048ffb9b   12 years anton gifdec: return meaningful error codes.
(edit) @3d973e46   12 years anton interplayvideo: remove a static variable.
(edit) @089b3d68   12 years anton interplayvideo: return meaningful error codes.
(edit) @14cf33e9   12 years anton lcldec: return meaningful error codes.
(edit) @01cbc6f6   12 years anton targa: return meaningful error codes.
(edit) @62d96552   12 years anton qpeg: return a meaningful error code.
(edit) @3344f5cb   12 years anton nuv: return meaningful error codes.
(edit) @a1c525f7   12 years anton pcx: return meaningful error codes.
(edit) @6bf7012   12 years anton tmv: return meaningful error codes.
(edit) @9e676490   12 years anton msrle: return meaningful error codes.
(edit) @8fd4d1f   12 years anton cscd: return meaningful error codes.
(edit) @67360ccd   12 years diego yadif: x86: fix build for compilers without aligned stack Manually …
(edit) @a601eb95   12 years michaelni rtmpproto: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @1ac5a8d7   12 years michaelni lavf/mux: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @6f88d2d7   12 years michaelni vsrc_testsrc: Fix assignments in if() Signed-off-by: Michael …
(edit) @659546b4   12 years michaelni tiff: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @37be1d80   12 years michaelni svq1enc: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @e2704381   12 years michaelni ra144enc: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @795d2dc2   12 years michaelni nellymoserenc: Fix assignments in if() Signed-off-by: Michael …
(edit) @bdd71abe   12 years michaelni libvorbisenc: Fix assignments in if() Signed-off-by: Michael …
(edit) @0ccb31dc   12 years michaelni libvo-aacenc: Fix assignments in if() Signed-off-by: Michael …
(edit) @3b8d66d5   12 years michaelni libspeexenc: Fix assignments in if() Signed-off-by: Michael …
(edit) @d6180aa2   12 years michaelni libopencore-amr: Fix assignments in if() Signed-off-by: Michael …
(edit) @871b6ec0   12 years michaelni libmp3lame: Fix assignments in if() Signed-off-by: Michael …
(edit) @9302ad1a   12 years michaelni libfdk-aacenc: Fix assignments in if() Signed-off-by: Michael …
(edit) @68a25c64   12 years michaelni libfaac: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @98fed594   12 years michaelni aacenc: Fix assignments in if() Signed-off-by: Michael Niedermayer …
(edit) @48a7981e   12 years michaelni doc/examples: fix assignments in if() Signed-off-by: Michael …
(edit) @e28ac6e   12 years lu_zero lavc: introduce the convenience function init_get_bits8 Accept the …
(edit) @d9cf5f51   12 years lu_zero lavc: check for overflow in init_get_bits Fix an undefined behaviour …
(edit) @aaa7d2fa   12 years michaelni h264: don t leave stale pointers in delayed_pic in flush_changes. …
(edit) @55d05286   12 years michaelni swr/dither: fix division by 0 Found-by: Daemon404 Signed-off-by: …
(edit) @c13e4e28   12 years michaelni h264: fix () placement Fixes null pointer dereference Found-by: …
(edit) @2d8d63a9   12 years michaelni ffplay: fix sws_flags Fixes Ticket45 Reviewed-by: Marton Balint …
(edit) @d676598f   12 years michaelni swr: fix handling of timestamps that cause multiple drops or silence …
(edit) @90cfc084   12 years anton avpacket: free side data in av_free_packet(). Freeing it in …
(edit) @49dc82ee   12 years anton v4l2: do not assert on a value received from outside of Libav
(edit) @838b849e   12 years anton v4l2: set the average framerate instead of codec timebase. Codec …
(edit) @246da0b1   12 years anton v4l2: avoid pointless indirection. v4l2_read_header() does no …
(edit) @a34aee46   12 years michaelni swr: limit buffer size for silence injection This reduces memory …
(edit) @b481d09b   12 years michaelni swr: limit buffer size for discarding. This prevents insane memory …
(edit) @e8bab4c6   12 years stefasab ffplay: extend documentation for the -vf option In particular, make …
(edit) @db4e0eca   12 years michaelni swr: move silence buffer to context to avoid per use malloc/free …
(edit) @dc658842   12 years michaelni swr: move buffer used to discard sample to context This avoids the …
(edit) @98247e33   12 years stefasab lavf: clarify/extend documentation for …
(edit) @78e27c44   12 years stefasab lavf/utils: clarify/extend messages in avformat_find_stream_info() In …
(edit) @89ef5868   12 years stefasab doc/ffmpeg: extend documentation for the -filter options and -af/vf aliases
(edit) @c499d45c   12 years stefasab doc/texipod: add rule to correctly interpret …
(edit) @77525327   12 years diego vdpau: Add VC-1 decoding via hwaccel infrastructure Signed-off-by: …
(edit) @51b56a07   12 years diego vdpau: Add H.264 decoding via hwaccel infrastructure Signed-off-by: …
(edit) @200e8ac9   12 years diego vdpau: Add MPEG-4 decoding via hwaccel infrastructure Signed-off-by: …
(edit) @aaf9d0e8   12 years diego vdpau: Add MPEG-1/2 decoding via hwaccel infrastructure …
(edit) @44e065d5   12 years diego vdpau: Add context and common helpers for hwaccel support …
(edit) @5b9126ba   12 years onemda lavfi/gradfun: support YUV440P Signed-off-by: Paul B Mahol …
(edit) @3bcf443f   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: rtpdec: …
(edit) @6cd1dbe6   12 years michaelni Merge commit 'e568db40258d549777ac1c16971678e18a18f5f5' * commit …
(edit) @6d6eb7c1   12 years michaelni Merge commit 'abae27ed3acd0a7c54f11760c5be2d2653c4edf8' * commit …
(edit) @841a288   12 years michaelni Merge commit '4d3b144c5ea824193019019d33740a1ae9e0bb69' * commit …
(edit) @a6e4796f   12 years michaelni pthread: Do not use a half updated context as master for deallocation. …
(edit) @2ea3f37d   12 years michaelni dvdsubenc: use unsigned shifts to avoid shifting into the sign bit …
(edit) @754dd7e8   12 years michaelni dvdsubdec: use unsigned shifts to avoid shifting into the sign bit …
(edit) @c8737d34   12 years michaelni swr: work with 4 noise shaping coeffs at a time 63->38 kcycles …
(edit) @93bc0f0   12 years michaelni swr/noise_shaping_data: pad coeffs to multiple of 4 when they are 1 …
(edit) @22c436c8   12 years martin rtpdec: Send a valid "delay since SR" value in the RTCP RR packets …
(edit) @e568db40   12 years martin rtpdec: Calculate and report packet reception jitter This brings back …
(edit) @abae27ed   12 years martin rtpdec: Fix the calculation of expected number of packets The …
(edit) @1c14c341   12 years michaelni dec/developer: Add Valgrind / Address Sanitizer to the patch checklist …
(edit) @ef7fdc8c   12 years michaelni swr: use a local variable for ns_coeffs maybe a very tiny bit faster …
(edit) @68ff7d26   12 years michaelni swr: use local variable for ns_errors 71 -> 63 kcycles …
(edit) @b5d9e5d0   12 years michaelni swr: minor simplification for the noise shaping pos update …
(edit) @f9eed5d7   12 years stefasab lavfi/aevalsrc: try to honor specified duration If nb_samples divide …
(edit) @4d3b144c   12 years diego fate: cosmetics: Order some test entries
(edit) @0f94c0b1   12 years diego fate: vp3: Fix fate-vp3-coeff-level64 test dependencies Also rename …
(edit) @868ac91c   12 years onemda frmdec: do not abuse ff_codec_get_id() Signed-off-by: Paul B Mahol …
(edit) @db1ba22   12 years michaelni lavf: use avpriv_find_pix_fmt instead of ff_ Found-by: durandal_1707 …
(edit) @43d6ac53   12 years michaelni lavc: ff_find_pix_fmt ->avpriv Found-by: durandal_1707 Signed-off-by: …
(edit) @dae382b5   12 years michaelni Merge remote-tracking branch 'qatar/master' * qatar/master: Add …
(edit) @15daa8f   12 years michaelni Merge commit 'f61272f0efd80da437570aad2c40e00f9d3f4fe6' * commit …
(edit) @e730c3a2   12 years michaelni Merge commit '54cb096ee4558b3bfc28c2fcd6418ce82dc39fe1' * commit …
(edit) @dda2d297   12 years michaelni Merge commit 'c44784c9bb9d0ddf5d39d0dfa640816a57b8f457' * commit …
(edit) @f89466ad   12 years diego Add version bump and APIchanges entry for Add AV_PIX_FMT_VDPAU. Also …
(edit) @f61272f0   12 years diego ratecontrol: K&R cosmetic formatting Signed-off-by: Diego Biurrun …
(edit) @169fb94f   12 years diego pixfmt: add picture format for VDPAU Signed-off-by: Diego Biurrun …
(edit) @4a0d1b21   12 years stefasab doc/protocols: improve wording of a sentence in http docs …
Note: See TracRevisionLog for help on using the revision log.