Mercurial > libavformat.hg
graph
-
Display a more descriptive log message when probe buffer limit is libavformatMon, 24 May 2010 16:42:16 +0000, by jai_menon
-
Skip pes payload during probing to avoid start code emulation. libavformatMon, 24 May 2010 12:32:13 +0000, by cehoyos
-
matroskaenc: Write codec time base as default duration for video tracks. libavformatMon, 24 May 2010 08:58:19 +0000, by conrad
-
Enable AVFMT_GENERIC_INDEX for Ogg demuxer. This avoids the many libavformatSun, 23 May 2010 23:33:38 +0000, by reimar
-
matroskadec: Revert adding the doctype to metadata; it has no meaning elsewhere libavformatSun, 23 May 2010 22:20:04 +0000, by conrad
-
Fix detection of some stereo atrac files by not comparing the libavformatSun, 23 May 2010 21:56:54 +0000, by banan
-
oups, 100l, revert unrelated hunk from commit r23266 libavformatSun, 23 May 2010 21:10:05 +0000, by bcoudurier
-
albm 3gp tag has optional track field not date libavformatSun, 23 May 2010 21:04:39 +0000, by bcoudurier
-
change author metadata to artist in mov de/muxer libavformatSun, 23 May 2010 21:03:14 +0000, by bcoudurier
-
Make the nut decoder read the ff_nut_video_tags to detect codec id of libavformatSun, 23 May 2010 18:34:18 +0000, by stefano
-
Define ff_nut_video_tags and make Nut muxer and demuxer set it in libavformatSun, 23 May 2010 18:34:15 +0000, by stefano
-
Add a md5 muxer that allows checking the md5 sums of generated streams without libavformatSun, 23 May 2010 13:07:33 +0000, by reimar
-
Make ff_random_get_seed public, rename to av_get_random_seed, export the header libavformatSun, 23 May 2010 08:53:40 +0000, by mstorsjo
-
Make av_write_header() return AVERROR(EINVAL) rather than -1 if the libavformatSat, 22 May 2010 21:52:06 +0000, by stefano
-
Store in a dedicated array the format name - codec id - codec type libavformatSat, 22 May 2010 21:52:02 +0000, by stefano
-
Move AVCodecTag from riff.h into internal.h. libavformatSat, 22 May 2010 16:01:32 +0000, by cehoyos
-
Prefer enum CodecID over int in ff_codec_get_tag(). libavformatSat, 22 May 2010 15:56:49 +0000, by stefano
-
matroskaenc: Don't write track timecode scale libavformatSat, 22 May 2010 01:41:38 +0000, by conrad
-
In ogg muxer, pack multiple frames into one page, much lower overhead libavformatFri, 21 May 2010 21:38:54 +0000, by bcoudurier
-
Change the default codecs for the rtsp muxer to mpeg4 and aac libavformatFri, 21 May 2010 07:12:33 +0000, by mstorsjo
-
Take ff_write_chained in use in the mov rtp hinter and in the rtsp muxer libavformatFri, 21 May 2010 07:08:29 +0000, by mstorsjo
-
Add a libavformat internal function ff_write_chained libavformatFri, 21 May 2010 07:07:57 +0000, by mstorsjo
-
Disable non interleaved avi code when there is no index available. libavformatThu, 20 May 2010 18:34:44 +0000, by michael
-
Late bump of the minor version, for the addition of AVFMT_FLAG_RTP_HINT libavformatWed, 19 May 2010 08:13:13 +0000, by mstorsjo
-
matroskadec: Free ebml binary buffer on error libavformatTue, 18 May 2010 21:21:37 +0000, by conrad
-
matroskadec: Fix buffer overread in matroska_ebmlnum_uint libavformatTue, 18 May 2010 21:21:32 +0000, by conrad
-
matroskadec: Ensure time_scale is nonzero, fixes divide-by-zero if the file libavformatTue, 18 May 2010 21:21:28 +0000, by conrad
-
Use a heuristic for describing the RTP packets using sample data libavformatTue, 18 May 2010 19:48:25 +0000, by mstorsjo
-
Add initial support for RTP hinting in the mov muxer libavformatTue, 18 May 2010 19:47:24 +0000, by mstorsjo
-
Make mov_write_packet non-static, add ff_ prefix libavformatTue, 18 May 2010 19:40:17 +0000, by mstorsjo
-
Move the mov muxer structures to a separate header libavformatTue, 18 May 2010 19:38:37 +0000, by mstorsjo
-
Make ff_sdp_write_media a lavf-internal function libavformatTue, 18 May 2010 19:32:59 +0000, by mstorsjo
-
Factorize some code into the new function ff_toupper4(). libavformatTue, 18 May 2010 19:16:40 +0000, by cehoyos
-
In ts demuxer, output pes packet as soon as they are complete. libavformatTue, 18 May 2010 17:28:07 +0000, by bcoudurier
-
Change MAX_READ_SIZE message during av_find_stream_info to DEBUG level. libavformatFri, 14 May 2010 22:04:39 +0000, by bcoudurier
-
Move handling of paletted data to the IFF demuxer. This allows future libavformatThu, 13 May 2010 15:39:40 +0000, by rbultje
-
Doxygen av_codec_get_id() and av_codec_get_tag(). libavformatWed, 12 May 2010 22:17:29 +0000, by stefano
-
Add support to the Y411 codec tag, corresponding to the rawvideo pixel libavformatSun, 09 May 2010 22:56:04 +0000, by stefano
-
Make the nut demuxer issue a more meaningful error message if it libavformatSun, 09 May 2010 22:56:02 +0000, by stefano
-
Replace usage of s->streams[0]->* with st->*, which is shorter. libavformatSun, 09 May 2010 20:10:48 +0000, by rbultje
-
Favor chunk size over hitting the correct position after reading the chunk size in asf. libavformatFri, 07 May 2010 08:08:09 +0000, by michael
-
movenc: Swap positions of mov_write_header and mov_write_packet libavformatWed, 05 May 2010 08:41:06 +0000, by conrad
-
Do not use pkt->size when it is potentially uninitialized. libavformatTue, 04 May 2010 17:17:16 +0000, by cehoyos
-
Fix off-by-one errors in description of score_max argument for libavformatSat, 01 May 2010 15:36:51 +0000, by reimar
-
Add version to AVClass so we can add to and use fields of AVClass without ABI issues. libavformatWed, 28 Apr 2010 20:00:23 +0000, by michael
-
Fix FourCC when remuxing VP6F, regression introduced in r22941. libavformatWed, 28 Apr 2010 07:57:07 +0000, by cehoyos
-
Make the IFF demuxer a little more standards-compliant, e.g. respect the size libavformatTue, 27 Apr 2010 14:03:47 +0000, by rbultje
-
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
-
Interpret valueless attributes in AMR ftmp lines as being 1 libavformatMon, 22 Mar 2010 14:44:28 +0000, by mstorsjo
-
Use the caller's RTSPMessageHeader in rtsp_setup_input_streams libavformatMon, 22 Mar 2010 14:42:52 +0000, by mstorsjo
-
Make av_open_input_file() return AVERROR_INVALIDDATA rather than libavformatSun, 21 Mar 2010 16:34:04 +0000, by stefano
-
Add Changelog entry and bump lavf micro version for the addition of libavformatSat, 20 Mar 2010 13:42:49 +0000, by jbr
-
Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. libavformatSat, 20 Mar 2010 13:39:22 +0000, by jbr
-
Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end libavformatThu, 18 Mar 2010 00:22:58 +0000, by stefano
-
Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that libavformatWed, 17 Mar 2010 15:14:18 +0000, by rbultje
-
Fix erroneous behaviour when format probe hits end of file libavformatTue, 16 Mar 2010 21:45:30 +0000, by mru
-
rename av_read_frame_flush to ff_read_frame_flush libavformatMon, 15 Mar 2010 23:15:24 +0000, by aurel
-
rename av_program_add_stream_index to ff_program_add_stream_index libavformatMon, 15 Mar 2010 23:14:07 +0000, by aurel
-
Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com libavformatMon, 15 Mar 2010 23:04:09 +0000, by bcoudurier
-
Add AVSEEK_FORCE flag to indicate that the code should attempt to seek libavformatMon, 15 Mar 2010 22:54:22 +0000, by michael
-
cosmetics : Print newline after error message. libavformatMon, 15 Mar 2010 19:03:48 +0000, by jai_menon
-
Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet. libavformatMon, 15 Mar 2010 16:36:20 +0000, by mstorsjo
-
Make rtsp_skip_packet non-static, add ff prefix libavformatMon, 15 Mar 2010 16:31:15 +0000, by mstorsjo
-
RTSP: Synchronize the start time of the chained RTP muxers libavformatMon, 15 Mar 2010 14:20:07 +0000, by mstorsjo
-
Use AVFormatContext.start_time_realtime in the RTP muxer libavformatMon, 15 Mar 2010 10:37:12 +0000, by mstorsjo
-
Move the NTP offset definitions to internal.h libavformatMon, 15 Mar 2010 10:36:30 +0000, by mstorsjo
-
Add a new field AVFormatContext.start_time_realtime libavformatMon, 15 Mar 2010 10:29:37 +0000, by mstorsjo
-
move ff_url_split() and ff_url_join() declarations to internal.h libavformatSun, 14 Mar 2010 23:59:48 +0000, by aurel
-
Move the probe loop from av_open_input_file() into its own method libavformatSun, 14 Mar 2010 22:40:16 +0000, by stefano
-
Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in libavformatSun, 14 Mar 2010 13:38:00 +0000, by reimar
-
Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavformatSat, 13 Mar 2010 19:19:44 +0000, by stefano
-
matroskadec: add support for SIPR audio tracks libavformatFri, 12 Mar 2010 23:49:06 +0000, by aurel
-
export rm_reorder_sipr_data() for future use by matroska demuxer libavformatFri, 12 Mar 2010 23:35:59 +0000, by aurel
-
export sipr_subpk_size for future use by matroska demuxer libavformatFri, 12 Mar 2010 23:34:30 +0000, by aurel
-
oggdec: Pass packets to header() until the stream is done with them libavformatFri, 12 Mar 2010 05:17:01 +0000, by conrad
-
oggdec: Metadata is per-stream; don't merge multiple streams' together libavformatFri, 12 Mar 2010 05:16:44 +0000, by conrad
-
Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. libavformatThu, 11 Mar 2010 12:29:02 +0000, by pross
-
Cosmetics, break a long line, fix brace placement libavformatThu, 11 Mar 2010 08:33:04 +0000, by mstorsjo
-
RTSP muxer: Create the SDP with the numerical IP of the peer libavformatThu, 11 Mar 2010 08:24:18 +0000, by mstorsjo
-
oggdec: Determine pts and filepos on a packet basis in read_timestamp libavformatThu, 11 Mar 2010 07:17:56 +0000, by conrad
-
oggdec: Move PTS/DTS calculation to a function libavformatThu, 11 Mar 2010 07:17:53 +0000, by conrad
-
oggdec: Fix memory leak in setting up vorbis headers libavformatThu, 11 Mar 2010 07:17:49 +0000, by conrad
-
oggdec: Don't use ogg_stream's seq for vorbis or speex headers libavformatThu, 11 Mar 2010 07:17:46 +0000, by conrad
-
oggdec: Fix duration calculation for streams with non-zero start libavformatThu, 11 Mar 2010 07:17:43 +0000, by conrad
-
oggdec: Parse skeleton to determine the start time of each stream libavformatThu, 11 Mar 2010 07:17:40 +0000, by conrad
-
oggdec: Check that we have a codec in gptopts (needed for skeleton) libavformatThu, 11 Mar 2010 07:17:36 +0000, by conrad
-
oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h libavformatThu, 11 Mar 2010 07:17:33 +0000, by conrad
-
oggdec: Save offset of the page needed to reconstruct the current packet libavformatThu, 11 Mar 2010 07:17:24 +0000, by conrad
-
Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformatWed, 10 Mar 2010 22:21:39 +0000, by mstorsjo
-
In mpegts muxer, free adts context and temporary data libavformatWed, 10 Mar 2010 09:20:32 +0000, by bcoudurier
-
Include os_support.h which has a fallback declaration of socklen_t libavformatWed, 10 Mar 2010 07:44:51 +0000, by mstorsjo
-
Using struct timeval requires sys/time.h, fixes compilation on some OSes libavformatWed, 10 Mar 2010 07:43:56 +0000, by mstorsjo
-
Use rt->control_uri consequently instead of s->filename in all RTSP commands libavformatTue, 09 Mar 2010 16:04:41 +0000, by mstorsjo
-
Add special case to avoid binary search when appending index entries. libavformatTue, 09 Mar 2010 15:19:23 +0000, by michael
-
RTSP: Resolve and use the actual IP address of the peer we're connected to, libavformatTue, 09 Mar 2010 14:59:40 +0000, by mstorsjo
-
Remove static function name prefixes from American Laser Games MM demuxer libavformatTue, 09 Mar 2010 12:37:13 +0000, by pross
-
Ensure Bink demuxer returns AVERROR code when av_get_packet() fails libavformatTue, 09 Mar 2010 12:32:08 +0000, by pross
-
mkvenc: Don't try to write packets with unknown timestamps libavformatTue, 09 Mar 2010 04:23:33 +0000, by conrad
-
Fix encoder metadata string langcode in mov muxer libavformatTue, 09 Mar 2010 01:53:16 +0000, by bcoudurier
-
Correctly mark mov metadata as utf-8, using iso language code libavformatTue, 09 Mar 2010 01:21:09 +0000, by bcoudurier
-
In mov demuxer, convert mac encoded strings to utf-8 libavformatTue, 09 Mar 2010 01:03:42 +0000, by bcoudurier
-
Preallocate index entries in mov demuxer, huge speedup libavformatTue, 09 Mar 2010 00:46:26 +0000, by bcoudurier
-
In mpegts muxer, write adts header if aac bitstream does not contain it libavformatTue, 09 Mar 2010 00:18:49 +0000, by bcoudurier
-
In mpegts muxer, search for h264 aud nal, it might not be the first nal. libavformatMon, 08 Mar 2010 23:59:05 +0000, by bcoudurier
-
Remove definition of match_ext(), which is declared under #ifdef libavformatMon, 08 Mar 2010 23:51:53 +0000, by stefano
-
mpegts vbr muxing, activated when muxing rate is not supplied by the libavformatMon, 08 Mar 2010 23:46:19 +0000, by bcoudurier
-
Replace last occurrence of the deprecated match_ext() with libavformatMon, 08 Mar 2010 23:46:04 +0000, by stefano
-
Start continuity counter at 0 for pmt as well libavformatMon, 08 Mar 2010 22:44:03 +0000, by bcoudurier
-
Start continuity counter at 0 for streams libavformatMon, 08 Mar 2010 20:59:00 +0000, by bcoudurier
-
10l typo, fix ts total bit rate computation libavformatMon, 08 Mar 2010 20:57:42 +0000, by bcoudurier
-
Use ASF supports "markers" which are a name and a time stamp to create libavformatMon, 08 Mar 2010 13:13:18 +0000, by benoit
-
Revert "Move the probe loop from av_open_input_file() into its own method" libavformatMon, 08 Mar 2010 03:46:37 +0000, by mru
-
IFF: move ff_cmap_read_palette() prototype to a header file libavformatMon, 08 Mar 2010 02:36:00 +0000, by mru
-
av_find_stream_info(): Add a workaround for backwards compatible HE-AAC signaling. libavformatMon, 08 Mar 2010 00:00:50 +0000, by alexc
-
Fix pts->dts conversion init for non-zero initial value for pts. libavformatSun, 07 Mar 2010 23:10:18 +0000, by cehoyos
-
Move the probe loop from av_open_input_file() into its own method libavformatSun, 07 Mar 2010 22:42:11 +0000, by stefano
-
Localize the #define _SVID_SOURCE needed for inet_aton() to os_support.c libavformatSun, 07 Mar 2010 19:48:59 +0000, by conrad
-
1l trocadero: forgot reference operator on bytestream_get_be32() argument libavformatSun, 07 Mar 2010 08:52:53 +0000, by kostya
-
Add internal.h include for av_read_frame_flush prototype libavformatSun, 07 Mar 2010 02:35:45 +0000, by conrad
-
Move av_read_frame_flush() prototype to lavf/internal.h libavformatSat, 06 Mar 2010 23:19:05 +0000, by mru
-
Set GXF fallback time-base to match the one specified for audio-only. libavformatSat, 06 Mar 2010 22:25:53 +0000, by reimar
-
GXF time base is always based on "fields" per second even for libavformatSat, 06 Mar 2010 22:20:33 +0000, by reimar
-
Don't explicitly initialize networking in the tcp and udp protocols libavformatFri, 05 Mar 2010 22:38:48 +0000, by mstorsjo
-
Use ff_url_join for assembling URLs, instead of snprintf libavformatFri, 05 Mar 2010 22:35:21 +0000, by mstorsjo
-
Add a function ff_url_join for assembling URLs libavformatFri, 05 Mar 2010 22:31:45 +0000, by mstorsjo
-
Always call ff_network_init/ff_network_close when opening protocols libavformatFri, 05 Mar 2010 22:30:21 +0000, by mstorsjo
-
Return from rtp_read when select returns an error libavformatFri, 05 Mar 2010 08:15:20 +0000, by mstorsjo
-
oggdec: Parse theora headers since ogg might not mark keyframes libavformatFri, 05 Mar 2010 00:22:40 +0000, by conrad
-
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb libavformatThu, 04 Mar 2010 15:08:54 +0000, by mstorsjo
-
handle errors reported by av_get_packet() in Bink demuxer libavformatThu, 04 Mar 2010 13:27:53 +0000, by pross
-
Ensure that we write clusters and blocks with known size when streaming libavformatThu, 04 Mar 2010 08:53:14 +0000, by conrad
-
Write the first seekhead if writing to a stream, we won't be able to seek libavformatThu, 04 Mar 2010 08:53:04 +0000, by conrad
-
Attempt seeking to write EBML master sizes even if streamed libavformatThu, 04 Mar 2010 08:53:00 +0000, by conrad
-
matroskaenc: use "title" tag instead of "description" in track title. libavformatWed, 03 Mar 2010 23:27:34 +0000, by conrad
-
matroskadec: timestamps are dts and not pts in ms vfw compatibility mode libavformatWed, 03 Mar 2010 21:46:43 +0000, by aurel
-
Properly pad H.264 extradata when taken from fmtp SDP attributes libavformatWed, 03 Mar 2010 21:00:50 +0000, by mstorsjo
-
nutdec: make chapter start and length uint64_t to prevent overflows. libavformatMon, 01 Mar 2010 07:26:41 +0000, by benoit
-
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead of libavformatSun, 28 Feb 2010 22:33:22 +0000, by reimar
-
Make our getaddrinfo implementation initialize "struct addrinfo" return libavformatSun, 28 Feb 2010 22:31:17 +0000, by reimar
-
Plug some memory leaks in NUT muxer and demuxer libavformatSun, 28 Feb 2010 20:49:21 +0000, by vitor
-
Many mp3s seem to contain padding after id3 tags that is not considered in the libavformatSun, 28 Feb 2010 16:40:17 +0000, by michael
-
Rename RTP depacketizer files from rtp_* to rtpdec_* libavformatSun, 28 Feb 2010 11:03:14 +0000, by mstorsjo
-
Include rtpdec.h, it contains prototypes for the following functions: libavformatSun, 28 Feb 2010 03:59:15 +0000, by cehoyos
-
Include avc.h from avc.c: It contains several prototypes. libavformatSun, 28 Feb 2010 02:04:34 +0000, by cehoyos
-
Make mp4_read_descr static: It is only used inside libavformat/mov.c. libavformatSun, 28 Feb 2010 01:51:13 +0000, by cehoyos
-
Include apetag.h which contains the prototype for ff_ape_parse_tag(). libavformatSun, 28 Feb 2010 01:43:47 +0000, by cehoyos
-
RTSP muxer: Use a local copy of the AVPacket for sending to the chained muxer libavformatFri, 26 Feb 2010 16:21:56 +0000, by mstorsjo
-
asfdec: don't strip the "WM/" prefix, this should be done during conversion. libavformatThu, 25 Feb 2010 16:38:23 +0000, by benoit
-
asf: add more entries to metadata conv table. libavformatThu, 25 Feb 2010 09:09:39 +0000, by benoit
-
Read ASF metadata as proper UTF-16 and spit it out as proper UTF-8 in our libavformatWed, 24 Feb 2010 18:19:54 +0000, by rbultje
-
Don't add WM prefixes to all written ASF tags. libavformatWed, 24 Feb 2010 18:17:32 +0000, by rbultje
-
Mention that metadata tags are (unvalidated) UTF-8. libavformatWed, 24 Feb 2010 18:01:44 +0000, by rbultje
-
Correctly increment continuity_counter in PCR packets. libavformatWed, 24 Feb 2010 10:56:13 +0000, by cehoyos
-
asfdec: add a debug message about skipped tags. libavformatWed, 24 Feb 2010 07:33:18 +0000, by benoit
-
asfdec: only unicode tags must have even length. libavformatWed, 24 Feb 2010 07:31:03 +0000, by benoit
-
Introduce metadata conversion table for NUT muxer and demuxer. libavformatWed, 24 Feb 2010 06:27:12 +0000, by kostya
-
Count all frames with codec_info_nb_frames not just ones with non zero libavformatTue, 23 Feb 2010 16:29:57 +0000, by michael
-
Put codec_info_nb_frames back in AVStream and print its value. libavformatTue, 23 Feb 2010 15:07:18 +0000, by michael
-
Make Bink demuxer pass video flags to decoder libavformatTue, 23 Feb 2010 06:36:26 +0000, by kostya
-
Free metadata in chained RTP muxers in the RTSP muxer libavformatMon, 22 Feb 2010 21:20:30 +0000, by mstorsjo
-
Add declarations and doxygen documentation of generic rtsp support functions libavformatMon, 22 Feb 2010 19:44:08 +0000, by mstorsjo
-
Don't follow RTSP redirects when used as a muxer libavformatMon, 22 Feb 2010 15:57:40 +0000, by mstorsjo
-
Add a function rtsp_setup_output_streams for announcing the SDP libavformatMon, 22 Feb 2010 15:56:18 +0000, by mstorsjo
-
Create AVFormatContext objects as private transport for output RTSP sessions libavformatMon, 22 Feb 2010 15:46:56 +0000, by mstorsjo
-
Make sure a set r_frame_rate is not overriden by a guess. libavformatMon, 22 Feb 2010 10:19:46 +0000, by michael
-
Attempt to fix the completely random values returned by ff_avc_find_startcode(). libavformatMon, 22 Feb 2010 00:34:27 +0000, by michael
-
Fix memory leak for truncated packets in idCin demuxer libavformatSun, 21 Feb 2010 14:41:39 +0000, by vitor
-
Make sure we dont write more bytes into filename than the array is long. libavformatSat, 20 Feb 2010 22:57:23 +0000, by michael
-
Do not attempt to open references through absolute pathes. libavformatSat, 20 Feb 2010 22:48:09 +0000, by michael
-
Do not leave uninitialized data in the packet in MPC demuxer. Should allow for libavformatSat, 20 Feb 2010 11:22:47 +0000, by vitor
-
Split rtsp_read_header() into two functions, so that the main part (now also libavformatFri, 19 Feb 2010 23:23:40 +0000, by rbultje
-
Split out input-specific parts of rtsp_read_header() into its own, new, libavformatFri, 19 Feb 2010 23:21:44 +0000, by rbultje
-
Only send out NAT-punching RTP/RTCP packets when we're in demuxer mode, i.e. libavformatFri, 19 Feb 2010 23:13:21 +0000, by rbultje
-
Use mode=receive instead of mode=play if in RTSP muxer (instead of demuxer) libavformatFri, 19 Feb 2010 23:11:59 +0000, by rbultje
-
Make rtsp_close_streams() take a AVFormatContext instead of a RTSPState libavformatFri, 19 Feb 2010 23:10:19 +0000, by rbultje
-
WavPack demuxer also depends on APE tag parser libavformatFri, 19 Feb 2010 22:13:19 +0000, by kostya
-
Make Bink demuxer skip all zero audio tracks, not only the first one libavformatFri, 19 Feb 2010 22:10:04 +0000, by kostya
-
Rename RTSP_STATE_PLAYING to _STREAMING, since that better covers the libavformatFri, 19 Feb 2010 16:26:21 +0000, by rbultje
-
WavPack demuxer supports ID3v1 tags, so don't forget id3v1.o dependency for it libavformatFri, 19 Feb 2010 06:59:47 +0000, by kostya
-
Add functions to send RTSP commands with content attached to them. This will libavformatWed, 17 Feb 2010 19:24:02 +0000, by rbultje
-
Remove first_rtcp_ntp_time. This is used to prevent overflow of the timestamp, libavformatTue, 16 Feb 2010 23:00:03 +0000, by rbultje
-
When using RTP-over-UDP, send dummy packets during stream setup, similar to libavformatTue, 16 Feb 2010 22:50:50 +0000, by rbultje
-
Fix two problems (no idea how this ever worked): libavformatTue, 16 Feb 2010 19:26:49 +0000, by rbultje
-
Don't return 0 if buffer setup failed. That signals the RTSP demuxer that libavformatTue, 16 Feb 2010 18:19:28 +0000, by rbultje
-
Set lavf identification string globally in av_write_header(), rather libavformatTue, 16 Feb 2010 16:32:25 +0000, by rbultje
-
Strings in extended content header are UTF16, libavformatMon, 15 Feb 2010 21:19:40 +0000, by cehoyos
-
workaround for broken files created by previous versions of asfenc. libavformatMon, 15 Feb 2010 21:14:47 +0000, by cehoyos
-
Optimize h261_probe function, since it is far slower than all others. libavformatSun, 14 Feb 2010 18:59:56 +0000, by reimar
-
add netspeak gsm and truespeech wav format tags to riff.c libavformatSat, 13 Feb 2010 17:57:24 +0000, by compn
-
Add flag so muxers not needing width/height can signal this. libavformatFri, 12 Feb 2010 20:35:29 +0000, by michael
-
Make DeluxePaint Animation demuxer actually return the find_record() error code (issue 1739). libavformatFri, 12 Feb 2010 11:31:35 +0000, by pross
-
Fix demuxing of wav files with broken data header libavformatWed, 10 Feb 2010 20:26:47 +0000, by daniel
-
Use av_compare_ts from libavutil instead of the locale compare_ts, the libavformatWed, 10 Feb 2010 19:43:57 +0000, by reimar
-
Fix syncronisation for streams with a high encoding delay. libavformatWed, 10 Feb 2010 19:33:08 +0000, by lucabe
-
Don't forget to set known audio parameters (samplerate, etc.) if the codec is libavformatWed, 10 Feb 2010 18:30:55 +0000, by rbultje
-
RTP/AMR depacketizer, by Martin Storsj <$firstname at $firstname dot st>. libavformatWed, 10 Feb 2010 17:20:50 +0000, by rbultje
-
Dont give up after 100kb of zero bytes but returnd EAGAIN libavformatWed, 10 Feb 2010 14:25:57 +0000, by michael
-
mp3: ftell() file offset for VBR tags before ID3v1 parser messes it up. libavformatWed, 10 Feb 2010 12:44:16 +0000, by andoma
-
Make sure the header value used to avoid repeating headers on seeking to the libavformatMon, 08 Feb 2010 20:25:36 +0000, by reimar
-
Implement gai_strerror() for systems lacking such functionality. Patch libavformatMon, 08 Feb 2010 18:48:12 +0000, by rbultje
-
Fix playback with invalid files that don't set the continuation flag for libavformatMon, 08 Feb 2010 10:13:03 +0000, by conrad
-
Directly use av_rescale_rnd() instead of av_convert_ts() as this cuts the libavformatSun, 07 Feb 2010 19:10:04 +0000, by michael
-
Use av_compare_ts() for interleaving per dts. libavformatSun, 07 Feb 2010 16:27:17 +0000, by michael
-
Implement a physical concatenation protocol. libavformatSun, 07 Feb 2010 10:25:58 +0000, by stefano
-
Correcting wrong looking stream_id validity check in avidec. libavformatFri, 05 Feb 2010 11:50:44 +0000, by michael
-
Dont try generic seek if seek request before first index entry and backward. libavformatWed, 03 Feb 2010 23:59:48 +0000, by michael
-
Try to open decoders in av_find_stream_info() even if no packets for the libavformatWed, 03 Feb 2010 23:05:58 +0000, by michael
-
Extend IFF demuxer to parse PBM/ILBM bitmap chunks libavformatWed, 03 Feb 2010 09:57:21 +0000, by pross
-
Only set duration for streams where it is likely correct. libavformatWed, 03 Feb 2010 00:35:10 +0000, by michael
-
Guess the duration before converting video and write guessed duration libavformatTue, 02 Feb 2010 22:23:09 +0000, by cehoyos
-
Fix warnings about implicit function declaration when compiling rtpdec.c libavformatMon, 01 Feb 2010 23:10:04 +0000, by cehoyos
-
Add a list of generic tags and change demuxers to follow it. libavformatMon, 01 Feb 2010 11:39:10 +0000, by pross
-
Increase search range if no end timestamp could be found for the duration libavformatSun, 31 Jan 2010 17:43:18 +0000, by michael
-
Bink video codec id is there, demuxer can use it libavformatSun, 31 Jan 2010 16:21:49 +0000, by kostya
-
Latent libavformat version bump for Bink demuxer (r21569) libavformatSun, 31 Jan 2010 13:01:00 +0000, by pross
-
Flag to ignore dts on frames that contain pts. libavformatSat, 30 Jan 2010 22:55:12 +0000, by michael
-
Store strings directly in mov_mdhd_language_map instead of using pointers, libavformatSat, 30 Jan 2010 22:05:26 +0000, by reimar
-
Always consider the mov language code as 4 bytes fixed size and change the libavformatSat, 30 Jan 2010 21:54:06 +0000, by reimar
-
another 10l: forgot to change parent condition as well libavformatSat, 30 Jan 2010 09:47:57 +0000, by kostya
-
10l trocadero: now return value of ff_rtmp_packet_read() has different meaning libavformatSat, 30 Jan 2010 09:45:52 +0000, by kostya
-
Make RTMP send/receive packet functions report number of bytes read or sent. libavformatSat, 30 Jan 2010 09:24:52 +0000, by kostya
-
cosmetics: add an empty line between variable declarations and code libavformatSat, 30 Jan 2010 08:38:11 +0000, by kostya
-
Remove MAX_STREAMS usage in ogg and mxf muxers libavformatFri, 29 Jan 2010 06:38:00 +0000, by bcoudurier
-
Add RTP/H.263 depacketizer by Martin Storsj <$firstname () $firstname st>. libavformatThu, 28 Jan 2010 16:08:13 +0000, by rbultje
-
Avoid using deprecated AVFormatParameters::[audio|video]_codec_id field. libavformatThu, 28 Jan 2010 15:45:21 +0000, by jai_menon
-
Use av_mallocz in url_open_protocol for URLContext. libavformatThu, 28 Jan 2010 09:11:26 +0000, by benoit
-
Introduce AVIStream struct and move stream based variables to it. libavformatThu, 28 Jan 2010 02:45:17 +0000, by michael
-
Support demuxing Blu-ray subtitles in matroska files. libavformatWed, 27 Jan 2010 22:39:18 +0000, by cehoyos
-
Fix BSD compile (PF_UNSPEC is not a standard define, AF_UNSPEC is). libavformatWed, 27 Jan 2010 22:31:13 +0000, by rbultje
-
Fix duration calculation in the presence of a single wraping of the timeline. libavformatWed, 27 Jan 2010 19:37:52 +0000, by michael
-
Schedule an increase in the maximum number of streams libavformatWed, 27 Jan 2010 19:13:35 +0000, by jai_menon
-
Document av_register_protocol(), not that it really needs to be libavformatWed, 27 Jan 2010 00:21:28 +0000, by stefano
-
Don't use tcp_fd if we're not using TCP-based connections (e.g. when libavformatTue, 26 Jan 2010 15:51:54 +0000, by rbultje
-
Load the proper getaddrinfo functions from ws2_32.dll, if they're present. libavformatMon, 25 Jan 2010 01:28:01 +0000, by ramiro
-
Force codec_tag I420 for Quicktime Planar Y'CbCr 8-bit 4:2:0 raw codec, libavformatSun, 24 Jan 2010 21:37:35 +0000, by cehoyos
-
Favor the term "URL" over "filename", as the API deals with URLs libavformatSun, 24 Jan 2010 18:18:03 +0000, by stefano
-
Make url_read_complete handle EAGAIN more intelligently. libavformatSun, 24 Jan 2010 18:09:46 +0000, by reimar
-
Make url_read_complete retry on EAGAIN and return how much data it read libavformatSat, 23 Jan 2010 10:23:47 +0000, by reimar
-
Print a warning when DATA chunk is encountered in the middle of chunk. libavformatSat, 23 Jan 2010 09:42:52 +0000, by kostya
-
Remove conditional M_PI definition, it is already defined in libavformatFri, 22 Jan 2010 23:16:23 +0000, by stefano
-
Replace deprecated guess_format() with av_guess_format(). libavformatFri, 22 Jan 2010 23:09:08 +0000, by stefano
-
Rename a function which is no longer ipv6-specific. Patch by Martin Storsj libavformatFri, 22 Jan 2010 16:10:08 +0000, by rbultje
-
Use the control URI from the SDP (if present) rather than the input filename, libavformatFri, 22 Jan 2010 16:04:15 +0000, by rbultje