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
2015-08-19libavformat/matroskaenc.c: fix small memory leaks on errorNeil Birkbeck
2015-08-18FF_OPT_TYPE_* -> AV_OPT_TYPE_*.Ronald S. Bultje
2015-08-18Replace av_dlog with ff_dlog.Ronald S. Bultje
2015-08-18Merge commit '317cfaa5e09755ed0b34af512ec687963a67bdbf'Hendrik Leppkes
2015-08-18Merge commit '26ac22e5e7394346e9d59f800e7d4e91f4518d33'Hendrik Leppkes
2015-08-16asfdec: prevent the memory leak in the asf_read_metada_objAlexandra Hájková
2015-08-16hlsenc: Use AV_TIME_BASE units for all the computationsLuca Barbato
2015-08-16lavf/matroskadec: Fully parse and repack MP3 packetsRodger Combs
2015-08-14mxfdec: set AVFMT_SEEK_TO_PTS demuxer flagMarton Balint
2015-08-14lavf/mpegts: apply misc option description fixesStefano Sabatini
2015-08-14avformat/rmdec: MLTI with multiple MDPR supportMichael Niedermayer
2015-08-14avformat/rmdec: Move MLTI handling out of ff_rm_read_mdpr_codecdata()Michael Niedermayer
2015-08-14lavf/ftp: implement NLST methodMariusz Szczepańczyk
2015-08-13avformat/wavdec: Detect wrongly interpreted specification about the sample va...Michael Niedermayer
2015-08-13avformat/wavdec: Do not discard sample_count due to roundingMichael Niedermayer
2015-08-13avformat/tls_gnutls: correct version detection for certificate supportGanesh Ajjanagadde
2015-08-13avisynth: fix setting stream timebaseMarton Balint
2015-08-12avformat/avidec: Simplify dshow_block_align based special case detectionMichael Niedermayer
2015-08-12avformat: Move MAX_PROBE_PACKETS to internal.hMichael Niedermayer
2015-08-12movenc: Add a new flag for writing global sidx indexes for dashMartin Storsjö
2015-08-12avformat/avidec: Disable AVSTREAM_PARSE_TIMESTAMPS for flacMichael Niedermayer
2015-08-12avformat/avidec: Add flac to the dshow_block_align exception listMichael Niedermayer
2015-08-11concatdec: fix broken file_inpoint calculationMarton Balint
2015-08-10avformat/ftp: Use av_freep() for dir_bufferMichael Niedermayer
2015-08-10lavf/ftp: properly read an empty pathMariusz Szczepańczyk
2015-08-10lavf/ftp: implement directory listing callbacksLukasz Marek
2015-08-10Merge commit '5f200bbf98efe50f63d0515b115d2ba8dae297bc'Hendrik Leppkes
2015-08-10Merge commit '83f254e65f938657a4dbec711e4c94252a72daf9'Hendrik Leppkes
2015-08-10Merge commit '8e34089e265a6b01e1e3301e8864439d26793753'Hendrik Leppkes
2015-08-10movenc: Place the sidx index after the initial moov/mdat pairMartin Storsjö
2015-08-10movenc: Rename reserved_moov_pos to reserved_header_posMartin Storsjö
2015-08-10movenc: Check that frag_info entries exist in mov_write_sidx_tagMartin Storsjö
2015-08-10avformat/gifdec: correct r_frame_rate for single frame gifsMichael Niedermayer
2015-08-07Merge commit 'e5997152f54f790229c99f237f8eb6b5b1ee683a'Hendrik Leppkes
2015-08-07Merge commit '944f60866f507e3c0850ae9c2f30dac1da54587c'Hendrik Leppkes
2015-08-06avformat/matroskaenc: Avoid "for (int i" syntax for better compatibilityMichael Niedermayer
2015-08-05libavformat/matroska: Write stream durations in metadata, in the format of mk...Sasi Inguva
2015-08-04asf: Use time_t where neededLuca Barbato
2015-08-04lavf/swf: Fix auto-detection of compressed files.Carl Eugen Hoyos
2015-08-04asfdec: read values properlyAlexandra Hájková
2015-08-04lavf/mxfdec: support segmented frame layout as separate fields layoutMatthieu Bouron
2015-08-02Merge commit 'fdbc544d29176ba69d67dd879df4696f0a19052e'Hendrik Leppkes
2015-08-02Merge commit '33dc1913ab7aaefc991b3e665d1d0b5d0b088672'Hendrik Leppkes
2015-08-02Merge commit '78491fe8cfed83d2aead95dafe26f0d3f999e961'Hendrik Leppkes
2015-08-02Merge commit 'cd4d9df22738e6f147521ccb72c7930db6050914'Hendrik Leppkes
2015-08-02asfdec: prevent the memory leak while reading metadataAlexandra Hájková
2015-08-02avformat/mov: fix regression in processing .aax filesVesselin Bontchev
2015-08-01lavf/http: Implement server side network code.Stephan Holljes
2015-08-01lavf/tcp: increase range for listen and call the underlying socket operations...Stephan Holljes
2015-08-01lavf/tcp: add tcp_acceptStephan Holljes