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-12-23Fix two identical warnings when compiling riff.c and nuv.c with icc:Carl Eugen Hoyos
2008-12-23Fix a warning when compiling with icc:Carl Eugen Hoyos
2008-12-22Initialize s->opaque before calling url_resetbuf().Aurelien Jacobs
2008-12-22Change mpeg audio parser so it only sets frame_size, channels and bit_rateMichael Niedermayer
2008-12-21Fix detection of audio codec in K70707-ARIA229.flv.Michael Niedermayer
2008-12-19Allocate and clear FF_INPUT_BUFFER_PADDING_SIZE bytes at the end of mkvAlexander Strange
2008-12-18cosmetics, remove useless parenthesis and whitespacesBaptiste Coudurier
2008-12-18set alac channels from extradata, fix alac mono in m4aBaptiste Coudurier
2008-12-18Make asf_get_packet() and asf_parse_packet() public for use in RTSP-MS andRonald S. Bultje
2008-12-18Add a ByteIOContext argument to ASF functions that will be shared with theRonald S. Bultje
2008-12-17Add jp2 support to img2 demuxer.Benoit Fouet
2008-12-17activate jpeg2000 fourcc in mov/mj2Baptiste Coudurier
2008-12-16Fix bug where the avi demxuer lost the first frame of malformedMichael Niedermayer
2008-12-16check that nb_streams is valid before setting stream, fix crash with jp2 whic...Baptiste Coudurier
2008-12-16add MPNG fourccBen Littler
2008-12-16two more mpeg4 fourccs and one msmpeg4v3 from uncommon codec listBen Littler
2008-12-16QIVG fourcc, fixes http://rodweb.dip.jp/partner/check.aviBen Littler
2008-12-16add rpza avi fourccBen Littler
2008-12-15Use get_buffer() and url_fskip() for some loops of get_byte()s. See discussio...Ronald S. Bultje
2008-12-15Reindent something that looks weird.Ronald S. Bultje
2008-12-15Add comment to indicate why the SDP line buffer is as big as it is.Ronald S. Bultje
2008-12-15Increase SDP line buffer size because ASF headers in RTSP-MS are very big. Se...Ronald S. Bultje
2008-12-1410l (forgot sample_size)Michael Niedermayer
2008-12-14Make register_avcodec() call avcodec_init().Stefano Sabatini
2008-12-14oggflac: fix bitstream reader usageMåns Rullgård
2008-12-14Fix non interleaved variable fps ODML avis.Michael Niedermayer
2008-12-14Remove silly FIXME comment.Michael Niedermayer
2008-12-14The POSIX namespace shall be held sacrosanct. To that end,Mike Melanson
2008-12-14Rename rtp_payload_data_t to avoid clashes with the POSIX namespaceLuca Abeni
2008-12-14Remove useless typedefLuca Abeni
2008-12-14Remove unused typesLuca Abeni
2008-12-14Avoid _t in gxf enum type namesReimar Döffinger
2008-12-14Split RMContext into RMDemux/MuxContext and make them private in rmdec/enc.c.Ronald S. Bultje
2008-12-14Don't access RMContext directly in rdt.c. Rather, use the return value ofRonald S. Bultje
2008-12-13Separate the packet fetching from the data reading, so that the data readingRonald S. Bultje
2008-12-13100l: Add missing backslashes.Diego Biurrun
2008-12-13cosmetics: Break some lines for a more aesthetically pleasing result.Diego Biurrun
2008-12-13Remove misleading comment, _t is POSIX-reserved namespace.Diego Biurrun
2008-12-13whitespace cosmeticsDiego Biurrun
2008-12-13Avoid _t in identifier names, _t is reserved by POSIX.Jai Menon
2008-12-13Matroska uses tables from isom.c, so add the object file to its dependencies.Anders Grönberg
2008-12-13Rename type to be consistentLuca Barbato
2008-12-13mpegts: replace Program_t typedef with "struct Program"Måns Rullgård
2008-12-12matroska: sort codec tags listAurelien Jacobs
2008-12-12matroska: add dirac support (patch by Kurtnoise kurtnoise _at_ free _dot_ fr)Kurtnoise
2008-12-12add another mpeg4 avi fourcc from uncommon codecs listBen Littler
2008-12-12Add sys/time.h header #include, fixes compilation on OS/2.Dave Yeo
2008-12-12Update lavf/libnut.c to _tt type names in libnut APIOded Shimon
2008-12-12avoid POSIX reserved _t suffixAurelien Jacobs
2008-12-12parse pasp atom and set sample aspect ratio,Baptiste Coudurier