Mercurial > libavformat.hg
graph
-
Fix msgsm in wav, do not set blkalign to frame size, this is wrong, libavformat2008-09-04, by bcoudurier
-
matroska: subtitle display duration must be stored in pkt->convergence_duration libavformat2008-09-04, by aurel
-
actually write dac3 atom, patch by Kurtnoise, kurtnoise at free dot fr libavformat2008-09-04, by bcoudurier
-
skip 2 bytes more when parsing ac3 frame, syncword 16bits + crc 16bits, libavformat2008-09-04, by bcoudurier
-
Change doxygen comment: Clarify when av_write_trailer should be called. libavformat2008-09-03, by reimar
-
Remove unused code that used to handle protocol concatenation, i.e. trying libavformat2008-09-03, by rbultje
-
Implement Realmedia/RTSP-compatible SETUP command. This includes calculation libavformat2008-09-03, by rbultje
-
Move av_set_pts_info() inside the mdpr_read_codecdata() call, so that it is libavformat2008-09-03, by rbultje
-
Use chunk-size in function calling mdpr_read_codecdata() rather than in the libavformat2008-09-03, by rbultje
-
Fix an invalid free in the AVI muxer when an unsupported audio track is added. libavformat2008-09-02, by diego
-
Replace generic CONFIG_MUXERS preprocessor conditionals by more specific libavformat2008-09-02, by diego
-
change back to using CONFIG_*_DEMUXER for ac3_eac3_probe(), but use it libavformat2008-09-01, by jbr
-
Remove useless "else" case in if X { A; return }; else { B }. See discussion libavformat2008-09-01, by rbultje
-
Some RTSP streams use SDP lines longer than 1024 bytes, so the SDP line libavformat2008-09-01, by rbultje
-
copy whole frame in vosData for dnxhd, this code will be used for other codecs too libavformat2008-08-31, by bcoudurier
-
Implement RTSPServerType enum as a way to identify the flavour of RTSP that libavformat2008-08-31, by rbultje
-
merge descriptor write table with essence container uls table and simplify libavformat2008-08-31, by bcoudurier
-
simplify and correctly rewrite metadata in header partition, mark it closed complete libavformat2008-08-31, by bcoudurier
-
Implement RTSP/Realmedia-compatible OPTIONS command. See "Realmedia patch" libavformat2008-08-31, by rbultje