9578 Commits (706a92926ccae390e3f74520a60b4d5790e8ddc4)

Author SHA1 Message Date
John Stebbins db03cb37fd movenc: Allow chapter track in default MODE_MP4 12 years ago
Diego Biurrun 64af59bc49 avformat: Fix references to removed av_close_input_file in Doxygen 12 years ago
Luca Barbato 67400f6b62 mov: Prevent segfaults on mov_write_hdlr_tag 12 years ago
Luca Barbato 22de0f8369 mov: Compute max duration among the tracks with a timescale 12 years ago
Luca Barbato 3952303010 mov: Set the timescale for data streams 12 years ago
Martin Storsjö b886f5c2f1 mkv: Allow flushing the current cluster in progress 12 years ago
Luca Barbato 59f595921e mkv: Flush the old cluster before writing a new one 12 years ago
Luca Barbato 98308bd44f mkv: Add options for specifying cluster limits 12 years ago
Luca Barbato 148fbdd1c2 mkv: Refactor mkv_write_packet 12 years ago
Reimar Döffinger 9a27acae9e ogg: Fix potential infinite discard loop 12 years ago
Martin Storsjö 0a14fefd68 movenc: Indicate that negative timestamps are supported 12 years ago
Carl Eugen Hoyos 9d86bfc259 hlsenc: Don't reset the number variable when wrapping 12 years ago
Stefano Sabatini 09c93b1b95 hlsenc: Append the last incomplete segment when closing the output 12 years ago
Martin Storsjö c9031c7c14 hlsenc: Add a proper dependency on the mpegts muxer 12 years ago
Martin Storsjö 4b054a3400 rtpproto: Check the right feature detection macro 12 years ago
Diego Biurrun 163a729725 electronicarts: Let functions always returning the same value return void 12 years ago
Diego Biurrun 4908c8ef27 electronicarts: Improve some function/variable names 12 years ago
Diego Biurrun a90cff137b electronicarts: comment wording fixes 12 years ago
Diego Biurrun 288f2ffb57 electronicarts: Remove bogus function documentation 12 years ago
Diego Biurrun 8747fce91f electronicarts: K&R formatting cosmetics 12 years ago
Dave Yeo c3386bd5b4 rtpproto: Check for the right feature when reading a sockaddr_in6 12 years ago
Martin Storsjö b56fc18b20 sdp: Add an option for sending RTCP packets to the source of the last packets 12 years ago
Martin Storsjö 6b58e11a83 rtpproto: Add an option for writing return packets to the address of the last received packets 12 years ago
Martin Storsjö 2427ac6ccd rtpproto: Update the parameter documentation 12 years ago
Luca Barbato 5268bd2900 segafilm: Error out on impossible packet size 12 years ago
Luca Barbato 3562684db7 ogg: Always alloc the private context in vorbis_header 12 years ago
Luca Barbato 5718e3487b rtmp: Do not misuse memcmp 12 years ago
Martin Storsjö 8e1fe34557 rtmp: Detect and warn if the user tries to pass librtmp style parameters 12 years ago
Luca Barbato ba5393a609 rtmp: rename data_size to size 12 years ago
Luca Barbato 4ebc7d659f rtmp: Use PRId64 when needed. 12 years ago
Martin Storsjö e743e7ae6e libavutil: Make avpriv_open a library-internal function on msvcrt 12 years ago
Rémi Denis-Courmont 9d5ec50ead ff_socket: put out-of-line and fallback to fcntl() for close-on-exec 12 years ago
Martin Storsjö dfc6b5c814 file: Move win32 utf8->wchar open wrapper to libavutil 12 years ago
Ben Avison 5afe1d2791 avio: Add const qualifiers to ffio_read_indirect 12 years ago
Rémi Denis-Courmont 51eb213d00 libavformat: use avpriv_open() 12 years ago
Martin Storsjö f4d371b973 rtsp: Don't include the listen flag in the SDP demuxer flags 12 years ago
Kostya Shishkov f544c58636 deprecate AV_CODEC_ID_VOXWARE and introduce AV_CODEC_ID_METASOUND instead 12 years ago
Martin Storsjö 62572435d4 rtpenc_chain: Check for errors from ffio_fdopen and ffio_open_dyn_packet_buf 12 years ago
Martin Storsjö f542dedf72 rtspenc: Check the return value from ffio_open_dyn_packet_buf 12 years ago
Diego Biurrun 255d9c570e riff: Move demuxing code to a separate file. 12 years ago
Diego Biurrun 3dd5c95dee riff: Move muxing code to a separate file 12 years ago
Diego Biurrun fcc455ff2e avformat/dv: K&R formatting cosmetics 12 years ago
Martin Storsjö abe5268c33 tcp: Use a different log message and level if there's more addresses to try 12 years ago
Martin Storsjö 2a0ec47bd7 unix: Convert from AVERROR to errno range before comparing error codes 12 years ago
Diego Biurrun 971cce7ebb riff.h: Remove stray extern declaration for non-existing symbol 12 years ago
Ben Avison a22ae9f0c5 mpegts: Remove one 64-bit integer modulus operation per packet 12 years ago
Luca Barbato bb9378251a network: Use SOCK_CLOEXEC when available 12 years ago
Luca Barbato 605387582b lavf: Support unix sockets 12 years ago
Ben Avison c84ea750cf mpegts: Make discard_pid() faster for single-program streams 12 years ago
Ben Avison cabb168169 mpegts: Remove one memcpy per packet 12 years ago