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
2010-05-10Add FourCC MJPG for CODEC_ID_JPEGLS.Francesco Lavra
2010-05-10Add support to the Y411 codec tag, corresponding to the rawvideo pixelStefano Sabatini
2010-05-10Make the nut demuxer issue a more meaningful error message if itStefano Sabatini
2010-05-10Replace usage of s->streams[0]->* with st->*, which is shorter.Sebastian Vater
2010-05-07Favor chunk size over hitting the correct position after reading the chunk si...Michael Niedermayer
2010-05-05Parse IFF metadata.Sebastian Vater
2010-05-05movenc: Write QuickTime chaptersDavid Conrad
2010-05-05movenc: Swap positions of mov_write_header and mov_write_packetDavid Conrad
2010-05-05mov: Read nero chaptersDavid Conrad
2010-05-04Do not use pkt->size when it is potentially uninitialized.Thierry Foucu
2010-05-01Fix off-by-one errors in description of score_max argument forReimar Döffinger
2010-05-01Export av_probe_input_format2.Reimar Döffinger
2010-04-29Add version to AVClass so we can add to and use fields of AVClass without ABI...Michael Niedermayer
2010-04-28Fix FourCC when remuxing VP6F, regression introduced in r22941.Anssi Hannula
2010-04-27Reindent after rr22977.Sebastian Vater
2010-04-27Make the IFF demuxer a little more standards-compliant, e.g. respect the sizeSebastian Vater
2010-04-27Make file_open() return the error code set in errno if open() fails,Stefano Sabatini
2010-04-25Mark av_metadata_set() as deprecated, and use av_metadata_set2()Stefano Sabatini
2010-04-23Disable LATM AAC in mpegts, this is not supported and produce too manyBaptiste Coudurier
2010-04-22Fix off-by-1 error in the tag parsing code.Jai Menon
2010-04-22Made FLIC demuxer capable of handling the videos from "X-COM: Terror from the...Tomas Härdin
2010-04-22Support VP6F in Matroska.Christian Schmidt
2010-04-22Do not initialize res in url_fseek(), in the case !s->seek directlyStefano Sabatini
2010-04-21Fix MTV decoding on big-endian systemsVitor Sessak
2010-04-21mov: Read QuickTime chaptersDavid Conrad
2010-04-21movenc: Write nero chaptersDavid Conrad
2010-04-21seems aac gets screwed up by the parser so disable itBaptiste Coudurier
2010-04-21parse stream headers for audio streams in mkv, needed for frame sizeBaptiste Coudurier
2010-04-20Reindent / reformat some code with broken indenting.Sebastian Vater
2010-04-20Change a %2 to &1. Patch by Sebastian Vater <cdgs DOT basty googlemail com>.Sebastian Vater
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-04-20Add missing internal.h #include for brktimegm(), fixes the warning:Diego Biurrun
2010-04-20Reset RTCP timestamps after seeking, add range start offset to the packets ti...Martin Storsjö
2010-04-20Revert svn rev 21857, readd first_rtcp_ntp_time in RTPDemuxContextMartin Storsjö
2010-04-20Set AVFMT_NOTIMESTAMPS flag for mp3 muxerBaptiste Coudurier
2010-04-19Make rtp protocol obey rfc3550Luca Barbato
2010-04-18Implement librtmp seek support.Howard Chu
2010-04-18Prefer AVERROR(ENOSYS) over AVERROR_NOTSUPP.Stefano Sabatini
2010-04-18Make url_fsize() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) ifStefano Sabatini
2010-04-18Make url_seek() return AVERROR(ENOSYS) rather than AVERROR(EPIPE) inStefano Sabatini
2010-04-17Parse strf mov atomsMartin Storsjö
2010-04-16oggdec: Move warning about missing granule to the correct placeDavid Conrad
2010-04-16oggdec: Fix duration calculation if the last page in a file has no granuleDavid Conrad
2010-04-16oggdec: Remove write-only variableDavid Conrad
2010-04-16AVERROR(FF_NETERROR(x)) -> FF_NETERROR(x)Ramiro Polla
2010-04-15Fix compile error on mingw where ETIMEDOUT is missing (because it's a WSA err...Ronald S. Bultje
2010-04-15Remove useless assert(), since this can (in theora) be used for any XiphRonald S. Bultje
2010-04-14Plug librtmp logging into av_log.Howard Chu
2010-04-14whitespace cosmeticsDiego Biurrun
2010-04-13Do not probe when the format is known.Jean-Daniel Dupas