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
2009-01-25Directly #include some required headers.Diego Biurrun
2009-01-25Move documentation of av_register_all() from allformats.c toStefano Sabatini
2009-01-25use function and definitions from libavcodec/flac.h in oggparseflac.cJustin Ruggles
2009-01-25Handle ID3v2 tags in raw FLAC streams by skipping them.David DeHaven
2009-01-24Fix undefined preprocessor directives warnings during 'make checkheaders'.Diego Biurrun
2009-01-24return an error if we can not get a full packet,Stefan Gehrer
2009-01-24fix header parsing, the NULL terminated File ID is followed by a spaceStefan Gehrer
2009-01-24Skip m= blocks in the SDP if the media type is unknown. This preventsRonald S. Bultje
2009-01-24set pts and dts when only pts is present, according to specsBaptiste Coudurier
2009-01-23write essence container dataBaptiste Coudurier
2009-01-23reduce display aspect ratioBaptiste Coudurier
2009-01-23stored height is a multiple of 16 for mpeg2Baptiste Coudurier
2009-01-23fix endianness of time code, and calculate it in fields, according to specsBaptiste Coudurier
2009-01-23add EM4A fourcc , works for:Ben Littler
2009-01-23Avoid allocating MPADecodeContext on stack.Andreas Ă–man
2009-01-23Move av_read_frame/parser related buffer variables from AVFormatContextMichael Niedermayer
2009-01-22print stream sar if present and different than codec sarBaptiste Coudurier
2009-01-22Use EAGAIN return, primarely intended as example of EAGAIN useage.Michael Niedermayer
2009-01-22Handle av_read_frame() EAGAIN return.Michael Niedermayer
2009-01-22'code' is used to index a table so make it unsignedAurelien Jacobs
2009-01-21yet another attempt on fixing synchronization in VMDKostya Shishkov
2009-01-21Empty audio chunks in VMD are silent, not skippedKostya Shishkov
2009-01-21cosmetics: reindent after last commitKostya Shishkov
2009-01-21VMD first chunk of audio is not coded as many separate chunks of block_alignKostya Shishkov
2009-01-21change sample aspect ratio test to be more clear, print old oneBaptiste Coudurier
2009-01-20another mpeg4 fourccBen Littler
2009-01-20Do not use avctx->frame_number which might not be set,Baptiste Coudurier
2009-01-20set correct value for starting lineBaptiste Coudurier
2009-01-20fix gxf time code mark out valueBaptiste Coudurier
2009-01-20Enable building r3d demuxer when its config is set.Benoit Fouet
2009-01-20Fix a read past end of buffer crash in the mp3 probeAlex Converse
2009-01-20R3D REDCODE demuxerBaptiste Coudurier
2009-01-20matroskaenc: correctly handle h264 streams with 3 bytes nal startcodesAurelien Jacobs
2009-01-20Use "" instead of <> when #including non-system headers.Diego Biurrun
2009-01-20Fix probing of files with ID3v2 tags. Discussed atAlex Converse
2009-01-19Restore mistakenly removed period after "DivX, Inc".Diego Biurrun
2009-01-19add T263. works on samples/V-codecs/T263/Ben Littler
2009-01-19cosmetics: Remove pointless period after copyright statement non-sentences.Diego Biurrun
2009-01-19replace AV_METADATA_IGNORE_CASE flag by a new AV_METADATA_MATCH_CASE flagAurelien Jacobs
2009-01-18matroskadec: merge ByteIOContext declarations at upper levelAurelien Jacobs
2009-01-18matroskadec: parse the WAVEFORMATEX header and discard it from extradataAurelien Jacobs
2009-01-18add jp2 formater in image2 muxerBaptiste Coudurier
2009-01-18jpeg2k is intra only codecBaptiste Coudurier
2009-01-18match format in names list separated by commasBaptiste Coudurier
2009-01-17added demuxer for FunCom ISS audio files,Stefan Gehrer
2009-01-17remove ff_get_fourcc() and use AV_RL32() insteadAurelien Jacobs
2009-01-17export gcd function as av_gcd()Aurelien Jacobs
2009-01-17Cosmetics: indentDavid Conrad
2009-01-17Treat disposition==0 as undefined and don't write the default flagDavid Conrad
2009-01-17Flush the buffer after writing the header and when done with writing the filesDavid Conrad