2008-01-17 |
lucabe | Clarify the error message when video width, height...
|
commit | commitdiff | tree |
2008-01-15 |
lucabe | Make avc_find_startcode non-static, so that it can...
|
commit | commitdiff | tree |
2008-01-11 |
lucabe | Do not install rtp.h (which should have never been...
|
commit | commitdiff | tree |
2008-01-10 |
lucabe | Pass a proper context to av_log()
|
commit | commitdiff | tree |
2008-01-06 |
lucabe | Make AVRtpPayloadTypes static and constant
|
commit | commitdiff | tree |
2008-01-05 |
lucabe | Update maintainership information after the rtp.c split
|
commit | commitdiff | tree |
2008-01-04 |
lucabe | Split the RTP muxer out of rtp.c, to simplify the RTSP...
|
commit | commitdiff | tree |
2008-01-04 |
lucabe | Split the RTP demuxing functions out of rtp.c, to simplify...
|
commit | commitdiff | tree |
2008-01-03 |
lucabe | Rationalize some dependencies between rtsp and rtp
|
commit | commitdiff | tree |
2008-01-03 |
lucabe | Fix the RTP muxer dependencies
|
commit | commitdiff | tree |
2007-11-29 |
lucabe | Suppress the "redirector hack" from libavformat/utils...
|
commit | commitdiff | tree |
2007-11-23 |
lucabe | Link libavdevice against libavutil, libavcodec, and...
|
commit | commitdiff | tree |
2007-11-23 |
lucabe | Fix the creation of alldevices.c (create it without...
|
commit | commitdiff | tree |
2007-11-22 |
lucabe | Introduce libavdevice
|
commit | commitdiff | tree |
2007-11-21 |
lucabe | Include os_support.h only when needed
|
commit | commitdiff | tree |
2007-11-19 |
lucabe | Generate a linking error if perror() is used in libav*
|
commit | commitdiff | tree |
2007-11-19 |
lucabe | Convert perror() in av_log() in bktr.c.
|
commit | commitdiff | tree |
2007-11-19 |
lucabe | Remove perror() usage from udp.c
|
commit | commitdiff | tree |
2007-11-19 |
lucabe | Do not use perror() in audio, video, and DV grabbers
|
commit | commitdiff | tree |
2007-11-19 |
lucabe | Remove perror() usage from libavutil
|
commit | commitdiff | tree |
2007-11-16 |
lucabe | Add MPEG2 support to the RTP muxer
|
commit | commitdiff | tree |
2007-11-16 |
lucabe | Remove the "AVRtpPayloadTypes[i].pt == i" assumption...
|
commit | commitdiff | tree |
2007-11-15 |
lucabe | Remove some more duplicated code
|
commit | commitdiff | tree |
2007-11-15 |
lucabe | Remove the useless variable "my_addr1"
|
commit | commitdiff | tree |
2007-11-15 |
lucabe | Use the same code to set local_port in the IPv4-only...
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Remove some useless assignments (the UDPContext is...
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Simplify set_remote_url(), and remove some code duplication
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Use recv() instead of recvfrom() (removes some other...
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Remove a now unused field
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Give better names to multicast functions (they are...
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Avoid to duplicate the multicast code between the IPv4...
|
commit | commitdiff | tree |
2007-11-14 |
lucabe | Remove some ifdefs by using the "dest_addr_len" field...
|
commit | commitdiff | tree |
2007-11-09 |
lucabe | Add support for some more audio formats
|
commit | commitdiff | tree |
2007-11-08 |
lucabe | Reindent the code after last commit
|
commit | commitdiff | tree |
2007-11-08 |
lucabe | Remove redundant "if(len)"
|
commit | commitdiff | tree |
2007-11-07 |
lucabe | Specify the server address when opening an rtp:// URL...
|
commit | commitdiff | tree |
2007-11-05 |
lucabe | Do not send too many RTCP packets (according to the...
|
commit | commitdiff | tree |
2007-11-05 |
lucabe | Use a symbolic name for the payload size of an RTCP...
|
commit | commitdiff | tree |
2007-10-31 |
lucabe | Take the target address family in account when determining...
|
commit | commitdiff | tree |
2007-10-31 |
lucabe | Reindent after last commit
|
commit | commitdiff | tree |
2007-10-31 |
lucabe | Resolve hosts and bind sockets even when the local_port...
|
commit | commitdiff | tree |
2007-10-30 |
lucabe | Mark the source buffer as "const"
|
commit | commitdiff | tree |
2007-10-30 |
lucabe | If local port n is not available, try n + 2 instead...
|
commit | commitdiff | tree |
2007-10-29 |
lucabe | Remove redundant prototype
|
commit | commitdiff | tree |
2007-10-29 |
lucabe | Remove the inclusion of rtsp.h and rtp.h from avformat...
|
commit | commitdiff | tree |
2007-10-26 |
lucabe | Explicitly include rtp.h (needed for rtp_get_payload_type())
|
commit | commitdiff | tree |
2007-10-26 |
lucabe | Remove prototype for non-existent function
|
commit | commitdiff | tree |
2007-10-02 |
lucabe | Allow to set the maximum number of frames per RTP packet...
|
commit | commitdiff | tree |
2007-09-27 |
lucabe | Add myself as a maintainer for the RTP muxer and for...
|
commit | commitdiff | tree |
2007-09-24 |
lucabe | Add my name to the copyright header, since rtp_mpv...
|
commit | commitdiff | tree |
2007-09-24 |
lucabe | Fix a warning by removing an useless assignment (buf_ptr...
|
commit | commitdiff | tree |
2007-09-17 |
lucabe | Fix an ffserver crash when a non-existing rtsp: url...
|
commit | commitdiff | tree |
2007-09-17 |
lucabe | Use AVFMT_FLAG_GENPTS for the input file (the RTP output...
|
commit | commitdiff | tree |
2007-09-14 |
lucabe | Support fragmentation for AAC frames
|
commit | commitdiff | tree |
2007-09-14 |
lucabe | Support for AAC streaming over RTP. Fragmentation is...
|
commit | commitdiff | tree |
2007-09-13 |
lucabe | Forward error code when reading a v4l2 frame
|
commit | commitdiff | tree |
2007-09-10 |
lucabe | Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER...
|
commit | commitdiff | tree |
2007-09-10 |
lucabe | Fix timestamps in RTP packets (now, MPEG1 video with...
|
commit | commitdiff | tree |
2007-09-10 |
lucabe | Properly set RTP and NTP timestamps in RTCP SR packets
|
commit | commitdiff | tree |
2007-09-05 |
lucabe | AAC support in the SDP generator
|
commit | commitdiff | tree |
2007-09-03 |
lucabe | Fill the buffer with 0 before writing an SDP in it
|
commit | commitdiff | tree |
2007-09-03 |
lucabe | Set the "B" flag in the payload header
|
commit | commitdiff | tree |
2007-09-03 |
lucabe | Set the "TR" field in the payload header
|
commit | commitdiff | tree |
2007-09-03 |
lucabe | Correctly set the "P" field in the payload header
|
commit | commitdiff | tree |
2007-08-29 |
lucabe | Correct packetization for MPEG video frames, and correct...
|
commit | commitdiff | tree |
2007-08-29 |
lucabe | Remove commented code (payload header extension)
|
commit | commitdiff | tree |
2007-08-25 |
lucabe | Use correct timescale in RTSP seeking
|
commit | commitdiff | tree |
2007-08-24 |
lucabe | Remove copyright from a function prototype
|
commit | commitdiff | tree |
2007-08-24 |
lucabe | Reindent the code after the last commit
|
commit | commitdiff | tree |
2007-08-24 |
lucabe | Remove RTSP special casing in ffplay startup
|
commit | commitdiff | tree |
2007-08-24 |
lucabe | Move the RTP packetization code for MPEG12 video in...
|
commit | commitdiff | tree |
2007-08-23 |
lucabe | Initialize the "stc" variable before using it in ff_find_sta...
|
commit | commitdiff | tree |
2007-08-20 |
lucabe | Print an SDP when all outputs are RTP (the SDP can...
|
commit | commitdiff | tree |
2007-08-20 |
lucabe | Call av_find_stream_info() immediately after opening...
|
commit | commitdiff | tree |
2007-08-20 |
lucabe | Use avf_sdp_create() in ffserver
|
commit | commitdiff | tree |
2007-08-05 |
lucabe | Change avf_sdp_create() to get a pre-allocated buffer...
|
commit | commitdiff | tree |
2007-08-05 |
lucabe | Fix linking when RTP is disabled and libraries are...
|
commit | commitdiff | tree |
2007-07-26 |
lucabe | Introduce an SDP generator
|
commit | commitdiff | tree |
2007-07-19 |
lucabe | Implement av_strlcatf(): a strlcat which adds a printf...
|
commit | commitdiff | tree |
2007-07-06 |
lucabe | Support for the AVFMT_FLAG_NONBLOCK flag (non-blocking...
|
commit | commitdiff | tree |
2007-07-06 |
lucabe | Add support for non-blocking input formats
|
commit | commitdiff | tree |
2007-05-21 |
lucabe | Do not try to set a video standard unless "-tvstd"...
|
commit | commitdiff | tree |
2007-05-10 |
lucabe | Reindent code after last commit
|
commit | commitdiff | tree |
2007-05-10 |
lucabe | Allow avoid setting the video standard and input when...
|
commit | commitdiff | tree |
2007-04-26 |
lucabe | Fix reading PTSs and DTSs in libavformat, by reverting...
|
commit | commitdiff | tree |
2007-04-24 |
lucabe | Fix ffserver crash when closing the second RTP session
|
commit | commitdiff | tree |
2007-04-19 |
lucabe | Fix an use-after-free bug
|
commit | commitdiff | tree |
2007-04-19 |
lucabe | Remove unused callbacks from ffserver
|
commit | commitdiff | tree |
2007-04-10 |
lucabe | Fix the poll() loop (ret == 0 means that a timeout...
|
commit | commitdiff | tree |
2007-04-10 |
lucabe | Fix the generation of RTSP reply headers (the "DEF...
|
commit | commitdiff | tree |
2007-03-29 |
lucabe | Allow setting v4l2 input and video standard.
|
commit | commitdiff | tree |
2007-02-28 |
lucabe | Do not jump to "fail" without having a proper sws context...
|
commit | commitdiff | tree |
2007-02-14 |
lucabe | Pass the v4l2 buffer into the AVPacket, instead of...
|
commit | commitdiff | tree |
2007-02-12 |
lucabe | Pass a proper context to av_log()
|
commit | commitdiff | tree |
2007-02-08 |
lucabe | Directly access av_log_level instead of calling av_log_...
|
commit | commitdiff | tree |
2007-01-21 |
lucabe | Increase the av_log() levels, and add some documentation...
|
commit | commitdiff | tree |
2007-01-07 |
lucabe | __attribute__((unused)) works with gcc 2.95 too
|
commit | commitdiff | tree |
2006-12-22 |
lucabe | Opss... My last commit was wrong; sorry!
|
commit | commitdiff | tree |
2006-12-22 |
lucabe | libswscale is not LGPLed, sorry
|
commit | commitdiff | tree |
2006-12-21 |
lucabe | libswscale can now be compiled under LGPL too
|
commit | commitdiff | tree |