log

age author description
2009-12-01 bcoudurier Change ret type to int64_t because url_fseek returns int64_t. libavformat
2009-12-01 bcoudurier use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat
2009-12-01 kostya Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformat
2009-12-01 kostya Full-header RTMP packets contain real timestamp, others contain timestamp libavformat
2009-12-01 kostya Write header for RTMP packets with channel_id >= 64 correctly libavformat
2009-12-01 kostya Read and write extended timestamps for RTMP packets. libavformat
2009-12-01 kostya 7l trocadero: reading right into enum variable may cause unwanted effects, use libavformat
2009-12-01 michael Support "A format generated by IndigoVision 8000 video server". libavformat
2009-12-01 michael slif aka "SoftLab MPEG-2 I-frames Codec" support. libavformat
2009-11-30 michael Print a warning if the duration is estimated from the bitrate, as this is libavformat
2009-11-30 bcoudurier decode qcelp in aiff, implement #1524, patch by Vitor libavformat
2009-11-29 bcoudurier 100l, max value for timescale is UINT16_MAX libavformat
2009-11-29 bcoudurier remove useless mov timescale field libavformat
2009-11-29 bcoudurier change track timescale to unsigned int, fix warning libavformat
2009-11-29 bcoudurier track time can be 64bit libavformat
2009-11-29 bcoudurier support pcm_f32/64le in mov libavformat
2009-11-29 bcoudurier cosmetics, reindent after last commit libavformat
2009-11-29 bcoudurier support sample rates > INT16_MAX in mov using stsd v2 libavformat
2009-11-27 jai_menon Fix typo. libavformat
2009-11-26 reimar 10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformat
2009-11-24 darkshikari Update ffserver to include all basic x264 parameters in .ffm files. libavformat
2009-11-24 pross Determine VOC block length when length field is zero, fixes issue1538. libavformat
2009-11-23 conrad MOV: cprt is another tag used for copyright libavformat
2009-11-23 conrad MOV: Add several iTunes metadata tags libavformat
2009-11-23 conrad MOV: Fix writing \251wrt metadata (r20453 only fixed the demuxer) libavformat
2009-11-22 bcoudurier set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformat
2009-11-22 jbr Add MP4 object type for ALS. libavformat
2009-11-22 kostya When searching for AMF object field value, try to find that object first libavformat
2009-11-22 kostya Print error when RTMP protocol can't open connection libavformat
2009-11-22 kostya Pass only useful FLV metadata from RTMP stream libavformat
2009-11-22 jbr Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformat
2009-11-20 reimar Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformat
2009-11-20 daniel FLV muxer support for Flash screen codec v2 libavformat
2009-11-20 daniel Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformat
2009-11-19 bcoudurier use AVFormatContext in dprintf libavformat
2009-11-18 diego Add functions to return library license and library configuration. libavformat
2009-11-15 bcoudurier Search relative path according to alias record when opening mov reference files. libavformat
2009-11-13 lucabe Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformat
2009-11-12 stefano Split overly long line in doxy. libavformat
2009-11-12 lucabe Split the sdp_read_packet() function out of rtsp_read_packet(). libavformat
2009-11-12 lucabe Move some some functions around, so that splitting the SDP code out of libavformat
2009-11-12 alexc Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformat
2009-11-11 diego Add '#undef fprintf' before PRINT macro that uses fprintf. libavformat
2009-11-11 alexc Add a channels field to MPEG4AudioConfig. libavformat
2009-11-09 cehoyos Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformat
2009-11-08 cehoyos Use enum instead of integer types where appropriate. libavformat
2009-11-08 cehoyos Use CODEC_ID_NONE instead of 0 for enum CodecID. libavformat
2009-11-08 bcoudurier move code to avoid forward declaration libavformat
2009-11-08 bcoudurier Let pmt override stream info when encoutered later in the ts file. libavformat
2009-11-07 cehoyos Support some LATM AAC streams (they can be decoded with MPlayer). libavformat
2009-11-07 jbr Do not set AVCodecContext.sample_fmt in the TMV and SoX demuxers. libavformat
2009-11-06 bcoudurier change \0xa9enc tag metadata name to encoder to match id3v2 libavformat
2009-11-06 kostya 10l: WavPack demuxer forgot to seek back to initial position after block libavformat
2009-11-05 lucabe Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformat
2009-11-05 bcoudurier 10l, typo libavformat
2009-11-05 kostya If custom sampling rate is set in WavPack file, parse first block to find libavformat
2009-11-05 kostya Initialize block_parsed before reading first block header in WavPack demuxer, libavformat
2009-11-05 bcoudurier do not redundantly set stream nb_frames, it's already set in read_stts libavformat
2009-11-05 bcoudurier compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformat
2009-11-05 bcoudurier check that duration is set to avoid fpe libavformat