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
2007-11-04Enable debug variable only when debug code is enabled, fixes the warning:Diego Biurrun
rtp_h264.c: In function ‘h264_handle_packet’: rtp_h264.c:168: warning: unused variable ‘data’ Originally committed as revision 10923 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-08-10fix the packetization mode parsingLuca Barbato
Originally committed as revision 10055 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-07-13h264_rtp_extra_data is not only used for debug purposes, asserts are using ↵Alex Beregszaszi
it also Originally committed as revision 9623 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-24replace the uses of old string functions that Reimar missedMåns Rullgård
Originally committed as revision 9406 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07Remove the unnecessary masking when counting received packet types in the H.264Panagiotis Issaris
RTP parsing code. Originally committed as revision 9241 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07Remove the unnecessary masking when reconstructing the NAL unit header in thePanagiotis Issaris
H.264 RTP parsing code. Originally committed as revision 9240 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-06-07Remove the unnecessary masking when extracting the start bit in the H.264 RTPPanagiotis Issaris
parsing code. Originally committed as revision 9239 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-04-04changes some function declarations from () to (void) as per ansi c.Stefan Huehner
Patch by Stefan Huehner % stefan A huehner P org % Originally committed as revision 8625 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-03-08Corrections so that builds with DEBUG workMichel Bardiaux
Originally committed as revision 8295 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-02-04move networking #includes into separate fileRamiro Polla
patch by Ramiro Polla angustia =a= arrozcru =d= no-ip =d= org Originally committed as revision 7817 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-20rename BE/LE_8/16/32 to AV_RL/B_8/16/32Alex Beregszaszi
Originally committed as revision 7587 to svn://svn.ffmpeg.org/ffmpeg/trunk
2007-01-18The long awaited BeOS cleanup, phase 1François Revol
Originally committed as revision 7581 to svn://svn.ffmpeg.org/ffmpeg/trunk
2006-11-08add support for rtp/h264 streamingRyan Martell
Patch by Ryan Martell % rdm4 A martellventures P com % Original thread: Date: Nov 6, 2006 8:56 PM Subject: [Ffmpeg-devel] [PATCH] H.264 via RTP Originally committed as revision 6936 to svn://svn.ffmpeg.org/ffmpeg/trunk