8821 Commits (096a5d76a547b65f027a3b981895e6fabe521818)

Author SHA1 Message Date
Janne Grunau d5ef9354ce rtspdec: use av_strlcpy for writing into fixed size buffer 13 years ago
Janne Grunau 4a7c0c4555 http: use av_strlcpy instead of strcpy() without size checks 13 years ago
Janne Grunau 4ffbe3f3a5 matroskaenc: check cue point validity before reallocation 13 years ago
Janne Grunau 53e122dd4a swfenc: error out for more than 1 audio or video stream 13 years ago
Janne Grunau 8dd0650fe6 rtpdec_mpeg4: au_headers is a single array, simple av_free is enough 13 years ago
Martin Storsjö 7bc433b36d fate: Add tests of the ff_make_absolute_url function 13 years ago
Duncan Salerno 33893e6abc url: Handle relative urls starting with two slashes 13 years ago
Duncan Salerno eea003814c url: Handle relative urls being just a new query string 13 years ago
Duncan Salerno a6363e3d89 url: Don't treat slashes in query parameters as directory separators 13 years ago
Diego Biurrun f75f4194d1 Restructure av_log_missing_feature message 13 years ago
Martin Storsjö c136a813d7 rtp: Support packetization/depacketization of opus 13 years ago
Yusuke Nakamura e04826c34e file: Set the return value type for lseek to int64_t. 13 years ago
Martin Storsjö c9b10cc4db rtpenc_vp8: Update the packetizer to the latest spec version 13 years ago
Martin Storsjö 66d652cbf3 rtpdec_vp8: Make the depacketizer implement the latest spec draft 13 years ago
Luca Barbato 0826d8513d segment: drop global headers setting 13 years ago
Anton Khirnov 716d413c13 Replace PIX_FMT_* -> AV_PIX_FMT_*, PixelFormat -> AVPixelFormat 13 years ago
Martin Storsjö e67b0f9952 gxf: Include the right header for the avpriv_frame_rate_tab declaration 13 years ago
Justin Ruggles 11dcddb97b ffm: do not write or read the audio sample format 13 years ago
Martin Storsjö cde26748ae smoothstreamingenc: Add a more verbose error message 13 years ago
Martin Storsjö fadd3a6821 smoothstreamingenc: Ignore the return value from mkdir 13 years ago
Martin Storsjö 8e2763786d smoothstreamingenc: Try writing a manifest when opening the muxer 13 years ago
Martin Storsjö 3ea06ac59e smoothstreamingenc: Move the output_chunk_list and write_manifest functions up 13 years ago
Martin Storsjö 5fa43f76aa smoothstreamingenc: Properly return errors from ism_flush to the caller 13 years ago
Martin Storsjö eb2f391018 smoothstreamingenc: Check the output UrlContext before accessing it 13 years ago
Anton Khirnov d3a72becc6 yuv4mpeg: return proper error codes. 13 years ago
Diego Biurrun e4cbf7529b Give all anonymously typedeffed structs in headers a name 13 years ago
Martin Storsjö 91c1567beb segment: Add comments about calls that only are relevant for some muxers 13 years ago
Martin Storsjö c864c3968a segment: Add an option for omitting the first header and final trailer 13 years ago
Martin Storsjö a854362b40 segment: Flush buffered data before finishing a segment 13 years ago
Martin Storsjö f7b240434c segment: Set the resend_headers flag for each segment 13 years ago
Martin Storsjö 378a6315b7 segment: Add an option for disabling writing of a header/trailer to each segment 13 years ago
Martin Storsjö eb447d5159 segment: Free and reinit the muxer before calling avformat_write_header 13 years ago
Martin Storsjö 73871dc96f segment: Use the public av_write_header/av_write_trailer functions 13 years ago
Martin Storsjö 0edae4e628 segment: Properly create new AVStreams for the chained muxer 13 years ago
Martin Storsjö aa9f128b7c segment: Add a missing space 13 years ago
Michael Niedermayer 769ed3057e h264probe: Don't error out on bits that no longer are reserved 13 years ago
Martin Storsjö 4edb34f6cc segment: Pass the interrupt callback on to the chained AVFormatContext, too 13 years ago
Luca Barbato 72d30b2792 nut: add do {} while (0) to GET_V 13 years ago
Luca Barbato 1e46c63eb7 avformat: refactor avformat_write_header 13 years ago
Luca Barbato 86bbdf865e avformat: refactor avformat_write_header 13 years ago
Luca Barbato 55f9037f38 avformat: split muxing functions from util.c 13 years ago
Diego Biurrun 15d35bee83 mpegts: Drop pointless casting of hex_dump_debug arguments 13 years ago
Diego Biurrun d3c40a7d1d avformat: const correctness for av_hex_dump / av_hex_dump_log 13 years ago
Diego Biurrun 72eaba5e4f avformat: Convert some commented-out printf/av_log instances to av_dlog 13 years ago
Diego Biurrun 11d4e92ed9 avformat: Remove non-compiling and/or silly commented-out printf/av_log statements 13 years ago
Anton Khirnov 0af49a63c7 avidec: use actually read size instead of requested size 13 years ago
Anton Khirnov eeade678f0 avidec: return 0, not packet size from read_packet(). 13 years ago
Duncan Salerno 8bd324e9e4 http: Increase buffer sizes to cope with longer URIs 13 years ago
Diego Biurrun bc66827fb1 nutenc: const correctness for ff_put_v_trace/put_s_trace function arguments 13 years ago
Diego Biurrun 83655442fa nutdec: Remove unused and broken debug function stub 13 years ago