]> git.sesse.net Git - ffmpeg/history - libavformat
rtspenc: Check the return value from ffio_open_dyn_packet_buf
[ffmpeg] / libavformat /
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
2013-06-16 Luca Barbatoavf: move url utility functions in a separate file
2013-06-16 Luca Barbatoavf: move ff_write_chained to mux.c
2013-06-16 Luca Barbatoavf: move riff tags accessors where they belong
2013-06-16 Luca Barbatoavf: move ff_http_match_no_proxy to network
2013-06-16 Luca Barbatoavf: split off format register and lookup function
2013-06-12 Luca Barbato4xm: do not overread while parsing header
2013-06-12 Luca Barbato4xm: refactor fourxm_read_header
2013-06-12 Luca Barbato4xm: K&R formatting cosmetics
2013-06-10 Sean McGovernmatroskadec: introduce resync function.
2013-06-10 Yusuke Nakamurariff: Support ULH0 and ULH2 fourccs.
2013-06-06 Martin Storsjörtpdec: Fix the alphabetical ordering in registering...
2013-06-06 Martin Storsjölibavformat: Fix standalone compilation of the webm...
2013-06-04 Anton Khirnovapetag: use int64_t for filesize
2013-06-04 Luca Barbatonetwork: uniform ff_listen_bind and ff_listen_connect
2013-06-04 Andrey Semashevmovenc: Grow the frag_info array in chunks
2013-06-04 Andrey Semashevmovenc: Increase the cluster array allocation by doubling
2013-06-04 Andrey Semashevmovenc: Keep track of the allocated size for the cluste...
2013-06-03 Martin Storsjömovenc: Change the track struct name to match the typedef
next