source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(edit) @7207dd8f   10 years vittorio.giovara rmdec: check av_new_packet return value CC: libav-stable@libav.org
(edit) @629b2ed   10 years vittorio.giovara flvdec: make sure to check create_stream and report the same error …
(edit) @f22aa6b   10 years vittorio.giovara flvdec: avoid unitialized use of a struct member CC: …
(edit) @e73d26bb   10 years vittorio.giovara smoothstreamingenc: explict cast to avoid overflow CC: …
(edit) @04d8af5f   10 years janne-libav fate-mpeg4: use TARGET_SAMPLES for resize tests
(edit) @d2771a1d   10 years vittorio.giovara rtpproto: Free the addrinfo pointer on failure CC: …
(edit) @96bfb677   10 years vittorio.giovara nutdec: Prevent a memory corruption Chapters do not have an …
(edit) @350ed182   10 years vittorio.giovara rtpdec_hevc: drop unnecessary check len is always >=1 in that case. …
(edit) @322b571d   10 years vittorio.giovara rtmpproto: remove dead code Expression already evaluated before, …
(edit) @d1afd3e1   10 years vittorio.giovara vf_format: check input validity CC: libav-stable@libav.org
(edit) @7b48bf95   10 years vittorio.giovara wtv: clean memory on error CC: libav-stable@libav.org Bug-Id: CID 718002
(edit) @9fbc613   10 years vittorio.giovara wtv: check seek_by_sector return value CC: libav-stable@libav.org
(edit) @d7f530b0   10 years vittorio.giovara aviobuf: check context before using it Avoid a possible null pointer …
(edit) @02484d1a   10 years vittorio.giovara avio: fix sizeof argument CC: libav-stable@libav.org Bug-Id: CID 732284
(edit) @8ab3b71   10 years vittorio.giovara idcin: fix return check CC: libav-stable@libav.org Bug-Id: CID 732198
(edit) @0034314   10 years lu_zero rtmp: Always call rtmp_close() on rtmp_open() failure Prevent …
(edit) @fc1eda5   10 years vittorio.giovara swscale: fix sign extensions in yuv planar conversion Casting the …
(edit) @b7c77912   10 years vittorio.giovara oss_audio: use a macro to simplify ioctl() error checking Also add a …
(edit) @963f7614   10 years vittorio.giovara avresample: Make sure the even check does not overflow CC: …
(edit) @088eca28   10 years vittorio.giovara avresample: prevent theoretical division by zero CC: …
(edit) @0d989dbf   10 years vittorio.giovara af_resample: check av_opt_set_dict return value CC: …
(edit) @6d96c7ea   10 years vittorio.giovara vf_showinfo: Forward the av_image_get_linesize error CC: …
(edit) @f4017925   10 years vittorio.giovara vf_drawtext: Do not leak the mmapped textfile And validate its size …
(edit) @530c1441   10 years anton lavc: make lmax/lmin into private options of mpegvideo encoders
(edit) @15ec053c   10 years anton lavc: make border_masking into private options of mpegvideo encoders
(edit) @c4f7bee0   10 years anton lavc: deprecate unused mb_threshold field
(edit) @685be3d   10 years anton libvpxenc: add static-thresh private option Currently, this option is …
(edit) @59b55c49   10 years anton lavc: deprecate unused me_threshold field
(edit) @66a68dd   10 years anton lavc: make rc_buffer_aggressivity/rc_initial_cplx into private options …
(edit) @a75c2eb2   10 years anton lavc: make rc_eq into private options of mpegvideo encoders
(edit) @946f9535   10 years anton lavc: make rc_qmod_* into private options of mpegvideo encoders
(edit) @a6e4ce9f   10 years anton lavc: make rc_qsquish a private option of mpegvideo encoders
(edit) @6cbbf059   10 years anton resample: Avoid off-by-1 errors in PTS calcs. The rounding used in …
(edit) @fb238f82   10 years anton urlprotocol: remove unused url_interrupt_cb declaration It is a …
(edit) @9bec3ca2   10 years martin rtmpproto: Add pause support Signed-off-by: Martin Storsjö …
(edit) @f4cd8b80   10 years martin rtmpproto: Track last received timestamp Some RTMP commands need the …
(edit) @bae557e   10 years vittorio.giovara dump: display codec tags when available For both audio and video.
(edit) @66e9f839   10 years martin libfdk-aacdec: Enable Dynamic Range Control Metadata Support For …
(edit) @b01a2204   10 years martin libfdk-aacdec: Enable Decoder Downmix including Downmix Metadata …
(edit) @e65c776d   10 years martin rtmpproto: Add getStreamLength call to query duration In (non-live) …
(edit) @324b23dd   10 years martin rtmpproto: Add function to read a number response Packets that …
(edit) @47e3e10   10 years vittorio.giovara cmdutils: Use the correct guard The OptionDef arrays are terminated …
(edit) @0db6bbb2   10 years vittorio.giovara avformat: Make avformat_free_context handle NULL Work as the other …
(edit) @c92965db   10 years vittorio.giovara avconv: check return value CC: libav-stable@libav.org Bug-Id: CID 1224275
(edit) @c802a2e7   10 years vittorio.giovara avconv: fix leak in filter error CC: libav-stable@libav.org Bug-Id: …
(edit) @aeb23fc4   10 years vittorio.giovara avprobe: Remove a pointless check The element is always valid. CC: …
(edit) @e58a140c   10 years vittorio.giovara avplay: Always free opts CC: libav-stable@libav.org Bug-Id: CID 733793
(edit) @cf83c017   10 years vittorio.giovara avplay: Always free find_stream_info options CC: …
(edit) @f29c226a   10 years janne-libav fate: add mpeg4 tests for frame size changes
(edit) @97993237   10 years martin ismindex: use tfhd default duration if no sample duration …
(edit) @460b509a   10 years martin rtsp: Check a memory allocation CC: libav-stable@libav.org
(edit) @79dd756   10 years martin rtmpproto: Fix a typo Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @ced7238c   10 years martin rtpdec_hevc: Use av_realloc instead of av_malloc+memcpy …
(edit) @752e71e7   10 years martin rtpdec_hevc: Rename a variable for clarity Signed-off-by: Martin …
(edit) @74b02377   10 years vittorio.giovara mov: Correctly check the color transfer characteristics range …
(edit) @1ac5a29b   10 years vittorio.giovara imc: fix order of operations in coefficients read Reported-by: Ruoyu …
(edit) @e5cfc8fd   10 years martin sdp: Provide out of bound parameter sets for HEVC if extradata is set …
(edit) @9b7f932   10 years martin rtpdec_hevc: Parse out of band vps/sps/pps/sei from fmtp lines These …
(edit) @557d4c4e   10 years anton avconv: replace AVCodecContext.time_base with framerate
(edit) @2d6e5849   10 years anton lavf: switch to AVCodecContext.framerate for demuxing
(edit) @7ea1b347   10 years anton lavc: deprecate the use of AVCodecContext.time_base for decoding When …
(edit) @d565fef1   10 years anton vdpau: add AV_HWACCEL_FLAG_IGNORE_LEVEL to skip the codec level check …
(edit) @c1724623   10 years anton vdpau: have av_vdpau_bind_context() fail on unsupported flag …
(edit) @e09a947c   10 years anton doc: fix typing mistake Signed-off-by: Anton Khirnov <anton@khirnov.net>
(edit) @a74f8121   10 years martin mov: Handle tfdt atoms Signed-off-by: Martin Storsjö <martin@martin.st>
(edit) @c2c22c75   10 years martin movenc: Write tfdt atoms These allow getting the absolute start …
(edit) @eabdc2a8   10 years anton lavf: use initial_padding instead of deprecated delay
(edit) @2df0c32e   10 years anton lavc: use a separate field for exporting audio encoder padding …
(edit) @c80a816   10 years janne-libav h263dec: call get_format() on resolution changes Fail safe if the …
(edit) @1f29e5d7   10 years janne-libav h263dec: call get_format after setting resolution and profile Bug-Id: 541
(edit) @76c70e33   10 years lu_zero icecast: Do not use chunked post Icecast uses HTTP 1.0 while Libav …
(edit) @e44ee1eb   10 years martin movenc: Simplify code by using an existing local pointer …
(edit) @dad12ce4   10 years martin movenc: Print a warning for an unhandled case of nonzero start dts …
(edit) @dbb472cb   10 years martin movenc: Write edit lists for fragmented files as well, if necessary …
(edit) @95ee4e2c   10 years martin movenc: Add some comments explaining subtle details in writing the …
(edit) @72f80161   10 years martin movenc: Adjust edit lists to trim out parts of tracks with negative …
(edit) @8bef433   10 years martin smoothstreamingenc: Simplify code by removing a redundant variable …
(edit) @bd239c9a   10 years martin lavf: Don't drop both pts and dts if timestamps are invalid In these …
(edit) @1d4579e   10 years lu_zero tcp: Add AVOption support
(edit) @cd9d6399   10 years lu_zero tls: Support passing old-style tcp options Make tcp and tls urls …
(edit) @3df8d52f   10 years lu_zero rtsp: Add rtsps to the probe
(edit) @c839b043   10 years lu_zero rtsp: Support tls when in listen mode
(edit) @8b2e9636   10 years lu_zero rtsp: Support tls-encapsulated RTSP
(edit) @c27328e   10 years lu_zero rtsp: Check for command strings without spaces Prevent a NULL-pointer …
(edit) @09e1ccc8   10 years lu_zero sctp: Use AVERROR_BUG instead of abort() Trying to write to a stream …
(edit) @eb4f9069   10 years lu_zero lavf: More informative error message Print the timestamp values and …
(edit) @b7c3bfd5   10 years martin w32pthreads: use the condition variable API directly when targeting …
(edit) @73ea3ffc   10 years martin w32pthreads: use the CONDITION_VARIABLE typedef if available This …
(edit) @2bc2209   10 years martin ismindex: handle discontinuous streams better Read the fragment …
(edit) @1a02e786   10 years vittorio.giovara vc1: initialize color properties
(edit) @eddf9528   10 years vittorio.giovara vp9: initialize color space and range properties
(edit) @65875a8b   10 years vittorio.giovara vp8: initialize color space and range properties
(edit) @0d8a3656   10 years vittorio.giovara mov: support the Color Parameter Atoms 'colr'
(edit) @586ea037   10 years vittorio.giovara avcodec: fix colorspace option description
(edit) @91eef402   10 years vittorio.giovara avcodec: add enum values on chroma sample location
(edit) @9d5fed6d   10 years vittorio.giovara avcodec: fix descriptions on color transfer options Signed-off-by: …
(edit) @167e6f14   10 years vittorio.giovara dump: Update streams and chapters printout format This matches the …
(edit) @9f3a70c4   10 years vittorio.giovara dump: print the original coded dimensions when available
(edit) @41e86146   10 years vittorio.giovara dump: print detailed color space information
(edit) @20a5956   10 years vittorio.giovara dump: split audio and video probing on multiple lines Also always …
Note: See TracRevisionLog for help on using the revision log.