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
2014-07-10Merge commit '0307cc2253e76772b1c645ac6117d08da87a147c'Michael Niedermayer
2014-07-09rtpdec: pass an AVFormatContext to ff_parse_fmtp()Anton Khirnov
2013-10-14avformat: use ff_alloc_extradata()Paul B Mahol
2013-05-06Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer
2013-05-05avformat: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-21Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer
2013-01-21Merge commit 'a717f9904227d7979473bad40c50eb40af41d01d'Michael Niedermayer
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
2013-01-20rtpdec_mpeg4: Return one AAC AU per AVPacketMartin Storsjö
2013-01-16Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2013-01-16Merge commit '977d4a3b8a2dbc2fb5e747c7072485016c9cdfaa'Michael Niedermayer
2013-01-16rtpdec_mpeg4: Check the remaining amount of data before readingMartin Storsjö
2013-01-16rtpdec_mpeg4: Check the return value from mallocMartin Storsjö
2012-12-21Merge commit '90c784cc13f6bf21a8eb69f3b88b50c7a70f6c59'Michael Niedermayer
2012-12-21rtpdec: Pass the sequence number to depacketizersMartin Storsjö
2012-12-13Merge commit 'f3f60dcbdd6ff2201526a603fe28293975bb7667'Michael Niedermayer
2012-12-12rtpdec_mpeg4: Cosmetic cleanupMartin Storsjö
2012-10-10Merge commit 'cbcd497f384f0f8ef3f76f85b29b644b900d6b9f'Michael Niedermayer
2012-10-09rtpdec_mpeg4: au_headers is a single array, simple av_free is enoughJanne Grunau
2012-08-08Merge commit '36ef5369ee9b336febc2c270f8718cec4476cb85'Michael Niedermayer
2012-08-07Replace all CODEC_ID_* with AV_CODEC_ID_*Anton Khirnov
2012-07-06cosmetics: various spelling fixesLou Logan
2012-04-08Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-04-08rtsp: Don't expose the MS-RTSP RTX data stream to the callerMartin Storsjö
2012-02-07Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-06doxygen: Do not include license boilerplates in Doxygen comment blocks.Diego Biurrun
2011-11-29Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2011-11-28Eliminate pointless 0/NULL initializers in AVCodec and similar declarations.Diego Biurrun
2011-11-06Replace all usage of strcasecmp/strncasecmpReimar Döffinger
2011-11-03Replace all strcasecmp/strncasecmp usages.Reimar Döffinger
2011-04-24Merge remote branch 'qatar/master'Michael Niedermayer
2011-04-24rtp: Rename the open/close functions to alloc/freeMartin Storsjö
2011-03-19Replace FFmpeg with Libav in licence headersMans Rullgard
2011-02-04Remove a few if (p) av_free(p) formsClément Bœsch
2011-02-03Remove a few if (p) av_free(p) formsClément Bœsch
2010-08-09Make hex_to_data a lavf internal functionMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-16Move SPACE_CHARS back to libavformat/internal.hMartin Storsjö
2010-06-28ReindentJosh Allmann
2010-06-28rtpdec: Clean up FMTP parsing code in MPEG-4/AAC RTP depacketizerJosh Allmann
2010-06-28rtpdec: Move space_chars from avformat/internal to rtpdecJosh Allmann
2010-06-25rtpdec_mpeg4: Rename PayloadContext to be consistently 'data'Josh Allmann
2010-06-25RTSP, rtpdec: Move RTPPayloadData into rtpdec_mpeg4 and remove all references...Josh Allmann
2010-06-25rtpdec: Move AAC depacketization code in rtpdec to a proper payload handlerJosh Allmann
2010-06-25RTSP: Move more SDP/FMTP stuff from rtsp.c to rtpdec_mpeg4.cJosh Allmann
2010-06-25RTSP: Decouple MPEG-4 and AAC specific parts from rtsp.cJosh Allmann