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
2008-03-17Split the SETUP request into a separate function, as a prelude into allowingRonald S. Bultje
2008-03-16just skip klv packet, when no corresponding stream is foundBaptiste Coudurier
2008-03-16simplify, flags is 24bits according to specsBaptiste Coudurier
2008-03-16fucked up alphabetical order again, sorryBaptiste Coudurier
2008-03-16ipod/iphone compatible mp4 muxerBaptiste Coudurier
2008-03-15typo fixesDiego Biurrun
2008-03-14useless nullBaptiste Coudurier
2008-03-14remove useless img_write_trailer funcBaptiste Coudurier
2008-03-13typo fixesDiego Biurrun
2008-03-11add out of bound stream index checksAurelien Jacobs
2008-03-11add a temporary variable to simplify the codeAurelien Jacobs
2008-03-10Add AVClass to URLContext at next major version bumpBjörn Axelsson
2008-03-10misc spelling fixesDiego Biurrun
2008-03-10cosmetics: remove some empty linesAurelien Jacobs
2008-03-10remove useless and misleading commentsAurelien Jacobs
2008-03-10consistent use of MKTAG() in the codec_bmp_tags tableAurelien Jacobs
2008-03-10cosmetics: alignment of the codec_bmp_tags tableAurelien Jacobs
2008-03-09recognize the CLJR FourCC (Cirrus Logic AccuPak)Mike Melanson
2008-03-09Typo + grammarRamiro Polla
2008-03-09Introduce max_picture_buffer variable in AVFormatContext,Ramiro Polla
2008-03-08Define WIN32_LEAN_AND_MEAN before including windows.h to excludeRamiro Polla
2008-03-08Include windows.h instead of trying to redeclare SleepRamiro Polla
2008-03-08Put network-related code under #ifdefRamiro Polla
2008-03-08Group network-related code togetherRamiro Polla
2008-03-08cosmetics: Consistently move NAME and FFLIBS to the top of each Makefile.Diego Biurrun
2008-03-07__stdcall -> WINAPIRamiro Polla
2008-03-07simplify library version handlingMåns Rullgård
2008-03-07Add 'disposition' bitfield to AVStream and use it for both muxing and demuxingEvgeniy Stepanov
2008-03-06consolidate CFLAGS, LDFLAGS, EXTRALIBS assignmentMåns Rullgård
2008-03-06do not reset duration_error for all streams, only reset current stream, fix w...Baptiste Coudurier
2008-03-06support AVDISCARD_ALLBaptiste Coudurier
2008-03-06Skip over unknown extended_content_header tags.Michael Niedermayer
2008-03-06simplifyMichael Niedermayer
2008-03-05Set TCP protocol to is_streamed=1 as seeking is not possible.Diego Biurrun
2008-03-05Add some information about the stream bitrate, if availableLuca Abeni
2008-03-05Subtitle support. (untested)Michael Niedermayer
2008-03-05set block align for mace3/6Baptiste Coudurier
2008-03-05correctly compute bit rate for compressed audio, should fix seeking in aiffBaptiste Coudurier
2008-03-04Ignore flags after pts/dts if there are no bytes left.Michael Niedermayer
2008-03-04include required headers for int64_t and AV_RB16()Aurelien Jacobs
2008-03-04avi.h does not use anything from avcodec.h.Aurelien Jacobs
2008-03-03Fix decoding of interlaced gif, e.g. http://samples.mplayerhq.hu/GIF/7up.gifReimar Döffinger
2008-03-03Use block_align as the avi spec says.Michael Niedermayer
2008-03-03Print slightly more useful info.Michael Niedermayer
2008-03-03Fallback to sample rate if bit rate is 0. This avoids 0 timebases in nut.Michael Niedermayer
2008-03-03factorizeMichael Niedermayer
2008-03-03subtitles (codec tag tables still missing ...)Michael Niedermayer
2008-03-02Store aspect ratio in avis.Michael Niedermayer
2008-03-01fix wc3movie demuxer to conform to the PTS APIMike Melanson
2008-03-01fix the id CIN demuxer by using the pts API correctlyMike Melanson