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
2011-06-16Add minor bumps and APIChanges entries for lavf private options.Anton Khirnov
2011-06-16lavf: add avformat_write_header() as a replacement for av_write_header().Anton Khirnov
2011-06-16Deprecate av_open_input_* and remove their uses.Anton Khirnov
2011-06-16lavf: add avformat_open_input() as a replacement for av_open_input_*Anton Khirnov
2011-06-16mmsh: fix 400 bad requestKirill Zorin
2011-06-16rtpenc_latm: Consistently use "Libav" in license boilerplate.Diego Biurrun
2011-06-16rtsp: Don't pass string pointer as format string to ff_url_joinMartin Storsjö
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-16Merge branch 'master' into oldabiMichael Niedermayer
2011-06-16mmsh: fixed printf injection bug in mmsh requestKirill Zorin
2011-06-15Make buffer size check consistent and avoid a possible overflow.Reimar Döffinger
2011-06-15Fix spelling.Reimar Döffinger
2011-06-15Full support for sending H.264 in RTPLuca Abeni
2011-06-15Support reading chan atoms with empty channel descriptions.Andrew Wason
2011-06-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-14matroskadec: properly decode color space in an endian neutral wayAurelien Jacobs
2011-06-14matroskadec: use a temporary fourcc variableAurelien Jacobs
2011-06-14matroskaenc: ensure the written colorspace don't depend on host endiannessAurelien Jacobs
2011-06-14utils: Drop pointless '#if 1' preprocessor directive.Diego Biurrun
2011-06-13wav: remove an invalid free().Carl Eugen Hoyos
2011-06-13lavf: initialise reference_dts in av_estimate_timings_from_pts.Michael Niedermayer
2011-06-13img2: add .dpx to the list of supported file extensions.Peter Ross
2011-06-13replace remaining usage of deprecated av_metadata_set2() by av_dict_set()Aurelien Jacobs
2011-06-13matroskaenc: write colourspace element for rawvideo tracksAurelien Jacobs
2011-06-13nsv: simplify probe functionAurelien Jacobs
2011-06-13nsv: return error code instead of discarding it in read_header()Aurelien Jacobs
2011-06-11Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-11Extract rotation in MOV metadataDave Badia
2011-06-10Replace DEBUG_SEEK/DEBUG_SI + av_log combinations by av_dlog.Diego Biurrun
2011-06-10adts: Adjust frame size mask to follow the specification.Kieran Kunhya
2011-06-10lavf: bump minor after the addition of fps_probe_size to AVFormatContextStefano Sabatini
2011-06-10movenc: Add RTP muxer/hinter optionsMartin Storsjö
2011-06-10movenc: Pass the RTP AVFormatContext to the SDP generationMartin Storsjö
2011-06-10rtspenc: Add RTP muxer optionsMartin Storsjö
2011-06-10rtspenc: Add an AVClass for setting muxer specific optionsMartin Storsjö
2011-06-10rtpenc_chain: Pass the rtpflags options through to the chained muxerMartin Storsjö
2011-06-10rtpenc: Declare the rtp flags private AVOptions in rtpenc.hMartin Storsjö
2011-06-10sdp: Reindent after the previous commitMartin Storsjö
2011-06-10rtpenc: MP4A-LATM payload supportJuan Carlos Rodriguez
2011-06-10sdp: Allow passing an AVFormatContext to the SDP generationMartin Storsjö
2011-06-10mov: Fix wrong timestamp generation for fragmented movies that have time offs...Yusuke Nakamura
2011-06-10Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-10lavf: make compute_pkt_fields2() return meaningful error valuesStefano Sabatini
2011-06-10matroskadec: set timestamps for RealAudio packets.Reimar Döffinger
2011-06-09movdec: Add support for the 'wfex' atom.Alex Converse
2011-06-09riff: Fix potential memleak.Alex Converse
2011-06-09Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira
2011-06-09Revert "crypto: fix potential double free"Michael Niedermayer
2011-06-09crypto: Use av_freep instead of av_freeEtienne Buira