]> git.sesse.net Git - ffmpeg/history - libavformat
bethsoftvideo: return meaningful error codes.
[ffmpeg] / libavformat /
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
2012-12-11 Justin Rugglesswfdec: cosmetics: fix indentation
2012-12-11 Justin Rugglesswfdec: do better validation of tag length
2012-12-10 Martin Storsjörtpdec: Remove an outdated todo comment
2012-12-10 Martin Storsjörtpdec: Rename a static variable to normal naming conve...
2012-12-09 Martin Storsjörtpdec: K&R formatting and spelling cosmetics
2012-12-09 Luca Barbatoavio: K&R cosmetic formatting
2012-12-08 Mans Rullgardlavf: fix arithmetic overflows in avformat_seek_file()
2012-12-08 Luca Barbatohls: use a meaningful long name
2012-12-08 Luca Barbatohls: add start_number option
2012-12-07 Paul B Maholtak: demuxer, parser, and decoder
2012-12-07 Michael Niedermayerbitstream: add get_bits64() to support reading more...
2012-12-07 Janne Grunaumov: validate number of DataReferenceBox entries agains...
2012-12-07 Janne Grunaumov: compute avg_frame_rate only if duration is known
2012-12-04 Janne Grunauraw demuxer: initialize end of partial packets
2012-12-04 Anton KhirnovRemove pointless #undefs of previously forbidden functions.
2012-12-03 Diego Biurrunbuild: cosmetics: Move CONFIG_RTPDEC entry to a more...
2012-12-03 Diego Biurrunbuild: Make the ISMV muxer select the MOV muxer
2012-11-29 Diego Biurrunimg2: K&R formatting cosmetics
2012-11-28 Diego Biurrunrtpenc_chain: Remove unused variable
2012-11-28 Justin Rugglesnuv: check for malloc failure when allocating extradata
2012-11-28 Justin Rugglesnuv: use the stream indices generated by avformat_new_s...
2012-11-28 Justin Rugglesnuv: cosmetics: pretty-printing
2012-11-28 Justin Ruggleslavf: move nuv fourcc audio tags from riff to nuv
2012-11-28 Justin Ruggleslavf: add a common function for selecting a pcm codec...
2012-11-28 Justin Ruggleslavf: move ff_codec_get_tag() and ff_codec_get_id(...
2012-11-28 Justin Ruggleslavf: move "MP3 " fourcc from riff to nut
2012-11-27 Michael Niedermayerwavenc: write fact chunk sample count at the correct...
2012-11-27 Justin Rugglesriff: do not add empty metadata tags in INFO chunk
2012-11-27 Justin Rugglesriff: only warn on a bad INFO chunk code size instead...
2012-11-26 Janne Grunaulavf: avoid integer overflow in ff_compute_frame_duration()
2012-11-25 Paul B Maholyop: fix typo
2012-11-25 Diego Biurrunriff: Make ff_riff_tags static and move under appropria...
2012-11-22 Anton Khirnovid3v2: fix reading unsynchronized frames.
2012-11-21 Xi Wangapetag: fix error handling in ff_ape_parse_tag()
2012-11-15 Janne Grunaumxfdec: fix typo in mxf_read_seek()
2012-11-14 Luca Barbatortp: set the payload type as stream id
2012-11-14 Luca Barbatoavformat: clarify stream id for muxing
2012-11-14 Xi Wangsegment: fix NULL pointer dereference in seg_write_header()
2012-11-13 Luca Barbatohlsenc: stand alone hls segmenter
2012-11-12 Justin Rugglesyop: set channel layout
2012-11-12 Justin Ruggleswtv: set channel layout for mpeg audio
2012-11-12 Justin Ruggleswestwood_aud: set channel layout
2012-11-12 Justin Ruggleswc3movie: set channel layout
2012-11-12 Justin Rugglestmv: set channel layout
2012-11-12 Justin Rugglestiertexseq: set channel layout
2012-11-12 Justin Rugglesswfdec: set channel layout
2012-11-12 Justin Rugglessol: set channel layout
2012-11-12 Justin Rugglessmacker: set channel layout
2012-11-12 Justin Rugglessiff: set channel layout
2012-11-12 Justin Rugglessierravmd: set channel layout
2012-11-12 Justin Rugglesrtpdec_amr: set channel layout
2012-11-12 Justin Rugglesrsodec: set channel layout
next