Mercurial > libavformat.hg
graph
-
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
-
Do not allow standard-frame-rate detection to increase the value of libavformatFri, 27 Feb 2009 14:13:15 +0000, by reimar
-
Simplify ipmovie.c pts calculation by using an appropriate time_base. libavformatFri, 27 Feb 2009 10:07:12 +0000, by reimar
-
Hack: #undef printf so compilation works with DEBUG_IPMOVIE set to 1 libavformatFri, 27 Feb 2009 08:02:34 +0000, by reimar
-
Detect the case when the time base is exact but far finer than necessary to libavformatFri, 27 Feb 2009 07:56:24 +0000, by reimar
-
Add ticks_per_frame, this should hopefully fix the regressions caused libavformatThu, 26 Feb 2009 23:47:32 +0000, by michael
-
Mark as "internal but installed" the avio.h file. libavformatThu, 26 Feb 2009 22:34:18 +0000, by stefano
-
move static tables from asf.h to non-static tables in asf.c libavformatThu, 26 Feb 2009 16:17:17 +0000, by aurel
-
rename asf-enc.c to asfenc.c and asf.c to asfdec.c for consistency libavformatThu, 26 Feb 2009 15:44:19 +0000, by aurel
-
Implement marker bit, which is used for several RTP payloads currently libavformatThu, 26 Feb 2009 14:24:50 +0000, by rbultje
-
Don't (ab)use PKT_FLAG_* in RTP code, since the two have virtually nothing libavformatThu, 26 Feb 2009 14:23:05 +0000, by rbultje
-
Document rtsp.h, see "[PATCH] document rtsp.h" thread. libavformatThu, 26 Feb 2009 14:15:41 +0000, by rbultje
-
movenc: add muxing of language along with metadata tags when available libavformatThu, 26 Feb 2009 13:13:48 +0000, by aurel
-
return -1 for errors in ff_mov_iso639_to_lang() to allow for error checking libavformatThu, 26 Feb 2009 13:11:18 +0000, by aurel