log

age author description
2009-12-08 michael Add out commented av_log to debug h263_probe. libavformat
2009-12-08 michael Also print the number of invalid packets in the debug output. libavformat
2009-12-08 michael Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformat
2009-12-07 jai_menon AU : demuxed packet size should be sample size aligned. libavformat
2009-12-06 kostya cosmetics: insert space between codeword and left parenthesis libavformat
2009-12-06 kostya Do not send invokes to RTMP server if we are not connected to it. libavformat
2009-12-06 daniel Calls to url_fseek should have their return value checked in libavformat
2009-12-04 kostya cosmetics: reindent after last commit libavformat
2009-12-04 kostya Implement RTMP output (publishing FLV stream to RTMP server). libavformat
2009-12-04 kostya Compress headers for output RTMP packets. libavformat
2009-12-03 kostya Remove duplicating variable libavformat
2009-12-03 kostya 5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformat
2009-12-03 kostya Send connect() and createStream() in RTMP system channel, not video channel. libavformat
2009-12-03 kostya Move "app" string into RTMP protocol context. libavformat
2009-12-03 kostya RTMP packets with one-byte header use previous packet timestamp difference, so libavformat
2009-12-03 ramiro Update Changelog, documentation, and libavformat minor version number for libavformat
2009-12-02 kostya Add another known RTMP channel ID to enum. libavformat
2009-12-02 kostya Move is_input flag into RTMP protocol context. libavformat
2009-12-01 bcoudurier print error message when image2 muxer fail to compute frame filename libavformat
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