]> git.sesse.net Git - ffmpeg/history - libavformat
interplayvideo: return meaningful error codes.
[ffmpeg] / libavformat /
2013-01-12 Martin Storsjörtpdec: Send a valid "delay since SR" value in the...
2013-01-12 Martin Storsjörtpdec: Calculate and report packet reception jitter
2013-01-12 Martin Storsjörtpdec: Fix the calculation of expected number of packets
2013-01-11 Martin Storsjörtpdec: Remove a useless todo comment
2013-01-11 Martin Storsjörtsp: Remove an outdated comment
2013-01-11 Martin Storsjörtsp: Remove references to weirdly named variables...
2013-01-11 Martin Storsjörtp: Rename a static variable to normal naming conventions
2013-01-11 Martin Storsjörtp: Cosmetic cleanup
2013-01-10 Dale Curtismatroska: Fix use after free
2013-01-10 Martin Storsjörtpdec_vp8: Don't trim too much data from broken frames
2013-01-10 Martin Storsjörtpdec_vp8: Simplify code by using an existing helper...
2013-01-10 Martin Storsjörtpdec: Add a terminating null byte at the end of the...
2013-01-09 Luca Barbatoyuv4mpeg: do not use deprecated functions
2013-01-09 Luca Barbatooggdec: fix faulty cleanup prototype
2013-01-09 Justin Rugglesidcin: return 0 from idcin_read_packet() on success.
2013-01-09 Justin Rugglesidcin: better error handling
2013-01-09 Justin Rugglesidcin: check for integer overflow when calling av_get_p...
2013-01-09 Justin Rugglesidcin: allow seeking back to the first packet
2013-01-09 Justin Rugglesidcin: set AV_PKT_FLAG_KEY for video packets with a...
2013-01-09 Justin Rugglesidcin: set start_time and packet duration instead of...
2013-01-09 Justin Rugglesidcin: set channel_layout
2013-01-09 Justin Rugglesidcin: fix check for presence of an audio stream
2013-01-09 Justin Rugglesidcin: validate header parameters
2013-01-09 Justin Rugglesau: remove unnecessary casts
2013-01-09 Justin Rugglesau: return AVERROR codes instead of -1
2013-01-09 Justin Rugglesau: cosmetics: pretty-print and remove pointless comments
2013-01-09 Justin Rugglesau: use ff_raw_write_packet()
2013-01-09 Justin Rugglesau: set stream start time and packet durations
2013-01-09 Justin Rugglesau: use %u when printing id and channels since they...
2013-01-09 Justin Rugglesau: validate sample rate
2013-01-09 Justin Rugglesau: move skipping of unused data to before parameter...
2013-01-09 Justin Rugglesau: do not arbitrarily limit channel count
2013-01-09 Justin Rugglesau: do not set pkt->size directly
2013-01-09 Justin Rugglesau: set block_align and use it in au_read_packet()
2013-01-09 Justin Rugglesau: set bit rate
2013-01-09 Justin Rugglesau: validate bits-per-sample separately from codec tag
2013-01-09 Martin Storsjörtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
2013-01-08 Justin Rugglesoggenc: add a page_duration option and deprecate the...
2013-01-08 Martin Storsjörtpdec_vp8: Request a keyframe if RTP packets are lost
2013-01-08 Martin Storsjörtpdec: Support sending RTCP feedback packets
2013-01-08 Martin Storsjörtpdec: Store the dynamic payload handler in the rtpdec...
2013-01-08 Martin Storsjörtpdec_vp8: Avoid a warning about a possibly unused...
2013-01-08 Martin Storsjörtpdec_vp8: Make sure the previous packet is returned
2013-01-08 Martin Storsjörtpdec_vp8: Set the timestamp when returning a deferred...
2013-01-08 Kanglinhlsenc: Make the start_number option set the right...
2013-01-08 Martin Storsjörtsp: Respect max_delay for the reordering queue when...
2013-01-08 Martin Storsjörtsp: Recheck the reordering queue if getting a new...
2013-01-07 Benjamin Larssonxwma: Remove unused variable
2013-01-07 Diego Biurrunasfdec: Fix printf format string length modifier
2013-01-06 Luca Barbatooggdec: make sure the private parse data is cleaned up
2013-01-06 Luca Barbatooggdec: free the ogg streams on read_header failure
2013-01-06 Diego BiurrunDrop Snow codec
2013-01-05 Xi Wangmxfdec: fix NULL checking in mxf_get_sorted_table_segme...
2013-01-03 Martin Storsjöaviobuf: Discard old buffered, previously read data...
2013-01-03 Martin Storsjörtsp: Add support for depacketizing RTP data via custom IO
2013-01-03 Martin Storsjörtpdec: Move the URLContext used for RTCP RR out from...
2013-01-03 Martin Storsjöaviobuf: Partial support for reading in read/write...
2013-01-03 Clément Bœschbuild: Avoid detecting bogus components named 'x'
2012-12-31 Martin Storsjörtmp: Add support for limelight authentication
2012-12-31 Martin Storsjörtmp: Add support for adobe authentication
2012-12-31 Martin Storsjörtmp: Add a function for writing AMF strings based...
2012-12-31 Martin Storsjörtmp: Return a proper error code in handle_invoke_error
2012-12-29 Luca Barbatohlsenc: make segment number unsigned
2012-12-29 Kanglinhlsenc: make EXT-X-MEDIA-SEQUENCE always increase
2012-12-29 Luca Barbatohlsenc: do not add timestamps in different timebases
2012-12-29 Kanglinhlsenc: use the correct AV_TIME_BASE macro
2012-12-29 Luca Barbatohlsenc: keep the playlist to the correct number of...
2012-12-29 Luca Barbatohlsenc: use the segment filename in the playlist entry
2012-12-29 Luca Barbatohlsenc: check append_entry return value
2012-12-29 Luca Barbatohlsenc: use the basename to generate the list entries
2012-12-28 Diego Biurruncosmetics: Prettyprint codec/format/filter registration...
2012-12-28 Diego Biurrunbuild: Add rtpenc_chain extra config option
2012-12-23 Martin Storsjöhlsenc: Don't duplicate a string constant
2012-12-23 Stefano Sabatinihlsenc: Allocate enough space for the pattern string
2012-12-23 Diego BiurrunReturn proper error code after av_log_ask_for_sample()
2012-12-23 Luca Barbatooggdec: check memory allocation
2012-12-23 Luca Barbatooggdec: K&R cosmetic formatting
2012-12-23 Luca Barbatohlsenc: correctly report target duration
2012-12-21 Martin Storsjörtpdec_vp8: Don't return known-broken packets
2012-12-21 Martin Storsjörtpdec: Pass the sequence number to depacketizers
2012-12-20 Diego Biurrunmiscellaneous typo fixes
2012-12-20 Martin Storsjörtp: Don't read priv_data unless it is allocated
2012-12-20 Björn Axelssonflvenc: Check whether seeking back to the header succeeded
2012-12-20 Jernej Viragsapenc: Pass the title on to the chained muxers
2012-12-19 Janne Grunaumov: handle h263 and flv1 for codec_tag 'H','2','6...
2012-12-18 Diego Biurrunmisc typo, style and wording fixes
2012-12-17 Derek Buitenhuisdoxy: Clarify what avpriv_set_pts_info does
2012-12-17 Diego Biurrunau: Reorder code so that both muxer and demuxer are...
2012-12-17 Diego Biurruncosmetics: Use consistent names for multiple inclusion...
2012-12-16 Martin Storsjörtpdec_vp8: Cosmetics: Fix bad alignment/indentation
2012-12-16 Martin Storsjörtpenc: Allow including a SDES/CNAME block in RTCP...
2012-12-16 Martin Storsjörtpenc_vp8: Include the picture number in VP8 packets
2012-12-12 Martin Storsjörtpproto: Remove unused defines
2012-12-12 Martin Storsjörtpdec_mpeg4: Cosmetic cleanup
2012-12-12 Martin Storsjörtpdec: Cosmetic cleanup of the header
2012-12-12 Martin Storsjörtpdec: Get rid of a useless _s suffix on a struct...
2012-12-12 Martin Storsjörtpdec/enc: Remove outdated/useless/misleading comments
2012-12-12 Martin Storsjörtpdec: Improve some comments
2012-12-12 Martin Storsjörtpdec: Remove unused context variables
2012-12-12 Martin Storsjörtpdec: Limit writing to the buffer size
next