log

age author description
2007-09-05 conrad Fix writing Xiph header sizes libavformat
2007-09-05 conrad Correctly write CodecPrivate element for Vorbis and Theora libavformat
2007-09-05 conrad Compile fix; missed a variable declaration in the last commit libavformat
2007-09-05 conrad Write one cluster and SimpleBlocks for the frames. Should now create playable mkv files for some video codecs (H.264 and VP3 checked) libavformat
2007-09-05 conrad First stab at writing the tracks element, still needs some additional cases for certain codecs libavformat
2007-09-05 conrad Remove useless debug write libavformat
2007-09-05 conrad put_ebml_float() libavformat
2007-09-05 conrad Const correctness libavformat
2007-09-05 conrad Get rid of put_ebml_utf8(); the error checking that would have distinguished it from put_ebml_string() belongs elsewhere in lavf. libavformat
2007-09-05 conrad Cosmetics: align nicely for better readibility libavformat
2007-09-05 conrad Simplify libavformat
2007-09-05 conrad Beginning of mkv muxer, only EBML head is written correctly libavformat
2007-09-04 ramiro Treat dc1394 as a library libavformat
2007-09-04 melanson simplify PTS handling libavformat
2007-09-03 lucabe Fill the buffer with 0 before writing an SDP in it libavformat
2007-09-03 benoit If a stream has no start time, but the first packet has a 'pts', use that libavformat
2007-09-03 lucabe Set the "B" flag in the payload header libavformat
2007-09-03 lucabe Set the "TR" field in the payload header libavformat
2007-09-03 lucabe Correctly set the "P" field in the payload header libavformat
2007-09-03 jbr fix probe buffer issue. patch by Wolfram Gloger {wmglo at dent.med.uni-muenchen.de}. libavformat
2007-09-02 michael workaround ms (lack of) intelligence in their design of dvr-ms libavformat
2007-08-31 conrad SimpleBlock keyframe flag is the most significant bit libavformat
2007-08-30 diego cosmetics: Sort some lines, whitespace changes. libavformat
2007-08-29 lucabe Correct packetization for MPEG video frames, and correct setting of the libavformat
2007-08-29 lucabe Remove commented code (payload header extension) libavformat
2007-08-28 lu_zero Backport fix for mpegvideo rtp, fixes Issue119, original fix from Dario Gallucci <dariodotgallucciatpolito.it> in feng libavformat
2007-08-27 rtogni Change 4xm demuxer and video decoder to pass the video format version in libavformat
2007-08-27 diego Remove unused variable. libavformat
2007-08-25 lucabe Use correct timescale in RTSP seeking libavformat
2007-08-24 lucabe Remove copyright from a function prototype libavformat
2007-08-24 lucabe Move the RTP packetization code for MPEG12 video in its own file (rtp_mpv.c) libavformat
2007-08-24 conrad Add V_SNOW libavformat
2007-08-23 kostya Take ring frame into account when demuxing. libavformat
2007-08-22 diego Identifiers starting with underscores are reserved. libavformat
2007-08-20 bcoudurier support swink created files which have soi/eoi broken tags reversed libavformat
2007-08-18 michael Do not butcher start_time in av_estimate_timings_from_bit_rate(). libavformat
2007-08-18 michael When looking for the last packet in each libavformat
2007-08-18 michael There is no guarantee that every stream will libavformat
2007-08-18 michael fix cur_dts at the end of av_estimate_timings_from_pts() libavformat
2007-08-18 michael more verbose doxy for duration (from patch by neilb suse de) libavformat
2007-08-18 michael mention that start_time maybe AV_NOPTS_VALUE (from patch by neilb suse de) libavformat
2007-08-17 ramiro Allow pipe: URL to take fd number as input libavformat
2007-08-17 ramiro Indent for next commit libavformat
2007-08-17 diego spelling/wording cosmetics libavformat
2007-08-17 benoit store asf streaming bitrates consistently libavformat
2007-08-16 ramiro Set UDP receive buffer to 64k libavformat
2007-08-16 aurel cosmetic: indentation libavformat
2007-08-16 aurel Don't pre-scale default_duration to avoid precision loss in fps calculation. libavformat
2007-08-16 aurel no need for special case default_duration for AAC libavformat
2007-08-16 aurel calculate default_duration according to framerate only when not already set libavformat
2007-08-16 michael elaborate a little on AVStream.start_time, it seems the comment is not clear libavformat
2007-08-14 aurel Try size 640x480 for FLC files which don't specify their size. libavformat
2007-08-14 michael remove broken movi_end skip-hack-check libavformat
2007-08-14 michael do not misuse movi_end for checking chunk sizes libavformat
2007-08-13 ramiro Use AVERROR_PATCHWELCOME instead of AVERROR(ENOTSUP) libavformat
2007-08-13 diego Make native and libnut NUT muxers mutually exclusive. libavformat
2007-08-13 kostya Support for WavPack version 0x410 (false stereo chunks) libavformat
2007-08-13 michael export 4xm video version libavformat
2007-08-12 michael add support for old flac in ogg libavformat
2007-08-12 michael pass *fr2 chunks to decoder (Toy-Story2_better-image-quality.4xa contains them) libavformat
2007-08-11 aurel Ensure av_tree_insert() is defined before using it. libavformat
2007-08-11 conrad Set dts in tta demuxer libavformat
2007-08-11 michael cola for diego libavformat
2007-08-11 diego Bump minor number, NUT muxer was added. libavformat
2007-08-11 michael simplify libavformat
2007-08-11 michael do not remove FLAG_CODED libavformat
2007-08-11 michael remove useless code, found by oded libavformat
2007-08-10 michael this is debug not info libavformat
2007-08-10 michael 100000l (forgotten return) libavformat
2007-08-10 michael mention AVPROBE_PADDING_SIZE at the read_probe() doxy libavformat
2007-08-10 michael remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) libavformat
2007-08-10 michael flac probe libavformat
2007-08-10 aurel ensure that negative block_time are properly checked libavformat
2007-08-10 michael ensure that the aspect ratio is spec compliant libavformat
2007-08-10 lu_zero fix the packetization mode parsing libavformat
2007-08-10 michael disable TRACE libavformat
2007-08-10 michael muxer should now be spec compliant (though it likely still contains bugs!) libavformat
2007-08-10 michael header repetition libavformat
2007-08-10 michael info packet libavformat
2007-08-10 aurel merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX libavformat
2007-08-10 ramiro 10l: removed pipe_close instead of pipe_read libavformat
2007-08-10 michael more FIXME libavformat
2007-08-10 michael enable nut muxer libavformat
2007-08-10 michael muxer is not yet fully compliant so prevent people from mistakenly using it libavformat
2007-08-09 ramiro Make the pipe URLProtocol share read and write functions with the file URLProtocol libavformat
2007-08-09 ramiro Add initialization and cleanup functions for Winsock libavformat
2007-08-09 michael set back ptr properly libavformat
2007-08-09 michael move syncpoint cache related stuff to common file libavformat
2007-08-09 michael fix forw_ptr crc check libavformat
2007-08-09 michael fix header_checksum libavformat
2007-08-09 michael store headers twice (getting closer to spec compliance ...) libavformat
2007-08-09 michael move header writing into its own function libavformat
2007-08-09 michael get rid of printf libavformat
2007-08-09 michael write frames and syncpoints libavformat
2007-08-09 michael put_t() libavformat
2007-08-09 michael 100l libavformat
2007-08-09 michael 2 FIXME comments libavformat
2007-08-09 michael add a universal fallback frame code for the case that no other applies libavformat
2007-08-09 michael move lsb2full to common file libavformat
2007-08-09 bcoudurier take care to use video track field number as duration libavformat
2007-08-09 michael move crc wrapper to slightly better spot libavformat
2007-08-09 michael move syncpoint timestamp resetting code to a common file libavformat
2007-08-09 michael remove old unused nut (de)muxer libavformat
2007-08-09 michael check forw_ptr CRC libavformat
2007-08-09 michael forw_ptr CRC libavformat
2007-08-09 michael use a dynamic ByteIOContext instead of using the lavf buffer libavformat
2007-08-09 michael move stream header writing into its own function libavformat
2007-08-09 michael move main header writing into its own function libavformat
2007-08-09 michael write correct time_base libavformat
2007-08-09 michael make StreamContext.time_base a pointer libavformat
2007-08-09 michael variables needed for muxer libavformat
2007-08-09 michael write stream headers libavformat
2007-08-09 michael trying to finally get the nut muxer back uptodate libavformat
2007-08-08 alex use proper closesocket defines libavformat
2007-08-08 ramiro Check for winsock2.h instead of __MINGW32__ libavformat
2007-08-08 ramiro MinGW returns EAGAIN instead of EINPROGRESS libavformat
2007-08-06 michael ensure that the codec_id detection in av_find_stream_info() does not libavformat
2007-08-06 michael more verbose error libavformat
2007-08-06 michael ignore preroll, it is generally not what AVStream.start_time should contain libavformat
2007-08-05 lucabe Change avf_sdp_create() to get a pre-allocated buffer as input, and to libavformat