Mercurial > libavformat.hg
graph
-
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
-
Remove reply and content_ptr arguments from rtsp_send_cmd_async(), since libavformatThu, 21 Jan 2010 20:04:17 +0000, by rbultje
-
Change on rtsp_send_cmd() to the _async() version since we don't use the libavformatThu, 21 Jan 2010 20:01:11 +0000, by rbultje
-
Pretty embarassing bug; we shouldn't use av_strlcatf() on an uninitialized libavformatThu, 21 Jan 2010 19:48:30 +0000, by rbultje
-
Remove IPv4-only codepath. Patch by Martin Storsj«Ó <$first $first st>. libavformatThu, 21 Jan 2010 15:42:05 +0000, by rbultje
-
Set start_time and duration in AVStream instead of AVFormatContext for libavformatThu, 21 Jan 2010 09:47:02 +0000, by conrad
-
Use the configure check from r21351 and use it to properly define struct libavformatWed, 20 Jan 2010 17:26:14 +0000, by rbultje
-
fetch flv duration from file if it is set to 0 in metadata libavformatTue, 19 Jan 2010 19:41:24 +0000, by bcoudurier
-
move aspect ratio code at the end of the track parsing, fix cathedral-beta2-400extra-crop-avc.mp4 libavformatMon, 18 Jan 2010 21:38:39 +0000, by bcoudurier
-
Rename the RTP muxer sources so that the packetisation functions are in libavformatMon, 18 Jan 2010 13:44:12 +0000, by lucabe
-
Remove the ff_rtp_send_h264() prototype from rtp_h264.h (such function libavformatMon, 18 Jan 2010 11:18:25 +0000, by lucabe
-
Use av_match_ext() rather than the deprecated match_ext(), fix libavformatSun, 17 Jan 2010 15:57:51 +0000, by stefano
-
Support demuxing of Sony OpenMG files without metadata header. libavformatSun, 17 Jan 2010 00:23:08 +0000, by cehoyos
-
Support decoding of Avid uncompressed mov files, fixes issue 1685. libavformatFri, 15 Jan 2010 11:03:40 +0000, by cehoyos
-
Support decoding Avid 1:1x codec, (partially) fixes issue1684. libavformatFri, 15 Jan 2010 10:55:31 +0000, by cehoyos
-
Latent libavformat version bump and documentation update for Adobe Filmstrip muxer and demuxer (r21212) libavformatThu, 14 Jan 2010 14:02:06 +0000, by pross
-
set stream aspect from mov tkhd width/height, patch by Andrew Wason, rectalogic at rectalogic dot com libavformatThu, 14 Jan 2010 00:32:36 +0000, by bcoudurier
-
do not skip mdat data if it's the last atom, avoids one seek libavformatWed, 13 Jan 2010 23:33:29 +0000, by bcoudurier
-
restore old buffer content when seek failed in http protocol, fix issue #1631 libavformatWed, 13 Jan 2010 23:27:52 +0000, by bcoudurier
-
remove useless declarations from mpegts.h libavformatWed, 13 Jan 2010 22:50:26 +0000, by bcoudurier
-
use codec rc_max_rate if set and warn if bit rate is not set libavformatWed, 13 Jan 2010 22:23:29 +0000, by bcoudurier
-
Do not split audio frames accross pes packets. libavformatWed, 13 Jan 2010 22:21:45 +0000, by bcoudurier
-
print more debug info about muxing parameters, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 21:42:55 +0000, by bcoudurier
-
update mpegts_write_pes documentation, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 21:40:37 +0000, by bcoudurier
-
Insert null packets to keep pcr values correct, patch by Mike Scheutzow, libavformatWed, 13 Jan 2010 20:44:56 +0000, by bcoudurier
-
move pcr/sdt/pat period computation after ts->mux_rate is set, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 20:30:55 +0000, by bcoudurier
-
output a pcr as soon as possible, patch by Mike Scheutzow, scheutzow at alcatel-lucent dot com libavformatWed, 13 Jan 2010 20:26:59 +0000, by bcoudurier
-
fix ts packet header size computation, patch by Niobos, niobos at dest-unreach dot be libavformatWed, 13 Jan 2010 20:20:05 +0000, by bcoudurier
-
fix sdt, pat, pcr size computation, patch by Niobos, niobos at dest-unreach dot be libavformatWed, 13 Jan 2010 20:14:53 +0000, by bcoudurier
-
Fix issue1658 (trailing space in rtpmap descriptor). libavformatWed, 13 Jan 2010 15:55:42 +0000, by rbultje
-
Check there is a stream before writing header. libavformatWed, 13 Jan 2010 14:32:48 +0000, by benoit
-
Use chunked encoding for HTTP uploads. Patch by Tomas H«£rdin libavformatTue, 12 Jan 2010 16:36:00 +0000, by rbultje
-
Make sure the destination address is written as an IP address in the SDP libavformatTue, 12 Jan 2010 10:56:43 +0000, by lucabe
-
Correct timestamps inside FLV data received by RTMP. libavformatTue, 12 Jan 2010 07:10:47 +0000, by kostya
-
Use old-style RTMP handshake for old servers. libavformatTue, 12 Jan 2010 06:44:49 +0000, by kostya
-
Support uncompressed ("Resolution 1:1") Avid AVI Codec, (partially) fixes issue 1474. libavformatTue, 12 Jan 2010 00:29:26 +0000, by cehoyos
-
Provide a fallback for getnameinfo() also. Patch by Martin Storsj«Ó libavformatMon, 11 Jan 2010 17:45:17 +0000, by rbultje
-
Implement a fallback for struct sockaddr_storage if not available. libavformatMon, 11 Jan 2010 17:42:35 +0000, by rbultje
-
Use getaddrinfo() instead of resolve_host(). Patch by Martin Storsj«Ó libavformatMon, 11 Jan 2010 17:32:40 +0000, by rbultje
-
Deprecate resolve_host(). Patch by Martin Storsj«Ó <$firstname()$firstname,st>. libavformatMon, 11 Jan 2010 17:28:55 +0000, by rbultje
-
Provide fallback implementations of getaddrinfo() and freeaddrinfo(). libavformatMon, 11 Jan 2010 17:27:07 +0000, by rbultje
-
Use getaddrinfo(), if available, in resolve_host(). Patch by Martin libavformatMon, 11 Jan 2010 17:14:16 +0000, by rbultje
-
mkvdec: Avoid divide-by-zero crash on invalid real audio tracks libavformatMon, 11 Jan 2010 00:31:55 +0000, by conrad
-
do not create Electronic Arts audio stream when unsupported revision2 audio codec is present [issue1516] libavformatSun, 10 Jan 2010 05:08:42 +0000, by pross
-
Use the correct ByteIOContext in extradata parsing.Fixes half of issue libavformatFri, 08 Jan 2010 17:15:46 +0000, by rbultje
-
Currently, the replacement which is used if inet_aton isn't available, libavformatFri, 08 Jan 2010 00:04:23 +0000, by rbultje
-
handler can be NULL if we did not support this dynamic format (codec). libavformatThu, 07 Jan 2010 23:05:19 +0000, by rbultje
-
Add correct log context to av_log() calls in parse_rtpmap(). libavformatThu, 07 Jan 2010 22:44:03 +0000, by rbultje
-
Re-indent to more closely follow general coding standards used in other libavformatThu, 07 Jan 2010 22:41:14 +0000, by rbultje
-
Always set the destination address even if no port was found. libavformatThu, 07 Jan 2010 08:24:44 +0000, by lucabe
-
Handle more ADPCM codecs in av_get_bits_per_sample(). libavformatWed, 06 Jan 2010 21:51:20 +0000, by daniel
-
cosmetics, remove useless parentheses, add space libavformatMon, 04 Jan 2010 22:59:43 +0000, by bcoudurier
-
simplify error handling in mov_read_default libavformatMon, 04 Jan 2010 22:58:19 +0000, by bcoudurier
-
remove no more needed MOVAtom.offset field libavformatMon, 04 Jan 2010 22:51:38 +0000, by bcoudurier
-
remove useless code skipping data at end of hdlr atom, already done in mov_read_default libavformatMon, 04 Jan 2010 22:48:27 +0000, by bcoudurier
-
Add support for these widely-used iTunes metadata fields: Album Artist, libavformatMon, 04 Jan 2010 02:52:40 +0000, by melanson
-
Prefer "*FUNC_NAME(" over "* FUNC_NAME(" for XXX_configuration() and libavformatSun, 03 Jan 2010 14:31:25 +0000, by stefano
-
Use av_match_ext() in place of the deprecated match_ext() function. libavformatFri, 01 Jan 2010 23:56:09 +0000, by stefano
-
Deprecate match_ext() in favor of av_match_ext(), and mark it for libavformatFri, 01 Jan 2010 23:50:10 +0000, by stefano
-
Use av_guess_format() in place of the deprecated guess_format(). libavformatFri, 01 Jan 2010 12:58:03 +0000, by stefano
-
Deprecate guess_format() in favor of av_guess_format(). libavformatFri, 01 Jan 2010 12:46:24 +0000, by stefano
-
Remove residual use of the doxygen markup which is deprecated, libavformatFri, 01 Jan 2010 12:28:18 +0000, by stefano
-
Deprecate and mark for deletion the function guess_stream_format(), libavformatThu, 31 Dec 2009 14:12:58 +0000, by stefano
-
Use different dynamic payload types for audio and video. libavformatSun, 27 Dec 2009 21:31:10 +0000, by lucabe
-
Use RTP_PT_PRIVATE in sdp.c instead of hardcoding 96. libavformatSat, 26 Dec 2009 10:59:56 +0000, by lucabe
-
Remove some unused variables, fixes the warnings: libavformatThu, 24 Dec 2009 12:11:55 +0000, by diego
-
It appears that waveformatextensible is mandatory for more cases than libavformatFri, 18 Dec 2009 06:03:12 +0000, by michael
-
Add decoder for R210 (uncompressed 10-bit RGB) codec. libavformatThu, 17 Dec 2009 18:56:56 +0000, by reimar
-
10l : make sure probe buffer is large enough. libavformatThu, 17 Dec 2009 13:05:37 +0000, by jai_menon
-
Reply to RTMP ping with the same value as received by client. libavformatWed, 16 Dec 2009 12:49:38 +0000, by kostya
-
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes libavformatMon, 14 Dec 2009 21:08:21 +0000, by banan
-
Make sure the Metadata: header is not printed if the only metadata will not libavformatSun, 13 Dec 2009 23:39:20 +0000, by michael
-
Move dump_metadata() to where it is in ffmbc, looks better. libavformatSun, 13 Dec 2009 23:34:46 +0000, by michael
-
dump metadata for AVStreams & AVPrograms too. libavformatSun, 13 Dec 2009 23:27:43 +0000, by michael
-
Try to simplify av_estimate_timings_from_pts() like in ffmbc. libavformatSun, 13 Dec 2009 22:56:59 +0000, by michael
-
Debug av_log() about stream probing from ffmbc. libavformatSun, 13 Dec 2009 22:15:51 +0000, by michael
-
More entries for ff_id3v2_metadata_conv from ffmbc. libavformatSun, 13 Dec 2009 21:02:43 +0000, by michael
-
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformatSun, 13 Dec 2009 20:27:29 +0000, by michael
-
Add flags to prevent strdup() on arguments to av_metadata_set2(). libavformatSun, 13 Dec 2009 20:22:27 +0000, by michael
-
Print extradata in case of failure. I had this in my local tree and it libavformatSun, 13 Dec 2009 16:20:00 +0000, by michael
-
APIChanges & minor bump due to avg_frame_rate addition. libavformatSun, 13 Dec 2009 15:55:07 +0000, by michael
-
Use constant CODEC_ID_NONE instead of 0 where appropriate. libavformatSun, 13 Dec 2009 15:28:00 +0000, by cehoyos
-
RM audio stream version should be 16-bit followed by header size or reserved libavformatSun, 13 Dec 2009 09:08:58 +0000, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformatSun, 13 Dec 2009 08:51:27 +0000, by kostya
-
5l trocadero: don't forget to free packet in gen_connect() libavformatFri, 11 Dec 2009 15:31:58 +0000, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformatFri, 11 Dec 2009 11:37:21 +0000, by kostya
-
(Partly) support Metasoft MJPEG Codec, fixes half of issue 1611. libavformatThu, 10 Dec 2009 23:06:23 +0000, by cehoyos
-
Support Etymonix MPEG-2 video codec, fixes issue 1603. libavformatThu, 10 Dec 2009 22:38:49 +0000, by cehoyos
-
Raise threshold of h263 probe by 1 to avoid misdetection. libavformatTue, 08 Dec 2009 12:34:08 +0000, by michael
-
Add out commented av_log to debug h263_probe. libavformatTue, 08 Dec 2009 12:33:00 +0000, by michael
-
Also print the number of invalid packets in the debug output. libavformatTue, 08 Dec 2009 12:24:41 +0000, by michael
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformatTue, 08 Dec 2009 12:19:30 +0000, by michael
-
AU : demuxed packet size should be sample size aligned. libavformatMon, 07 Dec 2009 13:55:38 +0000, by jai_menon
-
cosmetics: insert space between codeword and left parenthesis libavformatSun, 06 Dec 2009 07:03:46 +0000, by kostya
-
Do not send invokes to RTMP server if we are not connected to it. libavformatSun, 06 Dec 2009 07:01:37 +0000, by kostya
-
Calls to url_fseek should have their return value checked in libavformatSun, 06 Dec 2009 00:03:53 +0000, by daniel
-
Implement RTMP output (publishing FLV stream to RTMP server). libavformatFri, 04 Dec 2009 16:52:16 +0000, by kostya
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformatThu, 03 Dec 2009 16:13:51 +0000, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformatThu, 03 Dec 2009 15:59:51 +0000, by kostya
-
Move "app" string into RTMP protocol context. libavformatThu, 03 Dec 2009 15:47:00 +0000, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformatThu, 03 Dec 2009 06:40:37 +0000, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformatThu, 03 Dec 2009 00:27:01 +0000, by ramiro
-
Move is_input flag into RTMP protocol context. libavformatWed, 02 Dec 2009 12:55:10 +0000, by kostya
-
print error message when image2 muxer fail to compute frame filename libavformatTue, 01 Dec 2009 23:10:32 +0000, by bcoudurier
-
Change ret type to int64_t because url_fseek returns int64_t. libavformatTue, 01 Dec 2009 22:56:44 +0000, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformatTue, 01 Dec 2009 20:15:05 +0000, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformatTue, 01 Dec 2009 16:43:53 +0000, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformatTue, 01 Dec 2009 16:08:44 +0000, by kostya
-
Write header for RTMP packets with channel_id >= 64 correctly libavformatTue, 01 Dec 2009 15:13:23 +0000, by kostya
-
Read and write extended timestamps for RTMP packets. libavformatTue, 01 Dec 2009 15:07:32 +0000, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformatTue, 01 Dec 2009 14:58:17 +0000, by kostya
-
Support "A format generated by IndigoVision 8000 video server". libavformatTue, 01 Dec 2009 13:17:10 +0000, by michael
-
slif aka "SoftLab MPEG-2 I-frames Codec" support. libavformatTue, 01 Dec 2009 02:07:46 +0000, by michael
-
Print a warning if the duration is estimated from the bitrate, as this is libavformatMon, 30 Nov 2009 22:08:22 +0000, by michael
-
decode qcelp in aiff, implement #1524, patch by Vitor libavformatMon, 30 Nov 2009 22:01:21 +0000, by bcoudurier
-
100l, max value for timescale is UINT16_MAX libavformatSun, 29 Nov 2009 18:26:51 +0000, by bcoudurier
-
change track timescale to unsigned int, fix warning libavformatSun, 29 Nov 2009 02:41:48 +0000, by bcoudurier
-
support sample rates > INT16_MAX in mov using stsd v2 libavformatSun, 29 Nov 2009 02:03:24 +0000, by bcoudurier
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformatThu, 26 Nov 2009 21:15:06 +0000, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformatTue, 24 Nov 2009 15:54:17 +0000, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformatTue, 24 Nov 2009 07:08:17 +0000, by pross
-
MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) libavformatMon, 23 Nov 2009 08:47:40 +0000, by conrad
-
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformatSun, 22 Nov 2009 21:04:18 +0000, by bcoudurier
-
When searching for AMF object field value, try to find that object first libavformatSun, 22 Nov 2009 09:03:06 +0000, by kostya
-
Print error when RTMP protocol can't open connection libavformatSun, 22 Nov 2009 08:42:55 +0000, by kostya
-
Pass only useful FLV metadata from RTMP stream libavformatSun, 22 Nov 2009 08:40:55 +0000, by kostya
-
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformatSun, 22 Nov 2009 02:07:10 +0000, by jbr
-
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformatFri, 20 Nov 2009 23:12:55 +0000, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformatFri, 20 Nov 2009 19:16:42 +0000, by daniel
-
Add functions to return library license and library configuration. libavformatWed, 18 Nov 2009 17:15:17 +0000, by diego
-
Search relative path according to alias record when opening mov reference files. libavformatSun, 15 Nov 2009 03:26:47 +0000, by bcoudurier
-
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformatFri, 13 Nov 2009 10:19:42 +0000, by lucabe
-
Split the sdp_read_packet() function out of rtsp_read_packet(). libavformatThu, 12 Nov 2009 15:34:17 +0000, by lucabe
-
Move some some functions around, so that splitting the SDP code out of libavformatThu, 12 Nov 2009 10:31:37 +0000, by lucabe
-
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformatThu, 12 Nov 2009 02:22:19 +0000, by alexc
-
Add '#undef fprintf' before PRINT macro that uses fprintf. libavformatWed, 11 Nov 2009 21:57:50 +0000, by diego
-
Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformatMon, 09 Nov 2009 01:10:55 +0000, by cehoyos
-
Use enum instead of integer types where appropriate. libavformatSun, 08 Nov 2009 23:48:15 +0000, by cehoyos
-
Use CODEC_ID_NONE instead of 0 for enum CodecID. libavformatSun, 08 Nov 2009 23:46:32 +0000, by cehoyos
-
Let pmt override stream info when encoutered later in the ts file. libavformatSun, 08 Nov 2009 03:17:08 +0000, by bcoudurier
-
Support some LATM AAC streams (they can be decoded with MPlayer). libavformatSat, 07 Nov 2009 23:44:56 +0000, by cehoyos
-
Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. libavformatSat, 07 Nov 2009 22:35:00 +0000, by jbr
-
change \0xa9enc tag metadata name to encoder to match id3v2 libavformatFri, 06 Nov 2009 18:59:25 +0000, by bcoudurier
-
10l: WavPack demuxer forgot to seek back to initial position after block libavformatFri, 06 Nov 2009 18:25:45 +0000, by kostya
-
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformatThu, 05 Nov 2009 14:25:37 +0000, by lucabe
-
If custom sampling rate is set in WavPack file, parse first block to find libavformatThu, 05 Nov 2009 08:14:48 +0000, by kostya
-
Initialize block_parsed before reading first block header in WavPack demuxer, libavformatThu, 05 Nov 2009 08:10:50 +0000, by kostya
-
do not redundantly set stream nb_frames, it's already set in read_stts libavformatThu, 05 Nov 2009 07:32:50 +0000, by bcoudurier
-
compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformatThu, 05 Nov 2009 07:30:53 +0000, by bcoudurier
-
warn if stream timescale is not set and set it to 1 to avoid FPE libavformatThu, 05 Nov 2009 07:11:54 +0000, by bcoudurier
-
fix \0xa9wrt metadata, to composer, fix issue #1501 libavformatThu, 05 Nov 2009 01:40:13 +0000, by bcoudurier
-
add yuvs fourcc to raw.c and isom.c, fixes samples/mov/yuvs.mov libavformatTue, 03 Nov 2009 16:17:21 +0000, by compn
-
Set the sample format for Smacker audio in the decoder rather than in the libavformatSun, 01 Nov 2009 15:08:49 +0000, by jbr
-
print packet duration when debugging timestamps libavformatFri, 30 Oct 2009 18:17:16 +0000, by bcoudurier
-
add 2vuy fourcc to riff.c , fixes samples/V-codecs/2vuy.avi libavformatTue, 27 Oct 2009 17:37:41 +0000, by compn
-
rtsp_close_streams frees the auth_b64 line already libavformatSun, 25 Oct 2009 00:41:10 +0000, by lu_zero
-
compute codec bitrate in mov demuxer, patch by haim alon, haim dot alter at gmail dot com libavformatSat, 24 Oct 2009 20:40:00 +0000, by bcoudurier
-
Just remove params understood by the demuxer libavformatSat, 24 Oct 2009 16:53:06 +0000, by lu_zero
-
Use sdp c= line if the rtsp Transport line doesn't have a destination libavformatSat, 24 Oct 2009 15:10:58 +0000, by lu_zero
-
Fix infinite loop with size==0 && sample_size!=0 in non interleaved avis. libavformatThu, 22 Oct 2009 18:43:08 +0000, by michael
-
Support non interleaved avi files that have 0<size<sample_size. libavformatThu, 22 Oct 2009 18:32:27 +0000, by michael
-
Fixes detection and error reporting of non-existing files in img2.c. libavformatThu, 22 Oct 2009 16:27:01 +0000, by benoit
-
Add comment on #endif about condition that triggers it. libavformatWed, 21 Oct 2009 01:25:39 +0000, by ramiro
-
Improve sofdec dectection to avoid false positives for MP2. libavformatTue, 20 Oct 2009 15:27:05 +0000, by cehoyos
-
Make url_resetbuf() assert on wrong flags passed and make it static on next libavformatTue, 20 Oct 2009 06:40:01 +0000, by benoit
-
Move function that is only used by the MP3 muxer below the corresponding #if. libavformatMon, 19 Oct 2009 23:22:23 +0000, by diego
-
Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32. libavformatMon, 19 Oct 2009 22:36:57 +0000, by diego
-
The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency. libavformatMon, 19 Oct 2009 22:32:32 +0000, by diego
-
Remove some duplicate object dependencies for the RTSP demuxer. libavformatMon, 19 Oct 2009 22:10:15 +0000, by diego
-
check stream index validity in av_program_add_stream_index libavformatMon, 19 Oct 2009 18:55:27 +0000, by bcoudurier
-
request mp3 frame_size to be set in has_codec_parameters, fix issue #1314 libavformatMon, 19 Oct 2009 18:53:32 +0000, by bcoudurier
-
In dump_format, print streams not associated with any program. libavformatMon, 19 Oct 2009 02:12:10 +0000, by bcoudurier
-
If missing, calculate width or height from bpp and libavformatSun, 18 Oct 2009 23:56:00 +0000, by reynaldo
-
mux all stream types except audio as one pes packet per avpacket, issue #1374 libavformatSun, 18 Oct 2009 21:41:03 +0000, by bcoudurier
-
handle_packets takes number of packets as arg, avoid reading too much libavformatSun, 18 Oct 2009 20:11:32 +0000, by bcoudurier
-
Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2t libavformatSun, 18 Oct 2009 20:08:13 +0000, by bcoudurier
-
Smarten mtv's probe a bit. Check for non zero libavformatSun, 18 Oct 2009 18:02:12 +0000, by reynaldo
-
matroskaenc: Add support for writing chapters. libavformatSun, 18 Oct 2009 12:17:01 +0000, by aurel
-
Last parameter in RTMP "play" call was optional and some servers seem not to libavformatSun, 18 Oct 2009 06:54:04 +0000, by kostya
-
Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisComment libavformatSat, 17 Oct 2009 21:30:50 +0000, by jbr
-
Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0. libavformatFri, 16 Oct 2009 14:46:06 +0000, by cehoyos
-
Log a clearer warning message when muxing FLV with Speex containing more than libavformatFri, 16 Oct 2009 10:04:35 +0000, by jbr
-
Split parts of dvdata.h into dvdata.c, this ensures that things like libavformatFri, 16 Oct 2009 07:55:57 +0000, by reimar
-
Split up the AIFF muxer and demuxer into separate files. libavformatThu, 15 Oct 2009 09:45:16 +0000, by jbr
-
MXF: simply ignore tracks that are invalid due to not having a valid Sequence libavformatTue, 13 Oct 2009 08:08:10 +0000, by reimar
-
Do not read data past the end of the SSND chunk in the AIFF demuxer. libavformatTue, 13 Oct 2009 00:19:34 +0000, by jbr
-
Support Midvid JPEG Video Codec (still flipped). libavformatMon, 12 Oct 2009 22:00:14 +0000, by cehoyos
-
Support Intel JPEG Library Video Codec (still flipped). libavformatMon, 12 Oct 2009 21:35:26 +0000, by cehoyos
-
Calculate correct packet durations when demuxing Ogg/Speex. This involves libavformatMon, 12 Oct 2009 21:30:03 +0000, by jbr
-
Detect Windows Media DRM protected files and display warning if no key libavformatSun, 11 Oct 2009 23:09:33 +0000, by cehoyos
-
Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS. libavformatSat, 10 Oct 2009 21:17:52 +0000, by cehoyos
-
Only read ID3v1 tag if ID3v2 isn't present or is empty. libavformatMon, 05 Oct 2009 21:36:56 +0000, by cehoyos
-
id3v2: Export all text information frames with correct names. libavformatMon, 05 Oct 2009 20:10:07 +0000, by ramiro
-
Fix pcm_read_seek () when the position it calculates is greater than 2 GB. libavformatMon, 05 Oct 2009 09:19:42 +0000, by diego
-
Allow the combined TrueHD/AC3 tracks on Blu-Ray discs to be demuxed as two separate streams. libavformatMon, 05 Oct 2009 08:38:39 +0000, by cehoyos
-
H264 allows B frames without requiring a >=1 sized buffer. libavformatSat, 03 Oct 2009 19:30:09 +0000, by cehoyos
-
wav demuxer: return AVERROR_EOF instead of AVERROR(EIO) when the end of libavformatFri, 02 Oct 2009 07:27:08 +0000, by reimar
-
Remove url_feof check that would be triggered only after incorrectly producing libavformatFri, 02 Oct 2009 07:05:52 +0000, by reimar
-
Remove useless setting of pkt->size, av_get_packet already handles that. libavformatFri, 02 Oct 2009 07:03:04 +0000, by reimar
-
Return special EOF checking for aiff and au demuxers, the check was at libavformatFri, 02 Oct 2009 06:42:20 +0000, by reimar
-
Return any error return values from av_get_packet, get_buffer etc. unchanged libavformatFri, 02 Oct 2009 06:40:50 +0000, by reimar
-
Make get_buffer and get_partial_buffer return url_ferror or AVERROR_EOF as libavformatFri, 02 Oct 2009 06:36:39 +0000, by reimar
-
matroskadec: don't overwrite extradata already read by ff_get_wav_header() libavformatThu, 01 Oct 2009 21:14:46 +0000, by aurel
-
matroskadec: fix handling of A_MS/ACM track with no extradata libavformatThu, 01 Oct 2009 21:14:05 +0000, by aurel
-
Make rawvideo_read_packet return partial frames. libavformatThu, 01 Oct 2009 17:32:22 +0000, by reimar
-
Remove pointless setting of pkt->size, av_get_packet already handles this. libavformatThu, 01 Oct 2009 17:22:01 +0000, by reimar
-
au demuxer: pass av_get_packet error on unchanged instead of converting to libavformatThu, 01 Oct 2009 17:08:33 +0000, by reimar
-
av_new_packet failing should return ENOMEM, not EIO. libavformatThu, 01 Oct 2009 16:10:09 +0000, by reimar
-
put_bits can only reliably write up to 31 bit bits, above it relies on libavformatThu, 01 Oct 2009 15:40:29 +0000, by reimar
-
Fix playback of strange AVI files with stray LIST. libavformatThu, 01 Oct 2009 10:24:02 +0000, by aurel
-
10l in code reading codec_name, the first byte is the length and should not libavformatWed, 30 Sep 2009 18:27:39 +0000, by reimar
-
Return an error when the parsed mpc chunk size is negative, otherwise we libavformatWed, 30 Sep 2009 13:35:13 +0000, by reimar
-
Disable parsing for ogg streams where no ogg header was found, libavformatWed, 30 Sep 2009 09:46:48 +0000, by reimar
-
Convert latin1 codec_name in mov to UTF-8, since all strings in FFmpeg libavformatWed, 30 Sep 2009 09:43:56 +0000, by reimar
-
Sync AC3 probe values with MP3 probe values, they have to avoid similar issues. libavformatTue, 29 Sep 2009 10:23:47 +0000, by reimar
-
Extend DV autodetection to also reliably detect single-frame DVs with libavformatTue, 29 Sep 2009 10:12:18 +0000, by reimar
-
Add id3v2 metadata conversion table and use it in mp3 muxer. libavformatTue, 29 Sep 2009 07:05:03 +0000, by cehoyos
-
Export mov/mp4 major and compatible brands as metadata. libavformatSat, 26 Sep 2009 20:51:38 +0000, by bcoudurier
-
Fix reading VDR files (broken since r19000). libavformatThu, 24 Sep 2009 19:20:53 +0000, by cehoyos
-
Fix possible buffer over-read in vorbis_comment, fix it double to be sure. libavformatThu, 24 Sep 2009 15:37:09 +0000, by reimar
-
id3v2: check for enough space to write full UTF-8 characters. libavformatWed, 23 Sep 2009 18:04:40 +0000, by diego
-
Correctly print number of remaining bytes in oggparsevorbis instead of always libavformatWed, 23 Sep 2009 09:18:23 +0000, by reimar
-
Hook up the MD studio demuxer and Atrac1 decoder. libavformatTue, 22 Sep 2009 17:28:03 +0000, by banan
-
Place MP3 demuxer code under appropriate #ifdefs. libavformatTue, 22 Sep 2009 12:39:19 +0000, by diego
-
Rearrange wav_muxer and {wav|w64}_demuxer blocks to be under proper #ifdefs. libavformatTue, 22 Sep 2009 11:19:36 +0000, by diego
-
Move find_guid function and guid_data array to a globally available place. libavformatTue, 22 Sep 2009 10:31:29 +0000, by diego
-
#include correct header to fix 'make checkheaders'. libavformatFri, 18 Sep 2009 19:51:05 +0000, by diego
-
Only use *ic_ptr when it has been initialized. libavformatFri, 18 Sep 2009 13:19:13 +0000, by michael
-
Unscrewup indentation (pointed out by Diego). libavformatFri, 18 Sep 2009 13:18:47 +0000, by rbultje
-
RTSP basic authentication, patch originally by Philip Coombes libavformatThu, 17 Sep 2009 21:47:11 +0000, by rbultje
-
fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be libavformatThu, 17 Sep 2009 19:07:09 +0000, by bcoudurier
-
print at debug level the score at which codec probing succedeed libavformatThu, 17 Sep 2009 18:46:50 +0000, by bcoudurier
-
Improve SIFF probe by also checking the first tag is one of the expected. libavformatThu, 17 Sep 2009 18:09:20 +0000, by reimar
-
Improve dxa probe by checking the values for width and height are reasonable. libavformatThu, 17 Sep 2009 18:08:07 +0000, by reimar
-
Slightly improve probe for ea format by checking that it is possible to libavformatThu, 17 Sep 2009 18:07:27 +0000, by reimar
-
Do not include "mp4:" prefix from RTMP URL into "app" path or second time libavformatThu, 17 Sep 2009 05:31:02 +0000, by kostya
-
Print a warning if a format has been detected with a low score. libavformatWed, 16 Sep 2009 20:44:26 +0000, by michael
-
Print at debug level the score with which probing succeeded. libavformatWed, 16 Sep 2009 20:23:04 +0000, by michael
-
Improve amortized worst case speed of the muxers packet interleaving code libavformatWed, 16 Sep 2009 20:04:04 +0000, by michael
-
reindent after last commit and remove unneeded empty line libavformatWed, 16 Sep 2009 18:06:29 +0000, by kostya
-
Make MPC SV8 probe skip tags until stream header is found libavformatWed, 16 Sep 2009 18:05:21 +0000, by kostya
-
Fix overflow check insufficiently improved in r19840. libavformatWed, 16 Sep 2009 15:12:23 +0000, by reimar
-
Make mov LPCM and AAC parsing functions public libavformatWed, 16 Sep 2009 11:35:01 +0000, by pross
-
Upgrade a few important messages to AV_LOG_WARNING. libavformatWed, 16 Sep 2009 01:47:54 +0000, by michael
-
Make packet interleaving in the muxer not scan through the whole libavformatWed, 16 Sep 2009 00:59:15 +0000, by michael
-
10l: set genre default immediately before reading genre tag libavformatTue, 15 Sep 2009 23:40:10 +0000, by jbr
-
Set ID3v1 genre to 0xFF (unknown) by default instead of 0 (Blues). libavformatTue, 15 Sep 2009 23:37:54 +0000, by jbr
-
Do not set 0 FPS in VC-1 test stream format demuxer. libavformatTue, 15 Sep 2009 16:36:53 +0000, by kostya
-
Check for explicit 32-bit FPS value so it works on 64-bit systems too libavformatTue, 15 Sep 2009 15:28:11 +0000, by kostya
-
Make probing for VC1 test bitstream format stricter libavformatTue, 15 Sep 2009 15:22:36 +0000, by kostya
-
Do not return values above AVPROBE_SCORE_MAX from probe(). libavformatTue, 15 Sep 2009 13:28:14 +0000, by michael
-
Make h261 and mpegvideo probe a little more robust so they dont fail with libavformatTue, 15 Sep 2009 13:27:13 +0000, by michael
-
Slightly stricter MPEG-PES probing, fixes issue 1383. libavformatTue, 15 Sep 2009 10:01:25 +0000, by reimar
-
Vastly improved mm_probe function, passes probetest. libavformatTue, 15 Sep 2009 09:21:29 +0000, by reimar
-
Improve sierravmd probe. It is still quite weak, but further improvements libavformatTue, 15 Sep 2009 09:16:29 +0000, by reimar
-
Slighty tweak mp3 probe threshold to prevent probetest from complaining. libavformatMon, 14 Sep 2009 23:03:33 +0000, by michael
-
Try harder to avoid false positives for DV probe. libavformatMon, 14 Sep 2009 22:03:07 +0000, by reimar
-
Make dnxhd probe more strict, fail if we detect values in header that would libavformatMon, 14 Sep 2009 21:50:23 +0000, by reimar
-
Make DTS probe more robust against false positives (as e.g. probetest shows). libavformatMon, 14 Sep 2009 20:28:10 +0000, by reimar
-
Check the index validity more thoroughly for the c93 probe function. libavformatMon, 14 Sep 2009 20:01:32 +0000, by reimar
-
Add more sanity checks for header elements, rejecting files with clearly libavformatMon, 14 Sep 2009 19:58:51 +0000, by reimar
-
Extend check for integer overflow for malloc argument to take into account libavformatMon, 14 Sep 2009 17:15:18 +0000, by reimar
-
Fix wrong logical operator which causes too relaxed checking in VC-1 test libavformatMon, 14 Sep 2009 17:05:13 +0000, by kostya
-
Check buffer size for idcin check, otherwise false positives are too likely for libavformatMon, 14 Sep 2009 15:44:05 +0000, by reimar
-
reset pes state to skip after flushing, avoid segv with dvgrab-2009.03.28_19-07-22.m2t libavformatSun, 13 Sep 2009 20:06:49 +0000, by bcoudurier
-
When resetting vst->pkt.data to NULL, also set vst->slices. libavformatSun, 13 Sep 2009 11:08:59 +0000, by reimar
-
Use I/O buffer size as initial value for backoff for seeking sync point search. libavformatSun, 13 Sep 2009 08:57:30 +0000, by schreter
-
Initial commit of the MD studio demuxer, not hooked up yet libavformatThu, 10 Sep 2009 18:48:12 +0000, by banan
-
Fix a bug with reading non-interleaved AVI if one the streams is libavformatWed, 09 Sep 2009 16:26:24 +0000, by cehoyos
-
check entries against field_size, potential malloc overflow in read_stsz, fix #1357 libavformatMon, 07 Sep 2009 22:42:51 +0000, by bcoudurier
-
add one missing check for stream existence in read_elst, fix #1364 libavformatMon, 07 Sep 2009 22:36:33 +0000, by bcoudurier
-
Use all 32 bits of the timestamp when calculating flv duration. libavformatMon, 07 Sep 2009 10:49:51 +0000, by diego
-
disable new seeking code in mpeg-ts per #ifdef (use old read_seek by default) libavformatSun, 06 Sep 2009 15:59:32 +0000, by schreter
-
100l, all avlanguage tables should be both static and const. libavformatSun, 06 Sep 2009 08:36:25 +0000, by reimar
-
cosmetic changes (indentation, doxygen comments, braces, put structures for API to header, ...) libavformatSat, 05 Sep 2009 19:31:01 +0000, by schreter
-
Search for ipmovie signature beyond the start of the file. libavformatSat, 05 Sep 2009 15:41:32 +0000, by reimar
-
Extend ipmovie signature to match exactly one place in mve files that have a libavformatSat, 05 Sep 2009 11:30:55 +0000, by reimar
-
Remove fake Speex header creation from FLV demuxer. Having it there was not the libavformatFri, 04 Sep 2009 21:43:41 +0000, by jbr
-
Add frame_size as a codec parameter requirement for Speex in libavformatFri, 04 Sep 2009 21:38:45 +0000, by jbr
-
Fix incorrect display of ASF/WMV duration after r12926. libavformatSun, 30 Aug 2009 18:14:22 +0000, by cehoyos
-
Modify the Ogg/Speex demuxer and the libspeex decoder so that they always treat libavformatFri, 28 Aug 2009 00:44:54 +0000, by jbr
-
Check for seek failures in avi_load_index, otherwise if the index offset libavformatWed, 26 Aug 2009 08:38:44 +0000, by reimar
-
return AVERROR(ENOMEM) if stream could not be allocated libavformatTue, 25 Aug 2009 19:59:38 +0000, by bcoudurier
-
check av_new_stream return value, patch by Kent Mein, mein at cs dot umn dot edu libavformatTue, 25 Aug 2009 19:58:21 +0000, by bcoudurier
-
Do not read index chunks as audio/video data; closes issue 1336. libavformatTue, 25 Aug 2009 09:46:16 +0000, by diego
-
Mark video from .mtv files correctly as upside-down. libavformatTue, 25 Aug 2009 07:47:34 +0000, by reimar
-
mpegts: change variable-length array to fixed length libavformatMon, 24 Aug 2009 21:42:25 +0000, by mru
-
matroskadec: add correct extradata offset for V_MS/VFW/FOURCC tracks libavformatMon, 24 Aug 2009 13:43:33 +0000, by aurel
-
Use generic multi-stream key frame finding routine to implement read_seek2 and map libavformatSat, 22 Aug 2009 16:07:50 +0000, by schreter
-
Support for generic multi-stream key frame finding for new seek API. libavformatSat, 22 Aug 2009 16:05:43 +0000, by schreter
-
Moves the display of metadata to dump_format() libavformatWed, 12 Aug 2009 13:17:39 +0000, by pross
-
Parse APE metadata tags in Musepack SV7 files libavformatTue, 11 Aug 2009 17:18:10 +0000, by kostya
-
Do not use internals of ByteIOContext during APE tags parsing. libavformatTue, 11 Aug 2009 16:55:49 +0000, by kostya
-
Remove incorrect APE tag size adjustment based on flags. libavformatTue, 11 Aug 2009 16:43:44 +0000, by kostya
-
avidec: simplify, using av_rescale_q() instead of av_rescale() libavformatMon, 10 Aug 2009 20:53:32 +0000, by aurel
-
actually define AVSEEK_FLAG_FRAME as described in avformat_seek_file() doc libavformatMon, 10 Aug 2009 20:48:05 +0000, by aurel
-
matroskadec: disable h264 parser as long as it totally mess up frame type libavformatMon, 10 Aug 2009 18:12:02 +0000, by aurel
-
matroskadec: correctly parse flags for simpleblock frames libavformatMon, 10 Aug 2009 18:06:14 +0000, by aurel
-
cosmetics: whitespace, prettyprinting, coding style fixes libavformatMon, 10 Aug 2009 16:35:36 +0000, by diego
-
cosmetics, remove spaces after '(' and before ')' libavformatThu, 30 Jul 2009 19:14:57 +0000, by bcoudurier
-
init pes dts and pts to AV_NOPTS_VALUE, fix issue #1297 libavformatThu, 30 Jul 2009 18:29:06 +0000, by bcoudurier
-
Remove old_flags variable, which is a duplicate of the flags variable. libavformatThu, 30 Jul 2009 15:05:33 +0000, by rbultje
-
Don't use a pointer-to-flags/timestamp in ff_rm_parse_packet(); the function libavformatThu, 30 Jul 2009 15:04:19 +0000, by rbultje
-
Remove pointless '#ifdef DEBUG' around dprintf macro. libavformatWed, 29 Jul 2009 17:12:47 +0000, by diego
-
Stop parsing in read_header only after finding pmt, and libavformatWed, 29 Jul 2009 02:17:08 +0000, by bcoudurier
-
rename freq to period which is more correct, patch by Niobos, niobos dot be at gmail dot com libavformatTue, 28 Jul 2009 17:51:12 +0000, by bcoudurier
-
Cosmetics: remove spaces between function name and arguments in declaration, libavformatMon, 27 Jul 2009 14:32:54 +0000, by rbultje
-
Use named initializers and use new/free_context() instead of extradata() libavformatMon, 27 Jul 2009 14:29:06 +0000, by rbultje
-
Implement support for EOS as used by WMS and other RTSP servers that do not libavformatMon, 27 Jul 2009 14:03:53 +0000, by rbultje
-
Implement RTSP-MS/ASF packet parsing - this completes RTSP-MS support. See libavformatMon, 27 Jul 2009 14:00:10 +0000, by rbultje
-
Only consider -1 as an error return value for open(). libavformatMon, 27 Jul 2009 12:36:22 +0000, by benoit
-
Add handling of EAGAIN at packet boundaries. See "[PATCH] RTSP-MS 14/15: libavformatSun, 26 Jul 2009 19:09:35 +0000, by rbultje
-
Register some additional AMF types in libavformat/flv.h libavformatTue, 21 Jul 2009 07:18:14 +0000, by kostya
-
Use globally consistent include guard names. libavformatSun, 19 Jul 2009 09:38:58 +0000, by stefano
-
Only free '*ic_ptr' when a caller has pre-allocated a context and passed it in libavformatWed, 15 Jul 2009 10:00:16 +0000, by benoit
-
Only #define lseek to _lseeki64 on MinGW, not MinGW CE. libavformatMon, 13 Jul 2009 17:16:36 +0000, by diego
-
Make (de)muxers for format variants select the main format (de)muxer. libavformatSun, 12 Jul 2009 22:31:05 +0000, by diego
-
Fix mem leak when user preallocates an AVFormatContext, passes it to libavformatWed, 08 Jul 2009 08:26:57 +0000, by benoit
-
flvdec: expose metadata through the generic metadata API libavformatMon, 06 Jul 2009 21:54:37 +0000, by aurel
-
flvdec: don't set format and codec context from metadata values libavformatMon, 06 Jul 2009 21:46:37 +0000, by aurel
-
Check for packet_length 0, it is already treated as invalid by the padding check, libavformatMon, 06 Jul 2009 17:08:32 +0000, by reimar
-
fix and simplify long gop mpeg codec ul computation libavformatSat, 04 Jul 2009 08:02:01 +0000, by bcoudurier
-
set index duration to 0 for cbr, specifying whole container coverage libavformatSat, 04 Jul 2009 07:56:58 +0000, by bcoudurier
-
use ber4 length for descriptors preferred by specs libavformatSat, 04 Jul 2009 07:52:28 +0000, by bcoudurier
-
write profile and level local tag in mpeg descriptor libavformatSat, 04 Jul 2009 07:49:12 +0000, by bcoudurier
-
Check for failed extradata malloc, fixes a crash in out-of-memory conditions libavformatFri, 03 Jul 2009 11:27:52 +0000, by reimar
-
Check size of "strf" header against size of enclosing "LIST" if there is one. libavformatFri, 03 Jul 2009 11:26:14 +0000, by reimar
-
Avoid divisions by 0 in the ASF demuxer if packet_size is not valid. libavformatFri, 03 Jul 2009 11:18:07 +0000, by reimar
-
If either of num or den is 0 make both 0 in av_set_pts_info(). libavformatThu, 02 Jul 2009 12:47:58 +0000, by michael
-
Make sure av_set_pts_info() does not set the fields of a timebase to libavformatWed, 01 Jul 2009 20:52:48 +0000, by michael
-
Make arguments of av_set_pts_info() unsigned. libavformatWed, 01 Jul 2009 18:50:31 +0000, by michael
-
cosmetics, change case and comments alignment libavformatTue, 30 Jun 2009 07:43:32 +0000, by bcoudurier
-
correctly compute frame flags with closed gop libavformatTue, 30 Jun 2009 07:41:40 +0000, by bcoudurier
-
Use av_log_missing_feature in the ADTS encoder. (Pseudo reverts r19173). libavformatMon, 29 Jun 2009 22:48:07 +0000, by alexc
-
Make the configure script select the input/output devices using libavformatMon, 29 Jun 2009 18:49:15 +0000, by stefano
-
id3v2.4.0 uses syncsafe integers for sizes of frames. libavformatMon, 29 Jun 2009 18:36:49 +0000, by michael
-
Remove inconsistent use of a @brief command in av_write_trailer() libavformatSun, 28 Jun 2009 21:05:46 +0000, by stefano
-
Use consistently the third person in doxy, as recommended by the libavformatSun, 28 Jun 2009 21:01:51 +0000, by stefano
-
use AVFormatContext->probesize in av_find_stream_info and raise default to 5M libavformatThu, 25 Jun 2009 19:10:27 +0000, by bcoudurier
-
Only set CODEC_ID_PROBE when a packet from a stream having a PES header libavformatThu, 25 Jun 2009 19:01:16 +0000, by bcoudurier
-
limit raw packet buffer size used for codec probing libavformatThu, 25 Jun 2009 18:48:57 +0000, by bcoudurier
-
only set par if it does not indicates a rotation, ex iphone 3GS libavformatThu, 25 Jun 2009 00:17:47 +0000, by bcoudurier
-
Remove any reference to ASFContext.packet_size and replace it with libavformatWed, 24 Jun 2009 23:04:05 +0000, by rbultje
-
flvdec: Build a Speex header during FLV demuxing using required and libavformatWed, 24 Jun 2009 22:10:53 +0000, by jbr
-
mov demuxer: Track the current position also for streams that have AVDISCARD_ALL set. libavformatWed, 24 Jun 2009 09:38:42 +0000, by reimar
-
mov_read_packet: extract code that searches for the stream/sample to demux next libavformatWed, 24 Jun 2009 08:57:53 +0000, by reimar
-
mov_read_packet: if dv_get_packet fails, return exactly its error value libavformatWed, 24 Jun 2009 08:50:46 +0000, by reimar
-
In mov_read_packet remember the AVStream we want to demux next instead of the libavformatWed, 24 Jun 2009 08:23:40 +0000, by reimar
-
check stream existence before assignment, fix #1222 libavformatWed, 24 Jun 2009 03:38:47 +0000, by bcoudurier
-
Add support for "chunked" data blocks. Patch by Peter Holik (peter holik at). libavformatTue, 23 Jun 2009 15:38:53 +0000, by rbultje
-
Add ff_ prefixes to exported symbols in libavformat/riff.h. libavformatMon, 22 Jun 2009 23:09:34 +0000, by diego
-
Change packet_size from signed to unsigned, since it never has a negative libavformatMon, 22 Jun 2009 16:52:02 +0000, by rbultje
-
oggenc: Change error log text. An error here does not necessarily mean libavformatSun, 21 Jun 2009 20:18:29 +0000, by jbr
-
oggenc: return error value from ogg_build_flac_headers() libavformatSun, 21 Jun 2009 20:16:48 +0000, by jbr
-
Revert r19239: It broke four conformance tests. libavformatSat, 20 Jun 2009 14:47:38 +0000, by cehoyos
-
Fix onMetaData property count in flv files (issue 1206). libavformatSat, 20 Jun 2009 12:52:48 +0000, by cehoyos
-
Print meaningful error messages when url_fopen fails. libavformatSat, 20 Jun 2009 09:00:12 +0000, by jai_menon
-
add 0-termination in table, patch by Wolfram Gloger, wmglo at dent dot med dot uni-muenchen dot de libavformatSat, 20 Jun 2009 06:09:30 +0000, by bcoudurier
-
fix dvcprohd 720p channels 3 and 4 audio timestamps, patch by Brian Brice, bbrice at gmail dot com libavformatFri, 19 Jun 2009 21:36:21 +0000, by bcoudurier
-
Add support for id3 tag parsing for ADTS AAC streams libavformatFri, 19 Jun 2009 14:36:47 +0000, by superdump
-
Move id3v1/id3v2 handling code from mp3.c to id3v[12].c. libavformatFri, 19 Jun 2009 14:03:35 +0000, by diego
-
Add support for muxing XSUB subtitles to AVI muxer. libavformatFri, 19 Jun 2009 13:26:10 +0000, by reimar
-
Add fourcc 0x10000004, seems to actually be MPEG4. Fixes a problematic AVI file. libavformatThu, 18 Jun 2009 19:31:12 +0000, by darkshikari
-
Print why av_find_stream_info() failed, this is a rather common question libavformatThu, 18 Jun 2009 00:22:08 +0000, by michael
-
Set restrictions on packet_size, as per ISO-11172 / H-222 specifications libavformatWed, 17 Jun 2009 19:04:02 +0000, by rbultje
-
Add ".mp2" as a fourcc for mp2 audio in MOV. Fixes a problematic MOV file. libavformatTue, 16 Jun 2009 23:50:02 +0000, by darkshikari
-
Downgrade message log level (from AV_LOG_ERROR to AV_LOG_DEBUG) about libavformatTue, 16 Jun 2009 23:14:59 +0000, by stefano
-
check atom size against edit_count to avoid very long loop libavformatMon, 15 Jun 2009 02:07:41 +0000, by bcoudurier
-
fix probing and demuxing of pond.dv, issue #887 libavformatMon, 15 Jun 2009 01:41:59 +0000, by bcoudurier
-
check if frame size matches old sys and assumes corrupted input, fixes #1192 libavformatSun, 14 Jun 2009 22:34:28 +0000, by bcoudurier
-
Add a VorbisComment metadata conversion table and use it in the FLAC and libavformatSat, 13 Jun 2009 22:45:58 +0000, by jbr
-
matroskadec: prepend TargetType to metadata key name libavformatSat, 13 Jun 2009 22:29:38 +0000, by aurel
-
Allocate a bit more memory for MPC SV8 seek table, so bitreader won't read libavformatSat, 13 Jun 2009 06:39:01 +0000, by kostya
-
Analysis of logs show that there are in fact some files with m1v1 too (not just m2v2), libavformatSat, 13 Jun 2009 03:02:16 +0000, by darkshikari
-
Electronic Arts demuxer: support Madcow video tag libavformatSat, 13 Jun 2009 02:20:54 +0000, by pross
-
Also accept TS as a prefix for wav twoccs (used by Flip4Mac) instead of libavformatSat, 13 Jun 2009 00:50:57 +0000, by conrad
-
Add "0x11005354" as a fourcc for MOV audio; fixes audio detection in a problematic MOV file. libavformatSat, 13 Jun 2009 00:16:39 +0000, by darkshikari
-
Do not include libavcodec/internal.h in the ADTS muxer. libavformatFri, 12 Jun 2009 19:49:46 +0000, by alexc
-
Add new FOURCC (0x0003) for raw DIB video, set flip flag accordingly. libavformatFri, 12 Jun 2009 17:39:56 +0000, by darkshikari
-
Associate the 0x6c75 TwoCC used in certain Kodak cameras libavformatFri, 12 Jun 2009 13:21:01 +0000, by jai_menon
-
Add sac3 to mp4 fourccs for mov+h264+aac-sac3+mp4s+ETERNAL_cut.mp4 libavformatFri, 12 Jun 2009 05:26:40 +0000, by conrad
-
Add "m2v1" to fourccs for MPEG-2 video; fixes some MOV files. libavformatFri, 12 Jun 2009 02:20:26 +0000, by darkshikari
-
Add alternate fourcc for QCELP audio (qclq). Fixes a problematic MOV file. libavformatFri, 12 Jun 2009 01:09:49 +0000, by darkshikari
-
cosmetics: Prettyprint one more line to have columns line up. libavformatThu, 11 Jun 2009 20:45:35 +0000, by diego
-
cosmetics: Reformat to K&R and prettyprint newly created files. libavformatThu, 11 Jun 2009 15:35:23 +0000, by diego
-
Move id3v2 parsing code from mp3.c to id3v2.h and id3v2.c. libavformatThu, 11 Jun 2009 15:26:57 +0000, by diego
-
Remove time_rate, we cannot compute exactly when fragments are libavformatThu, 11 Jun 2009 05:13:23 +0000, by bcoudurier
-
if b frames are parsed, set codec->has_b_frames libavformatThu, 11 Jun 2009 04:30:05 +0000, by bcoudurier
-
Make sure buffer end remains constant within the loop libavformatWed, 10 Jun 2009 14:56:50 +0000, by lu_zero
-
Make asf_get_packet() and asf_parse_packet() static. See "[PATCH] asfdec.c: libavformatTue, 09 Jun 2009 20:58:32 +0000, by rbultje
-
Add additional dependencies for sdp and rtsp demuxers. libavformatTue, 09 Jun 2009 18:30:15 +0000, by jai_menon
-
Cosmetics : Use dprintf instead of printf. libavformatSat, 06 Jun 2009 17:32:59 +0000, by jai_menon
-
Cosmetics : Fix indentation after last commit. libavformatSat, 06 Jun 2009 16:46:40 +0000, by jai_menon
-
Introduce http_get_line and modify http_connect to use http_get_line. libavformatSat, 06 Jun 2009 16:44:21 +0000, by jai_menon
-
Remove '\p', '\c' and '\e' doxygen markup from doxy, as it should libavformatSat, 06 Jun 2009 09:35:15 +0000, by stefano
-
Ensure that the extradata buffer is padded appripriately in the ogg demuxer. libavformatFri, 05 Jun 2009 23:39:11 +0000, by conrad
-
Move function for reading whole specified amount of data from RTSP libavformatThu, 04 Jun 2009 06:25:53 +0000, by kostya
-
Add the .adts file extension to the ADTS muxer. libavformatWed, 03 Jun 2009 23:34:35 +0000, by alexc
-
broken stsd length might be < 16, fix elst-assert.mp4 libavformatWed, 03 Jun 2009 23:13:53 +0000, by bcoudurier
-
Change find_tag return type to int64_t, fix a bug libavformatWed, 03 Jun 2009 22:36:59 +0000, by bcoudurier
-
do not parse full header for private streams libavformatTue, 02 Jun 2009 07:53:44 +0000, by bcoudurier
-
fix 3gp metadata, write strings in UTF8, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformatSun, 31 May 2009 05:24:16 +0000, by bcoudurier
-
set codec_tag to stream type, so user can deal with it libavformatSun, 31 May 2009 04:10:15 +0000, by bcoudurier
-
set codec_tag to registration descriptor if present libavformatSun, 31 May 2009 04:04:20 +0000, by bcoudurier
-
add streams even if they are not present in PMT, fix #1092 and #835 libavformatSun, 31 May 2009 03:55:23 +0000, by bcoudurier
-
remove no longer needed fake dvbsub stream type libavformatSun, 31 May 2009 03:46:24 +0000, by bcoudurier
-
move new_pes_av_stream to avoid forward declaration libavformatSun, 31 May 2009 03:12:25 +0000, by bcoudurier
-
rework stream type and codec identification libavformatSun, 31 May 2009 02:56:15 +0000, by bcoudurier
-
cosmetics, reindent, remove useless braces, whitespaces libavformatSun, 31 May 2009 00:33:37 +0000, by bcoudurier
-
fix codec probing, stop after MAX_PROBE_PACKETS and return all packets libavformatSun, 31 May 2009 00:24:06 +0000, by bcoudurier
-
Implement SoX native format muxer and demuxer. libavformatSat, 30 May 2009 18:51:15 +0000, by stefano
-
Correctly set the "AU size" field in the payload header for libavformatFri, 29 May 2009 13:46:46 +0000, by lucabe
-
technically mp2 in pva needs AVSTREAM_PARSE_FULL libavformatWed, 27 May 2009 06:58:22 +0000, by bcoudurier
-
return error in mpegts_push_data and propagate it libavformatWed, 27 May 2009 00:56:31 +0000, by bcoudurier
-
move DEBUG define before include to get dprintf libavformatTue, 26 May 2009 20:13:03 +0000, by bcoudurier
-
map dvh1 fourcc to dv, fixes incoming/dvh1_sample libavformatTue, 26 May 2009 01:14:10 +0000, by compn
-
Define struct URLContext and typedef it to URLContext in one step. libavformatMon, 25 May 2009 22:17:27 +0000, by stefano
-
move DEBUG define before include to get dprintf and change printf to dprintf libavformatSun, 24 May 2009 22:59:25 +0000, by bcoudurier
-
fix get_str16_nolen with odd len, fix #1065 libavformatSun, 24 May 2009 10:26:41 +0000, by bcoudurier
-
move DEBUG define before include to get dprintf and move guidcmp before print_guid, fix compilation with DEBUG libavformatSun, 24 May 2009 09:59:53 +0000, by bcoudurier
-
fix hdlr descr in mp4 which use c string, patch by Larbi Joubala, larbi dot joubala at resonate-mp4 dot com libavformatSat, 23 May 2009 07:17:17 +0000, by bcoudurier
-
simplify pes timestamps fetching, based on a patch by corp186, chasedouglas at gmail dot com libavformatSat, 23 May 2009 06:25:44 +0000, by bcoudurier
-
compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com libavformatSat, 23 May 2009 06:09:16 +0000, by bcoudurier
-
fail if stream fifo could not be allocated libavformatFri, 22 May 2009 19:11:56 +0000, by bcoudurier
-
correctly check for audio streams in mpeg ps muxer, fix multiple audio tracks libavformatThu, 21 May 2009 22:33:17 +0000, by bcoudurier
-
free Track and unset priv_data to avoid double free, fix memleak libavformatFri, 15 May 2009 05:33:05 +0000, by bcoudurier
-
use flags field and remove key_frame field libavformatThu, 14 May 2009 21:05:52 +0000, by bcoudurier
-
parse 'stps' atom to set keyframe, partial sync sample for mpeg-2 open gop libavformatWed, 13 May 2009 08:31:22 +0000, by bcoudurier
-
Parse 'cslg' atom to retrieve dts shift when 'ctts' duration is negative. libavformatWed, 13 May 2009 07:55:03 +0000, by bcoudurier
-
Per-stream language-tags extraction in asfdec. libavformatTue, 12 May 2009 12:35:46 +0000, by benoit
-
Use chroma_sample_location in reading/writing yuv4mpeg libavformatMon, 11 May 2009 04:35:15 +0000, by conrad
-
write a single pes for video frames, some proprietary player needs it libavformatMon, 11 May 2009 02:30:29 +0000, by bcoudurier
-
rgb555le, rgb565le, rgb565be, bgr24 in .mov muxing libavformatSun, 10 May 2009 20:41:01 +0000, by bcoudurier
-
ensure first pts is set, according to specs libavformatSun, 10 May 2009 01:57:21 +0000, by bcoudurier
-
fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com libavformatSun, 10 May 2009 01:02:18 +0000, by bcoudurier
-
Add floating point audio decoding to WavPack decoder. libavformatWed, 06 May 2009 05:40:43 +0000, by kostya
-
dvh1 avi fourcc, dvh1_sample_truncated.avi, issue #1034 libavformatTue, 05 May 2009 04:30:08 +0000, by bcoudurier
-
NSV : Add TOC2 parsing and seeking support. libavformatWed, 22 Apr 2009 19:37:57 +0000, by jai_menon
-
Require 4 instead of 3 frames for detecting mp3, libavformatWed, 22 Apr 2009 02:58:20 +0000, by michael
-
Mark gsize variable as av_unused, fixes the warning: libavformatSun, 19 Apr 2009 13:29:11 +0000, by diego
-
Revert previous removal of gsize variable. It breaks seeking. libavformatSun, 19 Apr 2009 11:40:03 +0000, by diego
-
Remove unused variable gsize, fixes the warning: libavformatSat, 18 Apr 2009 15:01:20 +0000, by diego
-
Cosmetics : reindent after last commit and remove redundant comment. libavformatSat, 18 Apr 2009 08:35:46 +0000, by jai_menon
-
Change nsvf_index_data to nsvs_file_offset for increased clarity. libavformatSat, 18 Apr 2009 05:54:47 +0000, by jai_menon
-
Introduce codec id for MPEG-4 ALS and associate it with corresponding libavformatFri, 17 Apr 2009 19:17:14 +0000, by jai_menon
-
Remove useless init from aiff_read_header() found by CSA. libavformatFri, 17 Apr 2009 18:18:29 +0000, by michael
-
Remove 2 ++ from check_pes() that are useless, found by CSA. libavformatFri, 17 Apr 2009 18:08:39 +0000, by michael
-
Remove unused variable from flv_read_metabody() found by CSA. libavformatFri, 17 Apr 2009 17:42:41 +0000, by michael
-
Remove nonsensical assignment from asf_read_seek() found by CSA. libavformatFri, 17 Apr 2009 15:13:01 +0000, by michael
-
Move declarations in sync() closer to where they are used. libavformatFri, 17 Apr 2009 14:38:52 +0000, by michael
-
Remove unused variable from asf_read_header() found by CSA. libavformatFri, 17 Apr 2009 14:16:37 +0000, by michael
-
Change another AVERROR(EIO) inot AVERROR_EOF, because it really signals EOF, libavformatFri, 17 Apr 2009 14:05:57 +0000, by rbultje
-
Moving variable declarations in asf_build_simple_index() to clarify&prettify code. libavformatFri, 17 Apr 2009 12:37:39 +0000, by michael
-
Remove unused audio_pts field from ea demuxer struct libavformatThu, 16 Apr 2009 12:46:06 +0000, by reimar
-
Remove unused code from Westwood VQA/AUD demuxer. libavformatThu, 16 Apr 2009 12:39:14 +0000, by reimar
-
Replace AVERROR(EIO) by AVERROR_EOF on end-of-file. See mailinglist libavformatThu, 16 Apr 2009 00:41:31 +0000, by rbultje
-
Clarify which exact variant of ISO 639 is used. (The ISO spec explicitly libavformatWed, 15 Apr 2009 20:18:02 +0000, by michael
-
Send dummy requests over the TCP connection (WMS wants GET_PARAMETER, libavformatWed, 15 Apr 2009 13:04:34 +0000, by rbultje
-
Ensure that there's pages to read for duration calculation in the ogg demuxer libavformatWed, 15 Apr 2009 06:41:08 +0000, by conrad
-
Add a Vorbis payload parser. Implemented by Colin McQuillan as a GSoC libavformatTue, 14 Apr 2009 15:01:46 +0000, by rbultje
-
Increase the SDP buffer size (again!) and also increase the temporary libavformatTue, 14 Apr 2009 13:22:40 +0000, by rbultje
-
seek inside buffer when offset is exactly at the end, fix seeking with memory ByteIOContext libavformatMon, 13 Apr 2009 04:02:51 +0000, by bcoudurier
-
Move ea demuxer messages that are irrelevant to ordinary users from libavformatSun, 12 Apr 2009 08:53:22 +0000, by reimar
-
Slightly improve/correct description of wc3_pal_lookup libavformatSun, 12 Apr 2009 08:49:20 +0000, by reimar
-
Split bitstream.h, put the bitstream writer stuff in the new file libavformatSun, 12 Apr 2009 08:35:26 +0000, by stefano
-
Disable metadata reading. Yes, I would like to know what this code is good for libavformatSun, 12 Apr 2009 04:01:03 +0000, by michael
-
replace DEBUG_SI with DEBUG and use dprintf libavformatSun, 12 Apr 2009 03:08:46 +0000, by bcoudurier
-
Set stream type to ac3 if registration descriptor is present. libavformatSun, 12 Apr 2009 02:39:16 +0000, by bcoudurier
-
simplify registration descriptor parsing with bytestream get functions libavformatSun, 12 Apr 2009 02:32:02 +0000, by bcoudurier
-
Ok, ts demuxer is more complicated than I thought libavformatSun, 12 Apr 2009 02:19:40 +0000, by bcoudurier
-
fix end of buffer check, fix hang_read_header.h264.ts libavformatSun, 12 Apr 2009 01:37:34 +0000, by bcoudurier
-
fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples libavformatSun, 12 Apr 2009 00:25:37 +0000, by bcoudurier
-
Simplify packet duplication code in ff_interleave_add_packet. libavformatSat, 11 Apr 2009 22:38:00 +0000, by reimar
-
Fix "unrecognized WC3 chunk" debug output which was broken r18444 due to sign expansion. libavformatSat, 11 Apr 2009 21:45:57 +0000, by reimar
-
wc3movie: return partial packets if not all data can be read. libavformatSat, 11 Apr 2009 20:48:56 +0000, by reimar
-
Explain the purpose of the wc3_pal_lookup and the formula that was used to libavformatSat, 11 Apr 2009 20:08:16 +0000, by reimar
-
Use get_le32/get_be32 in wc3movie demuxer instead of reading everything into libavformatSat, 11 Apr 2009 18:58:55 +0000, by reimar
-
Get rid of av_destruct_packet_nofree and use NULL instead. libavformatSat, 11 Apr 2009 12:42:29 +0000, by reimar
-
Make electronicarts demuxer return partial frames, this is the default libavformatSat, 11 Apr 2009 10:38:56 +0000, by reimar
-
remove useless duplication of what av_new_stream() already does libavformatFri, 10 Apr 2009 12:49:53 +0000, by aurel
-
Make try_decode_frame() use the new avcodec_decode_* API. libavformatFri, 10 Apr 2009 11:03:06 +0000, by stefano
-
AAC packetiser cleanup: use consts instead of #defines libavformatThu, 09 Apr 2009 21:48:45 +0000, by lucabe
-
AAC packetiser cleanup: remove check for a condition that cannot happen libavformatThu, 09 Apr 2009 21:39:07 +0000, by lucabe
-
Fix two checks in the AAC packetiser, which were too conservative libavformatThu, 09 Apr 2009 21:37:11 +0000, by lucabe
-
Fix memleak in nuv demuxer: free packet already allocated packet when libavformatThu, 09 Apr 2009 14:16:22 +0000, by reimar
-
Correctly set packet size for partial video packets in nuv demuxer. libavformatWed, 08 Apr 2009 20:20:42 +0000, by reimar
-
Add av_shrink_packet function for use in av_get_packet that reduces pkt->size libavformatWed, 08 Apr 2009 20:19:12 +0000, by reimar
-
force sample for qcelp when not stored in mov, fix #968 libavformatWed, 08 Apr 2009 03:38:59 +0000, by bcoudurier
-
Add waveformat-extensible support in the wav muxer. libavformatWed, 08 Apr 2009 03:04:57 +0000, by rbultje
-
move codec tag tables near corresponding code libavformatTue, 07 Apr 2009 22:34:05 +0000, by bcoudurier
-
cosmetics, add empty line and remove useless braces libavformatTue, 07 Apr 2009 22:31:17 +0000, by bcoudurier
-
remove no more needed code, tag is set by default libavformatTue, 07 Apr 2009 22:23:15 +0000, by bcoudurier
-
split mov_find_codec_tag in separate per format functions libavformatTue, 07 Apr 2009 22:19:58 +0000, by bcoudurier
-
Always return 0 if read_packet is successful. libavformatTue, 07 Apr 2009 21:25:02 +0000, by reimar
-
Do not uselessly read version string into a buffer. libavformatTue, 07 Apr 2009 21:16:11 +0000, by reimar
-
Describe read_alloc return value and required pkt handling to avoid memleaks libavformatTue, 07 Apr 2009 21:10:10 +0000, by reimar
-
Error out also when reading nuv header returns with partial data and return libavformatTue, 07 Apr 2009 20:52:37 +0000, by reimar
-
override mov fourcc for pcm audio, this is safer when stream copying libavformatTue, 07 Apr 2009 20:37:30 +0000, by bcoudurier
-
Move av_packet_*() functions from libavformat/ to libavcodec/, where the libavformatTue, 07 Apr 2009 18:31:14 +0000, by rbultje
-
Do not return payload type 34 for H.263 (it is deprecated) libavformatTue, 07 Apr 2009 06:37:12 +0000, by lucabe
-
Only insert the SPS and PPS NALs in sprop-parameter-sets libavformatMon, 06 Apr 2009 21:04:26 +0000, by lucabe
-
Move AVPacket declaration from avformat.h to avcodec.h. libavformatThu, 02 Apr 2009 19:53:53 +0000, by stefano
-
Map MOV fourcc YUV2 correctly to PIX_FMT_YUYV422. libavformatThu, 02 Apr 2009 12:15:04 +0000, by cehoyos
-
Support DVD subtitles in mov/mp4 as created by Nero. libavformatThu, 02 Apr 2009 11:26:46 +0000, by reimar
-
skip empty data packets in flv, fix input.flv libavformatThu, 02 Apr 2009 03:52:19 +0000, by bcoudurier
-
Make examples and test progs depend on libraries libavformatWed, 01 Apr 2009 00:53:31 +0000, by mru
-
matroska: add support for MLP and TRUEHD codec tags libavformatMon, 30 Mar 2009 21:37:04 +0000, by aurel
-
Fix timefilter test program build without previously building libavformat. libavformatMon, 30 Mar 2009 13:09:44 +0000, by diego
-
Generalize example target rule in common.mak so that it sets a -example$(EXESUF) libavformatSun, 29 Mar 2009 14:35:20 +0000, by diego
-
Don't strip the first three characters off of any metadata in ASF file. libavformatSat, 28 Mar 2009 03:54:31 +0000, by rbultje
-
Make rtp_write_header() fail in case of unsupported payload type libavformatFri, 27 Mar 2009 21:36:44 +0000, by lucabe
-
Move output-example dependency declaration after subdir.mak include so that it is libavformatFri, 27 Mar 2009 17:06:39 +0000, by diego
-
Move output_example.c --> libavformat/output-example.c. libavformatFri, 27 Mar 2009 00:01:06 +0000, by diego
-
Make svn:ignore properties globally consistent. Ignore all .d, .ho, .exe, -test libavformatThu, 26 Mar 2009 12:41:11 +0000, by diego
-
Move adding the '-test$(EXESUF)' suffix to test programs into common.mak. libavformatWed, 25 Mar 2009 18:19:20 +0000, by diego
-
set wrong_dts for iMovie created files which has huge ctts delay, fix ffmpeg_sample.m4v libavformatWed, 25 Mar 2009 06:07:13 +0000, by bcoudurier
-
strchr(string, '\0') returns non-NULL, and is thus not suited for use in libavformatTue, 24 Mar 2009 03:24:59 +0000, by rbultje
-
Rename 'tests' target to 'testprogs'. It is too easily confused with the libavformatSun, 22 Mar 2009 23:13:21 +0000, by diego
-
Remove alpha channel from default colorspace tables, since it is unused. See libavformatSun, 22 Mar 2009 13:05:13 +0000, by rbultje
-
Add a @todo with a comment from Kostya so we don't forget to optimize that at libavformatSun, 22 Mar 2009 12:47:16 +0000, by rbultje
-
Add AURA 1 and 2 codec IDs and register their FOURCCs libavformatSun, 22 Mar 2009 07:40:22 +0000, by kostya
-
allocate tracks instead of using MAX_STREAMS libavformatSun, 22 Mar 2009 03:52:55 +0000, by bcoudurier
-
since code now use get_bits_long, allocate padding buffer libavformatSun, 22 Mar 2009 02:47:35 +0000, by bcoudurier
-
avoid creating a new stream not referenced in pmt since it cannot be associated to a program, fix issue 835 libavformatSun, 22 Mar 2009 02:04:28 +0000, by bcoudurier
-
reset codec width/height for h264 forcing decoder to parse extradata libavformatSat, 21 Mar 2009 23:29:34 +0000, by bcoudurier
-
Remove slash-skipping code because the function called right after that libavformatSat, 21 Mar 2009 21:02:08 +0000, by rbultje
-
Reindent something where a if () --> { <-- is on a newline rather than on the libavformatSat, 21 Mar 2009 21:00:51 +0000, by rbultje
-
Free metadata if already allocated; fixes a memleak if the header occurs twice libavformatSat, 21 Mar 2009 20:59:59 +0000, by rbultje
-
Fix silly bug in hex_to_data() where it compares a string pointer for whether libavformatSat, 21 Mar 2009 20:58:41 +0000, by rbultje
-
Remove useless comment about something that is deprecated. See summary in libavformatSat, 21 Mar 2009 20:56:57 +0000, by rbultje
-
Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". libavformatSat, 21 Mar 2009 20:55:52 +0000, by rbultje
-
Merge functional code from get_word() and get_word_sep() into a single libavformatSat, 21 Mar 2009 20:54:47 +0000, by rbultje
-
Allow (and parse) incoming server messages (notices) interleaved with TCP libavformatSat, 21 Mar 2009 20:46:36 +0000, by rbultje
-
Add a @todo item to use ByteIOContext instead of URLContext at some point in libavformatSat, 21 Mar 2009 20:44:46 +0000, by rbultje
-
Remove index writing in RM muxer, since it is broken (multiple streams per libavformatSat, 21 Mar 2009 20:34:24 +0000, by rbultje
-
Don't allow to sync on packets of zero-size length, since these are never libavformatSat, 21 Mar 2009 19:19:09 +0000, by rbultje
-
Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length libavformatSat, 21 Mar 2009 19:18:07 +0000, by rbultje
-
Make Smacker audio decoder output audio in original bit depth libavformatSat, 21 Mar 2009 15:52:14 +0000, by kostya
-
fix compilation when DEBUG_SEEK is defined libavformatSat, 21 Mar 2009 07:36:25 +0000, by bcoudurier
-
seek backwards 4 bytes if 'fLaC' marker is not found libavformatSat, 21 Mar 2009 00:49:14 +0000, by jbr
-
PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. libavformatFri, 20 Mar 2009 17:23:45 +0000, by cehoyos
-
do not write ffm write index by default, detect if file is being written and return EOF libavformatFri, 20 Mar 2009 01:23:33 +0000, by bcoudurier
-
Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec libavformatFri, 20 Mar 2009 01:22:51 +0000, by rbultje
-
Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a libavformatFri, 20 Mar 2009 01:11:08 +0000, by rbultje
-
set avi fsize to INT64_MAX if riff tag end is not set and file size is not available libavformatThu, 19 Mar 2009 21:57:14 +0000, by bcoudurier
-
move max analyze duration check before considering new packet libavformatThu, 19 Mar 2009 21:54:34 +0000, by bcoudurier
-
MOV: Use the AOT enum for the mp4_audio_types mapping. libavformatThu, 19 Mar 2009 18:13:42 +0000, by alexc
-
Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure libavformatWed, 18 Mar 2009 14:03:40 +0000, by reimar
-
Add a special guidcmp function to compare ASF guids, to avoid the many libavformatWed, 18 Mar 2009 13:17:23 +0000, by reimar
-
Add RTP/ASF header parsing, which is part of the SDP of these streams. See libavformatTue, 17 Mar 2009 12:34:57 +0000, by rbultje
-
cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com libavformatTue, 17 Mar 2009 12:27:32 +0000, by diego
-
Extend mov edit list support to work for a first padding entry with libavformatMon, 16 Mar 2009 20:49:52 +0000, by reimar
-
More reindent, forgotten in previous commit. libavformatMon, 16 Mar 2009 13:23:29 +0000, by rbultje
-
Parse index chunk so that seeking in modern .rm files becomes a lot faster. libavformatMon, 16 Mar 2009 13:03:23 +0000, by rbultje
-
Mark the first output audio frame as keyframe (separate patch from previous, libavformatMon, 16 Mar 2009 12:59:18 +0000, by rbultje
-
Remove packet returning in ff_rm_parse_packet() if we're using the packet libavformatMon, 16 Mar 2009 12:57:49 +0000, by rbultje
-
Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and libavformatMon, 16 Mar 2009 12:47:34 +0000, by rbultje
-
move read_udta_string up to avoid forward declaration libavformatMon, 16 Mar 2009 06:06:05 +0000, by bcoudurier
-
do not set isom if ctype is not set, happens in mov libavformatMon, 16 Mar 2009 05:13:55 +0000, by bcoudurier
-
search for hdlr atom in meta, some files do not store version+flags libavformatSun, 15 Mar 2009 23:54:53 +0000, by bcoudurier
-
Fix index generation in the way that it was supposed to be used. See the libavformatSun, 15 Mar 2009 20:14:25 +0000, by rbultje
-
typo in the mail, the 4am commit is always the worst libavformatSun, 15 Mar 2009 10:53:12 +0000, by bcoudurier
-
cosmetics, add some whitespaces and empty lines libavformatSun, 15 Mar 2009 09:06:36 +0000, by bcoudurier
-
do not modify sample_count, check against index entries libavformatSun, 15 Mar 2009 07:21:22 +0000, by bcoudurier
-
use utc time for timestamp and do not set it if not specified libavformatSat, 14 Mar 2009 23:39:52 +0000, by bcoudurier
-
do not parse timestamp if bitexact is set, should fix regression tests libavformatSat, 14 Mar 2009 22:43:28 +0000, by bcoudurier
-
Enable generic index creation and seeking for NUV demuxer. libavformatSat, 14 Mar 2009 22:07:15 +0000, by reimar
-
Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser. libavformatSat, 14 Mar 2009 21:46:00 +0000, by reimar
-
Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectly libavformatSat, 14 Mar 2009 20:50:54 +0000, by reimar
-
Do not lose user flags when passing calls from the new to the old seeking API. libavformatSat, 14 Mar 2009 16:30:51 +0000, by michael
-
Set pkt->pos correctly (to the start of header of the packet) in swfdec. libavformatFri, 13 Mar 2009 22:26:45 +0000, by reimar
-
fix swf seeking by fixing new stream detection libavformatFri, 13 Mar 2009 19:37:05 +0000, by bcoudurier
-
Simplify RoQ demuxer pts calculation by using a appropriate time bases. libavformatFri, 13 Mar 2009 13:37:35 +0000, by reimar
-
Set video width/height and create audio stream in read_packet instead of libavformatThu, 12 Mar 2009 11:47:50 +0000, by reimar
-
keep original tag when stream copying subs with ipod format libavformatWed, 11 Mar 2009 08:04:44 +0000, by bcoudurier
-
write correct atoms based on tag and not format, fixes subs stream copy libavformatWed, 11 Mar 2009 08:01:39 +0000, by bcoudurier
-
use correct codec tag list for ipod format libavformatWed, 11 Mar 2009 07:59:38 +0000, by bcoudurier
-
again 10l, typo, put_byte instead of put_buffer libavformatWed, 11 Mar 2009 06:48:02 +0000, by bcoudurier
-
attempt to try to generate an random umid libavformatWed, 11 Mar 2009 06:15:00 +0000, by bcoudurier
-
fix subs track height, set track->height to codec height if not set libavformatWed, 11 Mar 2009 06:04:56 +0000, by bcoudurier
-
Correctly skip complete INDX chunks, i.e. read the 32-bit header correctly libavformatTue, 10 Mar 2009 12:55:29 +0000, by rbultje
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformatMon, 09 Mar 2009 22:03:47 +0000, by rbultje
-
Move MOVContext and related structures from mov.c to isom.h. See "[PATCH] libavformatMon, 09 Mar 2009 21:53:00 +0000, by rbultje
-
Reorder arguments for av_fifo_generic_read to be more logical and libavformatMon, 09 Mar 2009 17:47:47 +0000, by reimar
-
Prevent (negative) overflow of rm->remaining_len. This evaluation really only libavformatMon, 09 Mar 2009 13:08:19 +0000, by rbultje
-
Replace separate packet parsing for "old_format" .ra files by a call to libavformatMon, 09 Mar 2009 12:46:32 +0000, by rbultje
-
Move frame discarding out of the ff_rm_parse_packet() loop, and respect libavformatMon, 09 Mar 2009 12:42:53 +0000, by rbultje
-
Mark all packets from nuv demuxer as keyframes in order to make seeking work. libavformatMon, 09 Mar 2009 12:25:13 +0000, by reimar
-
100l, to start reading from the first frame we must seek to data_offset, libavformatMon, 09 Mar 2009 12:06:31 +0000, by reimar
-
Set AVPacket pos also for audio packets in nuv demuxer. libavformatMon, 09 Mar 2009 11:35:59 +0000, by reimar
-
change path pattern to be similar to existing files, and remove useless buffer libavformatMon, 09 Mar 2009 03:34:15 +0000, by bcoudurier
-
write map packet every 100 packets according to specs libavformatMon, 09 Mar 2009 02:47:32 +0000, by bcoudurier
-
write flt packet, might need some tweaking but it works libavformatMon, 09 Mar 2009 01:35:00 +0000, by bcoudurier
-
correctly interleave audio and video according to specs libavformatMon, 09 Mar 2009 01:10:28 +0000, by bcoudurier
-
uniformize variable names and remove duplicating fields in private structs libavformatSun, 08 Mar 2009 21:55:08 +0000, by bcoudurier
-
Replace all uses of the replaced av_fifo_read by av_fifo_generic_read libavformatSun, 08 Mar 2009 14:42:11 +0000, by reimar
-
Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. libavformatSun, 08 Mar 2009 14:16:55 +0000, by michael
-
rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: libavformatSat, 07 Mar 2009 15:20:55 +0000, by rbultje
-
ADTS: Increased protection against writing illegal/nonsense files. libavformatFri, 06 Mar 2009 21:19:16 +0000, by alexc
-
Add my name to copyright & author as requested by the original author. libavformatFri, 06 Mar 2009 20:51:50 +0000, by michael
-
Add code to the self test to print jitter & drift. libavformatFri, 06 Mar 2009 20:48:31 +0000, by michael
-
flacdec: Parse the metadata header in the raw FLAC demuxer. libavformatFri, 06 Mar 2009 01:31:10 +0000, by jbr
-
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
-
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
-
don't trigger metadata compatibility code when user app already set metadata libavformatThu, 26 Feb 2009 13:00:13 +0000, by aurel
-
Share the function to write a raw FLAC header and use it in the Matroska libavformatThu, 26 Feb 2009 02:41:53 +0000, by jbr
-
cosmetics: add a comment in flac_write_header(). libavformatThu, 26 Feb 2009 02:33:19 +0000, by jbr
-
Add support for full header extradata to raw FLAC muxer. libavformatThu, 26 Feb 2009 02:32:18 +0000, by jbr
-
Use a shared function to validate FLAC extradata. libavformatThu, 26 Feb 2009 02:29:24 +0000, by jbr
-
Separate the raw FLAC muxer from raw.c to its own file, flacenc.c. libavformatThu, 26 Feb 2009 02:21:43 +0000, by jbr
-
set channel number even for inactive channels libavformatWed, 25 Feb 2009 08:06:15 +0000, by bcoudurier
-
do not set frame start bit since marked as not used and factorize libavformatWed, 25 Feb 2009 08:05:43 +0000, by bcoudurier
-
Add timestamp computation if values are exported by decoder. libavformatTue, 24 Feb 2009 22:19:09 +0000, by cehoyos
-
Change duration computation to use time_base instead of TB/2. libavformatTue, 24 Feb 2009 20:17:02 +0000, by cehoyos
-
Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames. libavformatTue, 24 Feb 2009 15:04:18 +0000, by michael
-
Add CODEC_ID_H264 to tb_unreliable(), it belongs there for the same libavformatTue, 24 Feb 2009 13:35:54 +0000, by michael
-
start track id at 2, track id 1 for timecode libavformatMon, 23 Feb 2009 19:51:16 +0000, by bcoudurier
-
consistent naming of Chinese AVS raw demuxer libavformatSun, 22 Feb 2009 14:27:50 +0000, by stefang
-
Support playback of incorrectly cut DV files where the headers do not libavformatSun, 22 Feb 2009 09:42:56 +0000, by reimar
-
return AVERROR(ENOMEM) if alloc failed, set count after alloc, use variable when reallocing, based on patch by Netgem libavformatSun, 22 Feb 2009 00:20:07 +0000, by bcoudurier
-
parse aac extradata to fetch channels and sample rate, patch from Netgem libavformatSat, 21 Feb 2009 23:54:50 +0000, by bcoudurier
-
Rename RTSPHeader to RTSPMessageHeader to reflect more clearly what the libavformatSat, 21 Feb 2009 22:26:44 +0000, by rbultje
-
Use context variable repeat_pict for frame duration computation and libavformatSat, 21 Feb 2009 20:11:47 +0000, by cehoyos
-
Handle chunks with the MSB in size set correctly that is unsigned. libavformatSat, 21 Feb 2009 20:11:34 +0000, by michael
-
Fix raw rgb/bgr vertical flip in avi based on info from http://www.fourcc.org/fccbihgt.php. libavformatSat, 21 Feb 2009 15:32:56 +0000, by michael
-
Change sizeof(struct_type) to sizeof(variable). libavformatSat, 21 Feb 2009 14:40:19 +0000, by rbultje
-
add raw demuxer for Chinese AVS elementary streams libavformatSat, 21 Feb 2009 10:34:29 +0000, by stefang
-
Add convergence_duration to AVCodecParserContext. libavformatThu, 19 Feb 2009 23:35:59 +0000, by cehoyos
-
matroskadec: return AVERROR_EOF upon detection of end of file libavformatThu, 19 Feb 2009 21:01:45 +0000, by aurel
-
FLV demuxer: return AVERROR_EOF upon detection of end of file. libavformatThu, 19 Feb 2009 12:19:55 +0000, by pross
-
AVI demuxer: return AVERROR_EOF upon detection of end of file. libavformatThu, 19 Feb 2009 12:19:33 +0000, by pross
-
Add key_frame to AVCodecParserContext, used in libavformat. libavformatWed, 18 Feb 2009 23:46:05 +0000, by cehoyos
-
av_alloc_format_context has been renamed, update AVFormatContext av_class libavformatWed, 18 Feb 2009 14:01:46 +0000, by benoit
-
always use multi track since timecode track is present libavformatWed, 18 Feb 2009 07:13:57 +0000, by bcoudurier
-
use index 0 for timecode track and write it in source package also libavformatWed, 18 Feb 2009 01:35:36 +0000, by bcoudurier
-
simplify descriptor size computation logic libavformatWed, 18 Feb 2009 00:12:05 +0000, by bcoudurier
-
Add missing #includes to fix 'make checkheaders'. libavformatTue, 17 Feb 2009 21:43:57 +0000, by diego
-
apedec: display a warning when truncating a metadata tag libavformatTue, 17 Feb 2009 15:44:11 +0000, by aurel
-
cosmetics: 'const static' --> 'static const' to avoid warnings of the type libavformatTue, 17 Feb 2009 12:03:10 +0000, by diego
-
Remame rtp_get_codec_info() to ff_rtp_get_codec_info(), as it is not libavformatTue, 17 Feb 2009 08:12:51 +0000, by lucabe
-
Move to rtp.h the prototypes of all the functions defined in rtp.c libavformatTue, 17 Feb 2009 08:09:34 +0000, by lucabe
-
Add a context to av_log() calls and modify a function prototype to allow it. libavformatMon, 16 Feb 2009 16:33:00 +0000, by benoit
-
Rename RTSP_*_LAST to RTSP_*_NB in line with PIX_FMT_* in lavc. See "[PATCH] libavformatMon, 16 Feb 2009 16:27:35 +0000, by rbultje
-
Add a context to av_log() call and update the trace not to be redundant. libavformatMon, 16 Feb 2009 16:27:08 +0000, by benoit
-
Don't install rtsp.h. It is intended to be private, it depends on rtp code libavformatMon, 16 Feb 2009 16:24:01 +0000, by rbultje
-
Add a context to av_log() calls and extend ape_dumpinfo prototype to do that. libavformatMon, 16 Feb 2009 14:44:31 +0000, by benoit
-
fetch display aspect ratio from mpeg-2 essence libavformatMon, 16 Feb 2009 12:48:45 +0000, by bcoudurier
-
merge mxf_write_d10_packet into mxf_write_packet libavformatMon, 16 Feb 2009 10:44:38 +0000, by bcoudurier
-
Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not libavformatMon, 16 Feb 2009 09:36:21 +0000, by lucabe
-
Improve grammar: "X next after Y" -> "next X after Y". libavformatSun, 15 Feb 2009 20:45:10 +0000, by stefano
-
matroskadec: export language of metadata tags when available libavformatSun, 15 Feb 2009 16:05:37 +0000, by aurel
-
matroskadec: add needed definitions forgotten in r17331 libavformatSun, 15 Feb 2009 16:00:58 +0000, by aurel
-
matroskadec: export track name through the metadata API libavformatSun, 15 Feb 2009 15:29:09 +0000, by aurel
-
matroskadec: use new metadata API to export some simple information libavformatSun, 15 Feb 2009 15:25:14 +0000, by aurel
-
Do not export to the public the first_protocol symbol at the next libavformatSun, 15 Feb 2009 14:34:23 +0000, by stefano
-
Replace calls/references of the deprecated register_protocol() libavformatSun, 15 Feb 2009 14:29:23 +0000, by stefano
-
Rename register_protocol() to av_register_protocol() and deprecate libavformatSun, 15 Feb 2009 14:25:23 +0000, by stefano
-
Document av_iformat_next() and av_oformat_next() functions. libavformatSun, 15 Feb 2009 09:04:08 +0000, by stefano
-
Silence "assdec.c:146: warning: passing argument 4 of ¡Æqsort¡Ç from incompatible pointer type" libavformatSat, 14 Feb 2009 15:44:46 +0000, by michael
-
Add libavcodec/internal.h include to avoid warning: implicit declaration of libavformatFri, 13 Feb 2009 23:02:05 +0000, by superdump
-
compute body offset and index entry offset correctly libavformatFri, 13 Feb 2009 22:38:05 +0000, by bcoudurier
-
use correct field number for video according to specs, patch by Thierry Foucu, tfoucu at gmail dot com libavformatFri, 13 Feb 2009 21:36:36 +0000, by bcoudurier
-
Remove pointless #if around the file, it is already conditionally compiled. libavformatFri, 13 Feb 2009 09:39:04 +0000, by diego
-
cosmetics, reindent, add/remove some empty lines, redundant comment libavformatFri, 13 Feb 2009 07:34:01 +0000, by bcoudurier
-
split mpegvideo descriptor into cdci descriptor and wav common in sound common libavformatFri, 13 Feb 2009 07:11:21 +0000, by bcoudurier
-
write essence elements klv packets with ber4 length, more interoperable libavformatFri, 13 Feb 2009 07:06:35 +0000, by bcoudurier
-
encode klv fill item length in fixed ber 4 bytes libavformatFri, 13 Feb 2009 05:33:11 +0000, by bcoudurier
-
Report the illegal audio object type, not it offset by 1. libavformatFri, 13 Feb 2009 03:51:15 +0000, by alexc
-
ADTS Muxer: Refuse to write illegal ADTS files by checking validity of header libavformatThu, 12 Feb 2009 23:51:08 +0000, by superdump
-
write active picture height for d-10/imx in mov libavformatThu, 12 Feb 2009 09:15:36 +0000, by bcoudurier
-
Add a warning log when trying to encode into a container requiring global libavformatThu, 12 Feb 2009 08:10:43 +0000, by benoit
-
check body partitions count before writing libavformatThu, 12 Feb 2009 03:38:08 +0000, by bcoudurier
-
Change ffm_write_write_index to return int, and return if error occured. libavformatThu, 12 Feb 2009 02:15:07 +0000, by bcoudurier
-
compute b_per_i_or_p value correctly, patch by Thierry Foucu, tfoucu at gmail dot com libavformatThu, 12 Feb 2009 00:08:44 +0000, by bcoudurier
-
rename wrongly named b_per_gop to b_per_i_or_p according to specs libavformatWed, 11 Feb 2009 23:49:54 +0000, by bcoudurier
-
fix frame size, time rate is not stts duration anymore with time offset libavformatWed, 11 Feb 2009 21:11:19 +0000, by bcoudurier
-
do not set start time to 0, it is not the case with elst time offset libavformatWed, 11 Feb 2009 20:19:35 +0000, by bcoudurier
-
Gopher protocol, patch by Toshimitsu Kimura, lovesyao gmail com libavformatWed, 11 Feb 2009 16:28:46 +0000, by diego
-
Add av_uninit macro to variable to avoid false positive warning: libavformatWed, 11 Feb 2009 15:01:52 +0000, by diego
-
Allow demuxing of audio substreams stored as 0x06 type. libavformatWed, 11 Feb 2009 11:09:36 +0000, by benoit
-
parse mpeg2 gop header time code and use it libavformatWed, 11 Feb 2009 08:02:23 +0000, by bcoudurier
-
adjust time rate according to elst time offset libavformatWed, 11 Feb 2009 02:32:39 +0000, by bcoudurier
-
fix last keyframe index accross body partitions libavformatWed, 11 Feb 2009 01:06:12 +0000, by bcoudurier
-
Cosmetics: vertical align "*" for consistency with the other doxyies. libavformatWed, 11 Feb 2009 00:25:30 +0000, by stefano
-
Remove @deprecated notice from AVFrac, it is not deprecated anymore. libavformatWed, 11 Feb 2009 00:19:05 +0000, by stefano
-
fix partition offset when only one stream present libavformatTue, 10 Feb 2009 23:25:23 +0000, by bcoudurier
-
compute index byte count in mxf_write_partition libavformatTue, 10 Feb 2009 08:46:04 +0000, by bcoudurier
-
remove check, mxf muxer does not have track number limitation anymore libavformatTue, 10 Feb 2009 08:35:14 +0000, by bcoudurier
-
retrieve flags from mxf_parse_mpeg2_frame using a param libavformatTue, 10 Feb 2009 08:31:48 +0000, by bcoudurier
-
cosmetics, associate mxf_write_klv_fill to aligned elements libavformatTue, 10 Feb 2009 07:23:51 +0000, by bcoudurier
-
write component depth and horizontal subsampling best effort local tags libavformatTue, 10 Feb 2009 06:14:39 +0000, by bcoudurier
-
move up mxf_write_klv_fill and align index, rip and primer pack libavformatTue, 10 Feb 2009 05:35:28 +0000, by bcoudurier
-
correctly set multi track operational pattern libavformatTue, 10 Feb 2009 04:53:41 +0000, by bcoudurier
-
fix compilation with DEBUG defined, field does not exist anymore libavformatTue, 10 Feb 2009 02:27:26 +0000, by bcoudurier
-
remove now useless av_set_program_name() function libavformatTue, 10 Feb 2009 00:27:42 +0000, by aurel
-
rename ff_audio_interleave to ff_audio_rechunk_interleave libavformatMon, 09 Feb 2009 21:34:20 +0000, by bcoudurier
-
Try to clarify doxy of avformat_seek_file(). libavformatMon, 09 Feb 2009 19:57:23 +0000, by michael
-
Increase the number of packets required to identify as MPEG PES to keep from libavformatMon, 09 Feb 2009 01:46:01 +0000, by alexc
-
remove no more needed comment, declaration is in internal header libavformatMon, 09 Feb 2009 00:18:25 +0000, by bcoudurier
-
cosmetics: typo/grammar fixes in doxygen and other comments libavformatSun, 08 Feb 2009 23:34:58 +0000, by diego
-
Add the ability to set the timestamp to the current time by specifying 'now' libavformatSun, 08 Feb 2009 22:03:54 +0000, by superdump
-
Move declaration of ff_interleave_add_packet to internal.h. libavformatSun, 08 Feb 2009 21:14:46 +0000, by bcoudurier
-
Declare ff_interleave_new_audio_packet as static, it is not used libavformatSun, 08 Feb 2009 21:09:50 +0000, by bcoudurier
-
Clarify that avformat_seek_file() is not part of the stable API yet. libavformatSun, 08 Feb 2009 17:55:00 +0000, by michael
-
Replace the calls to the deprecated av_alloc_format_context() with libavformatSun, 08 Feb 2009 08:27:26 +0000, by stefano
-
Deprecate av_malloc_format_context() in favor of libavformatSun, 08 Feb 2009 08:16:40 +0000, by stefano
-
reuse MXFCodecUL for data def and simplify libavformatSun, 08 Feb 2009 05:12:30 +0000, by bcoudurier
-
remove implicit header inclusions from mxf.h libavformatSun, 08 Feb 2009 04:42:38 +0000, by bcoudurier
-
extract audio interleaving code from mxf muxer, will be used by gxf and dv libavformatSun, 08 Feb 2009 04:31:44 +0000, by bcoudurier
-
offset dts according to edit list, hackish but works, based on patch by Reimar libavformatSun, 08 Feb 2009 04:27:07 +0000, by bcoudurier
-
Remove const qualifier from function argument to eliminate the warning libavformatSun, 08 Feb 2009 03:44:54 +0000, by diego
-
only use 2 slices for index, one video(vbr) and one audio(cbr) libavformatSun, 08 Feb 2009 03:29:49 +0000, by bcoudurier
-
force first track to be video and simplify libavformatSun, 08 Feb 2009 02:38:07 +0000, by bcoudurier
-
Move RTP_MAX_PACKET_LENGTH to rtpdec.h: it is not used in the muxer anymore libavformatFri, 06 Feb 2009 20:42:21 +0000, by lucabe
-
Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer libavformatFri, 06 Feb 2009 20:41:15 +0000, by lucabe
-
Add "AVFormatContext *ctx" (that being the RTSP demuxer's) as first argument libavformatFri, 06 Feb 2009 01:37:19 +0000, by rbultje
-
Rename "tx_ctx" and "cur_tx" variables to "transport_priv" and libavformatThu, 05 Feb 2009 22:34:55 +0000, by rbultje
-
format timestamp correctly according to specs and set it libavformatThu, 05 Feb 2009 20:15:18 +0000, by bcoudurier
-
Make the MP3 probe weakly claim all files with ID3v2 tags to fix regressions on libavformatThu, 05 Feb 2009 18:41:06 +0000, by alexc
-
Delete an enum and a function typedef that aren't used anywhere, and libavformatThu, 05 Feb 2009 17:00:10 +0000, by rbultje
-
Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c libavformatThu, 05 Feb 2009 14:53:25 +0000, by lucabe
-
Electronic Arts demuxer: support TQI video tag libavformatThu, 05 Feb 2009 08:59:38 +0000, by pross
-
Move enum RTSPTransport up a bit, so that all fields that are assigned a value libavformatWed, 04 Feb 2009 17:17:20 +0000, by rbultje
-
always write mxf time base in descriptors libavformatWed, 04 Feb 2009 09:35:59 +0000, by bcoudurier
-
Do not misuse unsigned long to store pointers. libavformatWed, 04 Feb 2009 05:56:39 +0000, by ramiro
-
write all available metadata tags into extended_content_header libavformatWed, 04 Feb 2009 01:40:52 +0000, by aurel
-
let packet pass through when no timestamps libavformatTue, 03 Feb 2009 23:18:12 +0000, by bcoudurier
-
prevent reading more than container atom size, fix broken file broken_by_rev15830.MOV, fix #818 libavformatTue, 03 Feb 2009 23:03:41 +0000, by bcoudurier
-
Add and use a public API for RC4 and DES, analogous to the AES API. libavformatTue, 03 Feb 2009 14:20:55 +0000, by reimar
-
Fix probe & demuxing of Topfield 58XXPVR and 68XXPVR (topfield.rec) libavformatTue, 03 Feb 2009 11:01:57 +0000, by michael
-
simplify usage of dstlen as it is not a parameter anymore libavformatMon, 02 Feb 2009 22:17:14 +0000, by aurel
-
modify the way to pass parameters to av_metadata_set() libavformatMon, 02 Feb 2009 21:45:55 +0000, by aurel
-
Add av_ prefix to LZO stuff and thus make it officially part of the public API. libavformatMon, 02 Feb 2009 20:16:00 +0000, by reimar
-
Splits the totalbitrate in a videodatarate and audiodatarate part. libavformatMon, 02 Feb 2009 16:10:46 +0000, by benoit
-
Implement the reading of the video bitrate of flv movies out of the meta data, libavformatMon, 02 Feb 2009 16:05:50 +0000, by benoit
-
fix temporal offet of ipbb sequences, simplification welcome libavformatMon, 02 Feb 2009 10:41:43 +0000, by bcoudurier
-
write index table and rip, muxer works pretty well now libavformatMon, 02 Feb 2009 10:03:38 +0000, by bcoudurier
-
return eof/error if only ffm header has been written, should fix #815 libavformatSun, 01 Feb 2009 22:02:57 +0000, by bcoudurier
-
don't support the mp3 extension in the mp2 muxer libavformatSun, 01 Feb 2009 21:22:12 +0000, by aurel
-
Fix the Transport: line in the SETUP request so that it works with WMS libavformatSun, 01 Feb 2009 13:37:45 +0000, by rbultje
-
Use full internal pathname in doxygen @file directives. libavformatSun, 01 Feb 2009 02:00:19 +0000, by diego
-
use st->priv_data to store per stream context libavformatSat, 31 Jan 2009 11:06:20 +0000, by bcoudurier
-
change prototype of mxf_interleave_get_packet to make it compatible libavformatSat, 31 Jan 2009 10:51:35 +0000, by bcoudurier
-
do not use PAL_samples_per_frame in init, to make init independant libavformatSat, 31 Jan 2009 10:49:26 +0000, by bcoudurier
-
add aes3 pcm wrapping and use it by default libavformatSat, 31 Jan 2009 07:02:20 +0000, by bcoudurier
-
thanks to interleaving, audio is now locked libavformatSat, 31 Jan 2009 06:54:30 +0000, by bcoudurier
-
local tag 3201 is picture essence coding, so do not write it for wav libavformatSat, 31 Jan 2009 06:49:42 +0000, by bcoudurier
-
stored height is stupidly /2 if interlaced libavformatSat, 31 Jan 2009 06:46:42 +0000, by bcoudurier
-
delay header writing and parse mpeg2 frame libavformatSat, 31 Jan 2009 06:32:12 +0000, by bcoudurier
-
correctly pack and interleave pcm samples in mxf libavformatSat, 31 Jan 2009 06:18:25 +0000, by bcoudurier
-
split av_interleave_per_dts, to avoid code duplication libavformatSat, 31 Jan 2009 06:01:58 +0000, by bcoudurier
-
ADPCM found in Xbox wav files can be decoded with libavformatSat, 31 Jan 2009 05:53:04 +0000, by stefang
-
Fix remotely exploitable arbitrary code execution vulnerability. libavformatWed, 28 Jan 2009 13:37:26 +0000, by michael
-
Prefer av_freep() over av_free() for variables in the context for safety. libavformatTue, 27 Jan 2009 22:21:28 +0000, by michael
-
Export all tracks (each is a different language) instead of just one. libavformatTue, 27 Jan 2009 22:14:48 +0000, by michael
-
Move current_track variable closer to where it is used. libavformatTue, 27 Jan 2009 21:58:45 +0000, by michael
-
Fix memleak of fourxm->tracks on error return. libavformatTue, 27 Jan 2009 21:56:28 +0000, by michael
-
Whitespace cosmetics to align return statements. libavformatTue, 27 Jan 2009 18:01:26 +0000, by benoit
-
Check buffer is inside what is passed when probing for flac. libavformatTue, 27 Jan 2009 18:00:40 +0000, by benoit
-
Merge rtp_internal.h in rtp.h, and remove rtp_internal.h libavformatTue, 27 Jan 2009 12:23:16 +0000, by lucabe
-
seek at 0 when timestamp requested is negative libavformatTue, 27 Jan 2009 04:29:33 +0000, by bcoudurier
-
make it clear that the new metadata API is a work in progress libavformatMon, 26 Jan 2009 23:39:22 +0000, by aurel
-
Move documentation of av_register_all() from allformats.c to libavformatSun, 25 Jan 2009 16:44:45 +0000, by stefano
-
use function and definitions from libavcodec/flac.h in oggparseflac.c libavformatSun, 25 Jan 2009 01:21:10 +0000, by jbr
-
Handle ID3v2 tags in raw FLAC streams by skipping them. libavformatSun, 25 Jan 2009 00:16:27 +0000, by jbr
-
Fix undefined preprocessor directives warnings during 'make checkheaders'. libavformatSat, 24 Jan 2009 14:52:46 +0000, by diego
-
return an error if we can not get a full packet, libavformatSat, 24 Jan 2009 08:20:42 +0000, by stefang
-
fix header parsing, the NULL terminated File ID is followed by a space libavformatSat, 24 Jan 2009 08:06:43 +0000, by stefang
-
Skip m= blocks in the SDP if the media type is unknown. This prevents libavformatSat, 24 Jan 2009 04:56:18 +0000, by rbultje
-
set pts and dts when only pts is present, according to specs libavformatFri, 23 Jan 2009 22:16:31 +0000, by bcoudurier
-
stored height is a multiple of 16 for mpeg2 libavformatFri, 23 Jan 2009 20:15:46 +0000, by bcoudurier
-
fix endianness of time code, and calculate it in fields, according to specs libavformatFri, 23 Jan 2009 20:03:57 +0000, by bcoudurier
-
Move av_read_frame/parser related buffer variables from AVFormatContext libavformatThu, 22 Jan 2009 23:35:31 +0000, by michael
-
print stream sar if present and different than codec sar libavformatThu, 22 Jan 2009 19:45:53 +0000, by bcoudurier
-
Use EAGAIN return, primarely intended as example of EAGAIN useage. libavformatThu, 22 Jan 2009 12:08:06 +0000, by michael
-
'code' is used to index a table so make it unsigned libavformatWed, 21 Jan 2009 22:32:17 +0000, by aurel
-
yet another attempt on fixing synchronization in VMD libavformatWed, 21 Jan 2009 13:27:39 +0000, by kostya
-
Empty audio chunks in VMD are silent, not skipped libavformatWed, 21 Jan 2009 13:26:01 +0000, by kostya
-
VMD first chunk of audio is not coded as many separate chunks of block_align libavformatWed, 21 Jan 2009 13:24:35 +0000, by kostya
-
change sample aspect ratio test to be more clear, print old one libavformatTue, 20 Jan 2009 21:06:57 +0000, by bcoudurier
-
Do not use avctx->frame_number which might not be set, libavformatTue, 20 Jan 2009 09:43:58 +0000, by bcoudurier
-
Enable building r3d demuxer when its config is set. libavformatTue, 20 Jan 2009 08:08:32 +0000, by benoit
-
Fix a read past end of buffer crash in the mp3 probe libavformatTue, 20 Jan 2009 08:00:39 +0000, by alexc
-
matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes libavformatTue, 20 Jan 2009 00:52:12 +0000, by aurel
-
Use "" instead of <> when #including non-system headers. libavformatMon, 19 Jan 2009 23:41:46 +0000, by diego
-
Fix probing of files with ID3v2 tags. Discussed at libavformatMon, 19 Jan 2009 21:54:06 +0000, by alexc
-
Restore mistakenly removed period after "DivX, Inc". libavformatMon, 19 Jan 2009 17:01:22 +0000, by diego
-
cosmetics: Remove pointless period after copyright statement non-sentences. libavformatMon, 19 Jan 2009 15:46:40 +0000, by diego
-
replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flag libavformatSun, 18 Jan 2009 22:53:28 +0000, by aurel
-
matroskadec: merge ByteIOContext declarations at upper level libavformatSun, 18 Jan 2009 17:26:24 +0000, by aurel
-
matroskadec: parse the WAVEFORMATEX header and discard it from extradata libavformatSun, 18 Jan 2009 17:13:12 +0000, by aurel
-
match format in names list separated by commas libavformatSat, 17 Jan 2009 21:40:27 +0000, by bcoudurier
-
remove ff_get_fourcc() and use AV_RL32() instead libavformatSat, 17 Jan 2009 12:21:01 +0000, by aurel
-
Treat disposition==0 as undefined and don't write the default flag libavformatSat, 17 Jan 2009 04:31:14 +0000, by conrad
-
Flush the buffer after writing the header and when done with writing the files libavformatSat, 17 Jan 2009 04:30:36 +0000, by conrad
-
Merge declaration and initialization of io_buffer_size libavformatFri, 16 Jan 2009 16:39:17 +0000, by reimar
-
Make io_buffer_size unsigned to avoid a warning about comparing libavformatFri, 16 Jan 2009 16:37:54 +0000, by reimar
-
Return AVERROR(ENOMEM) instead of -1 when malloc fails in url_open_dyn_buf_internal libavformatFri, 16 Jan 2009 15:35:51 +0000, by reimar
-
Use av_mallocz instead of explicitly zeroing in url_open_dyn_buf_internal. libavformatFri, 16 Jan 2009 15:32:33 +0000, by reimar
-
Replace nonsense -1234 return value in dyn_buf_write by proper AVERROR(ENOMEM) libavformatFri, 16 Jan 2009 15:30:52 +0000, by reimar
-
Make unsigned int a variable that does not need to be explicitely 32 bits. libavformatFri, 16 Jan 2009 14:03:46 +0000, by benoit
-
support h264 extradata with 0x000001 startcode libavformatFri, 16 Jan 2009 01:26:52 +0000, by bcoudurier
-
use ff_avc_parse_nal_units_buf because output size might differ from input size libavformatFri, 16 Jan 2009 01:22:30 +0000, by bcoudurier
-
move actual writing before so new size can be taken into account libavformatFri, 16 Jan 2009 01:12:32 +0000, by bcoudurier
-
return size written in ff_avc_parse_nal_units libavformatFri, 16 Jan 2009 01:11:34 +0000, by bcoudurier
-
Do not reallocate AVPacket's data when muxing a packet libavformatThu, 15 Jan 2009 14:03:07 +0000, by lucabe
-
Factorise id3v2 header parsing from mp3.c to be shared libavformatThu, 15 Jan 2009 12:23:03 +0000, by superdump
-
add aud nal unit if not present in h264 bitstream libavformatThu, 15 Jan 2009 01:22:31 +0000, by bcoudurier
-
matroskadec: ensure we only consider chapters which are properly ordered libavformatThu, 15 Jan 2009 00:42:57 +0000, by aurel
-
consider other codecs packets contain only one access unit, not just audio libavformatWed, 14 Jan 2009 23:53:31 +0000, by bcoudurier
-
calculate pat, pmt and sdt exact size and adjust total bitrate libavformatWed, 14 Jan 2009 23:49:13 +0000, by bcoudurier
-
warn if dts < pcr which means TS is invalid libavformatWed, 14 Jan 2009 22:40:37 +0000, by bcoudurier
-
only write dts if they differ from pts, according to specs libavformatWed, 14 Jan 2009 22:17:07 +0000, by bcoudurier
-
set pts and dts of pes packets exactly according to specs libavformatWed, 14 Jan 2009 21:57:10 +0000, by bcoudurier
-
replace all occurrence of ENABLE_ by the corresponding CONFIG_, HAVE_ or ARCH_ libavformatWed, 14 Jan 2009 17:19:17 +0000, by aurel
-
compute pcr more accurately, regression tests need update libavformatWed, 14 Jan 2009 02:20:26 +0000, by bcoudurier
-
include intreadwrite.h, fix compilation, img2.c use AV_RL32 libavformatWed, 14 Jan 2009 01:21:24 +0000, by bcoudurier
-
Change semantic of CONFIG_*, HAVE_* and ARCH_*. libavformatTue, 13 Jan 2009 23:44:16 +0000, by aurel
-
Use the dimensions in tkhd for timed text tracks libavformatSun, 11 Jan 2009 23:24:28 +0000, by conrad
-
Fix build: Add intreadwrite.h and bswap.h #includes where necessary. libavformatSun, 11 Jan 2009 22:19:48 +0000, by diego
-
Use setmode() if it exists in <io.h>, and not based on O_BINARY. libavformatSun, 11 Jan 2009 22:05:43 +0000, by ramiro
-
Fix illegal identifier starting with an underscore. libavformatSun, 11 Jan 2009 21:07:12 +0000, by diego
-
move ffindex set before mov_read_default so it can be used in functions libavformatSun, 11 Jan 2009 21:04:25 +0000, by bcoudurier
-
Add support for muxing mov/mp4/3gp timed text streams libavformatSun, 11 Jan 2009 10:26:44 +0000, by conrad
-
Read extradata (justification, colors, fonts, etc) for mov/mp4 timed text libavformatSun, 11 Jan 2009 08:24:44 +0000, by conrad
-
remove comment, this is not relevant anymore libavformatSun, 11 Jan 2009 05:24:41 +0000, by bcoudurier
-
check for negative dts value even if bitstream is already formated, libavformatSun, 11 Jan 2009 05:23:10 +0000, by bcoudurier
-
Move the AVFormatContext options definition to a dedicated file, libavformatSat, 10 Jan 2009 09:56:07 +0000, by stefano
-
Reindent to properly fit a 80 chars terminal. libavformatFri, 09 Jan 2009 23:44:52 +0000, by rbultje
-
Apply rtpmap: SDP lines to the last m= line only, since they generally just libavformatFri, 09 Jan 2009 23:36:17 +0000, by rbultje
-
only set le if value is 1, fix boom5.mov, issue #770 libavformatFri, 09 Jan 2009 22:13:37 +0000, by bcoudurier
-
Do not assume that if pkt->destruct != av_destruct_packet then it is not libavformatFri, 09 Jan 2009 20:10:13 +0000, by lucabe
-
Increase buffer size for RTP packet data because some ASF streams use a libavformatFri, 09 Jan 2009 01:30:14 +0000, by rbultje
-
rename ff_metadata_sync_compat to ff_metadata_mux_compat libavformatFri, 09 Jan 2009 00:01:42 +0000, by aurel
-
move ff_metadata_sync_compat to metadata_compat.c libavformatThu, 08 Jan 2009 23:30:02 +0000, by aurel
-
Add a second metadata compatibility layer, so that metadata that gets libavformatThu, 08 Jan 2009 23:24:51 +0000, by aurel
-
100l, add missing enum type, fix compilation libavformatThu, 08 Jan 2009 07:11:43 +0000, by bcoudurier
-
use lower case x and alternate format for hex in printf libavformatThu, 08 Jan 2009 02:57:21 +0000, by bcoudurier
-
print more debug information if enabled, including index libavformatThu, 08 Jan 2009 02:54:43 +0000, by bcoudurier
-
Do not try to duplicate packets that have data==NULL. libavformatWed, 07 Jan 2009 20:44:23 +0000, by michael
-
Fix typo ("Standard-compliant" -> "Standards-compliant"), as noticed by libavformatWed, 07 Jan 2009 16:01:15 +0000, by rbultje
-
Use the "server" RTSP field to detect whether the server that we're talking libavformatWed, 07 Jan 2009 14:55:47 +0000, by rbultje
-
Export RTSPState and RTSPStream from rtsp.c into rtsp.h. This allows future libavformatWed, 07 Jan 2009 14:53:04 +0000, by rbultje
-
Don't use s->pb if a local ByteIOContext was already provided by the calling libavformatWed, 07 Jan 2009 14:50:19 +0000, by rbultje
-
Allow subscription to any of the streams, not just the first, available in libavformatWed, 07 Jan 2009 14:48:17 +0000, by rbultje
-
Parse the OpaqueData field for every AVStream represented by this "set of libavformatWed, 07 Jan 2009 14:45:13 +0000, by rbultje
-
Parse the bitrate field in the ASMRuleBook ("AverageBandwidth") to fill in libavformatWed, 07 Jan 2009 14:41:40 +0000, by rbultje
-
Parse the ASMRuleBook SDP line to dynamically create one new AVStream for libavformatWed, 07 Jan 2009 14:38:44 +0000, by rbultje
-
Remove inappropriate const qualifier from function argument, fixes the warning: libavformatWed, 07 Jan 2009 01:19:48 +0000, by diego
-
Add a metadata compatibility layer, so that when a user application set libavformatTue, 06 Jan 2009 00:09:23 +0000, by aurel
-
Revert deprecation of AVFrac structure. Attempts to replace AVFrac have turned libavformatMon, 05 Jan 2009 22:10:16 +0000, by diego
-
additional recovery for the badly broken streams libavformatMon, 05 Jan 2009 17:50:13 +0000, by romansh
-
rename AVMetaData to AVMetadata and meta_data to metadata libavformatSun, 04 Jan 2009 23:31:31 +0000, by aurel
-
add metadata in AVStream, AVProgram and AVChapter libavformatSun, 04 Jan 2009 22:31:55 +0000, by aurel
-
Ministry of English Composition treatment for the new metadata API libavformatSun, 04 Jan 2009 20:47:09 +0000, by melanson
-
If we find a VBR tag at the beginning of the file don't attempt to libavformatSun, 04 Jan 2009 16:23:18 +0000, by michael
-
Drop the deprecated parse_image_size() and parse_frame_rate() functions libavformatSun, 04 Jan 2009 11:04:02 +0000, by stefano
-
10l set AVPacket.size to the true size of the returned data instead of libavformatWed, 31 Dec 2008 02:47:54 +0000, by michael
-
Replace buffer by AVPacket and avoid a memcpy() for video when the number libavformatWed, 31 Dec 2008 01:53:12 +0000, by michael
-
Simplify the top of rm_assemble_video_frame(). libavformatTue, 30 Dec 2008 21:23:02 +0000, by michael
-
Add a few error checks to rm_assemble_video_frame() libavformatTue, 30 Dec 2008 20:51:18 +0000, by michael
-
All non zero returns of rm_assemble_video_frame() are errors, check things libavformatTue, 30 Dec 2008 19:49:27 +0000, by michael
-
av_free() -> av_freep(), patch by Reimar Doffinger, see discussion in libavformatSun, 28 Dec 2008 23:25:17 +0000, by rbultje
-
Fix double free which happens for playback of .rm files after r16365. See libavformatSun, 28 Dec 2008 23:23:59 +0000, by rbultje
-
Fix a typo that made VMD demuxer always assume Indeo 3 as video codec. libavformatSun, 28 Dec 2008 16:22:42 +0000, by kostya
-
Add audio_pkt_cnt return value to ff_rm_retrieve_cache(). See discussion in libavformatSun, 28 Dec 2008 05:58:23 +0000, by rbultje
-
Change audio_pkt_cnt from an array into a single field, since only a single libavformatSun, 28 Dec 2008 05:55:09 +0000, by rbultje
-
Add RMStream object as function argument to public functions so that non-.rm libavformatSun, 28 Dec 2008 00:21:11 +0000, by rbultje
-
Implement RMStream stream-specific private data object in the RM demuxer. libavformatSun, 28 Dec 2008 00:18:38 +0000, by rbultje
-
Latest Coktel Vision VMDs contained Indeo 3, add demuxer support for it libavformatSat, 27 Dec 2008 17:34:00 +0000, by kostya
-
Fix two identical warnings when compiling riff.c and nuv.c with icc: libavformatMon, 22 Dec 2008 22:12:44 +0000, by cehoyos
-
Initialize s->opaque before calling url_resetbuf(). libavformatMon, 22 Dec 2008 11:23:00 +0000, by cehoyos
-
Change mpeg audio parser so it only sets frame_size, channels and bit_rate libavformatSun, 21 Dec 2008 23:50:16 +0000, by michael
-
Fix detection of audio codec in K70707-ARIA229.flv. libavformatSun, 21 Dec 2008 20:56:30 +0000, by michael
-
Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkv libavformatFri, 19 Dec 2008 01:00:44 +0000, by astrange
-
cosmetics, remove useless parenthesis and whitespaces libavformatThu, 18 Dec 2008 09:18:43 +0000, by bcoudurier
-
set alac channels from extradata, fix alac mono in m4a libavformatThu, 18 Dec 2008 09:17:19 +0000, by bcoudurier
-
Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS and libavformatThu, 18 Dec 2008 01:28:29 +0000, by rbultje
-
Add a ByteIOContext argument to ASF functions that will be shared with the libavformatThu, 18 Dec 2008 01:25:43 +0000, by rbultje
-
Fix bug where the avi demxuer lost the first frame of malformed libavformatTue, 16 Dec 2008 16:14:07 +0000, by michael
-
check that nb_streams is valid before setting stream, fix crash with jp2 which do not use same structure libavformatTue, 16 Dec 2008 08:47:28 +0000, by bcoudurier
-
two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec list libavformatTue, 16 Dec 2008 05:20:11 +0000, by compn
-
QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.avi libavformatTue, 16 Dec 2008 03:49:26 +0000, by compn
-
Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussion in ML thread libavformatSun, 14 Dec 2008 22:26:28 +0000, by rbultje
-
Add comment to indicate why the SDP line buffer is as big as it is. libavformatSun, 14 Dec 2008 22:23:59 +0000, by rbultje
-
Increase SDP line buffer size because ASF headers in RTSP-MS are very big. See ML discussion libavformatSun, 14 Dec 2008 22:23:14 +0000, by rbultje
-
Make register_avcodec() call avcodec_init(). libavformatSun, 14 Dec 2008 20:04:00 +0000, by stefano
-
The POSIX namespace shall be held sacrosanct. To that end, libavformatSun, 14 Dec 2008 03:29:33 +0000, by melanson
-
Rename rtp_payload_data_t to avoid clashes with the POSIX namespace libavformatSat, 13 Dec 2008 23:25:19 +0000, by lucabe
-
Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c. libavformatSat, 13 Dec 2008 21:40:20 +0000, by rbultje
-
Don't access RMContext directly in rdt.c. Rather, use the return value of libavformatSat, 13 Dec 2008 21:37:27 +0000, by rbultje
-
Separate the packet fetching from the data reading, so that the data reading libavformatSat, 13 Dec 2008 17:18:11 +0000, by rbultje
-
cosmetics: Break some lines for a more aesthetically pleasing result. libavformatSat, 13 Dec 2008 16:35:58 +0000, by diego
-
Remove misleading comment, _t is POSIX-reserved namespace. libavformatSat, 13 Dec 2008 16:08:31 +0000, by diego
-
Avoid _t in identifier names, _t is reserved by POSIX. libavformatSat, 13 Dec 2008 13:11:42 +0000, by diego
-
Matroska uses tables from isom.c, so add the object file to its dependencies. libavformatSat, 13 Dec 2008 12:46:11 +0000, by diego
-
mpegts: replace Program_t typedef with "struct Program" libavformatSat, 13 Dec 2008 00:04:34 +0000, by mru
-
matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr) libavformatFri, 12 Dec 2008 15:55:08 +0000, by aurel
-
add another mpeg4 avi fourcc from uncommon codecs list libavformatFri, 12 Dec 2008 15:34:55 +0000, by compn
-
Add sys/time.h header #include, fixes compilation on OS/2. libavformatFri, 12 Dec 2008 06:55:48 +0000, by diego
-
Update lavf/libnut.c to _tt type names in libnut API libavformatFri, 12 Dec 2008 05:10:43 +0000, by ods15
-
parse pasp atom and set sample aspect ratio, libavformatThu, 11 Dec 2008 22:24:56 +0000, by bcoudurier
-
remove _t in typedef for POSIX compatibility libavformatThu, 11 Dec 2008 20:06:56 +0000, by bcoudurier
-
Remove comment suggesting using variables ending in _t as this would break POSIX. libavformatThu, 11 Dec 2008 20:02:15 +0000, by michael
-
Use "struct gxf_stream_info" instead of "st_info_t", libavformatThu, 11 Dec 2008 10:42:06 +0000, by reimar
-
Remove useless and confusing (since they are also used in gxfenc.c) /* gxf.c */ comment. libavformatThu, 11 Dec 2008 10:35:20 +0000, by reimar
-
add 'ACDV' FourCC (which is just complete JPEG files in individual AVI libavformatThu, 11 Dec 2008 07:49:05 +0000, by melanson
-
Remove static variable and a printf using it. See "[PATCH] asf.c: move libavformatSat, 06 Dec 2008 20:28:38 +0000, by rbultje
-
Change function prototype of the sdp_parse_a_line in DynamicProtocolHandler. libavformatSat, 06 Dec 2008 18:41:17 +0000, by rbultje
-
Do not access s->gb directly in functions that have a local copy of that libavformatSat, 06 Dec 2008 18:35:52 +0000, by rbultje
-
Add necessary header for av_set_program_name and av_program_add_stream_index. libavformatWed, 03 Dec 2008 23:04:30 +0000, by diego
-
Move declaration of av_set_program_name and av_program_add_stream_index libavformatWed, 03 Dec 2008 16:47:07 +0000, by diego
-
Commit last ok'ed parts of QCELP decoder and enable it. libavformatTue, 02 Dec 2008 16:48:05 +0000, by vitor
-
Implement rule-number parsing, the initial step in stream (and bitrate) libavformatMon, 01 Dec 2008 00:08:42 +0000, by rbultje
-
Change RDTDemuxContext->st into an array of streams, which will make future libavformatSun, 30 Nov 2008 22:24:35 +0000, by rbultje
-
document ff_rdt_parse_open(). See ML discussion in "[PATCH] RDT/Realmedia libavformatSun, 30 Nov 2008 20:40:04 +0000, by rbultje
-
Change function prototype from taking an AVStream to taking an index to the libavformatSun, 30 Nov 2008 20:39:16 +0000, by rbultje
-
Rename functions in sdp.c for consistency's sake. libavformatSat, 29 Nov 2008 13:55:03 +0000, by stefano
-
Document 'ic' variable. See "[PATCH] RDT/Realmedia patches #2" thread in ML. libavformatSun, 23 Nov 2008 16:54:31 +0000, by rbultje
-
Support picture output without -f image2 for most codecs. libavformatSat, 22 Nov 2008 20:36:02 +0000, by cehoyos
-
cosmetics: Consistently place HEADERS before OBJS in all Makefiles. libavformatThu, 20 Nov 2008 22:53:18 +0000, by diego
-
decrease atom size, fix broken files missing version/flags libavformatTue, 18 Nov 2008 09:09:57 +0000, by bcoudurier
-
Change type of prev_stream_id from uint32_t to int, since it has a max size libavformatMon, 17 Nov 2008 18:10:02 +0000, by rbultje
-
Read optional components of the RDT packet header, such as extended setID libavformatMon, 17 Nov 2008 14:32:01 +0000, by rbultje
-
Change header reading implementation to using get_bits() instead of directly libavformatMon, 17 Nov 2008 14:30:31 +0000, by rbultje
-
Prefix all ff_rdt_parse_header() arguments with a p, preparing for local libavformatMon, 17 Nov 2008 14:28:12 +0000, by rbultje
-
Fix memleak caused by the fact that url_open_buf() allocates a context libavformatMon, 17 Nov 2008 14:23:20 +0000, by rbultje
-
Add ByteIOContext argument to public ff_rm_* functions so that we can libavformatMon, 17 Nov 2008 14:20:00 +0000, by rbultje
-
Get rid of MSG_DONTWAIT using a more standard way to use a socket libavformatMon, 17 Nov 2008 07:50:25 +0000, by benoit
-
read itunes metadata, code based on Reimar's patch libavformatSun, 16 Nov 2008 01:59:35 +0000, by bcoudurier
-
Change status packet skipping to be more spec-compliant. See discussion in libavformatSat, 15 Nov 2008 20:45:26 +0000, by rbultje
-
Make function comment a bit more linguistically correct. libavformatSat, 15 Nov 2008 20:43:57 +0000, by rbultje
-
Add is_keyframe param to ff_rdt_parse_header(). See ML discussion in libavformatSat, 15 Nov 2008 20:41:59 +0000, by rbultje
-
matroskadec: fix index timestamps for some broken files libavformatSat, 15 Nov 2008 15:34:51 +0000, by aurel
-
Call check_back_and_send_rr() function only in case of RTP as a transport. libavformatSat, 15 Nov 2008 14:44:48 +0000, by rbultje
-
Rename variables in ff_rdt_parse_header() and callers to match the libavformatSat, 15 Nov 2008 02:22:47 +0000, by rbultje
-
check for interrupt when receiving from socket libavformatFri, 14 Nov 2008 19:33:22 +0000, by henry
-
Add comment describing the RDT packet header. See discussion in "[PATCH] libavformatFri, 14 Nov 2008 18:37:58 +0000, by rbultje
-
Allow the UDP socket buffer size to be adjusted using a libavformatWed, 12 Nov 2008 21:40:53 +0000, by andoma
-
always use the whole buffer for reading w/ packetized sources to avoid packet truncation libavformatMon, 10 Nov 2008 21:41:35 +0000, by henry
-
Fix argument constness for the av_codec_get_id() and libavformatSat, 08 Nov 2008 18:37:03 +0000, by stefano
-
Electronic Arts demuxer: support TGQ video tags libavformatSat, 08 Nov 2008 00:39:31 +0000, by pross
-
Decode audio channel layout from RIFF/WAV file format. libavformatWed, 05 Nov 2008 09:22:13 +0000, by pross
-
Check sub_packet_size against 0 to avoid div by zero later. libavformatWed, 29 Oct 2008 00:16:50 +0000, by michael
-
Fix endless loop when opening corrupt FLV files (issue 699). libavformatTue, 28 Oct 2008 23:49:04 +0000, by cehoyos
-
fix umid base value, use revision 5 and generic material type libavformatMon, 27 Oct 2008 00:21:42 +0000, by bcoudurier
-
simplify sample rate code, flv_set_audio_codec already overrides it for nellymoser 8khz libavformatFri, 24 Oct 2008 23:06:03 +0000, by bcoudurier
-
force sample rate to 16khz for speex in flv, fix speexaudio.flv libavformatFri, 24 Oct 2008 18:36:26 +0000, by bcoudurier
-
Check for pts==dts on I/P frames in the presence of non low delay decoding and libavformatSun, 19 Oct 2008 01:02:48 +0000, by michael
-
Move code setting delay and presentation_delayed a little up so libavformatSat, 18 Oct 2008 22:41:21 +0000, by michael
-
Append read data onto the buffer instead of overwriting, this ensures libavformatSat, 18 Oct 2008 17:30:37 +0000, by michael
-
Nellymoser 8KHZ flv muxing fix, patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:10:08 +0000, by banan
-
8HZ -> 8KHZ, cosmetics patch by Alexander Wichers development at wichersdot nu libavformatSat, 18 Oct 2008 12:08:55 +0000, by banan
-
Assume mono if no other information for raw. libavformatSat, 18 Oct 2008 10:40:31 +0000, by michael
-
Only special-case absolute DOS paths on systems that support them. libavformatFri, 10 Oct 2008 16:59:37 +0000, by ramiro
-
replacing frame_rate and frame_rate_base with an AVRational time_base libavformatTue, 07 Oct 2008 16:59:18 +0000, by romansh
-
simplifying code as per Michael's suggestion libavformatTue, 07 Oct 2008 16:14:33 +0000, by romansh
-
simplifying the code as per Michael's suggestion libavformatTue, 07 Oct 2008 15:49:45 +0000, by romansh
-
matroskaenc: use correct EBML ID for block duration libavformatSat, 04 Oct 2008 22:47:10 +0000, by aurel
-
matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size() libavformatSat, 04 Oct 2008 22:44:50 +0000, by aurel
-
matroskaenc: remove useless mkv_block_size() function libavformatSat, 04 Oct 2008 22:41:58 +0000, by aurel
-
Make size variables in dyn_buf_write unsigned so gcc will not optimize the libavformatSat, 04 Oct 2008 21:11:58 +0000, by reimar
-
Fix 'make checkheaders', based on a patch by Diego Petten«Ò, flameeyes gmail com. libavformatSat, 04 Oct 2008 11:20:02 +0000, by diego
-
Implement RDTDemuxContext, which contains RDT-specific data (similar to libavformatSat, 04 Oct 2008 04:19:15 +0000, by rbultje
-
Make RTPDemuxContext opaque in rtsp.c, renaming it to tx_ctx (tx=transport) libavformatSat, 04 Oct 2008 04:17:59 +0000, by rbultje
-
Remove access into RTPDemuxContext in rtsp.c, which allows making it opaque libavformatSat, 04 Oct 2008 04:16:44 +0000, by rbultje
-
Change function prototype of RTPDynamicPayloadHandler.parse_packet() to libavformatSat, 04 Oct 2008 04:15:06 +0000, by rbultje
-
Rename RTP payload contexts to PayloadContext, suggested by Luca in libavformatSat, 04 Oct 2008 04:11:12 +0000, by rbultje
-
set sample rate for amr to allow stream copy since no decoder is present, libavformatFri, 03 Oct 2008 19:37:41 +0000, by bcoudurier
-
Remove offset_t typedef and use int64_t directly instead. libavformatFri, 03 Oct 2008 10:16:29 +0000, by diego
-
matroskadec: don't merge packets which have no timestamp libavformatThu, 02 Oct 2008 21:14:56 +0000, by aurel
-
Use __typeof__ instead of GCC-specific typeof keyword. libavformatThu, 02 Oct 2008 20:01:13 +0000, by gpoirier
-
MinGW runtime 3.15 has a wrapper for usleep(). libavformatThu, 02 Oct 2008 17:43:27 +0000, by ramiro
-
Add (additional) const to many global tables. libavformatThu, 02 Oct 2008 15:52:04 +0000, by reimar
-
Visible width/height fields were added in Theora 3.2 libavformatWed, 01 Oct 2008 14:43:08 +0000, by conrad
-
Use parse_packet vfunc in RTPDynamicProtocolHandler instead of hardcoding libavformatWed, 01 Oct 2008 12:38:41 +0000, by rbultje
-
This patch refactors RDT packet header parsing so that it can be used in libavformatWed, 01 Oct 2008 12:37:07 +0000, by rbultje
-
Implement a RTSPTransport field, which allows proper separation of server libavformatTue, 30 Sep 2008 13:26:20 +0000, by rbultje
-
Remove access to rdt_data struct in functions called outside of the libavformatTue, 30 Sep 2008 13:23:33 +0000, by rbultje
-
Send improper UDP SETUP request, which is what Realmedia servers expect. libavformatTue, 30 Sep 2008 13:20:23 +0000, by rbultje
-
Rename RTSPProtocol to RTSPLowerTransport, so that its name properly tells us libavformatTue, 30 Sep 2008 13:18:41 +0000, by rbultje
-
support negative ctts in some way, unset wrong dts libavformatTue, 30 Sep 2008 02:44:57 +0000, by bcoudurier
-
matroskadec: merge ASS events which share the same pts in the same AVPavket libavformatSun, 28 Sep 2008 23:06:25 +0000, by aurel
-
matroskadec: ass events lines must end with a DOS style EOL libavformatSun, 28 Sep 2008 23:01:07 +0000, by aurel
-
matroskadec: set duration only for CODEC_ID_TEXT subtitles libavformatSun, 28 Sep 2008 22:58:53 +0000, by aurel
-
matroskadec: pass duration as parameter of matroska_fix_ass_packet() libavformatSun, 28 Sep 2008 22:55:28 +0000, by aurel
-
assdec: don't remove CR, they are part of the spec libavformatSat, 27 Sep 2008 23:12:24 +0000, by aurel
-
cosmetics: Break overly long lines, one grammar fix. libavformatSat, 27 Sep 2008 20:05:12 +0000, by diego
-
Move doxygen comments for av_gettime from utils.c to avformat.h. libavformatSat, 27 Sep 2008 17:37:22 +0000, by diego
-
add ok parts to the rm demuxer for SIPRO support libavformatFri, 26 Sep 2008 12:12:25 +0000, by banan
-
Add support for Acelp.net fourcc and codecid, remuxing wav to avi should work libavformatFri, 26 Sep 2008 10:59:42 +0000, by banan
-
only include sys/select.h if present, fix mingw compilation libavformatFri, 26 Sep 2008 02:12:37 +0000, by bcoudurier
-
Prevent image2 from complaining about non monotone timestamps as libavformatFri, 26 Sep 2008 02:07:56 +0000, by michael
-
cosmetics, remove GXF: in log messages since it is present in context libavformatWed, 24 Sep 2008 23:40:55 +0000, by bcoudurier
-
skip invalid audio samples in gxf packets libavformatWed, 24 Sep 2008 23:31:04 +0000, by bcoudurier
-
include sys/select.h to get select, according to posix 2001, libavformatWed, 24 Sep 2008 22:11:53 +0000, by bcoudurier
-
include sys/select.h instead of unistd.h to get select, libavformatWed, 24 Sep 2008 22:08:50 +0000, by bcoudurier
-
stop parsing if tag size is wrongly < 8 to avoid infinite loop libavformatWed, 24 Sep 2008 18:55:00 +0000, by bcoudurier
-
do not override sample rate for amr nor qcelp, should fix some qcelp files at 16000hz libavformatWed, 24 Sep 2008 17:09:59 +0000, by bcoudurier
-
ASF stands for "advanced stream format" not "adaptive ...", changing it to "ASF". libavformatWed, 24 Sep 2008 12:03:25 +0000, by michael
-
Ensure that muxer and encoder aspect ratios match. So no libavformatFri, 19 Sep 2008 12:37:38 +0000, by michael
-
revert r14983, value is not sample aspect ratio, it is display aspect ratio libavformatWed, 17 Sep 2008 23:14:48 +0000, by bcoudurier
-
add error message for unsupported codecs in WAVE. libavformatSun, 14 Sep 2008 17:29:34 +0000, by jbr
-
Rename RTSP_SERVER_RDT to RTSP_SERVER_REAL, because RDT (the transport libavformatSun, 14 Sep 2008 13:55:21 +0000, by rbultje
-
matroskadec: simplify, first_timecode is already in the index libavformatFri, 12 Sep 2008 00:06:06 +0000, by aurel
-
matroskadec: prevent seeking before the first keyframe of the reference stream libavformatThu, 11 Sep 2008 22:42:17 +0000, by aurel
-
Reindent after r15927, see discussion in "[PATCH] rtsp cleanup part 1: libavformatThu, 11 Sep 2008 17:43:44 +0000, by rbultje
-
Factorize out common code for opening of the RTP parsing context between libavformatThu, 11 Sep 2008 17:43:04 +0000, by rbultje
-
set bits_per_coded_sample according to new lavc api libavformatTue, 09 Sep 2008 18:32:50 +0000, by bcoudurier
-
matroskadec: demux relevant subtitle packets after a seek libavformatTue, 09 Sep 2008 12:10:25 +0000, by aurel
-
matroskadec: ensure that overlapping subtitles are not added to the index libavformatTue, 09 Sep 2008 12:07:10 +0000, by aurel
-
matroskadec: after seeking, skip up to the desired timestamp instead of libavformatTue, 09 Sep 2008 12:01:51 +0000, by aurel
-
matroskadec: move timecode calculation a little earlier libavformatTue, 09 Sep 2008 11:54:35 +0000, by aurel
-
matroskadec: sanitize track time_scale before using it libavformatTue, 09 Sep 2008 11:23:48 +0000, by aurel
-
print stream index in decimal not in hex, easier for debugging libavformatTue, 09 Sep 2008 02:56:13 +0000, by bcoudurier
-
set block align in av_write_header if not set, fix issue #489 libavformatMon, 08 Sep 2008 19:37:22 +0000, by bcoudurier
-
Bump Major version, this commit is almost just renaming bits_per_sample to libavformatMon, 08 Sep 2008 14:24:59 +0000, by michael
-
Implement RDT-specific data parsing routines. After these changes, simple libavformatSun, 07 Sep 2008 01:25:47 +0000, by rbultje
-
Implement a RDT-specific SET_PARAMETER command that subscribes to the libavformatSun, 07 Sep 2008 01:22:18 +0000, by rbultje
-
Add dynamic payload handlers to rdt.c. These follow the same API as the ones libavformatSun, 07 Sep 2008 01:21:24 +0000, by rbultje
-
Give register_dynamic_payload_handler() in rtpdec.c a ff_ prefix and export libavformatSun, 07 Sep 2008 01:19:26 +0000, by rbultje
-
bump lavf micro version to allow checking for the matroska/ASS bugfix in r15211 libavformatSun, 07 Sep 2008 00:05:30 +0000, by aurel
-
matroskadec: remove now useless vstream and is_video_key_frame libavformatSat, 06 Sep 2008 23:44:29 +0000, by aurel
-
matroskadec: ensure that the timecode added to the index are is the one libavformatSat, 06 Sep 2008 23:39:59 +0000, by aurel
-
do not fail if audio is uncompressed and frame size is not set, just set it libavformatFri, 05 Sep 2008 02:30:27 +0000, by bcoudurier
-
simplify bps code by using av_get_bits_per_sample libavformatFri, 05 Sep 2008 02:20:33 +0000, by bcoudurier
-
matroskadec: fix ASS subtitle track packets before emitting them libavformatThu, 04 Sep 2008 23:26:12 +0000, by aurel
-
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformatThu, 04 Sep 2008 23:19:53 +0000, by bcoudurier
-
matroska: subtitle display duration must be stored in pkt->convergence_duration libavformatThu, 04 Sep 2008 23:08:19 +0000, by aurel
-
set block align and frame size for gsm in aiff libavformatThu, 04 Sep 2008 22:35:05 +0000, by bcoudurier
-
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformatThu, 04 Sep 2008 18:25:55 +0000, by bcoudurier
-
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformatThu, 04 Sep 2008 18:17:21 +0000, by bcoudurier
-
change the logic to mux 13818-3 and 11172-3 in mp4, less code libavformatWed, 03 Sep 2008 19:42:09 +0000, by bcoudurier
-
forbid mp3 < 16000hz in anything except mov libavformatWed, 03 Sep 2008 19:31:03 +0000, by bcoudurier
-
cosmetics, move up mpeg1video mp4 objecttype libavformatWed, 03 Sep 2008 19:18:49 +0000, by bcoudurier
-
cosmetics, change values to hex since mp4ra use hex libavformatWed, 03 Sep 2008 19:17:28 +0000, by bcoudurier
-
Change doxygen comment: Clarify when av_write_trailer should be called. libavformatWed, 03 Sep 2008 17:57:56 +0000, by reimar
-
Try to clarify the semantics of AVPacket.duration. libavformatWed, 03 Sep 2008 14:02:17 +0000, by michael
-
Remove unused code that used to handle protocol concatenation, i.e. trying libavformatWed, 03 Sep 2008 04:47:44 +0000, by rbultje
-
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformatWed, 03 Sep 2008 04:44:58 +0000, by rbultje
-
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformatWed, 03 Sep 2008 00:07:34 +0000, by rbultje
-
Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformatWed, 03 Sep 2008 00:05:55 +0000, by rbultje
-
Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformatTue, 02 Sep 2008 22:53:42 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformatTue, 02 Sep 2008 22:45:13 +0000, by diego
-
Remove pointless #ifdef CONFIG_VHOOK from the code. libavformatTue, 02 Sep 2008 22:31:41 +0000, by diego
-
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformatMon, 01 Sep 2008 17:20:49 +0000, by jbr
-
simplify ac3_probe() and eac3_probe(). patch by Aurelien Jacobs. libavformatMon, 01 Sep 2008 15:31:14 +0000, by jbr
-
check ENABLE_*_DEMUXER instead of CONFIG_*_DEMUXER libavformatMon, 01 Sep 2008 15:28:15 +0000, by jbr
-
Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformatMon, 01 Sep 2008 13:51:24 +0000, by rbultje
-
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformatMon, 01 Sep 2008 13:47:53 +0000, by rbultje
-
Implement Realmedia-compatible DESCRIBE command. libavformatMon, 01 Sep 2008 13:46:50 +0000, by rbultje
-
copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformatSun, 31 Aug 2008 20:20:12 +0000, by bcoudurier
-
Send RTSP OPTIONS command to detect server type. libavformatSun, 31 Aug 2008 17:32:58 +0000, by rbultje
-
Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformatSun, 31 Aug 2008 17:30:15 +0000, by rbultje
-
Globally rename the header inclusion guard names. libavformatSun, 31 Aug 2008 07:39:47 +0000, by stefano
-
do no write multi descriptor when only one track is present libavformatSun, 31 Aug 2008 04:35:09 +0000, by bcoudurier
-
remove mxf_build_structural_metadata, simplify libavformatSun, 31 Aug 2008 04:25:39 +0000, by bcoudurier
-
move mxf_write_package to permit function merge libavformatSun, 31 Aug 2008 04:24:00 +0000, by bcoudurier
-
store index in table in MXFStreamContext, simplify libavformatSun, 31 Aug 2008 04:13:44 +0000, by bcoudurier
-
merge descriptor write table with essence container uls table and simplify libavformatSun, 31 Aug 2008 04:07:41 +0000, by bcoudurier
-
remove header_byte_count_offset from context libavformatSun, 31 Aug 2008 03:42:05 +0000, by bcoudurier
-
simplify and correctly rewrite metadata in header partition, mark it closed complete libavformatSun, 31 Aug 2008 03:36:25 +0000, by bcoudurier
-
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformatSun, 31 Aug 2008 03:12:13 +0000, by rbultje
-
header partition is open incomplete for now libavformatSun, 31 Aug 2008 03:06:38 +0000, by bcoudurier
-
always write footer partition according to specs libavformatSun, 31 Aug 2008 03:01:07 +0000, by bcoudurier
-
correctly write codec ul, mpeg-2 needs profile and level to be set libavformatSun, 31 Aug 2008 02:41:31 +0000, by bcoudurier
-
simplify, pass AVStream directly instead of index libavformatSun, 31 Aug 2008 01:48:02 +0000, by bcoudurier
-
put back mxf_essence_container_uls in demuxer as static const libavformatSun, 31 Aug 2008 01:39:42 +0000, by bcoudurier
-
remove now useless mxf_essence_element_key array libavformatSun, 31 Aug 2008 01:37:14 +0000, by bcoudurier
-
introduce MXFContainerEssencePair to associate essence element key and libavformatSun, 31 Aug 2008 01:33:28 +0000, by bcoudurier
-
simplify mxf_write_essence_container_refs libavformatSun, 31 Aug 2008 00:28:36 +0000, by bcoudurier
-
compute essence containers in mxf_write_header, this simplifies the code libavformatSun, 31 Aug 2008 00:23:38 +0000, by bcoudurier
-
get essence container ul in header and set it per track, check for unsupported codec libavformatSat, 30 Aug 2008 23:54:24 +0000, by bcoudurier
-
move per track code in mxf_write_header to be able to check for unsupported configuration libavformatSat, 30 Aug 2008 23:47:58 +0000, by bcoudurier
-
cosmetics, remove useless braces, move comments where appropriate, remove whitespaces libavformatSat, 30 Aug 2008 22:58:49 +0000, by bcoudurier
-
always write required version string local tag libavformatSat, 30 Aug 2008 22:37:19 +0000, by bcoudurier
-
introduce mxf_write_local_tag_utf16 and factorize libavformatSat, 30 Aug 2008 22:32:23 +0000, by bcoudurier
-
use strlen and do not write useless trailing 0 according to specs libavformatSat, 30 Aug 2008 22:24:19 +0000, by bcoudurier
-
Add missing FFMPEG_ prefix to multiple inclusion guard. libavformatSat, 30 Aug 2008 07:17:36 +0000, by diego
-
timestamps in flv are 32bits _signed_ according to flash player, specs are wrong libavformatSat, 30 Aug 2008 03:07:31 +0000, by bcoudurier
-
make has_codec_parameters not returning true when sample_fmt is not set libavformatFri, 29 Aug 2008 22:13:22 +0000, by bcoudurier
-
skip empty flv data packets, fix issue #602 libavformatFri, 29 Aug 2008 22:10:34 +0000, by bcoudurier
-
remove vorbis dec hack, decoding will be done anyway to get frame size libavformatFri, 29 Aug 2008 20:04:28 +0000, by bcoudurier
-
Do not truncate timestamps before the muxer as it makes simple libavformatFri, 29 Aug 2008 01:43:27 +0000, by michael
-
Intial implementation of the DV100 (AKA DVCPRO HD) decoder and demuxer as libavformatThu, 28 Aug 2008 22:41:00 +0000, by romansh
-
Change implementation for ff_data_to_hex(), this is faster. See discussion on libavformatThu, 28 Aug 2008 12:00:58 +0000, by rbultje
-
Export data_to_hex() as private API in lavf, rename to ff_data_to_hex() and libavformatWed, 27 Aug 2008 23:43:28 +0000, by rbultje
-
Two cosmetic changes for improved readability and ease of HDVCPRO HD integration libavformatWed, 27 Aug 2008 20:28:11 +0000, by romansh
-
matroskadec: seek to the last position known in the index before resorting to libavformatWed, 27 Aug 2008 19:57:42 +0000, by aurel
-
Use RTPDynamicProtocol parse_sdp_a_line() handlers in case of unknown SDP libavformatWed, 27 Aug 2008 00:33:22 +0000, by rbultje
-
remove useless assignment (st is never read after this line) libavformatTue, 26 Aug 2008 20:38:04 +0000, by aurel
-
matroskadec: index timestamps are supposed to be in the timebase of the stream libavformatTue, 26 Aug 2008 20:32:27 +0000, by aurel
-
Remaining parts of GSoC MXF muxer by Zhentan Feng. libavformatTue, 26 Aug 2008 15:58:25 +0000, by cehoyos
-
When setting codec_id during codec probe we must also set codec_type. libavformatMon, 25 Aug 2008 15:39:43 +0000, by andoma
-
Fix udp.c compilation with recent glibc (>= 2.8) libavformatMon, 25 Aug 2008 06:20:00 +0000, by lucabe
-
matroskadec: unset matroska->done when seeking libavformatMon, 25 Aug 2008 00:17:31 +0000, by aurel
-
matroskadec: full seeking support in index-less files libavformatMon, 25 Aug 2008 00:15:49 +0000, by aurel
-
matroskadec: on the fly index construction for index-less files libavformatMon, 25 Aug 2008 00:09:08 +0000, by aurel
-
matroskadec: don't try to seek to negative timestamp libavformatSun, 24 Aug 2008 23:57:29 +0000, by aurel
-
matroskadec: move setting of matroska->done inside matroska_parse_cluster() libavformatSun, 24 Aug 2008 23:54:14 +0000, by aurel
-
Change codec_tag type from const struct AVCodecTag ** to const struct AVCodecTag * const * libavformatSun, 24 Aug 2008 16:51:50 +0000, by reimar
-
Remove check for @ in tcp.c which removes the authorization data from the libavformatSun, 24 Aug 2008 16:22:40 +0000, by rbultje
-
Remove useless empty close functions in mmf and mm demuxers. libavformatSun, 24 Aug 2008 14:02:55 +0000, by reimar
-
Make the id3v1_genre_str array const, not just the strings it points to. libavformatSun, 24 Aug 2008 12:45:15 +0000, by reimar
-
Import more ok'ed chunks of the mxf muxer from the soc tree libavformatSun, 24 Aug 2008 05:55:46 +0000, by vitor
-
convert every muxer/demuxer to write/read sample_aspect_ratio from/to libavformatSat, 23 Aug 2008 23:43:20 +0000, by aurel
-
export sample_aspect_ratio read by the demuxer in a separate field libavformatSat, 23 Aug 2008 23:13:58 +0000, by aurel
-
Add raw muxers/demuxers for F64/F32/S32/S24/U32/U24 PCM audio. libavformatSat, 23 Aug 2008 22:36:35 +0000, by pross
-
On failure, return directly because the fail: case does nothing. This also libavformatSat, 23 Aug 2008 18:49:16 +0000, by rbultje
-
Move malloc() down until after all initializations, so that the resource is libavformatSat, 23 Aug 2008 18:46:30 +0000, by rbultje
-
Fix memleak on some OSes in case network initialization fails. See libavformatSat, 23 Aug 2008 17:39:56 +0000, by rbultje
-
Remove useless comments. See "[PATCH] tcp.c/udp.c memleak?" for discussion. libavformatSat, 23 Aug 2008 17:39:10 +0000, by rbultje
-
enable fl32/64 le/be in mov with stsd audio v2 libavformatSat, 23 Aug 2008 15:25:38 +0000, by bcoudurier
-
Do not set timestamp information for a non existing AVStream libavformatFri, 22 Aug 2008 19:03:05 +0000, by lucabe
-
matroskadec: fail cleanly when the required compression lib is not compiled in libavformatWed, 20 Aug 2008 23:08:07 +0000, by aurel
-
matroskadec: stop parsing when skipping en element crossing over the end of file libavformatWed, 20 Aug 2008 22:30:15 +0000, by aurel
-
matroska: add support for most variants of PCM libavformatWed, 20 Aug 2008 00:49:45 +0000, by aurel
-
matroskadec: handle EBML_ID_VOID and EBML_ID_CRC32 in a generic way libavformatWed, 20 Aug 2008 00:44:25 +0000, by aurel
-
Implement url_open_protocol(), which is basiclly the former url_open() libavformatTue, 19 Aug 2008 23:44:23 +0000, by rbultje
-
Remove useless #ifdef DEBUG (patch by Zhentan Feng). libavformatTue, 19 Aug 2008 21:58:47 +0000, by cehoyos
-
Replace invocations of av_fifo_realloc(), which is going to be libavformatTue, 19 Aug 2008 18:49:57 +0000, by stefano
-
Make AIFF demuxer handle F32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 11:05:29 +0000, by pross
-
Make MOV demuxer handle F32BE, F32LE, F64BE and F64LE PCM audio. libavformatTue, 19 Aug 2008 11:00:40 +0000, by pross
-
Make RIFF-based demuxers handle F32LE and F64LE PCM audio. libavformatTue, 19 Aug 2008 10:54:30 +0000, by pross
-
Make AU demuxer handle S24BE, S32BE and F64BE PCM audio. libavformatTue, 19 Aug 2008 10:49:38 +0000, by pross
-
Factorize common code out of the mxf demuxer. libavformatMon, 18 Aug 2008 17:54:18 +0000, by michael
-
Support Electronic Arts files containing MP3 audio. libavformatMon, 18 Aug 2008 12:39:57 +0000, by pross
-
Surround format-specific functions with matching preprocessor conditionals. libavformatFri, 15 Aug 2008 19:24:55 +0000, by diego
-
Surround AVInputFormat declarations with format-specific #ifdefs. libavformatFri, 15 Aug 2008 17:28:20 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor condition around format-specific libavformatFri, 15 Aug 2008 16:54:27 +0000, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditions around AVOutputFormat libavformatFri, 15 Aug 2008 16:48:05 +0000, by diego
-
cosmetics: Remove redundant #endif comments that are very close to the #ifdef libavformatFri, 15 Aug 2008 16:37:59 +0000, by diego
-
Add flag to mark demuxers that can output discontinuous timestamps. libavformatFri, 15 Aug 2008 16:13:05 +0000, by michael
-
use h_addr_list[0] instead of h_addr as this is the posix hostent field name libavformatThu, 14 Aug 2008 22:36:05 +0000, by aurel
-
ensure we get explicit definition of various _XOPEN_SOURCE functions we use libavformatThu, 14 Aug 2008 22:01:59 +0000, by aurel
-
Surround '#include <sys/select>' by HAVE_SYS_SELECT_H. libavformatThu, 14 Aug 2008 14:29:18 +0000, by diego
-
Change Dirac in MPEG-TS encapsulation to conform with spec changes. libavformatThu, 14 Aug 2008 11:17:23 +0000, by diego
-
Do not fill the pts reordering buffer with guessed dts. libavformatThu, 14 Aug 2008 03:24:58 +0000, by michael
-
matroskadec: list some more ebml IDs found in the wild and that we ignore libavformatWed, 13 Aug 2008 21:15:15 +0000, by aurel
-
matroskadec: parse available blocks even when cluster parsing failed libavformatWed, 13 Aug 2008 09:36:45 +0000, by aurel
-
Add needed include, make it compile without -D_BSD_SOURCE. libavformatTue, 12 Aug 2008 21:02:37 +0000, by michael
-
increase MAX_REORDER_DELAY and pts_buffer size to 16, max for h264 atm libavformatTue, 12 Aug 2008 17:28:00 +0000, by bcoudurier
-
Prevent dts generation code to be executed when delay is > MAX_REORDER_DELAY, libavformatTue, 12 Aug 2008 17:26:36 +0000, by bcoudurier
-
Electronic Arts demuxer: support SxEN audio tags found in 'Need for Speed: Pro Street' computer game. libavformatTue, 12 Aug 2008 12:36:00 +0000, by pross
-
Electronic Arts demuxer: perform identification of ADPCM EA R2 codec using revision2 flag. libavformatTue, 12 Aug 2008 08:35:09 +0000, by pross
-
Electronic Arts demuxer: ignore PTxx platform ID values. libavformatTue, 12 Aug 2008 08:33:32 +0000, by pross
-
Support Electronic Arts files containing MPEG2VIDEO. libavformatTue, 12 Aug 2008 08:32:59 +0000, by pross
-
FOURCC addition: added 3IV2, another mpeg4 id. incoming/video_3iv2/video_3iv2.avi libavformatSun, 10 Aug 2008 15:34:29 +0000, by banan
-
Cosmetics: move at the beginning of the file the av_frac_* functions, avoid libavformatSun, 10 Aug 2008 00:28:56 +0000, by stefano
-
matroskadec: add basic tags support (metadata) libavformatFri, 08 Aug 2008 23:50:38 +0000, by aurel
-
remove mxf.c, previously copied to mxfdec.c libavformatThu, 07 Aug 2008 17:33:53 +0000, by bcoudurier
-
Maintain pointer to end of AVFormatContext.packet_buffer list libavformatWed, 06 Aug 2008 22:17:38 +0000, by mru
-
Add Electronic Arts TGV chunk tags to EA demuxer. libavformatWed, 06 Aug 2008 08:34:35 +0000, by pross
-
matroskadec: use av_freep(&x) instead of av_free(x);x=NULL libavformatWed, 06 Aug 2008 00:21:10 +0000, by aurel
-
matroskadec: replace matroska_queue_packet with a single call to dynarray_add libavformatWed, 06 Aug 2008 00:17:47 +0000, by aurel
-
Support muxing of Zork PCM audio into RIFF formats. libavformatTue, 05 Aug 2008 10:38:25 +0000, by pross
-
matroskadec: expand useless ebml_read_element_id() wrapper libavformatTue, 05 Aug 2008 00:42:58 +0000, by aurel
-
matroskadec: implement matroska_ebmlnum_uint() using ebml_read_num() libavformatTue, 05 Aug 2008 00:42:52 +0000, by aurel
-
matroska: expand useless define for MS compat codec id strings libavformatTue, 05 Aug 2008 00:42:49 +0000, by aurel
-
matroskadec: remove useless comments in ff_mkv_codec_tags libavformatTue, 05 Aug 2008 00:42:46 +0000, by aurel
-
matroskadec: update copyright year and related comments libavformatTue, 05 Aug 2008 00:42:43 +0000, by aurel
-
matroskadec: reorder some functions in a more logical order libavformatTue, 05 Aug 2008 00:42:39 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_element_length() libavformatTue, 05 Aug 2008 00:42:36 +0000, by aurel
-
matroskadec: remove now useless wrapper ebml_read_seek() libavformatTue, 05 Aug 2008 00:42:33 +0000, by aurel
-
matroskadec: don't try to re-read already parsed ID in matroska_parse_cluster() libavformatTue, 05 Aug 2008 00:42:26 +0000, by aurel
-
matroskadec: remove now unused parameter 'once' from ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:23 +0000, by aurel
-
matroskadec: directly use ebml_parse() or ebml_parse_id() where it's enough libavformatTue, 05 Aug 2008 00:42:20 +0000, by aurel
-
matroskadec: new ebml_parse() function, centralize ebml_read_element_id() calls libavformatTue, 05 Aug 2008 00:42:17 +0000, by aurel
-
matroskadec: rename ebml_parse() to ebml_parse_nest() libavformatTue, 05 Aug 2008 00:42:13 +0000, by aurel
-
matroskadec: don't care about the number of bytes read by ebml_read_element_id() libavformatTue, 05 Aug 2008 00:42:10 +0000, by aurel
-
matroskadec: simplify check for hierarchy level libavformatTue, 05 Aug 2008 00:42:08 +0000, by aurel
-
matroskadec: cosmetics: consistent style for function declarations libavformatTue, 05 Aug 2008 00:42:05 +0000, by aurel
-
matroskadec: Use string instead of char table as probe data comparison source. libavformatTue, 05 Aug 2008 00:42:02 +0000, by aurel
-
matroskadec: use an EbmlBin as parameter to ebml_read_binary() libavformatTue, 05 Aug 2008 00:41:59 +0000, by aurel
-
matroskadec: extract common code out of ebml_read_*() libavformatTue, 05 Aug 2008 00:41:55 +0000, by aurel
-
matroskadec: simplify/cleanup error logging in ebml_read_*() libavformatTue, 05 Aug 2008 00:41:52 +0000, by aurel
-
matroskadec: remove now useless expected_id parameter from ebml_parse() libavformatTue, 05 Aug 2008 00:41:50 +0000, by aurel
-
matroskadec: expand useless ebml_peek_id() wrapper libavformatTue, 05 Aug 2008 00:41:46 +0000, by aurel
-
matroskadec: remove unused levelup parameter from ebml_read_element_id() libavformatTue, 05 Aug 2008 00:41:43 +0000, by aurel
-
matroskadec: extract read_level_up out of ebml_read_element_id libavformatTue, 05 Aug 2008 00:41:40 +0000, by aurel
-
matroskadec: remove useless check for cluster presence libavformatTue, 05 Aug 2008 00:41:34 +0000, by aurel
-
matroskadec: cosmetics: placement of 'else if' libavformatTue, 05 Aug 2008 00:41:31 +0000, by aurel
-
matroskadec: remove some useless or out of date comments libavformatTue, 05 Aug 2008 00:41:25 +0000, by aurel
-
matroskadec: use generic parser to parse clusters libavformatTue, 05 Aug 2008 00:41:05 +0000, by aurel
-
matroskadec: use generic parser inside matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:41:01 +0000, by aurel
-
matroskadec: use generic parser to parse matroska from toplevel libavformatTue, 05 Aug 2008 00:40:58 +0000, by aurel
-
matroskadec: move context settings to matroska_read_header() libavformatTue, 05 Aug 2008 00:40:55 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_read_header() libavformatTue, 05 Aug 2008 00:40:52 +0000, by aurel
-
matroskadec: cosmetics: indentation of matroska_execute_seekhead() libavformatTue, 05 Aug 2008 00:40:43 +0000, by aurel
-
matroskadec: remove useless dummy_level variable libavformatTue, 05 Aug 2008 00:40:40 +0000, by aurel
-
matroskadec: use generic parser to parse seekhead libavformatTue, 05 Aug 2008 00:40:36 +0000, by aurel
-
matroskadec: use generic parser to parse tracks libavformatTue, 05 Aug 2008 00:40:31 +0000, by aurel
-
matroskadec: use generic parser to parse attachments libavformatTue, 05 Aug 2008 00:40:24 +0000, by aurel
-
matroskadec: use generic parser to parse chapters libavformatTue, 05 Aug 2008 00:40:21 +0000, by aurel
-
matroskadec: use generic parser to parse index libavformatTue, 05 Aug 2008 00:40:15 +0000, by aurel
-
matroskadec: return pointer instead of index in matroska_find_track_by_num() libavformatTue, 05 Aug 2008 00:40:12 +0000, by aurel
-
matroskadec: store an AVStream pointer instead of a stream index libavformatTue, 05 Aug 2008 00:40:06 +0000, by aurel
-
matroskadec: use generic ebml parser to parse ebml header libavformatTue, 05 Aug 2008 00:40:02 +0000, by aurel
-
matroskadec: remove storage of various unused flags libavformatTue, 05 Aug 2008 00:39:50 +0000, by aurel
-
matroskadec: use more robust av_strlcpy() instead of strcpy() libavformatTue, 05 Aug 2008 00:39:47 +0000, by aurel
-
cosmetics: make all references to AC-3 capitalized and hyphenated libavformatSun, 03 Aug 2008 16:42:32 +0000, by jbr
-
support big endian lpcm with audio stsd v2 libavformatSat, 02 Aug 2008 03:45:23 +0000, by bcoudurier
-
keep original codec/fourcc endianness, fix XDCAMHD.mov libavformatSat, 02 Aug 2008 03:43:36 +0000, by bcoudurier
-
move version specific parsing code before codec specific code, will be needed libavformatSat, 02 Aug 2008 03:35:43 +0000, by bcoudurier
-
downgrade mov negative ctts log message to warning, patch by Art Clarke, aclarke at vlideshow dot com libavformatThu, 31 Jul 2008 19:44:42 +0000, by bcoudurier
-
Only reset buffer state if seeking is successful; update seek reg ref. libavformatThu, 31 Jul 2008 19:40:06 +0000, by bcoudurier
-
check url_fseek return value, update seek reg tests libavformatThu, 31 Jul 2008 18:02:55 +0000, by bcoudurier
-
skip flv video info / command frame packets, fix issue #546 libavformatThu, 31 Jul 2008 02:26:40 +0000, by bcoudurier
-
change assert test due to the new reducing of time_base in av_set_pts_info, fix #561 libavformatWed, 30 Jul 2008 21:07:54 +0000, by bcoudurier
-
Fix a typo in sdp_write_header(): change "IPV4", which is not a valid libavformatTue, 29 Jul 2008 10:45:53 +0000, by stefano
-
Fix misdetection of H.264 in mpegts as mpeg1video in mpegts. libavformatSun, 27 Jul 2008 23:06:22 +0000, by michael
-
Improve long names for FFM muxer and demuxer: libavformatSun, 27 Jul 2008 20:59:40 +0000, by stefano
-
matroska: add support for A_QUICKTIME/QDM2 codec libavformatSun, 27 Jul 2008 15:12:00 +0000, by aurel
-
matroska: add support for V_QUICKTIME track type libavformatSun, 27 Jul 2008 15:11:04 +0000, by aurel
-
Support 32-bit floating point audio samples in Sun AU demuxer libavformatSat, 26 Jul 2008 07:09:44 +0000, by pross
-
Fix handling of old nuv files where an aspect of 1 actually means 4/3 libavformatFri, 25 Jul 2008 04:10:32 +0000, by reimar
-
aspect stored in nuv files must be converted from display- to sample-aspect. libavformatThu, 24 Jul 2008 18:40:43 +0000, by reimar
-
cosmetics: Fix two common typos: wont --> will not, lets --> let us. libavformatThu, 24 Jul 2008 17:09:28 +0000, by diego
-
update swf video frame number when muxing done, fix #439 libavformatSat, 19 Jul 2008 03:25:50 +0000, by bcoudurier
-
Return max score when ftyp atom is encountered. libavformatFri, 18 Jul 2008 00:23:37 +0000, by bcoudurier
-
Try to fix FATE after my time_base simplification change. libavformatThu, 17 Jul 2008 14:13:44 +0000, by michael
-
Move the codec_id overriding at a slightly better place. libavformatMon, 14 Jul 2008 20:31:17 +0000, by michael
-
Remove common factors from timebase in av_set_pts_info(). libavformatMon, 14 Jul 2008 19:11:09 +0000, by michael
-
gifdec.c was removed, purge its entry from the Makefile. libavformatMon, 14 Jul 2008 08:55:07 +0000, by diego
-
RTP: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:10 +0000, by mru
-
ASF: use dprintf(), allow compilation with -DDEBUG libavformatSun, 13 Jul 2008 19:41:07 +0000, by mru
-
Remove gif demuxer, the code contains a gif decoder and lzw decoder neither libavformatSun, 13 Jul 2008 18:47:24 +0000, by michael
-
Use CODEC_ID_PROBE when the mpeg-ps demuxer does not know exactly which libavformatSat, 12 Jul 2008 22:17:13 +0000, by michael
-
Use strcmp() instead of strncmp() in set_codec_from_probe_data(). libavformatSat, 12 Jul 2008 20:01:23 +0000, by michael
-
Only try to probe the codec when the available data has roughly doubled libavformatSat, 12 Jul 2008 19:57:30 +0000, by michael
-
Move add_to_pktbuf() before av_read_packet(). My future work on codec identification libavformatSat, 12 Jul 2008 14:28:27 +0000, by michael
-
Move set_codec_from_probe_data() up to where the other probe functions are. libavformatSat, 12 Jul 2008 13:25:26 +0000, by michael
-
Pass AVPacketList instead of the whole context to add_to_pktbuf as that is libavformatSat, 12 Jul 2008 13:15:00 +0000, by michael
-
Fix misdetection of MPEG-PS (AVSEQ03.DAT and AVSEQ06.DAT) as psxstr. libavformatFri, 11 Jul 2008 15:10:58 +0000, by michael
-
Move one function that is only used for muxing below #ifdef CONFIG_MUXERS. libavformatFri, 11 Jul 2008 07:41:11 +0000, by diego
-
Move a function and an #ifdef CONFIG_MUXERS so that functions used only for libavformatFri, 11 Jul 2008 07:39:33 +0000, by diego
-
Move functions only used for muxing below #ifdef CONFIG_YUV4MPEGPIPE_MUXER, libavformatFri, 11 Jul 2008 07:37:22 +0000, by diego
-
10000l for myself, my last change was incomplete. libavformatTue, 08 Jul 2008 23:25:01 +0000, by michael
-
One-bit bitfields should probably be unsigned. Unfortunately, it is left libavformatTue, 08 Jul 2008 23:20:22 +0000, by takis
-
Set cur_dts to 0 only during creating new streams and not every time cur_dts happens libavformatTue, 08 Jul 2008 14:07:37 +0000, by michael
-
Remove AVPaletteControl from ALG MM demuxer/decoder libavformatTue, 08 Jul 2008 12:44:08 +0000, by pross
-
10l, fix nuv_header for the case when there is no video stream. libavformatMon, 07 Jul 2008 16:30:39 +0000, by reimar
-
Alphabetically order AVInputFormat/AVOutputFormat declarations. libavformatMon, 07 Jul 2008 11:11:08 +0000, by diego
-
Add a note to remind people to add new raw formats to the Makefile. libavformatMon, 07 Jul 2008 10:45:36 +0000, by diego
-
Add missing dependency declaration for raw Dirac demuxer. libavformatMon, 07 Jul 2008 10:44:34 +0000, by diego
-
Remove inaccurate computation of pts for audio packets and rely on libavformatSun, 06 Jul 2008 10:00:12 +0000, by diego
-
All mp3 parsers are buggy fix 2 of n (out of array write, i suspect not exploitable) libavformatFri, 04 Jul 2008 22:04:41 +0000, by michael
-
All id3 parsers are buggy, 0 termination fix 1 of n (issue created by andreas libavformatFri, 04 Jul 2008 22:00:35 +0000, by michael
-
Reindent after r14059, see "[PATCH] allow empty params for libavformatThu, 03 Jul 2008 12:12:03 +0000, by rbultje
-
Allow NULL for read_header in AVInputFormat. See discussion in "[PATCH] allow libavformatThu, 03 Jul 2008 12:10:54 +0000, by rbultje
-
Fix A/V synch for RTP streams that do not contain MPEG1 or 2 libavformatWed, 02 Jul 2008 10:23:27 +0000, by lucabe
-
Change mtv_read_packet so it does not break after seeking (displaying a shifted image). libavformatSat, 28 Jun 2008 09:01:16 +0000, by reimar
-
Fix pkt->pos to really point at start of packet for mtv audio packets. libavformatSat, 28 Jun 2008 08:59:02 +0000, by reimar
-
unset Track sets, relying in AVStream->priv_data and will be freed in av_close_input_file libavformatFri, 27 Jun 2008 21:43:15 +0000, by bcoudurier
-
Do not free the priv_data field of AVStream on close (it is already libavformatFri, 27 Jun 2008 11:55:25 +0000, by lucabe
-
Do not completely bail out for invalid params, just skip the current sector. libavformatThu, 26 Jun 2008 23:00:00 +0000, by michael
-
Prevent invalid timestamps from being stored. libavformatWed, 25 Jun 2008 22:37:26 +0000, by michael
-
make av_find_stream_info find frame_size for aac too libavformatWed, 25 Jun 2008 19:30:48 +0000, by bcoudurier
-
Make av_find_stream_info() find the frame_size for vorbis. libavformatWed, 25 Jun 2008 18:36:41 +0000, by michael
-
Fill missing pts in during muxing when we know that they are equal to dts. libavformatWed, 25 Jun 2008 18:31:48 +0000, by michael
-
We cannot calculate the duration of vorbis packets even if we do know the libavformatWed, 25 Jun 2008 18:15:04 +0000, by michael
-
Prevent duration calculation code from generating random durations for libavformatTue, 24 Jun 2008 23:56:16 +0000, by michael
-
Do not set sample_rate = 90000 for mp2 and mp3 audio over RTP libavformatTue, 24 Jun 2008 11:07:04 +0000, by lucabe
-
chinese avs demuxing support, demux AVSFileFormat.mp4 libavformatSun, 22 Jun 2008 23:52:57 +0000, by bcoudurier
-
matroskadec: decode track private data if needed libavformatSun, 22 Jun 2008 15:52:28 +0000, by aurel
-
matroskadec: move buffer decoding code to a separate function libavformatSun, 22 Jun 2008 15:49:44 +0000, by aurel
-
remove pts set hack, this is no more correct libavformatSun, 22 Jun 2008 08:44:58 +0000, by bcoudurier
-
do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking libavformatSun, 22 Jun 2008 00:26:25 +0000, by bcoudurier
-
uniformize AVStream->priv_data freeing in av_close_input_stream libavformatFri, 20 Jun 2008 17:22:56 +0000, by bcoudurier
-
factorize read_header failure freeing code libavformatFri, 20 Jun 2008 17:16:56 +0000, by bcoudurier
-
Check if there is at least a stream before writing trailer. libavformatFri, 20 Jun 2008 07:27:44 +0000, by benoit
-
Fix neverending loop which might happen when sending high-bitrate MPEG2 libavformatThu, 19 Jun 2008 10:31:45 +0000, by lucabe
-
free private streamcontext when closing demuxer, fix memory leak, patch by Art Clarke, aclarke at vlideshow dot com libavformatWed, 18 Jun 2008 08:30:50 +0000, by bcoudurier
-
put avc1 brand in compat list when h264 is present libavformatSat, 14 Jun 2008 21:05:28 +0000, by bcoudurier
-
Calculate ftyp size instead of hardcoding it. libavformatFri, 13 Jun 2008 11:30:36 +0000, by michael
-
Change MODE_* to 1<<c so several can be set at the same time. libavformatThu, 12 Jun 2008 03:08:08 +0000, by michael
-
don't write double sets of metadata in mov, only write usual ones libavformatThu, 12 Jun 2008 00:55:49 +0000, by bcoudurier
-
move utf8 code before udta func, will be used by 3gp tags libavformatWed, 11 Jun 2008 09:35:02 +0000, by bcoudurier
-
support alac in ipod m4a format, tested on quicktime libavformatWed, 11 Jun 2008 08:17:38 +0000, by bcoudurier
-
m4v/m4a are usual itunes/ipod/iphone extensions libavformatMon, 09 Jun 2008 22:14:58 +0000, by bcoudurier
-
rework udta handling, if any track set bitexact, don't write any metadata libavformatMon, 09 Jun 2008 20:13:44 +0000, by bcoudurier
-
remove obsolete requirements, quicktime 6 is from 2002, not sure if muxing scheme still fits libavformatMon, 09 Jun 2008 19:56:45 +0000, by bcoudurier
-
Fix compilation with -DDEBUG, patch by Albert Astals Cid, aastals tv-wan es. libavformatMon, 09 Jun 2008 08:44:45 +0000, by diego
-
pass dts and pts through ffm, should fix streaming b frames libavformatMon, 09 Jun 2008 07:43:14 +0000, by bcoudurier
-
remove ugly ffm_nopts hack, use AVFormatContext->timestamp libavformatMon, 09 Jun 2008 00:24:29 +0000, by bcoudurier
-
Reset reading state after successful seek. libavformatSat, 07 Jun 2008 00:35:37 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:36:16 +0000, by bcoudurier
-
cosmetics, rename first to header, more explicit name libavformatFri, 06 Jun 2008 20:14:47 +0000, by bcoudurier
-
Remove Fabrice's copyright from the Makefiles. They have been entirely libavformatFri, 06 Jun 2008 17:50:32 +0000, by diego
-
cosmetics: s/Id/id/ in libavformat where Id refers to id Software. libavformatThu, 05 Jun 2008 15:03:55 +0000, by diego
-
matroskadec: don't remove dummy level when none was added libavformatWed, 04 Jun 2008 23:11:47 +0000, by aurel
-
Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. libavformatTue, 03 Jun 2008 16:20:54 +0000, by diego
-
Ensure the first audio stream is selected as the default stream libavformatTue, 03 Jun 2008 15:19:43 +0000, by aurel
-
matroskadec: sane default value for track->time_scale libavformatTue, 03 Jun 2008 15:09:30 +0000, by aurel
-
Make update_initial_durations() also work if a dts occured before a libavformatTue, 03 Jun 2008 00:50:22 +0000, by michael
-
Do not set pts in update_initial_durations() if stream has b frames. libavformatTue, 03 Jun 2008 00:43:56 +0000, by michael
-
reorganize matroska_add_stream() to fix potential mem leak and buffer overflow libavformatMon, 02 Jun 2008 23:07:41 +0000, by aurel
-
matroskadec: move ARRAY_SIZE() macro at top of the file libavformatMon, 02 Jun 2008 23:01:14 +0000, by aurel
-
Audio channels and sample rate must be set in order to skip libavformatMon, 02 Jun 2008 09:15:04 +0000, by andoma
-
rename last_frame_offset to next_frame_offset, due to r13615 libavformatMon, 02 Jun 2008 04:08:30 +0000, by bcoudurier
-
Check whether the memory allocation for extradata succeeded. Fixes issue 472. libavformatSun, 01 Jun 2008 16:25:05 +0000, by takis
-
matroskadec: use the proper timestamp scaling for index entries libavformatSun, 01 Jun 2008 14:41:53 +0000, by aurel
-
matroskadec: read TrackTimecodeScale and set timebase accordingly libavformatSun, 01 Jun 2008 13:54:11 +0000, by aurel
-
matroskadec: silently discard some element ID that we don't care about libavformatSun, 01 Jun 2008 13:39:54 +0000, by aurel
-
flvenc.o depends on avc.o (for H.264 support functions). libavformatSat, 31 May 2008 14:26:56 +0000, by diego
-
Check av_new_stream return value, fixes CID75 RUN2 libavformatThu, 29 May 2008 15:59:14 +0000, by reimar
-
Check av_new_stream return value, fixes CID79 RUN2 libavformatThu, 29 May 2008 15:25:45 +0000, by reimar
-
Check for av_new_stream failure, fixes CID76 RUN2 libavformatThu, 29 May 2008 15:22:45 +0000, by reimar
-
Check return of url_fseek in mpeg timestamp reading code. libavformatThu, 29 May 2008 09:50:17 +0000, by benoit
-
warn if pts is not set, prevent writing negative/weird cts, happens when using genpts and streamcopy libavformatThu, 29 May 2008 00:58:41 +0000, by bcoudurier
-
check if extradata comes from mp4 and assume bitsteam is already formated, should fix streamcopy libavformatThu, 29 May 2008 00:35:23 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatWed, 28 May 2008 22:00:45 +0000, by bcoudurier
-
Do not read from after the table, fixes CID108 RUN2. libavformatWed, 28 May 2008 20:28:48 +0000, by michael
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:26 +0000, by bcoudurier
-
simplify, use pointer to codec context in struct instead of only id libavformatTue, 27 May 2008 22:31:09 +0000, by bcoudurier
-
Do not use the pts/dts calculation code which needs a parser, when no parser libavformatTue, 27 May 2008 18:43:25 +0000, by michael
-
cosmetics, remove useless cases and braces libavformatTue, 27 May 2008 02:55:34 +0000, by bcoudurier
-
use av_fifo_generic_write, old func is deprecated libavformatTue, 27 May 2008 01:26:22 +0000, by bcoudurier
-
aac chan config is 0 if bitstream contains program_config_element libavformatMon, 26 May 2008 21:52:54 +0000, by bcoudurier
-
Support non interleaved avi with phantom streams. libavformatMon, 26 May 2008 20:29:16 +0000, by michael
-
return error if frame_offset is negative, prevent segfault libavformatMon, 26 May 2008 03:53:48 +0000, by bcoudurier
-
return error if len is negative, prevent segfault libavformatMon, 26 May 2008 03:53:10 +0000, by bcoudurier
-
move ffserver specific functions up and only include unistd.h in this case libavformatMon, 26 May 2008 03:52:14 +0000, by bcoudurier
-
move ffm_seek1 before get_pts function since func uses it libavformatMon, 26 May 2008 03:50:25 +0000, by bcoudurier
-
move DEBUG_SEEK definition before get_pts since func uses it libavformatMon, 26 May 2008 03:47:56 +0000, by bcoudurier
-
move get_pts function to avoid useless declaration libavformatMon, 26 May 2008 03:47:07 +0000, by bcoudurier
-
reenable test, data is available in this case libavformatMon, 26 May 2008 03:37:01 +0000, by bcoudurier
-
Ensure that one can store X bytes in a fifo of size X. libavformatSun, 25 May 2008 23:04:09 +0000, by michael
-
Make av_fifo*_read() ignore the available amount of data. libavformatSun, 25 May 2008 22:20:39 +0000, by michael
-
compute the end of all chapters when end is not specified in the container libavformatSat, 24 May 2008 21:44:29 +0000, by aurel
-
Pass time_base as argument to new_chapter() as well. libavformatFri, 23 May 2008 18:15:13 +0000, by michael
-
Chapter demuxing support. (untested as I have no nuts with chapters) libavformatFri, 23 May 2008 13:52:54 +0000, by michael
-
Make ff_new_chapter() return AVChapter instead of int so its consistant with libavformatFri, 23 May 2008 13:14:11 +0000, by michael
-
s/num_chapters/nb_chapters/ all other similar variables are called nb_*. libavformatFri, 23 May 2008 13:07:58 +0000, by michael
-
Add id to AVChapter, untested (where do i find matroska files with chapters?). libavformatFri, 23 May 2008 13:02:27 +0000, by michael
-
don't set a dummy chapter title when title is unknown libavformatFri, 23 May 2008 11:47:11 +0000, by aurel
-
matroskadec: allows inserting chapters with unspecified end libavformatThu, 22 May 2008 23:04:02 +0000, by aurel
-
free moov and cmov when error occurs, fix memleak, patch by Albert Astals Cid, aastals at tv-wan dot es libavformatThu, 22 May 2008 17:16:12 +0000, by bcoudurier
-
check pkt stream index before returning packet, prevent segfault libavformatWed, 21 May 2008 21:04:42 +0000, by bcoudurier
-
Do not loop endlessly if converting into dv with timestamps Jan 1st not libavformatWed, 21 May 2008 07:05:08 +0000, by cehoyos
-
support dvd pcm 20/24 bits, patch by Lars T«£uber, lars.taeuber gmx net libavformatWed, 21 May 2008 02:26:42 +0000, by bcoudurier
-
only print debug info when sample is actually added libavformatTue, 20 May 2008 02:24:02 +0000, by bcoudurier
-
demux all stsd ids if codec is the same, fix premature_mov_ending.mov, closes #451 libavformatTue, 20 May 2008 02:21:29 +0000, by bcoudurier
-
matroskadec: add support for bzlib compressed tracks libavformatThu, 15 May 2008 23:12:41 +0000, by aurel
-
try to demux even if codec is not recognized, should demux M1F1-float32C-AFsp.aif and fix #454 libavformatThu, 15 May 2008 22:47:40 +0000, by bcoudurier
-
cosmetics, remove space before opening parenthesis libavformatThu, 15 May 2008 22:14:29 +0000, by bcoudurier
-
matroskadec: add support for zlib compressed tracks libavformatTue, 13 May 2008 23:32:13 +0000, by aurel
-
Fix icc warning #188: enumerated type mixed with another type libavformatTue, 13 May 2008 15:51:37 +0000, by cehoyos
-
Replace some occurrences of 0 with CODEC_ID_NONE. libavformatMon, 12 May 2008 10:30:40 +0000, by cehoyos
-
Fix type of dest_addr_len to respect return value of udp_set_url. libavformatSun, 11 May 2008 10:53:21 +0000, by cehoyos
-
Use full path for #includes from another directory. libavformatFri, 09 May 2008 11:56:36 +0000, by diego
-
string.h is a system header file, so use <> for it. libavformatFri, 09 May 2008 09:30:43 +0000, by diego
-
matroskadec: add support for lzo compressed tracks libavformatFri, 09 May 2008 01:53:59 +0000, by aurel
-
matroskadec: fail gracefully when seeking don't work libavformatThu, 08 May 2008 23:11:13 +0000, by aurel
-
matroskadec: add support for track content encoding libavformatThu, 08 May 2008 21:47:31 +0000, by aurel
-
Remove unnecessary parentheses from return calls. libavformatTue, 06 May 2008 09:16:36 +0000, by diego
-
Use correct length modifier for pointer diff argument in av_log() call. libavformatSun, 04 May 2008 10:35:13 +0000, by diego
-
Import Dirac demuxer/muxer from SoC branch; written by Marco Gerards, libavformatFri, 02 May 2008 14:52:39 +0000, by lu_zero
-
raw GSM demuxer (does not work yet as parser is missing) libavformatMon, 28 Apr 2008 18:29:42 +0000, by michael
-
set demuxers .value and use common audio_read_header function libavformatMon, 28 Apr 2008 14:14:44 +0000, by bcoudurier
-
set pkt duration, only when dts == pts though, libavformatSat, 26 Apr 2008 17:51:02 +0000, by bcoudurier
-
Missing tags in APE is normal situation, so don't print an error. libavformatSat, 26 Apr 2008 06:29:56 +0000, by kostya
-
set channels and sample rate from mpeg4audio config libavformatFri, 25 Apr 2008 14:09:42 +0000, by bcoudurier
-
parse mpeg4audio config to correctly detect mp3on4, fix iso mp3on4 reference files libavformatFri, 25 Apr 2008 14:03:28 +0000, by bcoudurier
-
parser should not be needed anymore, merge cases and set frame size for amr too libavformatFri, 25 Apr 2008 13:34:51 +0000, by bcoudurier
-
lower frame size to split amr/qcelp/gsm frames libavformatFri, 25 Apr 2008 13:24:25 +0000, by bcoudurier
-
set gsm default frame size and bytes per frame, needed by old qt format, fix sample-gsm-8000.mov libavformatFri, 25 Apr 2008 10:35:06 +0000, by bcoudurier
-
pts are unsigned according to specs, fix negative pts when 32bit pts are used libavformatFri, 25 Apr 2008 09:08:13 +0000, by bcoudurier
-
set wrap bits to 32bit to actually use it libavformatFri, 25 Apr 2008 09:04:38 +0000, by bcoudurier
-
cosmetics: remove useless whitespaces and put braces correctly libavformatThu, 24 Apr 2008 17:22:39 +0000, by bcoudurier
-
demux qcelp, so this can work with soc decoder and stream copy libavformatThu, 24 Apr 2008 17:17:41 +0000, by bcoudurier
-
Do not ignore .depend files, they are no longer generated. libavformatThu, 24 Apr 2008 10:17:55 +0000, by diego
-
Ensure that the timestamp reading code used for seeking chooses a position libavformatWed, 23 Apr 2008 21:16:25 +0000, by michael
-
Read asf file header fields in the right order libavformatTue, 22 Apr 2008 20:08:39 +0000, by superdump
-
change ff_ac3_parse_header() to take a GetBitContext instead of const char* libavformatTue, 22 Apr 2008 11:14:01 +0000, by bwolowiec
-
Compute AC3 frame CRC for stronger raw AC3 format probing. libavformatMon, 21 Apr 2008 15:20:53 +0000, by andoma
-
Implement FFMAX3(a,b,c) - maximum over three arguments. libavformatSat, 19 Apr 2008 17:07:58 +0000, by voroshil
-
Decrease returning probe score for WAV demuxer to avoid libavformatSat, 19 Apr 2008 14:52:19 +0000, by voroshil
-
Tighten up the Westwood AUD detection. Probability of random detections libavformatFri, 18 Apr 2008 17:29:58 +0000, by melanson
-
Cleanup comments and make them doxygen parsable. libavformatTue, 15 Apr 2008 22:22:49 +0000, by lu_zero
-
Expose max_packet_size from the rtp protocol libavformatTue, 15 Apr 2008 19:27:39 +0000, by lu_zero
-
Do not detect a format if another has the same score. libavformatTue, 15 Apr 2008 13:50:02 +0000, by michael
-
Using the same probe function in 2 formats is not a good idea. libavformatTue, 15 Apr 2008 13:48:46 +0000, by michael
-
Reduce probe score as it misdetects our flv file from the regression test. libavformatTue, 15 Apr 2008 13:36:31 +0000, by michael
-
Identify codec in GMCMidiaASX.mov correctly. libavformatTue, 15 Apr 2008 11:50:37 +0000, by michael
-
Fix receiving from SDP with unicast destinations libavformatTue, 15 Apr 2008 11:28:04 +0000, by lucabe
-
Remove the "multicast=" tag from UDP and RTP URLs libavformatTue, 15 Apr 2008 11:23:07 +0000, by lucabe
-
Use generic seeking code for flv. The removed code was a buggy duplicate. libavformatMon, 14 Apr 2008 12:22:23 +0000, by michael
-
Stop find_stream_info() searching for further streams if 2 streams have libavformatSun, 13 Apr 2008 23:47:03 +0000, by michael
-
Do not call update_initial_durations if pkt->duration is 0. libavformatSun, 13 Apr 2008 08:55:02 +0000, by reimar
-
use FF_NETERROR to make winsock happy, patch from prossATxvidDoTorg libavformatThu, 03 Apr 2008 22:15:16 +0000, by lu_zero
-
check return value of matroska_find_track_by_num (fix a segfault) libavformatMon, 31 Mar 2008 20:16:04 +0000, by aurel
-
Use the correct size for the enc_name field (removing the arbitrary "50" size) libavformatMon, 31 Mar 2008 09:49:58 +0000, by lucabe
-
Remove useless entries from AVRtpPayloadTypes libavformatMon, 31 Mar 2008 09:48:04 +0000, by lucabe
-
support mp4 fragmented files without any samples in the moov atom libavformatSun, 30 Mar 2008 21:15:06 +0000, by bcoudurier
-
1000l to myself, dereferencing uninitalized pointer. libavformatFri, 28 Mar 2008 02:44:44 +0000, by michael
-
according to specs, only color table id set to 0, have it in stsd, fix 4colors.mov libavformatThu, 27 Mar 2008 13:16:29 +0000, by bcoudurier
-
Only use chunk demuxing for old uncompressed audio mechanism specified by stts. libavformatThu, 27 Mar 2008 12:35:22 +0000, by bcoudurier
-
sample size to 1 might happen for data, fix GMCMidiaASX.mov, fallback is better than failing libavformatFri, 21 Mar 2008 14:30:45 +0000, by bcoudurier
-
simplify, and only stop parsing when non streamable libavformatFri, 21 Mar 2008 11:04:54 +0000, by bcoudurier
-
remove ms audio tags from table, they will be chosen or detected with riff table libavformatFri, 21 Mar 2008 11:02:13 +0000, by bcoudurier
-
atoms are not mp4 only, and yes probe is sufficient libavformatFri, 21 Mar 2008 10:52:14 +0000, by bcoudurier
-
cannot free AVStream like this, and return ENOMEM libavformatFri, 21 Mar 2008 10:47:14 +0000, by bcoudurier
-
fix mpeg2 muxing, replace seq header if contained in extradata and key frame does not contain it libavformatThu, 20 Mar 2008 18:48:50 +0000, by bcoudurier
-
One non functional AVPalette chunk less, one heap overflow less. libavformatThu, 20 Mar 2008 16:29:18 +0000, by michael
-
remove useless debug print since now mov_build_index will do libavformatThu, 20 Mar 2008 16:07:55 +0000, by bcoudurier
-
move mov_build_index before mov_read_trak to avoid useless declaration libavformatThu, 20 Mar 2008 15:57:11 +0000, by bcoudurier
-
move specific end treatment when trak is detected, will be needed for fragments libavformatThu, 20 Mar 2008 15:55:50 +0000, by bcoudurier
-
Additional checks for strange num_val in FLV metadata libavformatThu, 20 Mar 2008 11:02:40 +0000, by skal
-
Reindent after rtsp-alternate-protocol* patches. libavformatWed, 19 Mar 2008 14:08:16 +0000, by rbultje
-
Change protocol_mask into protocol, since we always just try a single one per libavformatWed, 19 Mar 2008 14:07:31 +0000, by rbultje
-
Allow cycling between different protocols (TCP, UDP or multicast) so that if libavformatWed, 19 Mar 2008 14:05:08 +0000, by rbultje
-
Split the SETUP request into a separate function, as a prelude into allowing libavformatMon, 17 Mar 2008 12:16:39 +0000, by rbultje
-
just skip klv packet, when no corresponding stream is found libavformatSun, 16 Mar 2008 17:54:36 +0000, by bcoudurier
-
simplify, flags is 24bits according to specs libavformatSun, 16 Mar 2008 15:13:40 +0000, by bcoudurier
-
fucked up alphabetical order again, sorry libavformatSun, 16 Mar 2008 13:40:21 +0000, by bcoudurier
-
Add AVClass to URLContext at next major version bump libavformatMon, 10 Mar 2008 19:03:39 +0000, by superdump
-
consistent use of MKTAG() in the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:43:55 +0000, by aurel
-
cosmetics: alignment of the codec_bmp_tags table libavformatSun, 09 Mar 2008 23:34:14 +0000, by aurel
-
recognize the CLJR FourCC (Cirrus Logic AccuPak) libavformatSun, 09 Mar 2008 04:18:48 +0000, by melanson
-
Introduce max_picture_buffer variable in AVFormatContext, libavformatSat, 08 Mar 2008 21:59:11 +0000, by ramiro
-
Define WIN32_LEAN_AND_MEAN before including windows.h to exclude libavformatSat, 08 Mar 2008 19:00:55 +0000, by ramiro
-
Include windows.h instead of trying to redeclare Sleep libavformatSat, 08 Mar 2008 18:59:45 +0000, by ramiro
-
cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile. libavformatSat, 08 Mar 2008 14:39:43 +0000, by diego
-
Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing libavformatFri, 07 Mar 2008 19:25:09 +0000, by eugeni
-
consolidate CFLAGS, LDFLAGS, EXTRALIBS assignment libavformatThu, 06 Mar 2008 20:44:44 +0000, by mru
-
do not reset duration_error for all streams, only reset current stream, fix wrong_fps.gxf libavformatThu, 06 Mar 2008 17:44:42 +0000, by bcoudurier
-
Skip over unknown extended_content_header tags. libavformatThu, 06 Mar 2008 00:26:48 +0000, by michael
-
Set TCP protocol to is_streamed=1 as seeking is not possible. libavformatWed, 05 Mar 2008 15:29:10 +0000, by diego
-
Add some information about the stream bitrate, if available libavformatWed, 05 Mar 2008 13:31:24 +0000, by lucabe
-
correctly compute bit rate for compressed audio, should fix seeking in aiff libavformatWed, 05 Mar 2008 12:02:32 +0000, by bcoudurier
-
Ignore flags after pts/dts if there are no bytes left. libavformatTue, 04 Mar 2008 01:31:15 +0000, by michael
-
include required headers for int64_t and AV_RB16() libavformatMon, 03 Mar 2008 23:00:48 +0000, by aurel
-
Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gif libavformatMon, 03 Mar 2008 13:16:29 +0000, by reimar
-
Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut. libavformatSun, 02 Mar 2008 23:47:30 +0000, by michael
-
subtitles (codec tag tables still missing ...) libavformatSun, 02 Mar 2008 23:11:36 +0000, by michael
-
fix wc3movie demuxer to conform to the PTS API libavformatSat, 01 Mar 2008 02:28:47 +0000, by melanson
-
fix the id CIN demuxer by using the pts API correctly libavformatSat, 01 Mar 2008 01:43:19 +0000, by melanson
-
set codec bps to grayscale bits, fix 256grey.mov libavformatThu, 28 Feb 2008 16:05:19 +0000, by bcoudurier
-
add weird first atom to probe, finally fix bartjones.mov libavformatWed, 27 Feb 2008 12:24:27 +0000, by bcoudurier
-
makes really sure that no undefined behavior can happen libavformatWed, 27 Feb 2008 00:53:34 +0000, by aurel
-
less preprocessor magic in version number macros libavformatTue, 26 Feb 2008 20:37:59 +0000, by mru
-
support keyframes indexes starting at 0, broken files created by omneon, fix ref.mov seeking libavformatTue, 26 Feb 2008 18:27:21 +0000, by bcoudurier
-
support mov reference files, ref.mov/ref.m2v/ref.wav and detect BrianCox.mov libavformatTue, 26 Feb 2008 18:21:58 +0000, by bcoudurier
-
move parameters reset after setting stream parameters, will need those infos libavformatTue, 26 Feb 2008 14:31:36 +0000, by bcoudurier
-
remove useless tags, codec_get_id matches independently and qt uses lower case tags libavformatMon, 25 Feb 2008 12:08:26 +0000, by bcoudurier
-
set bps to uncompressed original sound data for compressed audio libavformatMon, 25 Feb 2008 12:00:31 +0000, by bcoudurier
-
cosmetics: Sort and prettyprint codec_wav_tags[]. libavformatSun, 24 Feb 2008 23:02:47 +0000, by diego
-
flv/swf do not have a big endian codec id, they only support libavformatSun, 24 Feb 2008 00:57:15 +0000, by michael
-
Riff ids for wmapro and wmavoice, this adds support for stream copy of these codecs between asf,avi and wav containers. libavformatSat, 23 Feb 2008 23:30:41 +0000, by banan
-
treat stream_type==0x82 as AUDIO_DTS when the program has a REGISTRATION_DESCRIPTOR with the value HDMV; approved by Mans libavformatSat, 23 Feb 2008 10:57:38 +0000, by nicodvb
-
Fix computation of the "NTP time" field in RTCP SR packets, and do not libavformatWed, 20 Feb 2008 10:19:35 +0000, by lucabe
-
Get rid of a fake timestamp discontinuity at the begin of V.VOB. libavformatWed, 20 Feb 2008 03:40:07 +0000, by michael
-
Make timestamp interpolation work with mpeg2 field pictures. libavformatWed, 20 Feb 2008 03:20:06 +0000, by michael
-
Fix misplaced const, avoids a cast-discards-qualifiers warning libavformatTue, 19 Feb 2008 16:18:17 +0000, by reimar
-
Fix timestamps and durations if the first packets have no durations nor timestamps, libavformatFri, 15 Feb 2008 20:32:32 +0000, by michael
-
Read match_time_delta in the framecode table. libavformatWed, 13 Feb 2008 20:13:29 +0000, by michael
-
honor stsd v1 first, fix mace surge-2-8-MAC3.mov, beware of mulaw,alaw libavformatWed, 13 Feb 2008 19:26:45 +0000, by bcoudurier
-
10l, forgot alaw/mulaw mono, use bits_per_sample in fact, libavformatWed, 13 Feb 2008 13:11:10 +0000, by bcoudurier
-
warn use if edit list is not starting at 0, a/v desync might occur libavformatWed, 13 Feb 2008 10:58:16 +0000, by bcoudurier
-
remove messy and not always correct chunk size workaround, use correct values instead libavformatWed, 13 Feb 2008 10:52:23 +0000, by bcoudurier
-
return error when dv audio extraction fails libavformatMon, 11 Feb 2008 22:37:44 +0000, by bcoudurier
-
split chunks in the case of big compressed audio frames, libavformatMon, 11 Feb 2008 22:32:35 +0000, by bcoudurier
-
use correct demux mechanism when audio compression id is -2, dv audio does not matter, demux partially qt_dv_pal_test.mov which does NOT use cid -2 libavformatMon, 11 Feb 2008 22:23:05 +0000, by bcoudurier
-
Do not use GNU-specific (or BSD-specific or whatever they may be) libavformatMon, 11 Feb 2008 03:30:42 +0000, by rfelker
-
cosmetics, remove whitespaces before and after parenthesis libavformatWed, 06 Feb 2008 18:57:00 +0000, by bcoudurier
-
Allow the user to select which codec out of several in stsd he wants. libavformatWed, 06 Feb 2008 01:51:32 +0000, by michael
-
it seems ogg requires granule to be -1 on unfinished packets libavformatTue, 05 Feb 2008 01:01:56 +0000, by bcoudurier
-
String pointers of ogg_codec_t should have const attribute. libavformatMon, 04 Feb 2008 12:32:25 +0000, by reimar
-
Add dv50 tag to support samples with dv50 fourcc in AVI. libavformatMon, 04 Feb 2008 12:18:00 +0000, by diego
-
Fix a possible use of an uninitialized pointer. libavformatMon, 04 Feb 2008 12:13:09 +0000, by reimar
-
back_ptr calculation used wrong timebase when searching for back syncpoint libavformatMon, 04 Feb 2008 10:48:41 +0000, by ods15
-
Fix intented algo in syncpoint writing before keyframes in NUT muxer libavformatMon, 04 Feb 2008 10:45:32 +0000, by ods15
-
nut->max_distance was not set at all anywhere in the NUT muxer libavformatMon, 04 Feb 2008 10:34:35 +0000, by ods15
-
Remove old workaround in nutdec.c for libnut bug libavformatMon, 04 Feb 2008 10:30:38 +0000, by ods15
-
missing " && j<syncpoint_count" protection in the index parsing, as the libavformatMon, 04 Feb 2008 10:29:03 +0000, by ods15
-
ff_nut_reset_ts() expected to get 'ts*time_base_count', but muxer only libavformatMon, 04 Feb 2008 10:27:32 +0000, by ods15
-
2 more missing consts found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:06:04 +0000, by michael
-
Remove incorrect cast found by -Wwrite-strings. libavformatMon, 04 Feb 2008 01:04:27 +0000, by michael
-
fix 8 "initialization discards qualifiers from pointer target type" libavformatMon, 04 Feb 2008 00:42:27 +0000, by michael
-
Fix info packet type, found by oded as well as the new pedantic const libavformatMon, 04 Feb 2008 00:33:52 +0000, by michael
-
Remove ff_mms_set_stream_selection again from asf demuxer, libavformatSun, 03 Feb 2008 11:18:53 +0000, by reimar
-
Remove incorrect casts that should have never been there. libavformatSat, 02 Feb 2008 22:55:58 +0000, by michael
-
Put is_mms under ifdef CONFIG_MMSH_PROTOCOL, avoids warning: libavformatSat, 02 Feb 2008 21:17:46 +0000, by reimar
-
typo, typedef uint8_t GUID[16] in asf.h, and fix warning: asf-enc.c:202: warning: passing argument 2 of 'put_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:34:22 +0000, by bcoudurier
-
init to 0, fix warning: mpegenc.c:1022: warning: 'avail_space' may be used uninitialized in this function libavformatThu, 31 Jan 2008 00:27:51 +0000, by bcoudurier
-
add parenthesis, fix warning: mpegenc.c:303: warning: suggest parentheses around && within || libavformatThu, 31 Jan 2008 00:25:40 +0000, by bcoudurier
-
typo, also fix warning: asf.c:90: warning: passing argument 2 of 'get_buffer' from incompatible pointer type libavformatThu, 31 Jan 2008 00:22:25 +0000, by bcoudurier
-
cosmetics, split long lines, remove useless braces, merge comments and if libavformatMon, 28 Jan 2008 18:35:12 +0000, by bcoudurier
-
spoke too fast, fix dv fourcc in mov accordingly if strict libavformatMon, 28 Jan 2008 16:58:42 +0000, by bcoudurier
-
finally set codec tags for mov/mp4/3gp muxers, this should not break anything, if it breaks anything, yell libavformatMon, 28 Jan 2008 16:03:50 +0000, by bcoudurier
-
correctly and only set standard stsd fourcc for mp4/3gp libavformatMon, 28 Jan 2008 15:22:07 +0000, by bcoudurier
-
write esds atom when mpeg-4 systems tags are used libavformatMon, 28 Jan 2008 13:44:27 +0000, by bcoudurier
-
reorder object types id by muxing preference libavformatMon, 28 Jan 2008 13:19:49 +0000, by bcoudurier
-
Add CODEC_ID_MOV_TEXT and use it instead of modifying the stream in the mov demuxer. libavformatSun, 27 Jan 2008 19:57:04 +0000, by reimar
-
Set subtitle codec id correctly, i hope this does not break anything. libavformatSat, 26 Jan 2008 22:57:53 +0000, by michael
-
Add non standard id needed for dvd subtitles. libavformatSat, 26 Jan 2008 22:55:34 +0000, by michael
-
Extract the pure plaintext from mov text subtitles. libavformatSat, 26 Jan 2008 21:21:55 +0000, by reimar
-
Set correct codec type and id for text subtitles. libavformatSat, 26 Jan 2008 20:30:03 +0000, by michael
-
Only export packets which belong to the existing AVStream. libavformatSat, 26 Jan 2008 20:07:30 +0000, by michael
-
Select non jpeg if there are multiple substreams. libavformatSat, 26 Jan 2008 19:50:04 +0000, by michael
-
remove non standard object type ids, if you find samples, report them libavformatSat, 26 Jan 2008 01:35:51 +0000, by bcoudurier
-
ensure av_rescale_q() can be calculated (won't divide by zero) libavformatMon, 21 Jan 2008 23:43:25 +0000, by aurel
-
Support out-of-band parameter sets in SDP for H.264 video libavformatMon, 21 Jan 2008 14:28:58 +0000, by lucabe
-
unset extension, so code path, and guess format do not choose libavformatMon, 21 Jan 2008 13:43:40 +0000, by bcoudurier
-
Add minimal support for H.264 video in the SDP generator libavformatMon, 21 Jan 2008 11:09:06 +0000, by lucabe
-
add missing Makefile rules for pcm muxers/demuxers libavformatSun, 20 Jan 2008 21:24:25 +0000, by aurel
-
new avm2 (flash 9) muxer, patch by Paul Egan, paulegan at mail dot com libavformatSun, 20 Jan 2008 18:30:04 +0000, by bcoudurier
-
simplify and detect better non frame wrapped mappings libavformatSat, 19 Jan 2008 17:25:12 +0000, by bcoudurier
-
support dynamically allocated local tags, used by encrypted files libavformatSat, 19 Jan 2008 16:17:39 +0000, by bcoudurier
-
Add a flags field to the RTPDynamicPayloadPacketHandlerProc (PKT_FLAG_*). libavformatFri, 18 Jan 2008 20:48:32 +0000, by rbultje
-
Consider initial EOR in the back_ptr calculation. libavformatThu, 17 Jan 2008 13:59:52 +0000, by michael
-
Replace idiotic (what moron wrote that code?) "buffer overflow" message by libavformatThu, 17 Jan 2008 00:12:04 +0000, by michael
-
Remove some spaces to keep certain people's eyes from hurting. libavformatWed, 16 Jan 2008 22:47:51 +0000, by diego
-
Make avc_find_startcode non-static, so that it can be used from other libavformatTue, 15 Jan 2008 08:05:58 +0000, by lucabe
-
user specifyable maximum amount of memory to use for the index. libavformatSun, 13 Jan 2008 13:33:37 +0000, by michael
-
Write 0 instead of seeking forward (and leaving bytes uninitalized), libavformatSat, 12 Jan 2008 00:15:05 +0000, by michael
-
add a ff_ prefix to newly exported functions from avc.c libavformatFri, 11 Jan 2008 23:33:32 +0000, by aurel
-
Matroska muxer needs to format all NAL units, not only extradata. libavformatFri, 11 Jan 2008 23:21:22 +0000, by aurel
-
Do not install rtp.h (which should have never been part of the public API) libavformatFri, 11 Jan 2008 12:24:46 +0000, by lucabe
-
Use the isom avcc formatting for h264 extradata in matroska. libavformatFri, 11 Jan 2008 01:32:45 +0000, by aurel
-
Move isom_write_avcc() and related functions into a separate file. libavformatFri, 11 Jan 2008 01:24:55 +0000, by aurel
-
Add one more parameter to avc_parse_nal_units so that it allows not to libavformatFri, 11 Jan 2008 01:00:04 +0000, by aurel
-
Reindent after r11493 (always use parse_packet() vfunc in rtp_parse_packet()), libavformatThu, 10 Jan 2008 13:54:30 +0000, by rbultje
-
Make rtp_parse_packet() always call the vfunc of the dynamic payload handler libavformatThu, 10 Jan 2008 13:52:35 +0000, by rbultje
-
url_write is part of the public API so it may not be under ifdef. libavformatTue, 08 Jan 2008 22:07:59 +0000, by reimar
-
Implement read_timestamp and enable seeking in PVA files. libavformatMon, 07 Jan 2008 23:42:52 +0000, by ivo
-
use ff_parse_pes_pts for parsing an MPEG-PES timestamp libavformatMon, 07 Jan 2008 23:38:12 +0000, by ivo
-
Move parsing of MPEG-PES timestamp to mpeg.h (as an inline function) so it libavformatMon, 07 Jan 2008 23:32:57 +0000, by ivo
-
Make ff_mkv_codec_tags lie entirely in .rodata section. libavformatMon, 07 Jan 2008 00:03:19 +0000, by aurel
-
cosmetics: Add another pair of parentheses to aid readability. libavformatSun, 06 Jan 2008 22:50:09 +0000, by diego
-
Rename two structures, identifiers starting with _[A-Z] are reserved. libavformatSun, 06 Jan 2008 16:02:55 +0000, by diego
-
do not return an error, but warn and recover when encountering an audio packet libavformatSat, 05 Jan 2008 22:27:49 +0000, by ivo
-
Split the RTP muxer out of rtp.c, to simplify the RTSP demuxer's dependencies libavformatFri, 04 Jan 2008 20:09:48 +0000, by lucabe
-
Split the RTP demuxing functions out of rtp.c, to simplify the RTP muxer's dependencies libavformatFri, 04 Jan 2008 19:33:50 +0000, by lucabe
-
Move *malloc() out of tree.c, that way the code can be used with libavformatFri, 04 Jan 2008 17:52:16 +0000, by michael
-
Rationalize some dependencies between rtsp and rtp libavformatThu, 03 Jan 2008 12:49:12 +0000, by lucabe
-
mention libavfilter in warning about deprecated vhook libavformatThu, 03 Jan 2008 02:12:08 +0000, by aurel
-
Add portable way to check for the existence of definitions and libavformatTue, 01 Jan 2008 22:54:35 +0000, by diego
-
Correct doxy about timestamp units of read_timestamp(). libavformatMon, 31 Dec 2007 16:49:18 +0000, by michael
-
export raw SSA tracks with their own codec ID (patch by Evgeniy Stepanov) libavformatSat, 29 Dec 2007 20:49:03 +0000, by aurel
-
move internal queue freeing code in its own function libavformatSat, 29 Dec 2007 18:32:47 +0000, by aurel
-
fix memory leak (patch by Gabriel Fort«± gforte _at_ wyplay _dot_ com) libavformatSat, 29 Dec 2007 18:30:27 +0000, by aurel
-
Try to fix url_split() so that the ?foobar part is in the path and only the path. libavformatSat, 29 Dec 2007 16:13:03 +0000, by michael
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 3 Reindent libavformatFri, 28 Dec 2007 11:25:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 2 x-pn-tng support libavformatFri, 28 Dec 2007 11:23:25 +0000, by lu_zero
-
Real RTSP support, from Ronald S. Bultje rsbultje gmail - part 1 Comment libavformatFri, 28 Dec 2007 11:10:17 +0000, by lu_zero
-
Revert hack which should have never been commited. libavformatFri, 28 Dec 2007 03:32:32 +0000, by michael
-
Check for the presence of sys/select.h and conditionally #include it. libavformatThu, 27 Dec 2007 01:38:50 +0000, by diego
-
Do not force fps unless the user actually specified one. libavformatWed, 26 Dec 2007 22:28:22 +0000, by michael
-
Revert r6124, the change was just wrong, other formats than MPEG-PS can be libavformatTue, 25 Dec 2007 09:37:49 +0000, by michael
-
100l, av_read_packet must check for read_packet error, in case of libavformatSun, 23 Dec 2007 13:16:55 +0000, by reimar
-
Document ByteIOContext and URLContext change rules. libavformatThu, 20 Dec 2007 22:33:53 +0000, by michael
-
Correctly handle FLV_CODECID_NELLYMOSER_8HZ_MONO files libavformatThu, 20 Dec 2007 11:21:10 +0000, by banan
-
Document a few more structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:59:07 +0000, by michael
-
Document structure change rules with relation to ABI/API. libavformatThu, 20 Dec 2007 09:43:01 +0000, by michael
-
Make recently added and still unused read_seek functions return offset_t. libavformatWed, 19 Dec 2007 21:11:08 +0000, by michael
-
Merge recently added and still unused play and pause functions. libavformatWed, 19 Dec 2007 20:57:13 +0000, by michael
-
use generic 'glbl' atom if extradata is present but no specific method is known libavformatWed, 19 Dec 2007 16:00:08 +0000, by bcoudurier
-
supports glbl atom containing generic extradata for all codecs libavformatWed, 19 Dec 2007 15:39:10 +0000, by bcoudurier
-
Increase minor version due to new av_close_input_stream libavformatWed, 19 Dec 2007 14:09:54 +0000, by reimar
-
Remove dead code which disappeared with the last major version bump. libavformatWed, 19 Dec 2007 11:31:36 +0000, by michael
-
Remove *_codec_id from AVFormatParameters with the next major version bump. libavformatWed, 19 Dec 2007 10:58:54 +0000, by michael
-
Simplify av_close_input_file similarly to av_open_input_file previously libavformatMon, 17 Dec 2007 19:12:43 +0000, by reimar
-
Add FF_OPT_TYPE_BINARY and use it to add a cryptokey option libavformatMon, 17 Dec 2007 17:41:24 +0000, by reimar
-
Enable av_read_pause(), av_read_play() and the ASF demuxer's av_read_seek() libavformatMon, 17 Dec 2007 09:28:46 +0000, by benoit
-
do not retain useless pointers to avstream priv_data, use it directly libavformatSun, 16 Dec 2007 18:45:48 +0000, by bcoudurier
-
cosmetics: func -> parse, remove useless parenthesis libavformatSun, 16 Dec 2007 18:26:34 +0000, by bcoudurier
-
save pointer to parse table, it is unlikely to change libavformatSun, 16 Dec 2007 18:20:27 +0000, by bcoudurier
-
return error when url_fseek could not read until desired offset in streamed mode libavformatSun, 16 Dec 2007 17:52:46 +0000, by bcoudurier
-
document how to free the result of av_alloc_format_context() libavformatSat, 15 Dec 2007 16:54:58 +0000, by michael
-
Fix compilation of os_support.c for MinGW with --disable-network libavformatSun, 09 Dec 2007 14:39:01 +0000, by ramiro
-
Check sanity in the palette loading operation. The addresses a potential security risk in libavformatWed, 05 Dec 2007 04:30:33 +0000, by melanson
-
return error if malloc failed, found by takis, fix issue 286 libavformatMon, 03 Dec 2007 22:26:07 +0000, by bcoudurier
-
check mov_read_default return value where appropriate, patch by takis, fix issue 285 libavformatMon, 03 Dec 2007 22:22:50 +0000, by bcoudurier
-
fix dnxhd 720p in mov for quicktime player libavformatMon, 03 Dec 2007 10:44:25 +0000, by bcoudurier
-
add assert to detect invalid packet_timestamp_start/end libavformatMon, 03 Dec 2007 10:24:42 +0000, by michael
-
make mpeg-ps probe less happy with random data libavformatMon, 03 Dec 2007 09:37:06 +0000, by michael
-
return a slightly larger score if we find more than 500 valid mp3 frames in a row libavformatMon, 03 Dec 2007 09:26:44 +0000, by michael
-
prevent O(n^2) execution of ff_mpa_decode_header() for valid mp3 files libavformatMon, 03 Dec 2007 04:49:01 +0000, by michael
-
Make ff_qt_default_palette_* arrays "static const" libavformatSun, 02 Dec 2007 23:27:01 +0000, by reimar
-
Make ff_mkv_codec_tags array const, it is never written. libavformatSun, 02 Dec 2007 21:52:43 +0000, by reimar
-
Fix muxer so that generated files are playable by realplayer, other open libavformatSun, 02 Dec 2007 17:51:05 +0000, by rtogni
-
Revert r10892, it's wrong and no longer needed to prevent crashes libavformatSun, 02 Dec 2007 17:41:12 +0000, by rtogni
-
stupid code (casting of void*) found by checktree.sh libavformatSat, 01 Dec 2007 00:19:44 +0000, by michael
-
Suppress the "redirector hack" from libavformat/utils.c:av_open_input_stream(), libavformatThu, 29 Nov 2007 08:35:05 +0000, by lucabe
-
Extend ByteIOContext and add the buffered IO functions: libavformatWed, 28 Nov 2007 19:46:49 +0000, by andoma
-
Add #include "os_support.h" to restore OS/2 support. libavformatTue, 27 Nov 2007 11:42:09 +0000, by diego
-
add pcm_s16le_planar support for electronicarts files libavformatSun, 25 Nov 2007 16:32:47 +0000, by aurel
-
Add missing #includes to fix 'make checkheaders'. libavformatSat, 24 Nov 2007 10:08:02 +0000, by diego
-
Extend URLProtocol with new function pointers and api functions for libavformatSat, 24 Nov 2007 07:09:32 +0000, by andoma
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatThu, 22 Nov 2007 14:13:23 +0000, by lu_zero
-
os_support.h is also needed for usleep and lseek on MinGW. libavformatThu, 22 Nov 2007 02:27:39 +0000, by ramiro
-
Make av_read_frame with rtsp client return EINTR on interrupt libavformatWed, 21 Nov 2007 10:26:11 +0000, by lu_zero
-
Use dynamically allocated ByteIOContext in AVFormatContext libavformatWed, 21 Nov 2007 07:41:00 +0000, by andoma
-
Replace realloc with free+malloc, the previous content of the buffer is libavformatMon, 19 Nov 2007 20:28:11 +0000, by rtogni
-
Do not use perror() in audio, video, and DV grabbers libavformatMon, 19 Nov 2007 07:54:04 +0000, by lucabe
-
No need to update pos, it's not used after that line libavformatMon, 19 Nov 2007 00:02:03 +0000, by rtogni
-
Check for memory allocation failure of temp buffer libavformatSun, 18 Nov 2007 22:49:41 +0000, by rtogni
-
Optimize memory management to create an av_packet from multiple slices: libavformatSun, 18 Nov 2007 22:40:02 +0000, by rtogni
-
When new streams are detected, look for old filters and close them out. libavformatSat, 17 Nov 2007 03:14:43 +0000, by heydowns
-
Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP libavformatFri, 16 Nov 2007 07:59:41 +0000, by lucabe
-
Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduced in FLV specification v9. libavformatFri, 16 Nov 2007 00:09:34 +0000, by alex
-
Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. libavformatThu, 15 Nov 2007 23:53:19 +0000, by alex
-
Move dnet-ac3 byte-swapping code close to audio packet read code libavformatThu, 15 Nov 2007 21:04:06 +0000, by rtogni
-
Use the same code to set local_port in the IPv4-only case and in the libavformatThu, 15 Nov 2007 13:34:56 +0000, by lucabe
-
Remove some useless assignments (the UDPContext is allocated with av_mallocz()) libavformatWed, 14 Nov 2007 08:22:06 +0000, by lucabe
-
Simplify set_remote_url(), and remove some code duplication libavformatWed, 14 Nov 2007 08:16:51 +0000, by lucabe
-
Use recv() instead of recvfrom() (removes some other differences between libavformatWed, 14 Nov 2007 07:56:20 +0000, by lucabe
-
Give better names to multicast functions (they are not IPv6-only) libavformatWed, 14 Nov 2007 07:43:51 +0000, by lucabe
-
Avoid to duplicate the multicast code between the IPv4-only and libavformatWed, 14 Nov 2007 07:42:46 +0000, by lucabe
-
Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only libavformatWed, 14 Nov 2007 07:35:36 +0000, by lucabe
-
rename fps(frame per second) to tb(time base) to prevent libavformatTue, 13 Nov 2007 23:43:18 +0000, by michael
-
Split ac3 byte swapping into a separate function. libavformatThu, 08 Nov 2007 15:52:53 +0000, by benoit
-
Isolate caching of audio frames in its own function. libavformatThu, 08 Nov 2007 15:14:37 +0000, by benoit
-
Split out the packet parsing from the main function body in rmdec.c libavformatThu, 08 Nov 2007 15:07:34 +0000, by benoit
-
Give Ogg muxer a lib prefix in the name like we do with all other formats libavformatThu, 08 Nov 2007 11:22:29 +0000, by diego
-
Change ff_rm_read_mdpr_codecdata to get back to old behavior. libavformatThu, 08 Nov 2007 09:14:09 +0000, by benoit
-
correctly set audio codec when demuxing sofdec files libavformatWed, 07 Nov 2007 23:56:00 +0000, by aurel
-
Move external library registrations into a separate block after all native libavformatWed, 07 Nov 2007 22:04:00 +0000, by diego
-
Remove disabled muxer skeleton, blessed by Mans. libavformatWed, 07 Nov 2007 19:09:00 +0000, by diego
-
Give the libnut muxer a lib prefix in its name so it does not conflict with libavformatWed, 07 Nov 2007 19:05:47 +0000, by diego
-
Specify the server address when opening an rtp:// URL in rtsp.c, so libavformatWed, 07 Nov 2007 14:20:40 +0000, by lucabe
-
Allow propagation of stream selection through the ASF demuxer to the libavformatTue, 06 Nov 2007 16:19:09 +0000, by benoit
-
Split out the MDPR chunk reading into its own function. libavformatTue, 06 Nov 2007 16:02:33 +0000, by benoit
-
Do not send too many RTCP packets (according to RFC 3550, the minimum libavformatMon, 05 Nov 2007 12:25:10 +0000, by lucabe
-
Use a symbolic name for the payload size of an RTCP Sender Report packet libavformatMon, 05 Nov 2007 10:15:20 +0000, by lucabe
-
Add some parentheses to clarify operator precedence, fixes the warnings: libavformatSun, 04 Nov 2007 22:51:49 +0000, by diego
-
make sure the mpeg audio header is valid before passing it to ff_mpegaudio_decode_header() libavformatSun, 04 Nov 2007 19:52:08 +0000, by andoma
-
Enable debug variable only when debug code is enabled, fixes the warning: libavformatSun, 04 Nov 2007 12:46:16 +0000, by diego
-
add support for demuxing Electronic Arts .cdata files libavformatSat, 03 Nov 2007 22:42:20 +0000, by aurel
-
fix misdetection of mp3could_not_find_codec_parameters.mp3 libavformatSat, 03 Nov 2007 13:48:30 +0000, by michael
-
remove useless initialization to 0 of adx context libavformatThu, 01 Nov 2007 17:50:05 +0000, by aurel
-
Revert get_num() to old behaviour in order to handle libavformatThu, 01 Nov 2007 09:02:29 +0000, by kostya
-
Remove unused variables, fixes the following warnings: libavformatWed, 31 Oct 2007 11:35:10 +0000, by diego
-
Take the target address family in account when determining the family of libavformatWed, 31 Oct 2007 07:27:38 +0000, by lucabe
-
Resolve hosts and bind sockets even when the local_port is not set (0) libavformatWed, 31 Oct 2007 07:02:30 +0000, by lucabe
-
If local port n is not available, try n + 2 instead of continuing to bind libavformatTue, 30 Oct 2007 08:10:45 +0000, by lucabe
-
rename av_crc04C11DB7_update to ff_crc04C11DB7_update and move it to aviobuf.c so it can be reused by other (de)muxers libavformatTue, 30 Oct 2007 00:01:25 +0000, by bcoudurier
-
Remove the inclusion of rtsp.h and rtp.h from avformat.h, and libavformatMon, 29 Oct 2007 09:15:35 +0000, by lucabe
-
print newline after program id even when the name is missing libavformatFri, 26 Oct 2007 20:02:11 +0000, by nicodvb
-
Explicitly include rtp.h (needed for rtp_get_payload_type()) libavformatFri, 26 Oct 2007 15:12:55 +0000, by lucabe
-
avoid infinite loop at the end of files which are not properly terminated libavformatWed, 24 Oct 2007 21:44:20 +0000, by aurel
-
Prevent mov muxer from writing empty udta atoms. libavformatWed, 24 Oct 2007 14:20:15 +0000, by benoit
-
add support for reading duration from VBRI-tag in mp3 files libavformatWed, 24 Oct 2007 04:56:22 +0000, by andoma
-
Move setting of key frame flag for intra-only codecs, ignoring key frame libavformatWed, 24 Oct 2007 04:54:44 +0000, by heydowns
-
cosmetical change of mp3_parse_xing() to prepare for upcoming VBRI tag support libavformatTue, 23 Oct 2007 17:10:41 +0000, by andoma
-
add support for reading duration from Xing-tag in mp3 files libavformatTue, 23 Oct 2007 13:35:20 +0000, by andoma
-
convert a if() into a switch() to ease addition of new tags to probe libavformatMon, 22 Oct 2007 21:06:04 +0000, by aurel
-
fix issue 225, instead of stoping when wrong atom size is found, libavformatMon, 22 Oct 2007 14:36:14 +0000, by bcoudurier
-
100l, fix dump_format, declare buf in dump_stream_format, sizeof(buf) is 4 because buf is char* since r10818 libavformatSun, 21 Oct 2007 23:10:15 +0000, by bcoudurier
-
Make Matroska demuxer output full frames instead of slices for RealVideo libavformatSun, 21 Oct 2007 17:21:20 +0000, by kostya
-
Demux full frames instead of sliced for RealVideo. libavformatSun, 21 Oct 2007 17:17:28 +0000, by kostya
-
associate to each AVProgram the indexes of the AVStreams contained in it libavformatSat, 20 Oct 2007 08:29:05 +0000, by nicodvb
-
API extension: AVProgram now has an array (stream_index) containing the indexes of the streams in AVFormatContext libavformatSat, 20 Oct 2007 08:25:13 +0000, by nicodvb
-
cosmetics: moved to a separate function the code to print the characteristics of an AVStream libavformatSat, 20 Oct 2007 08:17:01 +0000, by nicodvb
-
ensure all compiled in codec/muxer are registered libavformatThu, 18 Oct 2007 23:59:31 +0000, by aurel
-
check if we found an audio track before initializing the audio stream libavformatThu, 18 Oct 2007 23:42:54 +0000, by aurel
-
parse sample rate instead of setting a default one libavformatThu, 18 Oct 2007 23:13:46 +0000, by aurel
-
make compression_type a function local var instead of a context var libavformatThu, 18 Oct 2007 22:47:56 +0000, by aurel
-
parse header chunk in a loop (don't depend on a fixed chunk ordering) libavformatThu, 18 Oct 2007 22:26:23 +0000, by aurel
-
set start_time to 0 to enable seeking in mp3-files libavformatThu, 18 Oct 2007 15:02:34 +0000, by andoma
-
Make url_split() strip url options (?opt=var) from the returned hostname or libavformatThu, 18 Oct 2007 09:50:53 +0000, by benoit
-
Add FFMPEG_ prefix to all multiple inclusion guards. libavformatWed, 17 Oct 2007 09:37:46 +0000, by diego
-
dont write udta atom for 3gp/3g2 for now, current written atoms (ilst) are itunes specific libavformatTue, 16 Oct 2007 16:40:34 +0000, by bcoudurier
-
cosmetics: Move asf_read_close() down to get rid of a forward declaration. libavformatSun, 14 Oct 2007 17:44:38 +0000, by diego
-
Add functionality to set the direction of a ByteIOContext buffer. libavformatThu, 11 Oct 2007 14:57:47 +0000, by benoit
-
Remove ogg seek function, instead use generic seek via read_timestamp function libavformatWed, 10 Oct 2007 10:33:20 +0000, by reimar
-
append extradata atoms when parsing, fix OLOCOONS_O3.mov libavformatMon, 08 Oct 2007 13:06:48 +0000, by bcoudurier
-
Allow to set the maximum number of frames per RTP packet (and add support for libavformatTue, 02 Oct 2007 14:48:08 +0000, by lucabe
-
Add checking for codecid to has_codec_parameters(). libavformatMon, 01 Oct 2007 22:11:10 +0000, by diego
-
dnet audio needs avparser to work with the lavc ac3 decoder. libavformatMon, 01 Oct 2007 19:48:02 +0000, by rtogni
-
refactor url_split(), preparing for IPv6 support libavformatThu, 27 Sep 2007 19:18:07 +0000, by andoma
-
Fix avisynth compilation after allformats.h was removed libavformatWed, 26 Sep 2007 18:37:20 +0000, by ramiro
-
added structures and code to keep track of pids<->programs mapping: it's needed libavformatTue, 25 Sep 2007 20:58:37 +0000, by nicodvb
-
replaced custom tracking of programs/services with calls to with av_new_program() libavformatTue, 25 Sep 2007 20:49:11 +0000, by nicodvb
-
Added definition and utility functions to handle AVProgram(s) in AVFormatContext libavformatTue, 25 Sep 2007 20:45:46 +0000, by nicodvb
-
Add my name to the copyright header, since rtp_mpv now contains libavformatMon, 24 Sep 2007 12:15:42 +0000, by lucabe
-
Fix a warning by removing an useless assignment (buf_ptr should be only libavformatMon, 24 Sep 2007 10:43:26 +0000, by lucabe
-
Looks like this APE decoder support versions starting from 3.95 libavformatSun, 23 Sep 2007 07:40:34 +0000, by kostya
-
fix segfault with http://samples.mplayerhq.hu/nsv/nsv_samples/ot171_novideo.nsv.bz2 libavformatSat, 22 Sep 2007 08:55:17 +0000, by michael
-
extract correct d10 aes3 audio channels number libavformatFri, 21 Sep 2007 16:28:17 +0000, by bcoudurier
-
allcodecs.h and allformats.h are not used anymore libavformatThu, 20 Sep 2007 20:42:50 +0000, by aurel
-
remove last dependencies on allformats.h and allcodecs.h libavformatThu, 20 Sep 2007 20:36:15 +0000, by aurel
-
Make parse_date return INT64_MIN in case of unparsable input. libavformatWed, 19 Sep 2007 12:38:07 +0000, by benoit
-
Add explanatory comments to the parse_date function. libavformatTue, 18 Sep 2007 08:26:10 +0000, by diego
-
disable loads of debug messages to reduce object size libavformatMon, 17 Sep 2007 12:01:37 +0000, by aurel
-
Support for AAC streaming over RTP. Fragmentation is not implemented yet libavformatFri, 14 Sep 2007 08:17:06 +0000, by lucabe
-
stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV libavformatWed, 12 Sep 2007 10:18:01 +0000, by bcoudurier
-
move unrelated functions declarations out of allformats.h libavformatTue, 11 Sep 2007 09:27:46 +0000, by aurel
-
rtp and rtsp demuxer declarations are not part of public API libavformatMon, 10 Sep 2007 22:48:42 +0000, by aurel
-
Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if libavformatMon, 10 Sep 2007 15:08:23 +0000, by lucabe
-
Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) libavformatMon, 10 Sep 2007 07:01:29 +0000, by lucabe
-
Properly set RTP and NTP timestamps in RTCP SR packets libavformatMon, 10 Sep 2007 06:58:19 +0000, by lucabe
-
Improve track number decoding for some WMA files libavformatSun, 09 Sep 2007 17:54:26 +0000, by gpoirier
-
Do not set codec_tag when the container does not specify it. libavformatSun, 09 Sep 2007 09:21:14 +0000, by reimar
-
Copy nuv header only when the video codec is nuv libavformatSun, 09 Sep 2007 07:25:52 +0000, by reimar
-
Rename the format name audio_device (used in both oss and audio_beos) to oss and audio_beos. libavformatFri, 07 Sep 2007 13:49:44 +0000, by ramiro
-
Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer libavformatFri, 07 Sep 2007 13:43:40 +0000, by ramiro
-
Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv libavformatThu, 06 Sep 2007 05:14:09 +0000, by conrad
-
Set correct length for last slice in frame subpacket libavformatThu, 06 Sep 2007 03:36:38 +0000, by kostya
-
cosmetics: Add some whitespace for better readability. libavformatWed, 05 Sep 2007 20:42:17 +0000, by diego
-
spelling/wording nits in some Doxygen comments libavformatWed, 05 Sep 2007 20:31:40 +0000, by diego
-
Prefix library format names with 'lib' in libavformat libavformatWed, 05 Sep 2007 18:55:20 +0000, by ramiro
-
Give better filenames to bktr and v4l grabbers libavformatWed, 05 Sep 2007 18:44:06 +0000, by ramiro
-
Remove video_grab_ prefix from video_grab_{bktr,v4l} libavformatWed, 05 Sep 2007 18:29:58 +0000, by ramiro
-
Make sure that if a stream has a duration but the container doesn't libavformatWed, 05 Sep 2007 16:47:48 +0000, by benoit
-
Always use AVFormatContext for av_log messages libavformatWed, 05 Sep 2007 00:26:09 +0000, by conrad
-
Rename ebml size functions to indicate that they can be used for more kinds of numbers libavformatWed, 05 Sep 2007 00:26:07 +0000, by conrad
-
We shouldn't be passing in sizes larger than 2^56-2, so use an assert libavformatWed, 05 Sep 2007 00:26:04 +0000, by conrad
-
Match the behaviour betwen the bmp and wav codec tag lookups libavformatWed, 05 Sep 2007 00:25:54 +0000, by conrad
-
Write codecprivate to a dynamic buffer so that seeking isn't required libavformatWed, 05 Sep 2007 00:25:52 +0000, by conrad
-
Move writing codec private element to its own function libavformatWed, 05 Sep 2007 00:25:49 +0000, by conrad
-
Use num_entries directly rather than mixing it with a local copy libavformatWed, 05 Sep 2007 00:25:44 +0000, by conrad
-
Make sure that the calculated duration doesn't decrease libavformatWed, 05 Sep 2007 00:25:40 +0000, by conrad
-
Always check the return of mkv_add_seekhead_entry libavformatWed, 05 Sep 2007 00:25:34 +0000, by conrad
-
Use sample format for bit depth if av_get_bits_per_sample() doesn't give one libavformatWed, 05 Sep 2007 00:25:14 +0000, by conrad
-
Calculate the size of key EBML master elements beforehand so only just enough size is reserved for the size libavformatWed, 05 Sep 2007 00:24:56 +0000, by conrad
-
Use cluster_pos when checking cluster position libavformatWed, 05 Sep 2007 00:24:53 +0000, by conrad
-
Modify put_ebml_size() so that the bytes parameter is exact rather than minimum libavformatWed, 05 Sep 2007 00:24:50 +0000, by conrad
-
Move calculating the bytes needed to represent a size in EBML to its own function libavformatWed, 05 Sep 2007 00:24:42 +0000, by conrad
-
Use a MD5 hash of some frames to write the segment uid libavformatWed, 05 Sep 2007 00:24:29 +0000, by conrad
-
Revert using the time to generate the segment uid libavformatWed, 05 Sep 2007 00:24:27 +0000, by conrad
-
Set the language to undefined if no language specified libavformatWed, 05 Sep 2007 00:24:22 +0000, by conrad
-
Codec Private should be correct for all but Real codecs now libavformatWed, 05 Sep 2007 00:24:10 +0000, by conrad
-
Move writing Xiph-style sizes to its own function libavformatWed, 05 Sep 2007 00:24:06 +0000, by conrad
-
Using LIBAVFORMAT_IDENT for both muxing and writing app is good enough libavformatWed, 05 Sep 2007 00:23:57 +0000, by conrad
-
Floats aren't used enough to justify writing any with single precision libavformatWed, 05 Sep 2007 00:23:55 +0000, by conrad
-
Determine the output sample rate for SBR AAC and write it libavformatWed, 05 Sep 2007 00:23:43 +0000, by conrad
-
Write wav header if there is no native audio codec ID libavformatWed, 05 Sep 2007 00:23:29 +0000, by conrad
-
Calculate the size of a SimpleBlock before writing it so that bytes aren't wasted in writing the size libavformatWed, 05 Sep 2007 00:23:23 +0000, by conrad
-
Make sure to return a value in functions that return a value libavformatWed, 05 Sep 2007 00:23:17 +0000, by conrad
-
Move writing the tracks element to its own function libavformatWed, 05 Sep 2007 00:23:15 +0000, by conrad
-
Move Xiph's CodecPrivate writing code to its own function libavformatWed, 05 Sep 2007 00:23:13 +0000, by conrad
-
Write unknown size if the size given is too large for EBML (greater than 2^56-1) libavformatWed, 05 Sep 2007 00:23:06 +0000, by conrad
-
Correctly write CodecPrivate element for Vorbis and Theora libavformatWed, 05 Sep 2007 00:22:56 +0000, by conrad
-
Compile fix; missed a variable declaration in the last commit libavformatWed, 05 Sep 2007 00:22:54 +0000, by conrad
-
Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformatWed, 05 Sep 2007 00:22:52 +0000, by conrad
-
First stab at writing the tracks element, still needs some additional cases for certain codecs libavformatWed, 05 Sep 2007 00:22:50 +0000, by conrad
-
Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformatWed, 05 Sep 2007 00:22:43 +0000, by conrad
-
Cosmetics: align nicely for better readibility libavformatWed, 05 Sep 2007 00:22:41 +0000, by conrad
-
Beginning of mkv muxer, only EBML head is written correctly libavformatWed, 05 Sep 2007 00:22:37 +0000, by conrad
-
Fill the buffer with 0 before writing an SDP in it libavformatMon, 03 Sep 2007 09:00:40 +0000, by lucabe
-
If a stream has no start time, but the first packet has a 'pts', use that libavformatMon, 03 Sep 2007 07:56:26 +0000, by benoit
-
Correctly set the "P" field in the payload header libavformatMon, 03 Sep 2007 07:14:10 +0000, by lucabe
-
fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformatMon, 03 Sep 2007 05:19:59 +0000, by jbr
-
workaround ms (lack of) intelligence in their design of dvr-ms libavformatSun, 02 Sep 2007 15:58:43 +0000, by michael
-
SimpleBlock keyframe flag is the most significant bit libavformatFri, 31 Aug 2007 18:24:09 +0000, by conrad
-
cosmetics: Sort some lines, whitespace changes. libavformatThu, 30 Aug 2007 23:11:24 +0000, by diego
-
Correct packetization for MPEG video frames, and correct setting of the libavformatWed, 29 Aug 2007 10:47:15 +0000, by lucabe
-
Remove commented code (payload header extension) libavformatWed, 29 Aug 2007 10:42:13 +0000, by lucabe
-
Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformatTue, 28 Aug 2007 13:43:39 +0000, by lu_zero
-
Change 4xm demuxer and video decoder to pass the video format version in libavformatMon, 27 Aug 2007 21:58:39 +0000, by rtogni
-
Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformatFri, 24 Aug 2007 07:13:34 +0000, by lucabe
-
Identifiers starting with underscores are reserved. libavformatWed, 22 Aug 2007 12:41:16 +0000, by diego
-
support swink created files which have soi/eoi broken tags reversed libavformatMon, 20 Aug 2007 19:55:37 +0000, by bcoudurier
-
Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformatSat, 18 Aug 2007 01:26:06 +0000, by michael
-
There is no guarantee that every stream will libavformatSat, 18 Aug 2007 00:45:44 +0000, by michael
-
fix cur_dts at the end of av_estimate_timings_from_pts() libavformatSat, 18 Aug 2007 00:44:14 +0000, by michael
-
more verbose doxy for duration (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:35:43 +0000, by michael
-
mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformatSat, 18 Aug 2007 00:31:32 +0000, by michael
-
Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformatThu, 16 Aug 2007 22:01:54 +0000, by aurel
-
no need for special case default_duration for AAC libavformatThu, 16 Aug 2007 21:55:37 +0000, by aurel
-
calculate default_duration according to framerate only when not already set libavformatThu, 16 Aug 2007 21:54:04 +0000, by aurel
-
elaborate a little on AVStream.start_time, it seems the comment is not clear libavformatThu, 16 Aug 2007 12:07:05 +0000, by michael
-
Try size 640x480 for FLC files which don't specify their size. libavformatTue, 14 Aug 2007 15:51:30 +0000, by aurel
-
do not misuse movi_end for checking chunk sizes libavformatTue, 14 Aug 2007 02:27:31 +0000, by michael
-
Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) libavformatMon, 13 Aug 2007 22:55:44 +0000, by ramiro
-
Make native and libnut NUT muxers mutually exclusive. libavformatMon, 13 Aug 2007 08:33:03 +0000, by diego
-
Support for WavPack version 0x410 (false stereo chunks) libavformatMon, 13 Aug 2007 05:36:50 +0000, by kostya
-
pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformatSun, 12 Aug 2007 00:23:47 +0000, by michael
-
Ensure av_tree_insert() is defined before using it. libavformatSat, 11 Aug 2007 23:58:10 +0000, by aurel
-
mention AVPROBE_PADDING_SIZE at the read_probe() doxy libavformatFri, 10 Aug 2007 16:15:23 +0000, by michael
-
remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) libavformatFri, 10 Aug 2007 16:12:50 +0000, by michael
-
ensure that negative block_time are properly checked libavformatFri, 10 Aug 2007 15:37:55 +0000, by aurel
-
ensure that the aspect ratio is spec compliant libavformatFri, 10 Aug 2007 14:23:18 +0000, by michael
-
muxer should now be spec compliant (though it likely still contains bugs!) libavformatFri, 10 Aug 2007 13:04:16 +0000, by michael
-
merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX libavformatFri, 10 Aug 2007 01:44:50 +0000, by aurel
-
muxer is not yet fully compliant so prevent people from mistakenly using it libavformatFri, 10 Aug 2007 00:11:36 +0000, by michael
-
Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformatThu, 09 Aug 2007 23:41:59 +0000, by ramiro
-
Add initialization and cleanup functions for Winsock libavformatThu, 09 Aug 2007 23:39:05 +0000, by ramiro
-
move syncpoint cache related stuff to common file libavformatThu, 09 Aug 2007 23:24:02 +0000, by michael
-
store headers twice (getting closer to spec compliance ...) libavformatThu, 09 Aug 2007 21:14:00 +0000, by michael
-
add a universal fallback frame code for the case that no other applies libavformatThu, 09 Aug 2007 20:52:49 +0000, by michael
-
take care to use video track field number as duration libavformatThu, 09 Aug 2007 17:18:59 +0000, by bcoudurier
-
move syncpoint timestamp resetting code to a common file libavformatThu, 09 Aug 2007 16:29:30 +0000, by michael
-
use a dynamic ByteIOContext instead of using the lavf buffer libavformatThu, 09 Aug 2007 12:38:24 +0000, by michael
-
move stream header writing into its own function libavformatThu, 09 Aug 2007 12:25:58 +0000, by michael
-
move main header writing into its own function libavformatThu, 09 Aug 2007 12:22:02 +0000, by michael
-
trying to finally get the nut muxer back uptodate libavformatThu, 09 Aug 2007 01:12:48 +0000, by michael
-
ensure that the codec_id detection in av_find_stream_info() does not libavformatMon, 06 Aug 2007 21:14:29 +0000, by michael
-
ignore preroll, it is generally not what AVStream.start_time should contain libavformatMon, 06 Aug 2007 20:36:55 +0000, by michael
-
Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformatSun, 05 Aug 2007 13:44:56 +0000, by lucabe
-
Fix linking when RTP is disabled and libraries are dynamic libavformatSun, 05 Aug 2007 13:32:37 +0000, by lucabe
-
Add the handling of the INT32INFO block to the WavPack decoder. libavformatSun, 05 Aug 2007 05:56:34 +0000, by kostya
-
10l to me. Revert recent changes to ac3_probe() which made misdetection as AC3 too probable. libavformatSun, 05 Aug 2007 03:36:50 +0000, by jbr
-
add streams on the fly, swf is a streaming format and has no real header, correctly detect audio in RamboMJPEGAVP6_112K.swf now libavformatSun, 05 Aug 2007 01:28:05 +0000, by bcoudurier
-
do not write id3v2 header when writing .mp2 files libavformatSun, 05 Aug 2007 00:47:57 +0000, by bcoudurier
-
additional tweaks to AC3 probe function. give a higher score to a single frame libavformatSun, 05 Aug 2007 00:32:19 +0000, by jbr
-
increase the maximum AC3 probe buffer size and reduce the threshold for 50% reliability score to 2 frames. Fixes out.ac3 from [FFmpeg-devel] AC3 Format Detection unreliable. libavformatSat, 04 Aug 2007 23:53:05 +0000, by jbr
-
set the previous tag size correctly in flv files libavformatSat, 04 Aug 2007 23:03:17 +0000, by michael
-
set a more reasonable start_time if the first timestamps are AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:54:46 +0000, by michael
-
correct initial timestamps which have AV_NOPTS_VALUE libavformatSat, 04 Aug 2007 22:46:13 +0000, by michael
-
set block align to stsd audio v2 bytes per frame for adpcm ms and ima wav, fix surge-2-16-L-ms11.mov and surge-2-16-L-ms02.mov libavformatSat, 04 Aug 2007 12:33:34 +0000, by bcoudurier
-
move code which adds a AVPacket into the packet buffer into its own function libavformatFri, 03 Aug 2007 08:56:00 +0000, by michael
-
fill title, author, copyright and comment fields by parsing udta atom libavformatTue, 31 Jul 2007 15:20:36 +0000, by benoit
-
deal with the case where one of pts,dts has wrapped but the other has not libavformatTue, 31 Jul 2007 15:06:27 +0000, by michael
-
kill antiwrapping code, i do not think this did anything good libavformatMon, 30 Jul 2007 18:57:47 +0000, by michael
-
treat NONE as U8 to fix qtNONE/000_0032.MOV, this should not any have side effect since if bps is 16 in stsd, codec will be changed to s16be, just yell if this breaks any sample libavformatMon, 30 Jul 2007 10:00:42 +0000, by bcoudurier
-
support silly PCM variant used by zork nemesis libavformatMon, 30 Jul 2007 02:05:16 +0000, by michael
-
Fix get_str/get_str8() to also work if the target string is not long enough to libavformatSat, 28 Jul 2007 18:02:19 +0000, by diego
-
try exact match before case insensitive match in codec_get_id libavformatFri, 27 Jul 2007 11:36:17 +0000, by michael
-
replaces hardcoded values by the equivalent enum definitions libavformatThu, 26 Jul 2007 13:01:09 +0000, by aurel
-
add proper support for subtitles muxing/stream copying libavformatWed, 25 Jul 2007 19:47:44 +0000, by aurel
-
use the most appropriate codec id for A_MPEG/L1 and L2 libavformatWed, 25 Jul 2007 15:59:26 +0000, by aurel
-
reorder matroska codec tags so that the encoder picks up the appropriate tag libavformatWed, 25 Jul 2007 15:58:12 +0000, by aurel
-
Replace ENOSYS by ENOTSUP as in this case the problem is not really a function libavformatFri, 20 Jul 2007 08:05:27 +0000, by takis
-
Replace all occurrences of AVERROR_NOTSUPP with AVERROR(ENOSYS). libavformatThu, 19 Jul 2007 15:38:33 +0000, by takis
-
Correct one Doxygen entry, replacing NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:37:44 +0000, by takis
-
Replace all occurrences of AVERROR_IO with AVERROR(EIO). libavformatThu, 19 Jul 2007 15:23:32 +0000, by takis
-
Replace all occurrences of AVERROR_NOMEM with AVERROR(ENOMEM). libavformatThu, 19 Jul 2007 15:21:30 +0000, by takis
-
Make video hook infrastructure conditional on video hooks being enabled. libavformatThu, 19 Jul 2007 14:48:13 +0000, by diego
-
fix emulated inet_aton so that it fails for invalid addresses libavformatWed, 18 Jul 2007 07:57:26 +0000, by benoit
-
MinGW has gettimeofday() since mingw-runtime-3.10 libavformatMon, 16 Jul 2007 20:27:16 +0000, by ramiro
-
remove likely wrong reseting of align_iframe libavformatSun, 15 Jul 2007 18:24:39 +0000, by michael
-
All those demuxers don't depend on riff.o anymore. libavformatSat, 14 Jul 2007 14:27:20 +0000, by aurel
-
All those demuxers use pcm_read_seek() and thus depend on raw.o. libavformatSat, 14 Jul 2007 14:01:20 +0000, by aurel
-
avoid division by zero in av_find_stream_info() when no time base is set libavformatSat, 14 Jul 2007 12:42:57 +0000, by mru
-
Smartjog granted permission to relicense as LGPL 2.1 libavformatFri, 13 Jul 2007 17:15:56 +0000, by bcoudurier
-
round timestamps up, k2 broadcast server seems to need it libavformatFri, 13 Jul 2007 17:06:58 +0000, by bcoudurier
-
h264_rtp_extra_data is not only used for debug purposes, asserts are using it also libavformatFri, 13 Jul 2007 12:12:38 +0000, by alex
-
Remove broken assert. ebml_read_element_id can handle level_up set to NULL. libavformatFri, 13 Jul 2007 11:58:15 +0000, by alex
-
rtsp multicast fix by Thijs Vermeir $1$2@gmail.com libavformatThu, 12 Jul 2007 21:12:33 +0000, by lu_zero
-
add support for ASS like subtitles in Matroska libavformatWed, 11 Jul 2007 13:37:07 +0000, by aurel
-
Move public API functions av_codec_get_tag() and av_codec_get_id() libavformatWed, 11 Jul 2007 12:45:14 +0000, by aurel
-
avoid deprecation warnings for AVFrac from avformat.h libavformatMon, 09 Jul 2007 22:15:11 +0000, by mru
-
properly set AVStream.language according to Matroska track header libavformatMon, 09 Jul 2007 13:33:34 +0000, by aurel
-
avoid uninitialised variable warning and clarify code libavformatSun, 08 Jul 2007 13:42:52 +0000, by mru
-
update SectionCallback and PESCallback typedefs to match functions libavformatSun, 08 Jul 2007 13:42:51 +0000, by mru
-
kill uninitialised variable warning in mp3_read_probe() libavformatSun, 08 Jul 2007 13:42:46 +0000, by mru
-
bethsoftvid: use correct type for size passed to av_fast_realloc() libavformatSun, 08 Jul 2007 13:42:42 +0000, by mru
-
* Getting rid of the use of GCC language extensions libavformatSun, 08 Jul 2007 03:16:59 +0000, by romansh
-
remove deprecated codec_get_{bmp,wav}_{id,tag}() libavformatSun, 08 Jul 2007 01:49:24 +0000, by mru
-
ogm: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:09 +0000, by mru
-
nutdec: don't use deprecated codec_get_{bmp,wav}_id() libavformatSun, 08 Jul 2007 01:41:07 +0000, by mru
-
remove redundant codec_get_bmp_tag() call in avi_write_header() libavformatSun, 08 Jul 2007 01:41:06 +0000, by mru
-
kill uninitialised variable warning in amr_read_packet() libavformatSat, 07 Jul 2007 13:46:30 +0000, by mru
-
kill uninitialised variable warning in ac3_probe() libavformatSat, 07 Jul 2007 13:46:28 +0000, by mru
-
Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking input) in v4l2.c libavformatFri, 06 Jul 2007 07:18:25 +0000, by lucabe
-
check udp_read_packet return value not to access uninitialized memory libavformatThu, 05 Jul 2007 20:58:34 +0000, by benoit
-
Group all copyright and author notices together. libavformatThu, 05 Jul 2007 10:37:29 +0000, by diego
-
Remove leading underscores from specifiers, they are reserved. libavformatMon, 02 Jul 2007 17:00:04 +0000, by diego
-
Add missing comment markers to #endif directive. libavformatMon, 02 Jul 2007 10:10:53 +0000, by diego
-
compute absolute data offset after reading blocksize libavformatTue, 26 Jun 2007 23:08:39 +0000, by bcoudurier
-
according to specs, offset is before blocksize libavformatMon, 25 Jun 2007 21:46:15 +0000, by bcoudurier
-
support files with COMM chunk after SSND, fix invalid_nocommon.aiff which is spec compliant libavformatMon, 25 Jun 2007 21:31:33 +0000, by bcoudurier
-
Check for O_BINARY instead of a list of systems that need it libavformatMon, 25 Jun 2007 20:34:20 +0000, by ramiro
-
Remove localtime_r implementation for systems that don't have it. libavformatMon, 25 Jun 2007 16:18:28 +0000, by ramiro
-
* clarifying the AVInputFormat::read_seek return value libavformatMon, 25 Jun 2007 02:08:04 +0000, by romansh
-
drop blocks which are part of unsupported tracks libavformatSun, 24 Jun 2007 21:49:13 +0000, by aurel
-
replace the uses of old string functions that Reimar missed libavformatSun, 24 Jun 2007 11:27:12 +0000, by mru
-
Cosmetics: use consistent indentation by four spaces libavformatSun, 24 Jun 2007 07:45:19 +0000, by reimar
-
DV muxer should not only fail for more that 3 streams altogether libavformatSun, 24 Jun 2007 07:38:26 +0000, by reimar
-
cosmetic: combine declaration and initialisation libavformatSat, 23 Jun 2007 00:47:27 +0000, by mru
-
split mpeg ps and variants muxer and demuxer, I'll clean more in a few minutes, lpcm freq tab is left static const in mpeg.h for now until we have more code in common libavformatThu, 21 Jun 2007 09:39:29 +0000, by bcoudurier
-
Fix @file in matroskadec.c, it was still matroska.c libavformatWed, 20 Jun 2007 17:37:11 +0000, by reimar
-
add a comment to indicate which #endif belong to which #define libavformatSun, 17 Jun 2007 18:59:28 +0000, by gpoirier
-
Add support for track numbers when they are set via strings libavformatFri, 15 Jun 2007 09:10:19 +0000, by benoit
-
remove decode_be32/64 and replace them by AV_RB32/64 libavformatWed, 13 Jun 2007 08:24:22 +0000, by benoit