log

age author description
2010-03-28 mstorsjo Initialize ssrc and base_timestamp using ff_random_get_seed() libavformat
2010-03-28 aurel correct first pts for ogg skeleton libavformat
2010-03-27 stefano Document the behavior of av_metadata_get() if the prev parameter is libavformat
2010-03-27 reimar Use more appropriate return values in txd demuxer. libavformat
2010-03-27 reimar eacdata: fix a memleak, return partial packets and use proper return values. libavformat
2010-03-26 mstorsjo Don't report EINTR from select as an error, retry select instead libavformat
2010-03-26 stefano Fix updating condition for the probe_size variable in the internal libavformat
2010-03-25 mstorsjo Reassemble the RTSP URL before replacing hostname with the numerical IP libavformat
2010-03-25 mstorsjo Simplify ff_rtsp_send_cmd_with_content_async, remove an unnecessary buffer libavformat
2010-03-25 mstorsjo Remove a redundant null pointer check libavformat
2010-03-25 mstorsjo Don't force basic auth in RTSP, but retry with the server-specified method on failure libavformat
2010-03-25 mstorsjo Actually parse the auth headers in RTSP libavformat
2010-03-25 mstorsjo Make RTSP use the generic http authentication code libavformat
2010-03-25 mstorsjo Add separate method/url parameters to the rtsp_send_cmd functions libavformat
2010-03-25 mstorsjo Reindent libavformat
2010-03-25 jai_menon Matroska muxer : Don't create audio tracks for unsupported audio codecs. libavformat
2010-03-25 mstorsjo Add support for http digest authentication libavformat
2010-03-25 mstorsjo Reindent libavformat
2010-03-25 mstorsjo Add a lowercase parameter to ff_data_to_hex libavformat
2010-03-24 mstorsjo Make ff_rtsp_send_cmd simply call ff_rtsp_send_cmd_with_content libavformat
2010-03-24 vitor Fix warnings in NUT demuxer: libavformat
2010-03-24 lu_zero Issue a warning if the received CSeq isn't the expected one libavformat
2010-03-24 mstorsjo Split out http authentication handling into a separate file libavformat
2010-03-24 vitor Fix warning: libavformat
2010-03-24 mstorsjo Handle errors returned from ff_rtsp_read_reply in udp_read_packet properly libavformat
2010-03-24 rbultje Move put_le16_nolen() to asf.c and give it a ff_ prefix. This way, it is easier libavformat
2010-03-24 cehoyos Silence ridiculous gcc warning. libavformat
2010-03-24 benoit Mask away AVSEEK_FORCE properly in some checks in url_fseek() libavformat
2010-03-23 jbr Put ff_flac_write_header() in a separate C file to allow it to be shared without libavformat
2010-03-23 cehoyos Fix seeking in DV when filesize is unknown. libavformat
2010-03-23 mstorsjo Handle multiple RTSP transport options properly by adding all of them into the mask libavformat
2010-03-23 mstorsjo Parse options in the RTSP URL only from the last question mark onwards libavformat
2010-03-23 mstorsjo Reconstruct the RTSP URL, in order to remove the auth part from the URL sent to the server libavformat
2010-03-22 jbr Move ff_flac_write_header() to flacenc.h, which removes the Matroska muxer's libavformat
2010-03-22 michael Dont senselessly fail on rawvideo that isnt 3 files per frame. libavformat
2010-03-22 mstorsjo RTP depacketization of Theora libavformat
2010-03-22 mstorsjo Reindent libavformat
2010-03-22 mstorsjo Add support for TCP as lower transport in the RTSP muxer libavformat
2010-03-22 mstorsjo Interpret valueless attributes in AMR ftmp lines as being 1 libavformat
2010-03-22 mstorsjo Use the caller's RTSPMessageHeader in rtsp_setup_input_streams libavformat
2010-03-21 jbr Fix FLAC demuxer dependencies. libavformat
2010-03-21 stefano Make av_open_input_file() return AVERROR_INVALIDDATA rather than libavformat
2010-03-20 jbr Add Changelog entry and bump lavf micro version for the addition of libavformat
2010-03-20 jbr Add VorbisComment writing to Ogg/FLAC and Ogg/Speex files. libavformat
2010-03-20 jbr Add VorbisComment writing to FLAC files. libavformat
2010-03-18 stefano Make url_fseek() return AVERROR_EOF rather than AVERROR(EPIPE) if end libavformat
2010-03-17 rbultje Cast sample_fmt (as read from bitstream as a 16-bit value) to int16, so that libavformat
2010-03-16 mru Fix erroneous behaviour when format probe hits end of file libavformat
2010-03-15 aurel rename av_read_frame_flush to ff_read_frame_flush libavformat
2010-03-15 aurel rename av_program_add_stream_index to ff_program_add_stream_index libavformat
2010-03-15 bcoudurier Correctly write last 0 lacing value when packet size is multiple of 255, patch by Greg Maxwell, gmaxwell at gmail dot com libavformat
2010-03-15 michael Add AVSEEK_FORCE flag to indicate that the code should attempt to seek libavformat
2010-03-15 aurel matroskadec: fix missing dependency libavformat
2010-03-15 jai_menon cosmetics : Print newline after error message. libavformat
2010-03-15 mstorsjo Reindent libavformat
2010-03-15 mstorsjo Don't let ff_rtsp_read_reply skip interleaved RTP/TCP packets in rtsp_write_packet. libavformat
2010-03-15 mstorsjo Make rtsp_skip_packet non-static, add ff prefix libavformat
2010-03-15 mstorsjo Reindent libavformat
2010-03-15 mstorsjo RTSP: Synchronize the start time of the chained RTP muxers libavformat
2010-03-15 mstorsjo Use AVFormatContext.start_time_realtime in the RTP muxer libavformat
2010-03-15 mstorsjo Move the NTP offset definitions to internal.h libavformat
2010-03-15 mstorsjo Add a new field AVFormatContext.start_time_realtime libavformat
2010-03-15 benoit riff: don't pad extradata when writing ASF. libavformat
2010-03-15 aurel matroskadec: use more appropriate error code libavformat
2010-03-14 aurel move ff_url_split() and ff_url_join() declarations to internal.h libavformat
2010-03-14 stefano Move the probe loop from av_open_input_file() into its own method libavformat
2010-03-14 reimar Avoid creating tiny (possibly only 64 bytes large) audio packets resulting in libavformat
2010-03-13 stefano Replace all the occurrences of AVERROR_EIO with AVERROR(EIO), and mark libavformat
2010-03-13 conrad oggdec: Set packet duration for ogm streams libavformat
2010-03-12 aurel matroskadec: add support for SIPR audio tracks libavformat
2010-03-12 aurel export rm_reorder_sipr_data() for future use by matroska demuxer libavformat
2010-03-12 aurel export sipr_subpk_size for future use by matroska demuxer libavformat
2010-03-12 conrad oggdec: Pass packets to header() until the stream is done with them libavformat
2010-03-12 conrad oggdec: Parse ogm chapters libavformat
2010-03-12 conrad oggdec: Cosmetics libavformat
2010-03-12 conrad oggdec: Read ogm metadata libavformat
2010-03-12 conrad Const correctness for vorbis_comment libavformat
2010-03-12 conrad oggdec: Metadata is per-stream; don't merge multiple streams' together libavformat
2010-03-12 conrad Add ff_ prefix to vorbis_comment libavformat
2010-03-11 mstorsjo Fix a crash in the H.263 RTP packetizer libavformat
2010-03-11 pross Prevent memory leak introduced in r22389 in Bink demuxer: pass partial packets to decoder. libavformat
2010-03-11 mstorsjo Cosmetics, break a long line, fix brace placement libavformat
2010-03-11 mstorsjo RTSP muxer: Create the SDP with the numerical IP of the peer libavformat
2010-03-11 conrad oggdec: Seek to keyframes libavformat
2010-03-11 conrad oggdec: Determine pts and filepos on a packet basis in read_timestamp libavformat
2010-03-11 conrad oggdec: Move PTS/DTS calculation to a function libavformat
2010-03-11 conrad oggdec: Fix memory leak in setting up vorbis headers libavformat
2010-03-11 conrad oggdec: Don't use ogg_stream's seq for vorbis or speex headers libavformat
2010-03-11 conrad oggdec: Fix duration calculation for streams with non-zero start libavformat
2010-03-11 conrad oggdec: Parse skeleton to determine the start time of each stream libavformat
2010-03-11 conrad oggdec: Check that we have a codec in gptopts (needed for skeleton) libavformat
2010-03-11 conrad oggdec: Move ogg_find_stream and ogg_gptopts to oggdec.h libavformat
2010-03-11 conrad oggdec: Set data_offset to the right value libavformat
2010-03-11 conrad oggdec: Save offset of the page needed to reconstruct the current packet libavformat
2010-03-10 mstorsjo Make the ntp_time function available to other parts of libavformat, as ff_ntp_time libavformat
2010-03-10 benoit Fix ffm_close return type. libavformat
2010-03-10 vitor Fix memory leak in FFM demuxer libavformat
2010-03-10 bcoudurier In mpegts muxer, free adts context and temporary data libavformat
2010-03-10 bcoudurier reindent libavformat
2010-03-10 mstorsjo Include os_support.h which has a fallback declaration of socklen_t libavformat
2010-03-10 mstorsjo Using struct timeval requires sys/time.h, fixes compilation on some OSes libavformat
2010-03-09 mstorsjo Use rt->control_uri consequently instead of s->filename in all RTSP commands libavformat
2010-03-09 michael Add special case to avoid binary search when appending index entries. libavformat
2010-03-09 mstorsjo RTSP: Resolve and use the actual IP address of the peer we're connected to, libavformat
2010-03-09 pross Remove static function name prefixes from American Laser Games MM demuxer libavformat
2010-03-09 pross Ensure Bink demuxer returns AVERROR code when av_get_packet() fails libavformat
2010-03-09 conrad mkvenc: Handle negative timestamps correctly libavformat
2010-03-09 conrad mkvenc: Don't try to write packets with unknown timestamps libavformat
2010-03-09 conrad mkvenc: write dts for VFW mode libavformat
2010-03-09 bcoudurier Fix encoder metadata string langcode in mov muxer libavformat
2010-03-09 bcoudurier Correctly mark mov metadata as utf-8, using iso language code libavformat
2010-03-09 bcoudurier In mov demuxer, convert mac encoded strings to utf-8 libavformat
2010-03-09 daniel Kega Game Video (KGV1) decoder libavformat
2010-03-09 bcoudurier Preallocate index entries in mov demuxer, huge speedup libavformat
2010-03-09 bcoudurier In mpegts muxer, write adts header if aac bitstream does not contain it libavformat
2010-03-08 bcoudurier In mpegts muxer, search for h264 aud nal, it might not be the first nal. libavformat
2010-03-08 stefano Remove definition of match_ext(), which is declared under #ifdef libavformat
2010-03-08 bcoudurier mpegts vbr muxing, activated when muxing rate is not supplied by the libavformat
2010-03-08 stefano Replace last occurrence of the deprecated match_ext() with libavformat
2010-03-08 bcoudurier Start continuity counter at 0 for pmt as well libavformat
2010-03-08 bcoudurier Start continuity counter at 0 for streams libavformat
2010-03-08 bcoudurier 10l typo, fix ts total bit rate computation libavformat
2010-03-08 mru Move resolve_host() to ffserver.c libavformat
2010-03-08 benoit Use ASF supports "markers" which are a name and a time stamp to create libavformat
2010-03-08 mstorsjo Add doxygen documentation for ff_url_split libavformat
2010-03-08 mstorsjo Reindent libavformat
2010-03-08 mstorsjo Rename url_split to ff_url_split libavformat
2010-03-08 mru Revert "Move the probe loop from av_open_input_file() into its own method" libavformat