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-10-20Make url_resetbuf() assert on wrong flags passed and make it static on nextBenoit Fouet
2009-10-20Move function that is only used by the MP3 muxer below the corresponding #if.Diego Biurrun
2009-10-20Add '#include "libavutil/intreadwrite.h"', necessary for AV_RB32.Diego Biurrun
2009-10-20The MP2/MP3 muxer uses ff_id3v2_tags, so add the correct object dependency.Diego Biurrun
2009-10-20Remove some duplicate object dependencies for the RTSP demuxer.Diego Biurrun
2009-10-20Add missing rdt.o dependency for SDP demuxer.Diego Biurrun
2009-10-19check stream index validity in av_program_add_stream_indexBaptiste Coudurier
2009-10-19request mp3 frame_size to be set in has_codec_parameters, fix issue #1314Baptiste Coudurier
2009-10-19reindent after commitBaptiste Coudurier
2009-10-19In dump_format, print streams not associated with any program.Baptiste Coudurier
2009-10-19Fix wrong comparison in r20304Reynaldo H. Verdejo Pinochet
2009-10-19If missing, calculate width or height from bpp andReynaldo H. Verdejo Pinochet
2009-10-19fix indentationBaptiste Coudurier
2009-10-19Support FourCC mjpa as MJPEG.Carl Eugen Hoyos
2009-10-19mux all stream types except audio as one pes packet per avpacket, issue #1374Baptiste Coudurier
2009-10-19fix indentation and add bracesBaptiste Coudurier
2009-10-19handle_packets takes number of packets as arg, avoid reading too muchBaptiste Coudurier
2009-10-19Increase max resync size, fix demuxing of dvgrab-2009.03.28_19-07-22.m2tBaptiste Coudurier
2009-10-18Smarten mtv's probe a bit. Check for non zeroReynaldo H. Verdejo Pinochet
2009-10-18remove old and useless debug codeAurelien Jacobs
2009-10-18Read metadata in WavPack files.Anton Khirnov
2009-10-18matroskaenc: Add support for writing chapters.Anton Khirnov
2009-10-18cosmetics: Break overly long lines.Diego Biurrun
2009-10-18Support more than 64 channels in RTMP inputKostya Shishkov
2009-10-18Accept RTMP packets with one-byte headerKostya Shishkov
2009-10-18Last parameter in RTMP "play" call was optional and some servers seem not toKostya Shishkov
2009-10-18Remove unnecessary entries in ff_vorbiscomment_metadata_conv. VorbisCommentJustin Ruggles
2009-10-18Avoid segfault for empty input filesVitor Sessak
2009-10-17Remove extraneous const keywordMåns Rullgård
2009-10-17Emit the SDP lines in the correct orderLuca Abeni
2009-10-16Make AVCodecTag.id enum CodecID and use CODEC_ID_NONE instead of 0.Carl Eugen Hoyos
2009-10-16Log a clearer warning message when muxing FLV with Speex containing more thanJustin Ruggles
2009-10-16Split parts of dvdata.h into dvdata.c, this ensures that things likeReimar Döffinger
2009-10-16Add Speex support to the FLV muxer.Justin Ruggles
2009-10-15Skip padding bytes correctly in ID3 tags.Jai Menon
2009-10-1510l: update Makefile after renameJustin Ruggles
2009-10-15Rename aiff.c to aiffdec.cJustin Ruggles
2009-10-15Split up the AIFF muxer and demuxer into separate files.Justin Ruggles
2009-10-13Add decoder for "forward uncompressed".Reimar Döffinger
2009-10-13MXF: simply ignore tracks that are invalid due to not having a valid SequenceReimar Döffinger
2009-10-13Add Speex support to the Ogg muxer.Justin Ruggles
2009-10-13Do not read data past the end of the SSND chunk in the AIFF demuxer.Justin Ruggles
2009-10-13Support Midvid JPEG Video Codec (still flipped).Carl Eugen Hoyos
2009-10-13Support Intel JPEG Library Video Codec (still flipped).Carl Eugen Hoyos
2009-10-13Calculate correct packet durations when demuxing Ogg/Speex. This involvesJustin Ruggles
2009-10-12Merge declaration and initializationReimar Döffinger
2009-10-12Simplify: use FFMINReimar Döffinger
2009-10-12Detect Windows Media DRM protected files and display warning if no keyDaniel G. Taylor
2009-10-11Allow autodetection of E-AC3.Carl Eugen Hoyos
2009-10-11Allow demuxing of E-AC3 (stream type 0x84) in MPEG-TS.Carl Eugen Hoyos