Mercurial > libavformat.hg
graph
-
Make file_open() return the error code set in errno if open() fails, libavformatMon, 26 Apr 2010 22:36:51 +0000, by stefano
-
Mark av_metadata_set() as deprecated, and use av_metadata_set2() libavformatSun, 25 Apr 2010 14:27:42 +0000, by stefano
-
Disable LATM AAC in mpegts, this is not supported and produce too many libavformatThu, 22 Apr 2010 20:34:30 +0000, by bcoudurier
-
Fix off-by-1 error in the tag parsing code. libavformatThu, 22 Apr 2010 12:54:50 +0000, by jai_menon
-
Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the Deep". libavformatThu, 22 Apr 2010 09:04:33 +0000, by thardin
-
Do not initialize res in url_fseek(), in the case !s->seek directly libavformatWed, 21 Apr 2010 21:19:25 +0000, by stefano
-
seems aac gets screwed up by the parser so disable it libavformatTue, 20 Apr 2010 21:23:49 +0000, by bcoudurier
-
parse stream headers for audio streams in mkv, needed for frame size libavformatTue, 20 Apr 2010 21:19:27 +0000, by bcoudurier
-
Reindent / reformat some code with broken indenting. libavformatTue, 20 Apr 2010 18:40:45 +0000, by rbultje
-
Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>. libavformatTue, 20 Apr 2010 17:05:02 +0000, by rbultje
-
Remove explicit filename from Doxygen @file commands. libavformatTue, 20 Apr 2010 14:45:34 +0000, by diego
-
Add missing internal.h #include for brktimegm(), fixes the warning: libavformatTue, 20 Apr 2010 14:41:55 +0000, by diego
-
Reset RTCP timestamps after seeking, add range start offset to the packets timestamps libavformatTue, 20 Apr 2010 07:38:52 +0000, by mstorsjo
-
Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContext libavformatTue, 20 Apr 2010 07:34:28 +0000, by mstorsjo
-
Set AVFMT_NOTIMESTAMPS flag for mp3 muxer libavformatTue, 20 Apr 2010 01:41:00 +0000, by bcoudurier
-
Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP. libavformatSun, 18 Apr 2010 19:09:22 +0000, by stefano
-
Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) if libavformatSun, 18 Apr 2010 17:37:21 +0000, by stefano
-
Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) in libavformatSun, 18 Apr 2010 17:37:16 +0000, by stefano
-
oggdec: Move warning about missing granule to the correct place libavformatFri, 16 Apr 2010 12:21:38 +0000, by conrad
-
oggdec: Fix duration calculation if the last page in a file has no granule libavformatFri, 16 Apr 2010 12:21:35 +0000, by conrad
-
Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA error). libavformatThu, 15 Apr 2010 18:27:27 +0000, by rbultje
-
Remove useless assert(), since this can (in theora) be used for any Xiph libavformatThu, 15 Apr 2010 13:30:12 +0000, by rbultje
-
Predicting the size of the hdlr, string data and trkn tags in the MOV muxer libavformatMon, 12 Apr 2010 07:24:30 +0000, by thardin
-
Move the internal function declarations in avformat.h to internal.h. libavformatSun, 11 Apr 2010 21:44:23 +0000, by stefano
-
Raise needed score for codec probing in CODEC_ID_PROBE before the last packet. libavformatSun, 11 Apr 2010 00:43:36 +0000, by michael
-
Dont try to compute AVPacket duration for possibly interlaced video codecs libavformatFri, 09 Apr 2010 22:39:39 +0000, by michael
-
Seeking forward in non-seekable media by discarding data, regardless of how far to seek. Won't SEEK_END unless forced though. libavformatThu, 08 Apr 2010 09:47:32 +0000, by thardin
-
Reusing the probe buffer to rewind the ByteIOContext in ff_probe_input_buffer() instead of seeking back to the start of the file. Once exhausted, the size of the buffer is reduced. libavformatThu, 08 Apr 2010 09:02:27 +0000, by thardin
-
Don't write an empty spdif header in spdif muxers write_header function before actual data starts. libavformatWed, 07 Apr 2010 19:40:46 +0000, by banan
-
Actually add flag (somehow got lost in my previous patchset?), fixes broken libavformatMon, 05 Apr 2010 19:50:45 +0000, by rbultje
-
Add void to a function prototype that takes no arguments. Fixes a potential libavformatMon, 05 Apr 2010 16:13:51 +0000, by rbultje
-
Fix rounding direction for calculation of AVPacket.duration. libavformatSun, 04 Apr 2010 22:19:42 +0000, by michael
-
Implement support to the AVSEEK_SIZE operation in file_seek(). libavformatSun, 04 Apr 2010 14:21:29 +0000, by stefano
-
Allow AVFormatContext.duration to be set if no individual stream duration is known. libavformatSun, 04 Apr 2010 12:20:10 +0000, by michael
-
Replace all remaining occurrences of AVERROR_NOMEM with libavformatSat, 03 Apr 2010 14:15:00 +0000, by stefano
-
Remove a redundant assignment, found by clang libavformatSat, 03 Apr 2010 12:16:33 +0000, by mstorsjo
-
Fix buffer size; should hold 2 32-bit integers in hex = 16 chars + terminating libavformatFri, 02 Apr 2010 22:08:57 +0000, by rbultje
-
ETIME -> ETIMEDOUT. Patch by Sam Gerstein <sgerstein bluefinlab com>. libavformatFri, 02 Apr 2010 20:14:55 +0000, by rbultje
-
Change a case of CODEC_TYPE_ into AVMEDIA_TYPE_ libavformatFri, 02 Apr 2010 11:33:02 +0000, by mstorsjo
-
Rename functions / comments from "Theora" to "Xiph" where relevant. libavformatThu, 01 Apr 2010 21:41:48 +0000, by rbultje
-
Rename rtpdec_theora.[ch] to rtpdec_xiph.[ch], as a preparation for merging libavformatThu, 01 Apr 2010 21:40:56 +0000, by rbultje
-
Make av_match_ext() declaration public (move its declaration out of libavformatWed, 31 Mar 2010 19:03:03 +0000, by stefano
-
Add AVFMT_FLAG_NOFILLIN and AVFMT_FLAG_NOPARSE. libavformatWed, 31 Mar 2010 12:55:16 +0000, by michael
-
Replace all occurences of PKT_FLAG_KEY with AV_PKT_FLAG_KEY. libavformatWed, 31 Mar 2010 12:29:58 +0000, by cehoyos
-
Remove superfluous space from a conversion table. libavformatWed, 31 Mar 2010 09:22:31 +0000, by cehoyos
-
Define AVMediaType enum, and use it instead of enum CodecType, which libavformatTue, 30 Mar 2010 23:30:55 +0000, by stefano
-
Add a timeout to the select() call. Patch by Sam Gerstein <sgerstein bluefinlab libavformatMon, 29 Mar 2010 17:36:08 +0000, by rbultje
-
Implement support to RTMP, RTMPT, RTMPE, RTMPTE, RTMPS protocols via libavformatSun, 28 Mar 2010 13:39:36 +0000, by stefano
-
Initialize ssrc and base_timestamp using ff_random_get_seed() libavformatSun, 28 Mar 2010 08:48:45 +0000, by mstorsjo
-
Document the behavior of av_metadata_get() if the prev parameter is libavformatSat, 27 Mar 2010 21:14:16 +0000, by stefano
-
Use more appropriate return values in txd demuxer. libavformatSat, 27 Mar 2010 19:10:24 +0000, by reimar
-
eacdata: fix a memleak, return partial packets and use proper return values. libavformatSat, 27 Mar 2010 19:09:46 +0000, by reimar
-
Don't report EINTR from select as an error, retry select instead libavformatFri, 26 Mar 2010 16:04:38 +0000, by mstorsjo
-
Fix updating condition for the probe_size variable in the internal libavformatFri, 26 Mar 2010 01:12:14 +0000, by stefano
-
Reassemble the RTSP URL before replacing hostname with the numerical IP libavformatThu, 25 Mar 2010 22:21:09 +0000, by mstorsjo
-
Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer libavformatThu, 25 Mar 2010 22:04:41 +0000, by mstorsjo
-
Don't force basic auth in RTSP, but retry with the server-specified method on failure libavformatThu, 25 Mar 2010 21:49:43 +0000, by mstorsjo
-
Make RTSP use the generic http authentication code libavformatThu, 25 Mar 2010 21:47:33 +0000, by mstorsjo
-
Add separate method/url parameters to the rtsp_send_cmd functions libavformatThu, 25 Mar 2010 21:46:14 +0000, by mstorsjo
-
Matroska muxer : Don't create audio tracks for unsupported audio codecs. libavformatThu, 25 Mar 2010 14:34:19 +0000, by jai_menon
-
Add a lowercase parameter to ff_data_to_hex libavformatThu, 25 Mar 2010 07:13:20 +0000, by mstorsjo
-
Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content libavformatWed, 24 Mar 2010 23:06:58 +0000, by mstorsjo
-
Issue a warning if the received CSeq isn't the expected one libavformatWed, 24 Mar 2010 22:38:48 +0000, by lu_zero
-
Split out http authentication handling into a separate file libavformatWed, 24 Mar 2010 22:32:05 +0000, by mstorsjo
-
Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly libavformatWed, 24 Mar 2010 18:52:27 +0000, by mstorsjo
-
Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier libavformatWed, 24 Mar 2010 18:40:43 +0000, by rbultje
-
Mask away AVSEEK_FORCE properly in some checks in url_fseek() libavformatWed, 24 Mar 2010 10:41:58 +0000, by benoit
-
Put ff_flac_write_header() in a separate C file to allow it to be shared without libavformatTue, 23 Mar 2010 23:58:45 +0000, by jbr
-
Handle multiple RTSP transport options properly by adding all of them into the mask libavformatTue, 23 Mar 2010 08:00:37 +0000, by mstorsjo
-
Parse options in the RTSP URL only from the last question mark onwards libavformatTue, 23 Mar 2010 07:59:23 +0000, by mstorsjo
-
Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server libavformatTue, 23 Mar 2010 07:55:15 +0000, by mstorsjo
-
Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's libavformatMon, 22 Mar 2010 21:58:38 +0000, by jbr
-
Dont senselessly fail on rawvideo that isnt 3 files per frame. libavformatMon, 22 Mar 2010 20:18:42 +0000, by michael
-
Add support for TCP as lower transport in the RTSP muxer libavformatMon, 22 Mar 2010 15:07:05 +0000, by mstorsjo