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-07-30flacdec: fix memleaksPaul B Mahol
2012-07-30options: Fix warning about incompatible pointer typejamal
2012-07-30Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-30Merge commit 'fe1c1198e670242f3cf9e3e1eef27cff77f3ee23'Michael Niedermayer
2012-07-29flvdec: remove spurious use of stream idLuca Barbato
2012-07-29lavf: deprecate r_frame_rate.Anton Khirnov
2012-07-29lavf: round estimated average fps to a "standard" fps.Anton Khirnov
2012-07-29lavf: use dts difference instead of AVPacket.duration in find_stream_info()Anton Khirnov
2012-07-29avf: introduce nobuffer optionLuca Barbato
2012-07-29lavf/apetag: move common stuff between writer and reader to single filePaul B Mahol
2012-07-29lavf/smacker: remove bogus video from .long_namePaul B Mahol
2012-07-29wvenc: support for ape tagsPaul B Mahol
2012-07-29APE tag writerPaul B Mahol
2012-07-29WavPack muxerPaul B Mahol
2012-07-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-28wv: return meaningful error codes.Anton Khirnov
2012-07-28wv: return AVERROR_EOF on EOF, not EIO.Anton Khirnov
2012-07-28mp3dec: forward errors for av_get_packet().Anton Khirnov
2012-07-28mp3dec: remove a pointless local variable.Anton Khirnov
2012-07-28mp3dec: remove commented out cruft.Anton Khirnov
2012-07-28lavf: remove commented out cruft in avformat_find_stream_info()Anton Khirnov
2012-07-28Add missing libavutil/time.h includes.Anton Khirnov
2012-07-28avio: Document that write_packet() is not allowed to change its inputMichael Niedermayer
2012-07-28hls: Proceed to the next segment at any error codeMartin Storsjö
2012-07-28tls: Return AVERROR_EOF if the TLS_read/write functions return 0Martin Storsjö
2012-07-28Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-27Fix aiff demuxer dependencies.Carl Eugen Hoyos
2012-07-27mxfdec: fix off by one error in d10 aes3 decodingMarton Balint
2012-07-27aviobuf: Fix warning about discarded qualifierjamal
2012-07-27SubViewer demuxer and decoder.Clément Bœsch
2012-07-26rtmp: Check the buffer length of ping packetsSamuel Pitoiset
2012-07-26rtmp: Allow having more unknown data at the end of a chunk size packet withou...Samuel Pitoiset
2012-07-26rtmp: Prevent reading outside of an allocate buffer when receiving server ban...Samuel Pitoiset
2012-07-26Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-26omadec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26loasdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26aacdec: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26hls: replace probsize=0 by noheader flag removial.Michael Niedermayer
2012-07-26ff_add_index_entry: reject AV_NOPTS_VALUEMichael Niedermayer
2012-07-26lavf: move generic index generation code to a later pointMichael Niedermayer
2012-07-26parse_packet: use pkt.pos always instead of the avparser offset.Michael Niedermayer
2012-07-26wav: switch to AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26ff_raw_audio_read_header: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26flacdec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26mp3dec: mark as AVSTREAM_PARSE_FULL_RAWMichael Niedermayer
2012-07-26movenc: fix remuxing of yuv2Piotr Bandurski
2012-07-26probe_codec: fix memory corruptionMichael Niedermayer
2012-07-26Support urlencoded http authentication credentialsAntti Seppälä
2012-07-26rtmp: Return an error when the client bandwidth is incorrectSamuel Pitoiset
2012-07-26rtmp: Return proper error code in handle_server_bwSamuel Pitoiset