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
2007-03-05Move av_shr_i()'s unaltered comments to the header file.Panagiotis Issaris
2007-03-05Move av_div_i()'s comments to the header file. The comments are unaltered.Panagiotis Issaris
2007-03-05Move av_mod_i()'s comment to the header file. The moved comment is unmodified.Panagiotis Issaris
2007-03-05Move the unaltered Doxygen docs from the log source code to the accompanyingPanagiotis Issaris
2007-03-05cleanup useless fieldsBaptiste Coudurier
2007-03-05simplify swf muxerBaptiste Coudurier
2007-03-04change myself to mov.c maintainer in favor of Francois, who agreedBaptiste Coudurier
2007-03-04Close connection on EOFRonald S. Bultje
2007-03-04Add the prefix "av_" to img_crop(), img_copy() and img_pad(), and rename "img"Panagiotis Issaris
2007-03-04make HTTP MOVED messages also work in ffmpeg (302 is essentially the same as ...Ronald S. Bultje
2007-03-04imx dump header bitstream filter, modifies bitstream to fit in mov and be dec...Baptiste Coudurier
2007-03-04add bytestream_get/put_be24 functionsBaptiste Coudurier
2007-03-04add R/WB24 functionsBaptiste Coudurier
2007-03-04dummy support for mpeg2 non linear quantBaptiste Coudurier
2007-03-04add pcm s8 tagBaptiste Coudurier
2007-03-04fix pcm u/s8 muxingBaptiste Coudurier
2007-03-04deobfuscate, clearly split mov caseBaptiste Coudurier
2007-03-04check for no frame and prevent segfaultMichael Niedermayer
2007-03-04try to move fixed mov.c over the one with cosmetic-functional mixMichael Niedermayer
2007-03-04recommit of the change below after reverting earlier cosmetic-functional mixMichael Niedermayer
2007-03-04cosmetic part of the commit belowMichael Niedermayer
2007-03-04functional part of the commit belowMichael Niedermayer
2007-03-03Correct wrong avformat documentation.Panagiotis Issaris
2007-03-03use common tables for mov muxer and demuxerBaptiste Coudurier
2007-03-03cosmetics, cleanup tables, add pcm 24/32 le tagsBaptiste Coudurier
2007-03-03partial avid meridien uncompressed supportBaptiste Coudurier
2007-03-03Move the libavformat public API comments to avformat.h. The comments arePanagiotis Issaris
2007-03-03Set FLV_SAMPLESSIZE_16BIT for ADPCM.Benjamin Larsson
2007-03-03Add proper #idef to dlsymm call, also fixes an unresolved symbol on OS X 10.2.Patrice Bensoussan
2007-03-03Clarify that this decoder uses liba52.Diego Biurrun
2007-03-03Do not hardcode cc on Darwin, fixing --cc option in the process.Patrice Bensoussan
2007-03-03support feeding individual NAL units to the decoder instead of just complete ...Michael Niedermayer
2007-03-03write DTS, based on patch by Luca Abeni, lucabe72 email itMåns Rullgård
2007-03-02a small step toward 4 plane supportMichael Niedermayer
2007-03-02copy src to prevent the user supplied argumet from being changedMichael Niedermayer
2007-03-02Fix A/V sync error in ffplay with wmv3/wmav2 mediasRyan Martell
2007-03-02replace the auto array "duration_error" with a malloced array.Kristian Amlie
2007-03-02avid imx supportBaptiste Coudurier
2007-03-02support for mjpeg bottom field first in movBaptiste Coudurier
2007-03-02use generic atom to extradata reading functionBaptiste Coudurier
2007-03-02fix typoBaptiste Coudurier
2007-03-02support for adpcm swf, pcmBaptiste Coudurier
2007-03-02Relicense to LGPL and add standard license header.Diego Biurrun
2007-03-02Improve Doxygen documentation, inspired by Michael's description.Diego Biurrun
2007-03-02fix adpcm swf decodingBaptiste Coudurier
2007-03-02TypoLuca Barbato
2007-03-02Many steps to avutilized this mess: DECLARE_ALIGNEDLuca Barbato
2007-03-02wording/spellingDiego Biurrun
2007-03-02updateBaptiste Coudurier
2007-03-02don't rely on a specific appearance order for ebml elements at the same levelAurelien Jacobs