6298 Commits (b74f70d64699907717ec1620f683d31840a9e4e3)

Author SHA1 Message Date
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
Baptiste Coudurier 5c32755570 In ogg muxer, free dyn allocated buffer, fix memleak 15 years ago
Martin Storsjö db979afed2 http: Log a warning when receiving an error code 15 years ago
Martin Storsjö 1537817e38 Move SPACE_CHARS back to libavformat/internal.h 15 years ago
Peter Ross ea15d2000c remove redundant text and whitespaces from iff demuxer av_log() statements 15 years ago
Baptiste Coudurier 22fe18c1c0 In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe 15 years ago
Aurelien Jacobs d00a351606 matroskaenc: write DisplayUnit element to better match the spec 15 years ago
Reimar Döffinger b834becdae Pass the composition and ancillary ID for DVB subtitles via extradata instead 15 years ago
Josh Allmann a59096e4a7 Add a depacketizer for QDM2 15 years ago
Martin Storsjö 5590cc78ee rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts 15 years ago
Martin Storsjö d74c6145fb rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE 15 years ago
Alex Converse 3cac899af9 Split the ADTS header decoder off of the ADTS parser. 15 years ago