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
2012-06-17Change all uses of restrict to use av_restrict instead.Ronald S. Bultje
2012-06-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-16ffmenc: use av_assertMichael Niedermayer
2012-06-16flacdec: read attached pictures.Anton Khirnov
2012-06-16lavf: don't segfault when a NULL filename is passed to avformat_open_input()Anton Khirnov
2012-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-15segment: remove unnecessary <strings.h> includeJanne Grunau
2012-06-15nutenc: use av_assertMichael Niedermayer
2012-06-15amr: use av_assert()Michael Niedermayer
2012-06-15lavf/aviobuf: use av_assert()Michael Niedermayer
2012-06-15lavf: cosmetic: format else with indentationMichael Bradshaw
2012-06-15lavf/{srt,microdvd}: correctly raise error on avformat_new_stream() error.Clément Bœsch
2012-06-15file: Fix handling of windows named pipesMartin Sliwka
2012-06-15avio: Collect and print statistics of bytes read & seeksMichael Niedermayer
2012-06-15matroskadec: add assert on lack of overflow in pkt_size+offsetMichael Niedermayer
2012-06-15matroskadec: change size check in matroska_decode_buffer() to unsignedMichael Niedermayer
2012-06-15matroskadec: move lace_size check up so it catches all code pathesMichael Niedermayer
2012-06-15matroskadec: change assert to av_assert0()Michael Niedermayer
2012-06-15Fix incorrect unsigned->signed conversion.Dale Curtis
2012-06-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-15riff: use av_assertMichael Niedermayer
2012-06-15rawdec: use av_assert()Michael Niedermayer
2012-06-15pcmdec: use av_assert()Michael Niedermayer
2012-06-14rtmp: Read and handle incoming packets while writing dataSamuel Pitoiset
2012-06-14rtpdec: Don't require frames to start with a Mode A packetMartin Storsjö
2012-06-14asfdec: fix returned error codesMartin T. H. Sandsmark
2012-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-13nutenc: use av_assertMichael Niedermayer
2012-06-13mpegtsenc: use av_assertMichael Niedermayer
2012-06-13rtmp: Add a new option 'rtmp_buffer', for setting the client buffer timeSamuel Pitoiset
2012-06-13rtmp: Set the client buffer time to 3s instead of 0.26sSamuel Pitoiset
2012-06-13rtmp: Handle server bandwidth packetsSamuel Pitoiset
2012-06-13rtmp: Display a verbose message when an unknown packet type is receivedSamuel Pitoiset
2012-06-13rtmp: Tokenize the AMF connection parameters manually instead of using strtok_rMartin Storsjö
2012-06-12rtmp: Fix a possible access to invalid memory location when the playpath is t...Samuel Pitoiset
2012-06-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-12lavf: add a "warning" when discarding a oddly backward subtitle or data start...Michael Niedermayer
2012-06-12lavf: handle data like subtitles in start time calculation.Michael Niedermayer
2012-06-12rtmpproto: replace strtok_r by av_strtok its unavailable in mingwMichael Niedermayer
2012-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-06-11flvenc: use av_assert instead of assertMichael Niedermayer
2012-06-11rtmp: Do not send extension for flv filesSamuel Pitoiset
2012-06-11rtmp: support connection parametersSamuel Pitoiset
2012-06-11mov: export orphan tmcd track metadata to global format metadata.Clément Bœsch
2012-06-11mov: copy timecode metadata from tmcd track to the related video stream.Clément Bœsch
2012-06-11mov: parse tref atom.Clément Bœsch
2012-06-11movenc: add timecode track support.Clément Bœsch
2012-06-11riff: add ISMP/timecode tag.Clément Bœsch
2012-06-10mpegtsenc: prevent pcr_packet_period==0Michael Niedermayer
2012-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer