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
2012-05-06Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-05rtpdec_h264: Add missing newlines to av_log callsMartin Storsjö
2012-05-05rtpdec_h264: Free old extradata before clearing the pointerMartin Storsjö
2012-05-05Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-05-05rtpdec_h264: Reorder code blocksMartin Storsjö
2012-05-05rtpdec_h264: Make start_sequence a static const arrayMartin Storsjö
2012-05-05rtpdec_h264: Cleanup debug packet type countingMartin Storsjö
2012-05-05rtpdec_h264: Cosmetic cleanupMartin Storsjö
2012-05-05rtpdec_h264: Clean up commentsMartin Storsjö
2012-05-05rtpdec_h264: Convert commented out code into setting an unused variableMartin Storsjö
2012-05-05rtpdec_h264: Remove a useless ifdefMartin Storsjö
2012-05-05rtpdec_h264: Remove outdated/useless/incorrect commentsMartin Storsjö
2012-05-05rtpdec_h264: Remove useless memory corruption checksMartin Storsjö
2012-05-05rtpdec_h264: Return proper error codesMartin Storsjö
2012-05-05rtpdec_h264: Check the available data length before readingMartin Storsjö
2012-05-05rtpdec_h264: Add input size checksIvan Kovtunov
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-14Merge remote-tracking branch 'qatar/master'Michael Niedermayer
2012-02-14rtpdec: Use 4 byte startcodes for H.264Matthew Szatmary
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
2010-12-06rtpdec_h264: Pass NAL type 0 throughMartin Storsjö
2010-07-30Remove mostly unnecessary rtpdec_*.h files, store the declarations in one fileMartin Storsjö
2010-07-11Handle av_base64_decode return valueLuca Barbato
2010-06-28rtpdec: Clean up FMTP parsing code in H.264 RTP depacketizerJosh Allmann
2010-06-28ReindentJosh Allmann
2010-06-28rtpdec: Return ENOMEM if H.264 RTP fails to allocate memory for SDP extradataJosh Allmann
2010-06-03Remove stray and possibly wrong line, rtpdec.c sets that alreadyLuca Barbato
2010-04-20Remove explicit filename from Doxygen @file commands.Diego Biurrun
2010-03-31Define AVMediaType enum, and use it instead of enum CodecType, whichStefano Sabatini
2010-03-04Properly pad H.264 extradata when taken from fmtp SDP attributesMartin Storsjö
2010-02-28Rename RTP depacketizer files from rtp_* to rtpdec_*Martin Storsjö