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 (Collapse)Author
2013-05-06Merge commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43'Michael Niedermayer
* commit '7abd35a1ffaecfd79fa07b801621ee11ab595c43': avformat: Add av_cold attributes to init functions missing them Conflicts: libavformat/rtpdec_xiph.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-05-05avformat: Add av_cold attributes to init functions missing themDiego Biurrun
2013-01-21Merge commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c'Michael Niedermayer
* commit 'c6f1dc8e4cd967ae056698eafb891a08003c211c': rtpdec: Move setting the parsing flags to the actual depacketizers rtpdec: Split handling of mpeg12 audio/video to a separate depacketizer Conflicts: libavformat/rtpdec.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
2013-01-20rtpdec: Move setting the parsing flags to the actual depacketizersMartin Storsjö
This gets rid of almost all the codec specific details from the generic rtpdec code. Signed-off-by: Martin Storsjö <martin@martin.st>
2013-01-20rtpdec: Split handling of mpeg12 audio/video to a separate depacketizerMartin Storsjö
This also adds checking of mallocs. Signed-off-by: Martin Storsjö <martin@martin.st>