6459 Commits (e16f217ceb95395669abe3cea18737e92fb78c82)

Author SHA1 Message Date
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
Rafaël Carré e8723e242d Lego Mindstorms RSO muxer and demuxer. 15 years ago
Martin Storsjö d970ec7554 asfdec: 10l, fix the minimum asf video stream header size 15 years ago
Martin Storsjö fed7959271 asfdec: Don't read the video stream header if there isn't enough data 15 years ago
Martin Storsjö a3ab7c3249 asfdec: Handle asf_jfif_media 15 years ago
Martin Storsjö 7428c8f599 asf: Add asf_jfif_media guid 15 years ago
Martin Storsjö aff4137d5f Remove an assert that was no longer correct nor relevant 15 years ago
Carl Eugen Hoyos 2d91366cc2 Make MP43 the default fourcc for msmpeg4v3: 15 years ago
Martin Storsjö 8b6e0aec9f movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size 15 years ago
Josh Allmann 7d894aeb60 rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer 15 years ago
Aurelien Jacobs 3673f4ab08 fix av_seek_frame_binary() documentation 15 years ago
Peter Ross 07e6384dd8 Add doxygen @file comment block 15 years ago
Martin Storsjö a16ebd40d8 rtpdec_asf: Include lavu headers using quotes instead of angle brackets 15 years ago
Martin Storsjö 76d908b3fe Include lavu headers using quotes instead of angle brackets 15 years ago
Måns Rullgård a1db009e6c Add MD5 protocol 15 years ago
Måns Rullgård 2bab5d3e73 Allow all valid (and only valid) characters in URL scheme for url_open() 15 years ago
Peter Ross 4863bf0d16 Remove trailing linefeed 15 years ago
Peter Ross 1917a51809 Use correct doxygen syntax 15 years ago
Peter Ross 5a71709467 Tele-typewriter demuxer 15 years ago
Peter Ross 0459bf2d02 Add ff_sauce_read() 15 years ago
Jai Menon bbfb2c8077 avidec : Free packet if dv_produce_packet fails. 15 years ago
Martin Storsjö 7939d0edce aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek 15 years ago
Jai Menon a58e6ceae0 avidec : Free codec context before initializing the chained DV demuxer. 15 years ago
Martin Storsjö 57fe80fe88 Bump minor and add APIchanges entry for url_fskip return value change. 15 years ago
Martin Storsjö d5e9ddeb73 url_fskip: Return an error code if the url_fseek failed 15 years ago