]> git.sesse.net Git - ffmpeg/history - libavformat
rtpproto: Check for the right feature when reading a sockaddr_in6
[ffmpeg] / libavformat /
2013-08-15 Dave Yeortpproto: Check for the right feature when reading...
2013-08-14 Martin Storsjösdp: Add an option for sending RTCP packets to the...
2013-08-14 Martin Storsjörtpproto: Add an option for writing return packets...
2013-08-13 Martin Storsjörtpproto: Update the parameter documentation
2013-08-13 Luca Barbatosegafilm: Error out on impossible packet size
2013-08-13 Luca Barbatoogg: Always alloc the private context in vorbis_header
2013-08-10 Luca Barbatortmp: Do not misuse memcmp
2013-08-10 Martin Storsjörtmp: Detect and warn if the user tries to pass librtmp...
2013-08-10 Luca Barbatortmp: rename data_size to size
2013-08-10 Luca Barbatortmp: Use PRId64 when needed.
2013-08-09 Martin Storsjölibavutil: Make avpriv_open a library-internal function...
2013-08-09 Rémi Denis-Courmontff_socket: put out-of-line and fallback to fcntl()...
2013-08-08 Martin Storsjöfile: Move win32 utf8->wchar open wrapper to libavutil
2013-08-08 Ben Avisonavio: Add const qualifiers to ffio_read_indirect
2013-08-07 Rémi Denis-Courmontlibavformat: use avpriv_open()
2013-08-07 Martin Storsjörtsp: Don't include the listen flag in the SDP demuxer...
2013-08-07 Kostya Shishkovdeprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID...
2013-08-07 Martin Storsjörtpenc_chain: Check for errors from ffio_fdopen and...
2013-08-07 Martin Storsjörtspenc: Check the return value from ffio_open_dyn_pack...
2013-08-06 Diego Biurrunriff: Move demuxing code to a separate file.
2013-08-06 Diego Biurrunriff: Move muxing code to a separate file
2013-08-06 Diego Biurrunavformat/dv: K&R formatting cosmetics
2013-08-06 Martin Storsjötcp: Use a different log message and level if there...
2013-08-06 Martin Storsjöunix: Convert from AVERROR to errno range before compar...
2013-08-05 Diego Biurrunriff.h: Remove stray extern declaration for non-existin...
2013-08-05 Ben Avisonmpegts: Remove one 64-bit integer modulus operation...
2013-08-05 Luca Barbatonetwork: Use SOCK_CLOEXEC when available
2013-08-05 Luca Barbatolavf: Support unix sockets
2013-08-05 Ben Avisonmpegts: Make discard_pid() faster for single-program...
2013-08-05 Ben Avisonmpegts: Remove one memcpy per packet
2013-08-05 Ben Avisonavio: Add an internal function for reading without...
2013-08-05 Diego Biurrunbuild: Add missing img2.o dependency to apetag.o
2013-08-04 Alexandra Khirnovamxfenc: switch to av_reallocp_array() and check allocat...
2013-08-02 Diego BiurrunDisable deprecation warnings for cases where a replacem...
2013-08-02 Diego BiurrunGive less generic names to global library option arrays
2013-08-02 Gavriloaie Eugen... rtmp: Add seek support
2013-08-01 Diego Biurrunflvdec: Eliminate completely silly goto
2013-08-01 Diego Biurrunflvdec: K&R formatting cosmetics
2013-08-01 Diego Biurrunflvdec: Fix = vs. == typo in sample rate check
2013-08-01 Martin Storsjörtsp: Simplify code for forming the remote peer url
2013-08-01 Martin Storsjörtpproto: Allow specifying a separate rtcp port in...
2013-08-01 Martin Storsjörtpproto: Check the size before reading buf[1]
2013-07-31 Martin Storsjörtpproto: Move rtpproto specific function declarations...
2013-07-31 Martin Storsjörtpproto: Simplify the rtp_read function by looping...
2013-07-31 Martin Storsjörtpproto: Remove a misplaced comment
2013-07-31 Martin Storsjörtpproto: Support nonblocking reads
2013-07-31 Martin Storsjörtpenc: Simplify code by introducing a macro for rescal...
2013-07-30 Michael Niedermayerhls: Call avformat_find_stream_info() on the chained...
2013-07-29 Ed Torbettrtsp: Support RFC4570 (source specific multicast) more...
2013-07-29 Ed Torbettrtpproto: Support more than one SSM include address...
2013-07-29 Ed Torbettudp: Keep track of include and exclude sources separately
2013-07-29 Ed Torbettudp: Allow specifying multicast include/blocks as host...
2013-07-29 Diego Biurrunavisynth: Fix a "AVISynth" vs. "AviSynth" struct name...
2013-07-29 Martin Storsjöhls: Free packets when skipping packets when seeking
2013-07-29 Martin Storsjöhlsproto: Store all durations in AV_TIME_BASE
2013-07-29 Martin Storsjöhls: Store all durations in AV_TIME_BASE
2013-07-29 Martin Storsjöhls: Store first_timestamp in units of AV_TIME_BASE
2013-07-29 LYFhls: Create an AVProgram for each variant
2013-07-29 Michael Niedermayerhls: Respect the different stream time bases when compa...
2013-07-29 Martin Storsjöhls: Set stream offset before opening a chained demuxer
2013-07-29 Michael Niedermayerhls: Don't check discard flags until the parent demuxer...
2013-07-29 Michael Niedermayerhls: Copy the time base from the chained demuxer
2013-07-29 Martin Storsjöhls: Return all packets from a previous variant before...
2013-07-29 Michael Niedermayerlavf: Don't interpret just slightly broken timestamps...
2013-07-28 Luca Barbatooma: correctly mark and decrypt partial packets
2013-07-28 Luca Barbatooma: check geob tag boundary
2013-07-28 Luca Barbatooma: refactor seek function
2013-07-28 Zhang Ruihttp: Support reading gzip/deflate compressed data
2013-07-27 Diego BiurrunRemove unreachable returns
2013-07-27 Luca Barbatoavidec: Let the inner dv demuxer take care of discarding
2013-07-27 Luca Barbatoavidec: K&R formatting cosmetics
2013-07-26 Martin Storsjöwtv: Drop some casts that now are unnecessary
2013-07-26 Martin Storsjöwtv: Make WTV_SECTOR_BITS a 64 bit constant
2013-07-26 Hendrik Schreiberavio: Don't set the seekable flag if no seek function...
2013-07-26 Martin Storsjörtpenc: Fix some odd comments
2013-07-25 Diego Biurrunmiscellaneous typo fixes
2013-07-25 Diego Biurruncosmetics: Add '0' to float constants ending in '.'.
2013-07-19 Ed Torbettrtsp: Support multicast source filters (RFC 4570)
2013-07-19 Martin Storsjörtpproto: Check the source IP if one single source...
2013-07-19 Ed Torbettrtpproto: Support IGMPv3 source specific multicast...
2013-07-15 Martin Storsjölavf: Make sure avg_frame_rate can be calculated withou...
2013-07-15 Martin Storsjömov: Do not allow updating the time scale after it...
2013-07-15 Martin Storsjömov: Seek back if overreading an individual atom
2013-07-14 Martin Storsjörtsp: Include an User-Agent header field in all requests
2013-07-08 Martin Storsjömovenc: Rename the timestamp parameter to dts in write_...
2013-07-08 Martin Storsjömovenc: Make sure the RTP hint tracks have nondecreasin...
2013-07-07 Luca Barbatowestwood_vqa: do not free extradata on error in read_header
2013-07-07 Martin Storsjömovenc: K&R formatting cosmetics
2013-07-07 Michael NiedermayerMakefile: Remove stray tabs
2013-07-07 Ronald S. Bultjeyuv4mpeg: Correctly round chroma up for odd luma sizes
2013-07-07 Michael Niedermayerrmdec: Use the AVIOContext given as parameter in rm_rea...
2013-07-07 Michael Niedermayeravio: Handle AVERROR_EOF in the same way as the return...
2013-07-07 Luca Barbatowtv: Mark attachment with a negative stream id
2013-07-06 Diego Biurruntests: Only run noproxy test if networking is enabled
2013-07-02 Anton Khirnovoggdec: do not fall back on binary search in the generi...
2013-06-24 Rafaël Carrélavf: don't abort if both encoder and muxer aspect...
2013-06-24 Rafaël Carrématroskaenc: restore compatibility with non referenced...
2013-06-22 Luca Barbatoogg: relax demuxer conformance checks
2013-06-16 Kostya Shishkovsmacker: check frame size validity
2013-06-16 Kostya Shishkovsmacker: pad the extradata allocation
next