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-05-28avformat/mxfenc: Support storing signal standard for D10 muxingMichael Niedermayer
2015-05-28network: Move variable declaration under an #ifTimothy Gu
2015-05-27lavf: move TLS-related ifdeffery to library specific fileswm4
2015-05-27lavf: split tls.cwm4
2015-05-27avformat/mpsubdec: Use double instead of float for timestamp calculationsMichael Niedermayer
2015-05-27avformat/mp3dec: Ensure the buffer is large enough to avoid seeks from the fi...Michael Niedermayer
2015-05-27avformat/mp3: skip junk at the beginning of mp3 fileswm4
2015-05-27avformat/mpsubdec: change multipler to int, it only stores 1 and 100Michael Niedermayer
2015-05-27avformat/movenc: Allow muxing mp3 with samplerate < 16khz if the user sets st...Michael Niedermayer
2015-05-26avformat/matroskaenc: Avoid floats in default duration calculationMichael Niedermayer
2015-05-26avformat/ircamenc: Avoid floatsMichael Niedermayer
2015-05-26avformat/movenc: Avoid floats & float rounding in tmcd nb_frames calculationMichael Niedermayer
2015-05-26avformat/asfdec: Avoid float usage in duration calculationMichael Niedermayer
2015-05-26avformat/mpegts: Avoid float in bitrate calculationMichael Niedermayer
2015-05-26lavf/dnxhd: Autodetect more files that can be decoded.Carl Eugen Hoyos
2015-05-26mov: reject zero bytes_per_frame with non-zero samples_per_frameAndreas Cadhalpun
2015-05-26lavf/riff: Add 0x729A as TwoCC for G.729.Carl Eugen Hoyos
2015-05-25avformat/rmenc: Avoid floats in duration calculationMichael Niedermayer
2015-05-25avformat/mpegenc: Replace *0.7 by *7/10Michael Niedermayer
2015-05-25avformat/mpegenc: Do not use floats for vcd_padding_bitrateMichael Niedermayer
2015-05-25avformat/mov: Mark avio context of decompressed atoms as seekableMichael Niedermayer
2015-05-24mov: always check avio_read return valueAndreas Cadhalpun
2015-05-24mov: fix two memleaksAndreas Cadhalpun
2015-05-24mov: abort on EOF in ff_mov_read_chanAndreas Cadhalpun
2015-05-24avformat/movenc: Remove float use from rgb_to_yuv()Michael Niedermayer
2015-05-24avformat/swfenc: Remove another unneeded float computationMichael Niedermayer
2015-05-24avformat/swfenc: Remove unneeded floatsMichael Niedermayer
2015-05-24avformat/avienc: Avoid float usageMichael Niedermayer
2015-05-23avformat/4xm: Change fps to AVRationalMichael Niedermayer
2015-05-23nutdec: fix various memleaks on failureAndreas Cadhalpun
2015-05-23avformat/wavdec: Increase dts packet threshold to fix more misdetectionsRodger Combs
2015-05-23avformat/wavdec: Increase probe_packets limitMichael Niedermayer
2015-05-23nutdec: always check the get_str return valueAndreas Cadhalpun
2015-05-23avformat/nutdec: Check X in 2nd branch of index readingMichael Niedermayer
2015-05-22avformat/mxfenc: Add color siting elementMichael Niedermayer
2015-05-22libavformat/mux: Add ff_choose_chroma_location()Michael Niedermayer
2015-05-22tls: fix compilation when both gnutls and openssl are enabledJames Almer
2015-05-22Merge commit '94599a6de3822b13c94096d764868128f388ba28'Michael Niedermayer
2015-05-22Merge commit 'd13b124eaf452b267480074b2e6946538ed03a6e'Michael Niedermayer
2015-05-22Merge commit 'd15eec4d6bdfa3bd4c4b5b7dd2dbd699ba253d02'Michael Niedermayer
2015-05-22WebP muxer: support a packet containing animated WebP.Urvang Joshi
2015-05-22tls: Remove all the local polling loopsMartin Storsjö
2015-05-22tls: Remove the nonblocking codeMartin Storsjö
2015-05-22tls: Use custom IO to read from the URLContextMartin Storsjö
2015-05-21avformat/mov: check result of avio_seekZhang Rui
2015-05-21lavf/mov: Use AVCOL_SPC constants when checking color_space.Carl Eugen Hoyos
2015-05-21lavf/mov: Write colour matrix "6" for color_space bt470bg.Carl Eugen Hoyos
2015-05-21lavf/mkv: Only skip prores header if the packet is large enough.Carl Eugen Hoyos
2015-05-20nutdec: abort if EOF is reached in decode_info_header/read_sm_dataAndreas Cadhalpun
2015-05-20nutdec: stop skipping bytes at EOFAndreas Cadhalpun