Mercurial > libavformat.hg
graph
-
Fix breakage introduced by setting the sample_fmt to SAMPLE_FMT_NONE (r20623). This makes libavformat2009-12-14, by banan
-
Make sure the Metadata: header is not printed if the only metadata will not libavformat2009-12-13, by michael
-
Use AV_METADATA_DONT_STRDUP* / use av_malloced metadata instead of strduped libavformat2009-12-13, by michael
-
Add flags to prevent strdup() on arguments to av_metadata_set2(). libavformat2009-12-13, by michael
-
Print extradata in case of failure. I had this in my local tree and it libavformat2009-12-13, by michael
-
RM audio stream version should be 16-bit followed by header size or reserved libavformat2009-12-13, by kostya
-
Make RM demuxer look more like proper demuxer by introducing codec tags libavformat2009-12-13, by kostya
-
Do not try to interact with RTMP server after "stop" command was received. libavformat2009-12-11, by kostya
-
Flip the comparission direction of vid+audio+priv1 and pspack, it appears to have libavformat2009-12-08, by michael
-
5l trocadero: RTMP channel ID lies in range 3-65599, uint8_t is too small for it libavformat2009-12-03, by kostya
-
Send connect() and createStream() in RTMP system channel, not video channel. libavformat2009-12-03, by kostya
-
RTMP packets with one-byte header use previous packet timestamp difference, so libavformat2009-12-03, by kostya
-
Update Changelog, documentation, and libavformat minor version number for libavformat2009-12-03, by ramiro
-
print error message when image2 muxer fail to compute frame filename libavformat2009-12-01, by bcoudurier
-
use AVFormatContext in av_log, better than AVCodecContext when multiple streams are present libavformat2009-12-01, by bcoudurier
-
Write timestamp deltas, not timestamps, for RTMP packets with partial header libavformat2009-12-01, by kostya
-
Full-header RTMP packets contain real timestamp, others contain timestamp libavformat2009-12-01, by kostya
-
7l trocadero: reading right into enum variable may cause unwanted effects, use libavformat2009-12-01, by kostya
-
Print a warning if the duration is estimated from the bitrate, as this is libavformat2009-11-30, by michael
-
10l, pix_fmt should be set by the motionpixels decoder, not by the demuxer. libavformat2009-11-26, by reimar
-
Update ffserver to include all basic x264 parameters in .ffm files. libavformat2009-11-24, by darkshikari
-
Determine VOC block length when length field is zero, fixes issue1538. libavformat2009-11-24, by pross
-
set mp3 timebase to the lcm of all mp3 sample rates to fix frame duration libavformat2009-11-22, by bcoudurier
-
When searching for AMF object field value, try to find that object first libavformat2009-11-22, by kostya
-
Do not write an extra byte in the iTunes 'hdlr' tag. The files on iTMS have an libavformat2009-11-22, by jbr
-
Do D10 AES3 audio conversion in-place instead of using a large on-stack buffer. libavformat2009-11-20, by reimar
-
Add codec id for Flash screen codec v2 and hook it up in FLV demuxer libavformat2009-11-20, by daniel
-
Search relative path according to alias record when opening mov reference files. libavformat2009-11-15, by bcoudurier
-
Add some "#if"s to avoid compiling the RTSP code when the RTSP demuxer libavformat2009-11-13, by lucabe
-
Move some some functions around, so that splitting the SDP code out of libavformat2009-11-12, by lucabe
-
Debug print MP4 objectTypeIndication in hex not decimal as values are listed in libavformat2009-11-12, by alexc
-
Increase default value for max_analyze_duration, fixes issue 1506, a regression. libavformat2009-11-09, by cehoyos
-
Let pmt override stream info when encoutered later in the ts file. libavformat2009-11-08, by bcoudurier
-
Support some LATM AAC streams (they can be decoded with MPlayer). libavformat2009-11-07, by cehoyos
-
10l: WavPack demuxer forgot to seek back to initial position after block libavformat2009-11-06, by kostya
-
Fix a typo in rtp_h264.c:parse_h264_sdp_line(). Patch by Gordon Irlam libavformat2009-11-05, by lucabe
-
If custom sampling rate is set in WavPack file, parse first block to find libavformat2009-11-05, by kostya
-
Initialize block_parsed before reading first block header in WavPack demuxer, libavformat2009-11-05, by kostya
-
do not redundantly set stream nb_frames, it's already set in read_stts libavformat2009-11-05, by bcoudurier
-
compute dts shift with ctts value, cslg atom might be missing, fix #419 libavformat2009-11-05, by bcoudurier
-
warn if stream timescale is not set and set it to 1 to avoid FPE libavformat2009-11-05, by bcoudurier