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
2011-02-18Move find_info_tag to lavu and add av_ prefix to itAnton Khirnov
2011-02-18mdct: remove unnecessary multiplicationYoung Han Lee
2011-02-18ac3enc: fix bug in stereo rematrixing decision.Justin Ruggles
2011-02-18Replace remaining uses of parse_date with av_parse_time.Anton Khirnov
2011-02-18Deprecate parse_date() in favor of av_parse_time().Stefano Sabatini
2011-02-18lavf: add av_ prefix to dump_format()Anton Khirnov
2011-02-18rtsp: udp_read_packet returning 0 doesn't mean successMartin Storsjö
2011-02-18ffserver: set the sample aspect ratioNicolas George
2011-02-18documentation: add encoders chapterJames Zern
2011-02-18In graph2dot, print more specific audio information for audio links.Stefano Sabatini
2011-02-18spdifenc: set flag AVFMT_NOTIMESTAMPSAnssi Hannula
2011-02-18Reduce picture size for yadif.Michael Niedermayer
2011-02-18Change yadif to not use out of picture lines.Michael Niedermayer
2011-02-17ac3dsp: Change punpckhqdq to movhlps in ac3_max_msb_abs_int16().Justin Ruggles
2011-02-17fix nsvdec.c compilation if DEBUG macro definedMaksym Veremeyenko
2011-02-17Fix av_find_best_stream when using a programBalint Marton
2011-02-17Document audio_resample_close().Stefano Sabatini
2011-02-17Document that av_write_header sets stream time_base to a value of it chosing.Reimar Döffinger
2011-02-17spdifenc: update 482d98f69b2eb7a7b0b5054101a43db384e9432b to the latest patchJanne Grunau
2011-02-17ac3enc: change default floor code to 7.Justin Ruggles
2011-02-17os_support: fix poll() implementationMax Shakhmetov
2011-02-17Merge libavcore into libavutilReinhard Tartler
2011-02-16vbv_delay AVOption for ABI compatibilityMichael Niedermayer
2011-02-16APIchanges: update for 55bad0c: vbv_delayMans Rullgard
2011-02-16Pass VBV delay to the calling application via ctxChristophe Massiot
2011-02-15binkaudio: remove unused copy of AVCodecContext*Peter Ross
2011-02-15binkaudio: fix channel count checkPeter Ross
2011-02-15fix nsvdec.c compilation if DEBUG definedMaksym Veremeyenko
2011-02-15aacdec: Implement LTP support.Young Han Lee
2011-02-15APIchanges: update for 12c14cdAnssi Hannula
2011-02-15mpegtsenc: whitespace cosmeticsMans Rullgard
2011-02-15mpegtsenc: set audio_type according to st->dispositionAnssi Hannula
2011-02-15mpegts: set st->disposition according to ISO 639 language descriptorAnssi Hannula
2011-02-15apichanges: update for 24a83bd: add AV_DISPOSITION_CLEAN_EFFECTS flagMans Rullgard
2011-02-15lavf: add AV_DISPOSITION_CLEAN_EFFECTS flagAnssi Hannula
2011-02-15Better threshold for the gcd based r_frame_rate calculation.Michael Niedermayer
2011-02-15Fix spelling error.Tilman Brock
2011-02-15mmst: fix reading uninitialized data for ping packets.Ronald S. Bultje
2011-02-15Update APIchanges for 910b5b8Mans Rullgard
2011-02-15Remove disabled legacy code in ffplay.Stefano Sabatini
2011-02-15aac: remove dead SBR input scalingAlex Converse
2011-02-15asfdec: fix build for big endian targetsMans Rullgard
2011-02-15ac3enc: Add x86-optimized function to speed up log2_tab().Justin Ruggles
2011-02-15wtv: ignore empty data_guid chunksPeter Ross
2011-02-15asfdec: split reading stream properties out of asf_read_header()Anton Khirnov
2011-02-15mmst: print packet type with error status code messageFrancesco Cosoleto
2011-02-15configure: fix non-standard regex used with exprMans Rullgard
2011-02-15configure: report full gcc version stringMans Rullgard
2011-02-15configure: add cleanws() functionMans Rullgard
2011-02-15FFT: factor a shuffle out of the inner loop and merge it into fft_permute.Loren Merritt