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-07-24Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-24riff: fix remuxing of G723_1 in wavPiotr Bandurski
2012-07-24rtmp: Add credit/copyright to librtmp authors for parts of the RTMPE codeMartin Storsjö
2012-07-24Revert "lavf: count skipped samples for initial timestamps."Michael Niedermayer
2012-07-24rtmp: Move the CONFIG_ condition into the if conditionsSamuel Pitoiset
2012-07-24build: Skip compiling rtmpdh.h if ffrtmpcrypt protocol is not enabledDiego Biurrun
2012-07-24rtmpproto: fix compilation without optimizationsMichael Niedermayer
2012-07-24cosmetics: iff: split very long linePaul B Mahol
2012-07-24rtp: Only choose static payload types if the sample rate and channels are rightAdriano Pallavicino
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23wav: init st to NULL to avoid a false-positive warning.Clément Bœsch
2012-07-23RTMPTE protocol supportSamuel Pitoiset
2012-07-23RTMPE protocol supportSamuel Pitoiset
2012-07-23rtmp: Add ff_rtmp_calc_digest_pos()Samuel Pitoiset
2012-07-23rtmp: Rename rtmp_calc_digest to ff_rtmp_calc_digest and make it globalSamuel Pitoiset
2012-07-23lavf: use conditional notation for default codec in muxer declarations.Ronald S. Bultje
2012-07-23Merge remote-tracking branch 'dwbuiten/master'Michael Niedermayer
2012-07-23Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-23wav: Add check for 'fmt' tag in SMV codeDerek Buitenhuis
2012-07-23Merge commit '1470ce21cec5ee26e106e2a884c26bbf84e5aaea'Michael Niedermayer
2012-07-22tls: TLS/SSL serverPeter Ross
2012-07-22tls: parse uri path options to underlying tcp URLContextPeter Ross
2012-07-22tls: verify optionPeter Ross
2012-07-22tls: cafile, cert, key optionsPeter Ross
2012-07-22av_url_split: dont let '/' char whallop '?' charPeter Ross
2012-07-22Fix yuv4mpeg parsing of 'mono16' files.Steven Robertson
2012-07-22matroskadec: return more correct error code on read error.Anton Khirnov
2012-07-22Bump libavcodec and libavformat minor versions for G.723.1 decoder and demuxerKostya Shishkov
2012-07-22G.723.1 demuxer and decoderMohamed Naufal Basheer
2012-07-22Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-21rtsp: remove terminal comma in FF_RTP_FLAG_OPTS macro.Ronald S. Bultje
2012-07-21iff: pass context to av_log_ask_for_samplePaul B Mahol
2012-07-21mpegenc: remove disabled codeDiego Biurrun
2012-07-21iff: remove dupe ID_ANNO definitionPaul B Mahol
2012-07-21riff: add G723_1 wav tagPiotr Bandurski
2012-07-21Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20udp: fix compilation when HAVE_PTHREAD_CANCEL isnt definedMichael Niedermayer
2012-07-20lavf: make cmdutils's check_stream_specifier public.Nicolas George
2012-07-20matroska: add support for Opus.Nicolas George
2012-07-20oggdec: add support for Opus codec.Nicolas George
2012-07-20cafdec: allow larger ALAC magic cookieJustin Ruggles
2012-07-20lavf: count skipped samples for initial timestamps.Nicolas George
2012-07-20lavf: set pkt_timebase at the same time as stream->time_base.Nicolas George
2012-07-20Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-07-20lavf/udp: warn in case the circular_buffer_size or overrun_nonfatal options a...Stefano Sabatini
2012-07-19avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF demuxerJustin Ruggles
2012-07-19caf: use int64_t for num_packetsJustin Ruggles
2012-07-19caf: fix 'pakt' chunk parsingJustin Ruggles
2012-07-19caf: support either old or new style ALAC magic kuki chunkJustin Ruggles
2012-07-19mxfdec: simplify code by using av_calloc()Michael Niedermayer