6333 Commits (3dec10cded6d51e392da67a9136d490324104d18)

Author SHA1 Message Date
Aurelien Jacobs 37287d41f4 avidec: demux ASS and SRT tracks out of GAB2 chunks 15 years ago
Aurelien Jacobs ac066b83e9 add seeking support in ASS demuxer 15 years ago
Reimar Döffinger 8250561149 Check for udp_set_remote_url error. 15 years ago
Martin Storsjö 2845006608 rtsp: Move the definition of SDP_MAX_SIZE up, use it in the RTSP muxer, too 15 years ago
Baptiste Coudurier f0187d20d1 In wav muxer, always flush in write_trailer, fix pipe output 15 years ago
Alexander Kojevnikov ff58de29f1 Skip short padding in id3v2. 15 years ago
Josh Allmann 42c63263d1 rtpdec_xiph: Handle the sampling SDP parameter 15 years ago
Reimar Döffinger f8a169ac8e Add extern to mxf_d10_muxer forward declaration to avoid a redundant 15 years ago
Michael Niedermayer a20df85886 Fix doxy that refers to the wrong variable. 15 years ago
Michael Niedermayer ec906fcdd7 Fix 2 doxy comments that referred to the wrong variable. 15 years ago
Michael Niedermayer 76c56376ca Make doxygen formatting more consistent. 15 years ago
Stefano Sabatini 88ad2faff8 Place the concat protocol entry at the begin of the registered 15 years ago
Alex Converse ac3ccbc0e2 Document existing rules for AVInputFormat.name. 15 years ago
Alexander Kojevnikov 2a758efe31 Make frames unsigned. 15 years ago
Alexander Kojevnikov 49d7ef282d Show correct bitrate for VBR MP3 files. 15 years ago
Måns Rullgård 8a0f61c4fb Remove duplicate initialiser for cavsvideo_muxer.extensions 15 years ago
Josh Allmann adc03a3406 rtpdec_xiph: Drop RTP packets that come in without a prior fragment start marker. 15 years ago
Måns Rullgård 4db40efa47 libavformat needs libavcore 15 years ago
Stefan Gehrer de29597680 add Chinese AVS encoding via external library libxavs 15 years ago
Stefano Sabatini 126b638ea0 Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() 15 years ago
Ronald S. Bultje db9cc3a55a Reindent after r24516. 15 years ago
Ronald S. Bultje e87b7d72c6 Use inverse error branches, i.e. instead of if(something){success} else {error}, 15 years ago
Ronald S. Bultje 540ab68c64 Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This 15 years ago
Aurelien Jacobs 2701fd40f9 matroskaenc: add support for muxing SRT tracks 15 years ago
Aurelien Jacobs 7b53f463b4 add mime-type for ASS muxer 15 years ago
Martin Storsjö 752ff3ffa7 Include the correct header that actually is used, use quotes instead of angle brackets 15 years ago
Reimar Döffinger 853a0fccce Cosmetics: fix indentation and remove a useless else. 15 years ago
Reimar Döffinger 3aa13da970 Simplify get_byte and url_fgetc. 15 years ago
Reimar Döffinger e36a39066c Move ffm_close function up to avoid a forward declaration. 15 years ago
Reimar Döffinger 527b46ba26 ffmdec: Do not manually free streams on read_header error, this is always 15 years ago
Aurelien Jacobs ba2c508d0c add SubRip muxer and demuxer 15 years ago
Reimar Döffinger 6f2c523c85 Fix a "function declaration isn't a prototype" warning. 15 years ago
Martin Storsjö 496c645d3b Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data 15 years ago
Martin Storsjö 8dd25c52cb mpegts: Warn if unable to seek back 15 years ago
Baptiste Coudurier ef011e6d58 In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 15 years ago
Aurelien Jacobs 8a810ccbba use return value of ff_get_line() 15 years ago
Aurelien Jacobs b0335fd957 document ff_get_line() 15 years ago
Aurelien Jacobs a43416a540 improve ff_get_line to return line length 15 years ago
Aurelien Jacobs 7c89295145 move ff_get_line to aviobuf.c 15 years ago
Aurelien Jacobs 80769fb73f rename get_line to ff_get_line 15 years ago
Axel Holzinger 354b757300 Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 15 years ago
Martin Storsjö 4f5340a0b1 Reindent, rewrap long comment lines to keep line length below 80 chars 15 years ago
Martin Storsjö bcc4cb4681 rtpdec_asf: Handle RTSP-MS packet splitting 15 years ago
Thierry Foucu 591db22dff gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof 15 years ago
Zhentan Feng e4a28be67b Allow the ASF header to be transferred split over multiple packets, as some 15 years ago
Zhentan Feng d6cc1123e3 Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is 15 years ago
Zhentan Feng cbbb10810c Align outgoing messages to 8 bytes, this is required to interact with 15 years ago
Zhentan Feng 0c717a30e0 Fix a compile warning when compiling with DEBUG=1. The warning was: 15 years ago
Zhentan Feng 9078eba062 Check the status code of each server responses, and fail if it indicates 15 years ago
Zhentan Feng 414df121e0 Send a time test to the server, as the spec recommends. 15 years ago