Mercurial > libavformat.hg
graph
-
In wav muxer, always flush in write_trailer, fix pipe output libavformatWed, 28 Jul 2010 08:17:02 +0000, by bcoudurier
-
rtpdec_xiph: Handle the sampling SDP parameter libavformatWed, 28 Jul 2010 06:43:58 +0000, by mstorsjo
-
Add extern to mxf_d10_muxer forward declaration to avoid a redundant libavformatWed, 28 Jul 2010 05:48:48 +0000, by reimar
-
Fix 2 doxy comments that referred to the wrong variable. libavformatTue, 27 Jul 2010 15:21:29 +0000, by michael
-
Place the concat protocol entry at the begin of the registered libavformatTue, 27 Jul 2010 14:34:56 +0000, by stefano
-
Document existing rules for AVInputFormat.name. libavformatTue, 27 Jul 2010 14:13:24 +0000, by alexc
-
Remove duplicate initialiser for cavsvideo_muxer.extensions libavformatTue, 27 Jul 2010 08:21:23 +0000, by mru
-
rtpdec_xiph: Drop RTP packets that come in without a prior fragment start marker. libavformatTue, 27 Jul 2010 08:16:03 +0000, by mstorsjo
-
add Chinese AVS encoding via external library libxavs libavformatTue, 27 Jul 2010 07:18:36 +0000, by stefang
-
Deprecate av_parse_video_frame_size() and av_parse_video_frame_rate() libavformatMon, 26 Jul 2010 23:12:28 +0000, by stefano
-
Use inverse error branches, i.e. instead of if(something){success} else {error}, libavformatMon, 26 Jul 2010 22:22:20 +0000, by rbultje
-
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
-
In ogg muxer, use dyn buffer to compute crc of the page, fix muxing with pipe libavformatWed, 14 Jul 2010 23:21:18 +0000, by bcoudurier
-
matroskaenc: write DisplayUnit element to better match the spec libavformatWed, 14 Jul 2010 19:36:14 +0000, by aurel
-
Pass the composition and ancillary ID for DVB subtitles via extradata instead libavformatWed, 14 Jul 2010 17:28:40 +0000, by reimar
-
rtpdec_svq3: Return the timestamp in *timestamp instead of pkt->pts libavformatWed, 14 Jul 2010 12:27:26 +0000, by mstorsjo
-
rtpdec: Allow depacketizers to specify that pkt->pts should be left as AV_NOPTS_VALUE libavformatWed, 14 Jul 2010 12:26:16 +0000, by mstorsjo
-
Split the ADTS header decoder off of the ADTS parser. libavformatMon, 12 Jul 2010 18:52:03 +0000, by alexc
-
Report when a method gets an error status code libavformatMon, 12 Jul 2010 10:17:20 +0000, by lu_zero
-
Clarify the avoidance of usage of these AVStream fields. libavformatSun, 11 Jul 2010 14:56:32 +0000, by victor
-
move ff_get_v_length and ff_put_v from nutenc.c to internal.h/aviobuf.c libavformatFri, 09 Jul 2010 12:14:33 +0000, by janne
-
rename get_length to ff_get_v_length and put_v to ff_put_v libavformatFri, 09 Jul 2010 12:10:47 +0000, by janne
-
In mpegts muxer, print VBR instead of dummy 1 when displaying muxrate libavformatThu, 08 Jul 2010 22:01:31 +0000, by bcoudurier
-
In mov muxer, write pixel aspect ratio tag in mov files. libavformatThu, 08 Jul 2010 21:57:20 +0000, by bcoudurier
-
Add #ifdefs around code specific to file and pipe protocols libavformatTue, 06 Jul 2010 14:28:32 +0000, by mru
-
os_support: include some headers only when needed libavformatTue, 06 Jul 2010 11:42:52 +0000, by mru
-
file_protocol: remove redundant #include sys/time.h libavformatTue, 06 Jul 2010 11:42:46 +0000, by mru
-
rtpdec_asf: Propagate errors from the chained av_open_input_stream libavformatMon, 05 Jul 2010 16:46:00 +0000, by mstorsjo
-
Remove superfluous id3v2.o dependency for dts, eac3, gsm, mlp, shorten, and libavformatMon, 05 Jul 2010 04:07:50 +0000, by ramiro
-
Fix warning "passing argument from incompatible pointer type". libavformatSat, 03 Jul 2010 10:25:32 +0000, by cehoyos
-
Move AVStream->codec_info_nb_frames increment after try_decode_frame libavformatSat, 03 Jul 2010 03:15:37 +0000, by bcoudurier
-
In av_find_stream_info, decode at least 4 h.264 frames to be able to guess delay. libavformatSat, 03 Jul 2010 03:07:33 +0000, by bcoudurier
-
Disable dshow specific bug emulation for amv files as they arent libavformatFri, 02 Jul 2010 23:39:02 +0000, by michael
-
Rename block_align variable in the avi demuxer to clearly seperate its purpose libavformatFri, 02 Jul 2010 23:33:10 +0000, by michael
-
Bump libavformat minor (as a result of r24003). libavformatFri, 02 Jul 2010 17:39:03 +0000, by jai_menon