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-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
2008-03-01simplification proposed by RichAurelien Jacobs
2008-02-29add cdvcMichael Niedermayer
2008-02-28set codec bps to grayscale bits, fix 256grey.movBaptiste Coudurier
2008-02-27Add more riff IDs to support remuxing.Benjamin Larsson
2008-02-27add weird first atom to probe, finally fix bartjones.movBaptiste Coudurier
2008-02-27free in case of multiple type == 2Baptiste Coudurier
2008-02-27return error if malloc failsBaptiste Coudurier
2008-02-27fix possible overflow with memmoveBaptiste Coudurier
2008-02-27makes really sure that no undefined behavior can happenAurelien Jacobs
2008-02-27Avoid infinite loop.Aurelien Jacobs
2008-02-26less preprocessor magic in version number macrosMåns Rullgård
2008-02-26support keyframes indexes starting at 0, broken files created by omneon, fix ...Baptiste Coudurier