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

github.com/mpc-hc/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-08-18ffmenc: switch to av_assertMichael Niedermayer
2012-08-17Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-17rtmp: Use int instead of ssize_tMartin Storsjö
2012-08-16rtmp: Add support for receiving incoming streamsJordi Ortiz
2012-08-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-16Support reading 16-channel lxf files.Carl Eugen Hoyos
2012-08-16srtenc: Add timing-less "subrip" encoder.Philip Langdale
2012-08-16lavf: minor bump for avformat_queue_attached_pictures()Michael Niedermayer
2012-08-16avformat: export queue_attached_picturesMichael Niedermayer
2012-08-16dv: fix null ptr dereferenceMichael Niedermayer
2012-08-16Add some more missing includes after removing the implicit common.hMartin Storsjö
2012-08-15rtmp: Automatically compute the hash for SWFVerificationSamuel Pitoiset
2012-08-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-15rtmp: Add support for SWFVerificationSamuel Pitoiset
2012-08-15movdec: Try to recover from overreading atomsMichael Niedermayer
2012-08-14rtmp: Gracefully ignore _checkbw errors by tracking themSamuel Pitoiset
2012-08-14rtmp: Do not send _checkbw calls as notificationsSamuel Pitoiset
2012-08-14Add ICO muxerMichael Bradshaw
2012-08-14Check for avio fail in avformat_write_header, av_write_frameAndrey Utkin
2012-08-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-14lavf: probe PGS subtitles definition.Nicolas George
2012-08-14asfdec: ignore too tiny indexesMichael Niedermayer
2012-08-13rtmp: handle bytes read reportsLuca Barbato
2012-08-13hls: Initialize stream_offset before find_stream_info.Michael Niedermayer
2012-08-13hls: check that the streams have been initialized before checking their disca...Michael Niedermayer
2012-08-13riffenc: fix aacMichael Niedermayer
2012-08-13oggparsetheora: fix metadata parsingMichael Niedermayer
2012-08-12mov: remux AALP tagPiotr Bandurski
2012-08-12lavf: reimplement is_intra_only() by using the AVCodecContext codec descriptorMichael Niedermayer
2012-08-12Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-12lavf: Detect discontinuities in timestamps for framerate/analyzeduration calc...Martin Storsjö
2012-08-12lavf: Initialize the stream info timestamps in avformat_new_streamMartin Storsjö
2012-08-12id3v2: Match PIC mimetype/format case-insensitivelyMohammad Alsaleh
2012-08-12lavf: do not discard correct dts in favor of wrong pts for vc1-wmapro.ismMichael Niedermayer
2012-08-12mov: add av_dlog() to CTTS reading code like is already done in STTS.Michael Niedermayer
2012-08-11asfdec: fix FRAME_HEADER_SIZEMichael Niedermayer
2012-08-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-11rtmp: split chunk_size var into in_chunk_size and out_chunk_sizeJordi Ortiz
2012-08-11rtmp: Factorize the code by adding find_tracked_methodSamuel Pitoiset
2012-08-11lavf: simplify is_intra_only() by using codec descriptors.Anton Khirnov
2012-08-11mp3enc: fix CODEC_ID/CodecID that leaked in from older patchMichael Niedermayer
2012-08-10mp3/mp2: identify the video codecs as APIC through query_codec.Michael Niedermayer
2012-08-10lavf: return APIC fourcc from query_format() if the codec is supported as an ...Michael Niedermayer
2012-08-10iff: replace av_abort by av_assert0Michael Niedermayer
2012-08-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-08-10dict: add av_dict_count()Mans Rullgard
2012-08-10rtmp: Factorize the code by adding handle_invoke_errorSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_statusSamuel Pitoiset
2012-08-10rtmp: Factorize the code by adding handle_invoke_resultSamuel Pitoiset
2012-08-09ffmenc: replace if/abort with assert()Mans Rullgard