Mercurial > libavformat.hg
graph
-
Use av_log(.., AV_LOG_ERROR) instead of dprintf() for logging errors. This libavformatMon, 26 Jul 2010 22:21:14 +0000, by rbultje
-
matroskaenc: add support for muxing SRT tracks libavformatSun, 25 Jul 2010 21:16:58 +0000, by aurel
-
Include the correct header that actually is used, use quotes instead of angle brackets libavformatSun, 25 Jul 2010 19:12:35 +0000, by mstorsjo
-
Cosmetics: fix indentation and remove a useless else. libavformatSun, 25 Jul 2010 14:35:12 +0000, by reimar
-
Move ffm_close function up to avoid a forward declaration. libavformatSun, 25 Jul 2010 07:54:33 +0000, by reimar
-
ffmdec: Do not manually free streams on read_header error, this is always libavformatSun, 25 Jul 2010 07:52:58 +0000, by reimar
-
Fix a "function declaration isn't a prototype" warning. libavformatSat, 24 Jul 2010 12:58:28 +0000, by reimar
-
Never shrink the ByteIOContext buffer in ff_rewind_with_probe_data libavformatSat, 24 Jul 2010 09:04:44 +0000, by mstorsjo
-
In mpegts muxer, fix rbsp trailing bits in AUD nal, fixes issue #2122 libavformatFri, 23 Jul 2010 00:27:17 +0000, by bcoudurier
-
Zero-initialize structs/arrays with {0} instead of {}, which isn't proper C99 libavformatWed, 21 Jul 2010 17:27:28 +0000, by mstorsjo
-
Reindent, rewrap long comment lines to keep line length below 80 chars libavformatWed, 21 Jul 2010 17:25:09 +0000, by mstorsjo
-
rtpdec_asf: Handle RTSP-MS packet splitting libavformatWed, 21 Jul 2010 17:17:35 +0000, by mstorsjo
-
gxfenc: Fix ES name in the UMF media description, by using strlen instead of sizeof libavformatWed, 21 Jul 2010 07:46:02 +0000, by mstorsjo
-
Allow the ASF header to be transferred split over multiple packets, as some libavformatTue, 20 Jul 2010 15:14:15 +0000, by rbultje
-
Explicitely set the size of the "ff_asf_head1_guid" header chunk, this is libavformatTue, 20 Jul 2010 15:11:44 +0000, by rbultje
-
Align outgoing messages to 8 bytes, this is required to interact with libavformatTue, 20 Jul 2010 15:07:31 +0000, by rbultje
-
Fix a compile warning when compiling with DEBUG=1. libavformatTue, 20 Jul 2010 15:05:45 +0000, by rbultje
-
Check the status code of each server responses, and fail if it indicates libavformatTue, 20 Jul 2010 15:01:06 +0000, by rbultje
-
Send a time test to the server, as the spec recommends. libavformatTue, 20 Jul 2010 14:59:23 +0000, by rbultje
-
asfdec: 10l, fix the minimum asf video stream header size libavformatTue, 20 Jul 2010 13:08:10 +0000, by mstorsjo
-
asfdec: Don't read the video stream header if there isn't enough data libavformatTue, 20 Jul 2010 11:52:29 +0000, by mstorsjo
-
Remove an assert that was no longer correct nor relevant libavformatTue, 20 Jul 2010 09:58:30 +0000, by mstorsjo
-
movenc: Free the buffer returned by url_close_dyn_buffer, regardless of the size libavformatTue, 20 Jul 2010 05:23:28 +0000, by mstorsjo
-
rtpdec_xiph: Avoid extra memcpy in Xiph RTP depacketizer libavformatMon, 19 Jul 2010 18:43:20 +0000, by mstorsjo
-
rtpdec_asf: Include lavu headers using quotes instead of angle brackets libavformatMon, 19 Jul 2010 11:43:33 +0000, by mstorsjo
-
Include lavu headers using quotes instead of angle brackets libavformatSun, 18 Jul 2010 20:30:33 +0000, by mstorsjo
-
Allow all valid (and only valid) characters in URL scheme for url_open() libavformatSun, 18 Jul 2010 18:38:23 +0000, by mru
-
avidec : Free packet if dv_produce_packet fails. libavformatSat, 17 Jul 2010 05:40:18 +0000, by jai_menon
-
aviobuf: Do short seeks forward by reading and skipping data instead of a proper seek libavformatSat, 17 Jul 2010 05:26:30 +0000, by mstorsjo
-
avidec : Free codec context before initializing the chained DV demuxer. libavformatSat, 17 Jul 2010 05:08:01 +0000, by jai_menon
-
Bump minor and add APIchanges entry for url_fskip return value change. libavformatFri, 16 Jul 2010 23:31:30 +0000, by mstorsjo
-
url_fskip: Return an error code if the url_fseek failed libavformatFri, 16 Jul 2010 23:20:03 +0000, by mstorsjo
-
In ogg muxer, free dyn allocated buffer, fix memleak libavformatFri, 16 Jul 2010 22:36:01 +0000, by bcoudurier
-
http: Log a warning when receiving an error code libavformatFri, 16 Jul 2010 14:15:37 +0000, by mstorsjo
-
Move SPACE_CHARS back to libavformat/internal.h libavformatFri, 16 Jul 2010 14:12:52 +0000, by mstorsjo
-
remove redundant text and whitespaces from iff demuxer av_log() statements libavformatThu, 15 Jul 2010 11:43:09 +0000, by pross