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
2014-04-21avformat/pmpdec: remove cur_dts timestamp hackMichael Niedermayer
2014-04-20lavf/pcm: remove redundant checkLukasz Marek
2014-04-20avformat/iff: extend IFF demuxer to decode DSDIFF 64-bit chunksPeter Ross
2014-04-19Merge commit '55ddd700c67529ff2c6c4e976673f1341bba7a82'Michael Niedermayer
2014-04-19Silicon Graphics Movie demuxerPeter Ross
2014-04-19Silicon Graphics RLE 8-bit video decoderPeter Ross
2014-04-19Magic Lantern Video (MLV) demuxerPeter Ross
2014-04-19ff_id3v2_read: add option to limit ID3 magic number searchPeter Ross
2014-04-19ff_id3v2_free_extra_meta: set the pointer pointing to extra_meta to NULLPeter Ross
2014-04-19avformat/wavdec: enlarge probe_packets for wavcsheng
2014-04-18avformat/dsddec: create audio stream before processing id3Peter Ross
2014-04-18DSD Stream File (DSF) demuxerPeter Ross
2014-04-18avformat/replaygain: fix mixed declaration and statementMichael Niedermayer
2014-04-18Merge commit '32d05934abc7427bb90380a4c1ab20a15fd7d821'Michael Niedermayer
2014-04-18Merge commit 'fbd8e042107ec63e0ddf155588c59dcb76007641'Michael Niedermayer
2014-04-17Merge commit 'ae43c10e36197000de2f3cc99ea35727ce98a796'Michael Niedermayer
2014-04-17mp3dec: decode more data from Info headerAlessandro Ghedini
2014-04-17mp3dec: move XING/Info and VBRI parsing into their own functionsAlessandro Ghedini
2014-04-17replaygain: allow exporting already decoded replaygain valuesAlessandro Ghedini
2014-04-17Write sample_aspect_ratio to asf files.Carl Eugen Hoyos
2014-04-17Only insert the icpf atom in ProRes mkv packets if it isn't already present.Carl Eugen Hoyos
2014-04-16Fix compilation with --disable-everything --enable-muxer=avi --disable-network.Anh
2014-04-16avformat/ico: use avmalloc(z)_array()Michael Niedermayer
2014-04-16avformat/mpegenc: try to improve the VBV buffer warningMichael Niedermayer
2014-04-16avformat/mpegts: Remove redundant checkMichael Niedermayer
2014-04-16avformat/hnm: fix decoding of 256x256 videoMichael Niedermayer
2014-04-16avformat/flacdec/flac_read_timestamp: free the correct packetMichael Niedermayer
2014-04-16avformat/flacdec/flac_read_timestamp: dont modify AVStream stateMichael Niedermayer
2014-04-15avformat/xmv: use av_malloc_array()Michael Niedermayer
2014-04-15avformat/mpegtsenc: use av_malloc_array()Michael Niedermayer
2014-04-15avformat/utils: fix typoMichael Niedermayer
2014-04-15avformat: add av_format_inject_global_side_data(), and disable it by defaultMichael Niedermayer
2014-04-14avformat/img2dec: fix typoMichael Niedermayer
2014-04-14Merge branch 'flac' of https://github.com/FernetMenta/FFmpegMichael Niedermayer
2014-04-14flac demuxer: improve seekingRainer Hochecker
2014-04-14Fix writing RGB 5:5:5 rawvideo into avi.Carl Eugen Hoyos
2014-04-14avformat/rtmpproto: Added handling of an initial RTMP chunk size packet.Stephan Soller
2014-04-14Merge commit '6477139721f559b26eafd415e23e13ea2b0c27e1'Michael Niedermayer
2014-04-14rtmpproto: Handle RTMP chunk size packets before the connect packetStephan Soller
2014-04-14rtmpproto: Make sure to pass on the error code if read_connect failedMartin Storsjö
2014-04-14avformat/network: use av_malloc_array()Michael Niedermayer
2014-04-13avformat/mp3enc: drop redundant and uninitialized variableMichael Niedermayer
2014-04-13avformat/utils: reinject global side data on seeksMichael Niedermayer
2014-04-13avformat/utils: factorize if()Michael Niedermayer
2014-04-13avformat/utils: Inject global side data into first packet.Michael Niedermayer
2014-04-13avformat/iff: indentPeter Ross
2014-04-13avformat/iff: remove unused codePeter Ross
2014-04-12Merge commit '617a1a98a6be3e59db6fbfc21afab2fb9a049c03'Michael Niedermayer
2014-04-12mp3enc: Properly write bitrate value in XING headerMichael Niedermayer
2014-04-12avformat/img2dec: support nanosecond file timesMichael Niedermayer