source: ffmpeg

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Graph Diff Rev Age Author Log Message
(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 …
(edit) @5a419b2d   10 years vittorio.giovara pixdesc: return color properties names
(edit) @04ccd584   10 years vittorio.giovara pixfmt: mark further reserved values
(edit) @c732c62c   10 years vittorio.giovara doc: expand description for some color properties
(edit) @a2c00d22   10 years vittorio.giovara avprobe: print color properties for show_streams
(edit) @147f2e91   10 years vittorio.giovara avcodec: make sure color_range is properly initialized
(edit) @04d14c9   10 years lu_zero vc1: Split the decoder in components Speed up the overall compilation …
(edit) @7ae9791b   10 years vittorio.giovara avformat: bump version after mime_type change
(edit) @b15b06e   10 years vittorio.giovara avformat: use const char* instead of uint8_t* for …
(edit) @2d91abad   10 years anton x86: h264_intrapred: Don't treat 32-bit integers as 64-bit The upper …
(edit) @82f8eb5f   10 years anton jpeg2000: split off inverse MCT as Jpeg2000DSP This makes the …
(edit) @9a03c232   10 years anton h263dec: Force padding bug workaround for H.263. Fixes decoding of …
(edit) @d208d1eb   10 years anton hevc_mvs: make sure to always initialize the temporal MV fully The …
(edit) @79a60c8   10 years anton hevc_mvs: initialize the temporal MV in case of missing ref The …
(edit) @28816050   10 years martin lavf: Set the stream time base hint properly for chained muxers This …
(edit) @b7624944   10 years martin sdp: Simplify parsing/conversion of H264 extradata By using …
(edit) @153fadc3   10 years anton ff_get_format: fix infinite loop Signed-off-by: Anton Khirnov …
(edit) @577899a6   10 years anton lavc: specify the behavior of av_lockmgr_register on failure. The …
(edit) @8de1d679   10 years anton avconv_vdpau: update to new VDPAU interface Signed-off-by: Anton …
(edit) @bef067f8   10 years anton vdpau: check video surface and decoder capabilities Signed-off-by: …
(edit) @e3e158e8   10 years anton vdpau: add av_vdpau_bind_context() This function provides an explicit …
(edit) @502cde40   10 years anton vdpau: force reinitialization when output resolution changes This is …
(edit) @89ac99ba   10 years anton vdpau: pass codec-specific parameters from hwaccel Signed-off-by: …
(edit) @ce083282   10 years anton vdpau: common support for managing the VdpDecoder in avcodec Using …
(edit) @fcc10226   10 years anton vdpau: factor out common end-of-frame handling Also add error …
(edit) @319424d2   10 years anton vdpau: add helper for VDPAU to libav error codes conversion …
(edit) @2a5ac99e   10 years lu_zero x11grab: Check the XQueryPointer return value The …
(edit) @5b9c817d   10 years lu_zero x11grab: Check XFixesGetCursorImage return value It could return NULL …
(edit) @89fa2b56   10 years lu_zero x11grab: Check for XFixes availability at runtime
Note: See TracRevisionLog for help on using the revision log.