Mercurial > libavformat.hg
graph
-
Add clock_period parameter, this should make the code easier to use. libavformatFri, 06 Mar 2009 00:44:12 +0000, by michael
-
Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and libavformatFri, 06 Mar 2009 00:14:44 +0000, by michael
-
Reorder operations, 20% improved performance, 1 variable less. libavformatThu, 05 Mar 2009 23:57:42 +0000, by michael
-
Timefilter code by Olivier Guilyardi o list O samalyse o com libavformatThu, 05 Mar 2009 23:45:18 +0000, by michael
-
Mark pos_min and pos_max variables as av_uninit to work around false libavformatThu, 05 Mar 2009 19:15:14 +0000, by diego
-
Mark dvdaudio_substream_type variable as av_uninit to work around false libavformatThu, 05 Mar 2009 19:13:12 +0000, by diego
-
Pass packet position to the parser, so frame's AVPacket.pos is computed correctly. libavformatThu, 05 Mar 2009 07:36:16 +0000, by schreter
-
Fix a condition that causes an infinite loop, but only when compiled with libavformatWed, 04 Mar 2009 05:40:53 +0000, by melanson
-
Split rtsp_send_cmd() into two functions, one for the actual sending of the libavformatWed, 04 Mar 2009 00:57:37 +0000, by rbultje
-
Replace two 'return AVERROR(EAGAIN);' by continue. The latter are nicer libavformatTue, 03 Mar 2009 20:24:17 +0000, by michael
-
MOV: fix crash when 'meta' occurs before first 'trak' libavformatTue, 03 Mar 2009 18:19:44 +0000, by alexc
-
Rename "fd1" variable ro "fd". There were previously two variables (fd1 and libavformatTue, 03 Mar 2009 17:06:18 +0000, by rbultje
-
Add url_get_file_handle(), which is used to get the file descriptor libavformatTue, 03 Mar 2009 17:04:51 +0000, by rbultje
-
Make RTSP-MS-over-UDP negotiation work. See "[PATCH] RTSP-MS 8/15: fix libavformatTue, 03 Mar 2009 16:52:35 +0000, by rbultje
-
Recognize the "application" data type, which is required for WMS/UDP libavformatTue, 03 Mar 2009 16:48:56 +0000, by rbultje
-
Remove size_t cast in setting s->priv_data directly to the (integer) file libavformatTue, 03 Mar 2009 13:57:09 +0000, by rbultje
-
Don't let finalize_packet() touch pkt->stream_index. Instead, let individual libavformatTue, 03 Mar 2009 13:51:34 +0000, by rbultje
-
In the current implementation of rtp_parse_packet(), finalize_packet() is libavformatTue, 03 Mar 2009 13:41:50 +0000, by rbultje
-
Reduce allocated length of the HTTP authentication request field buffer, as libavformatTue, 03 Mar 2009 13:26:17 +0000, by rbultje
-
Change a bunch of codec long_names to be more consistent and descriptive. libavformatMon, 02 Mar 2009 05:18:33 +0000, by diego
-
fix missed usage of old metadata API in mov demuxer libavformatSun, 01 Mar 2009 16:06:26 +0000, by aurel
-
new metadata API is now officially part of public API libavformatSun, 01 Mar 2009 14:50:03 +0000, by aurel
-
simplify metadata conversion and fixes gcc-2.95 at the same time libavformatSun, 01 Mar 2009 14:29:30 +0000, by aurel
-
Change the timebase of the raw demuxer to one that can represent the ts of fields. libavformatSun, 01 Mar 2009 03:48:35 +0000, by michael
-
Disable MPEG-1/2 style timestamp calculation for H264. It still randomizes libavformatSun, 01 Mar 2009 03:17:24 +0000, by michael
-
Add some basic metadata conversion tables for matroska and asf. libavformatSun, 01 Mar 2009 00:12:08 +0000, by aurel
-
Change TS seeking so it returns position/timestamp of a key frame. libavformatSat, 28 Feb 2009 18:35:53 +0000, by cehoyos
-
Separate the raw FLAC demuxer from raw.c and put in a new file, libavformatSat, 28 Feb 2009 17:24:46 +0000, by jbr
-
Rename movenc.c MOVContext to MOVMuxContext, since MOVContext is already used libavformatSat, 28 Feb 2009 16:02:29 +0000, by rbultje
-
Revert "Improve frame rate guessing for streams with two fields per frame." libavformatSat, 28 Feb 2009 15:15:54 +0000, by mru
-
Improve frame rate guessing for streams with two fields per frame. libavformatSat, 28 Feb 2009 13:14:46 +0000, by cehoyos