Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-09-23matroska_read_seek: Fix used streams for subtitle index compensationMichael Niedermayer
2013-09-23rmdec: flush audio packet on seekingMichael Niedermayer
2013-09-23rtmp: fix buffer overflows in ff_amf_tag_contents()Xi Wang
2013-09-23rtmp: fix multiple broken overflow checksXi Wang
2013-08-31avformat/avidec: match first index and first packet size=0 handlingMichael Niedermayer
2013-07-07mpegts: only reopen pmt_cb filter if its different from the previous.Michael Niedermayer
2013-07-07rmdec: Pass AVIOContext to rm_read_metadata()Michael Niedermayer
2013-06-21avformat/libmodplug: Reduce the probe score for small inputMichael Niedermayer
2013-06-20Autodetect idcin only if audio properties allow decoding.Carl Eugen Hoyos
2013-05-18avidec: dont randomly skip packets for offseting the indexMichael Niedermayer
2013-04-02Write broken aac frames to mov files instead of skipping them.Carl Eugen Hoyos
2013-03-27Only test the first frame for missing aac_adtstoasc bistream filter.Carl Eugen Hoyos
2013-03-02Require at least three frames to autodetect loas.Carl Eugen Hoyos
2013-03-01lavf/avio: check for : in filenames for protocols.Nicolas George
2013-01-24matroskaenc: add codec_tag lists back.Carl Eugen Hoyos
2012-12-10avidec: try to support oddly muxed MMES streamMichael Niedermayer
2012-12-10riff: ignore ff_read_riff_info() failure.Michael Niedermayer
2012-12-10riff: retry reading metadata without padding if it fails withMichael Niedermayer
2012-09-13Fix muxing mjpeg in swf.Carl Eugen Hoyos
2012-05-03electronicarts: check bytes per sample for validityJanne Grunau
2012-03-21mxfdec: Only parse next partition pack if parsing forwardTomas Härdin
2012-01-05Revert "rmdec: Avoid allocating huge packets"Michael Niedermayer
2012-01-05lavf: use avg_frame_rate and packet number to exit find_stream_infoMichael Niedermayer
2012-01-05lavf: revert commit bb99ae3ae924c942a634bec7711ec7ee11c38eb9Michael Niedermayer
2012-01-05mkv: Fix a bug where a pointer was cached to an array that might later move d...Chris Evans
2012-01-05electronicarts: Pass error through ea_read_header().Michael Niedermayer
2012-01-05electronicarts: Fix division by zero. Fixes Ticket #793Oana Stratulat
2012-01-04y41p encoder and decoderPaul B Mahol
2012-01-04mpegpsenc: Fix integer overflow of the muxrate calculation.Michael Niedermayer
2012-01-04lavf: ffio_limit(), treat avio_size()==0 as error.Michael Niedermayer
2012-01-04flvdec: Check avpriv_mpeg4audio_get_config() returnMichael Niedermayer
2012-01-04cache: use av_freep instead of av_free in cache_openJean First
2012-01-04flvdec: Check index for being validMichael Niedermayer
2012-01-04nsvdec: Check av_malloc(string_size)Michael Niedermayer
2012-01-04issdemux: Check packet_size for validityMichael Niedermayer
2012-01-04segafilm: fail earlier in case theres not enough bytestream left for aMichael Niedermayer
2012-01-04avio: Fix ffio_limit() when due to seeking past the end less than 0 bytes rem...Michael Niedermayer
2012-01-04asfdec: fix endless loop on EOFMichael Niedermayer
2012-01-04sierravmd: limit packetsize to the amount that could be read.Michael Niedermayer
2012-01-04rmdec: Avoid allocating huge packetsMichael Niedermayer
2012-01-04rpl: Fix near infinite loop in index reading due to missing eof check.Michael Niedermayer
2012-01-04avio: fix handling of , in urlsMichael Niedermayer
2012-01-04udp: support non blocking reads with fifoMichael Niedermayer
2012-01-04udp: Replace double select() by select+mutex+cond.Michael Niedermayer
2012-01-04udp: return circular buffer error if such error happened.Michael Niedermayer
2012-01-04lavf: Add SMJPEG demuxer.Paul B Mahol
2012-01-04ipmovie: fix FPEMichael Niedermayer
2012-01-03mxfdec: Sanity check PreviousPartitionTomas Härdin
2012-01-03mxfdec: Move the current_partition check inside mxf_read_header()Tomas Härdin
2012-01-03mxfdec: Check url_feof() in mxf_read_local_tags()Tomas Härdin