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-09-16bprint: Remove custom vsnprintfDerek Buitenhuis
2012-09-16compat/vsnprintf: return number of bytes required on truncation.Ronald S. Bultje
2012-09-16msvc: Add a va_copy compatability macro for msvcDerek Buitenhuis
2012-09-16msvc: Disable strippingDerek Buitenhuis
2012-09-16lavf/segment: Use distinct IDs for list type ext & csvAlexander Strasser
2012-09-16lavf/segment: Rename variable in print_csv_escaped_str()Alexander Strasser
2012-09-16lavf/segment: Simplify CSV field quoting codeAlexander Strasser
2012-09-16udp: pick params from AVOptions alsoAndrey Utkin
2012-09-16pngdec: av_log() zlib errorsMichael Niedermayer
2012-09-15Remove mt-work directoryDerek Buitenhuis
2012-09-15lavc/vp56: Re-indent functions affected by threading refactorBen Jackson
2012-09-15lavc/vp6: Implement "slice" threading for VP6A decodeBen Jackson
2012-09-15lavc/vp56: Simplify get/release_buffer codeBen Jackson
2012-09-15lavc/vp56: Move golden_frame into VP56ContextBen Jackson
2012-09-15lavc/vp6: Refactor vp6_decode_init into vp6_decode_init/vp6_decode_init_contextBen Jackson
2012-09-15lavc/vp56: Refactor ff_vp56_init into ff_vp56_init/ff_vp56_init_contextBen Jackson
2012-09-15x86/v210: fix xmm clobbersMichael Niedermayer
2012-09-15Document tcp proto 'timeout' parameter behaviorAndrey Utkin
2012-09-15ffmpeg: use PTS from the AVSubtitle structure for sub2video.Nicolas George
2012-09-15ffplay: use PTS from the AVSubtitle structure.Nicolas George
2012-09-15ffmpeg: use PTS from the AVSubtitle structure.Nicolas George
2012-09-15lavc/pgssubdec: use the PTS from the presentation segment.Nicolas George
2012-09-15lavc: set AVSubtitle.pts if possible.Nicolas George
2012-09-15ffmpeg: call sub2video_update for end packets.Nicolas George
2012-09-15Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-15bintext: mark hscroll() as unusedMichael Niedermayer
2012-09-15aacdec: add support for dual mono in Japanese DTVAkihiro Tsukada
2012-09-15lavfi/hue: add dynamic expression evaluation supportJérémy Tran
2012-09-15tools: move raw-test program to tools, with the name fourcc2pixfmtStefano Sabatini
2012-09-14riff: Add SVQ3 fourccDerek Buitenhuis
2012-09-14riff: Add SVQ3 fourccDerek Buitenhuis
2012-09-14lavf/compute_pkt_fields: only run pts by duration correction if reference ts ...Michael Niedermayer
2012-09-14fate: ac3: add 4.0 and downmix testsMans Rullgard
2012-09-14configure: x86: improve ebp availability checkMans Rullgard
2012-09-14vorbisdec: ensure FASTDIV denominator is never 1Luca Barbato
2012-09-14avformat: refactor avformat_close_inputLuca Barbato
2012-09-14avformat: simplify avformat_close_inputLuca Barbato
2012-09-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-09-14tools/graphdot: unbreak syntaxStefano Sabatini
2012-09-14lavfi/avcodec: apply cosmetics style fixesStefano Sabatini
2012-09-14ffprobe: kill initializers with nested union field definitionStefano Sabatini
2012-09-14ffprobe: avoid potentially lossy long long int -> double cast in value_string()Stefano Sabatini
2012-09-14pthread: Avoid crashes/odd behavior caused by spurious wakeupsBen Jackson
2012-09-14mpegaudio_parser: reset state to prevent it to be randomMichael Niedermayer
2012-09-14aacpsy: psy_3gpp_analyze_channel() handle energy == 0Michael Niedermayer
2012-09-14aacpsy: calc_reduction_3gpp() handle active_lines = 0Michael Niedermayer
2012-09-14compute_pkt_fields2: dont interpret max_b_frames of <0 as there being b frames.Michael Niedermayer
2012-09-14x86: dsputil: Move Xvid IDCT put/add functions to a more suitable placeDiego Biurrun
2012-09-14mpegaudioenc: replace pow(2,.. by exp2(Michael Niedermayer
2012-09-14examples/decoding_encoding: clarify operations in the usage messageStefano Sabatini