2008-09-05 |
lucabe | Add support for the PIX_FMT_RGB555 and PIX_FMT_RGB565...
|
commit | commitdiff | tree |
2008-08-25 |
lucabe | Fix udp.c compilation with recent glibc (>= 2.8)
|
commit | commitdiff | tree |
2008-08-22 |
lucabe | Do not set timestamp information for a non existing...
|
commit | commitdiff | tree |
2008-07-23 |
lucabe | Reindent after last commit
|
commit | commitdiff | tree |
2008-07-23 |
lucabe | Do not rescale AV_NOPTS_VALUE in output_example.c
|
commit | commitdiff | tree |
2008-07-10 |
lucabe | Fix MPEG video packetization for RTP
|
commit | commitdiff | tree |
2008-07-08 |
lucabe | Remove outdated comment
|
commit | commitdiff | tree |
2008-07-02 |
lucabe | Reindent after last commit
|
commit | commitdiff | tree |
2008-07-02 |
lucabe | Fix A/V synch for RTP streams that do not contain MPEG1...
|
commit | commitdiff | tree |
2008-06-27 |
lucabe | Do not free the priv_data field of AVStream on close...
|
commit | commitdiff | tree |
2008-06-25 |
lucabe | Remove improper usage of AV_TIME_BASE_Q
|
commit | commitdiff | tree |
2008-06-24 |
lucabe | Do not set sample_rate = 90000 for mp2 and mp3 audio...
|
commit | commitdiff | tree |
2008-06-19 |
lucabe | Fix neverending loop which might happen when sending...
|
commit | commitdiff | tree |
2008-04-15 |
lucabe | Fix receiving from SDP with unicast destinations
|
commit | commitdiff | tree |
2008-04-15 |
lucabe | Remove the "multicast=" tag from UDP and RTP URLs
|
commit | commitdiff | tree |
2008-03-31 |
lucabe | Add a comment about missing entries
|
commit | commitdiff | tree |
2008-03-31 |
lucabe | Use the correct size for the enc_name field (removing...
|
commit | commitdiff | tree |
2008-03-31 |
lucabe | Remove useless entries from AVRtpPayloadTypes
|
commit | commitdiff | tree |
2008-03-31 |
lucabe | Support mp3 audio in the RTP muxer
|
commit | commitdiff | tree |
2008-03-05 |
lucabe | Add some information about the stream bitrate, if available
|
commit | commitdiff | tree |
2008-02-20 |
lucabe | Fix computation of the "NTP time" field in RTCP SR...
|
commit | commitdiff | tree |
2008-02-15 |
lucabe | Fix
|
commit | commitdiff | tree |
2008-02-15 |
lucabe | Fix
|
commit | commitdiff | tree |
2008-02-13 |
lucabe | Include poll.h instead of sys/poll.h
|
commit | commitdiff | tree |
2008-01-21 |
lucabe | Support out-of-band parameter sets in SDP for H.264...
|
commit | commitdiff | tree |
2008-01-21 |
lucabe | Add support for H.264 video in the RTP muxer
|
commit | commitdiff | tree |
2008-01-21 |
lucabe | Add minimal support for H.264 video in the SDP generator
|
commit | commitdiff | tree |
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 |