Age | Commit message (Expand) | Author |
2011-08-22 | rtpenc: use avcodec_get_name to report unsupported codecs. | Nicolas George |
2011-07-17 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-17 | lavf: use designated initialisers for all (de)muxers. | Anton Khirnov |
2011-07-04 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-07-03 | Do not include mathematics.h in avutil.h | Mans Rullgard |
2011-06-11 | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer |
2011-06-10 | rtpenc: Declare the rtp flags private AVOptions in rtpenc.h | Martin Storsjö |
2011-06-10 | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez |
2011-05-20 | rtpenc: MP4A-LATM payload support | Juan Carlos Rodriguez |
2011-03-19 | Replace FFmpeg with Libav in licence headers | Mans Rullgard |
2011-03-16 | avio: rename put_flush_packet -> avio_flush | Anton Khirnov |
2011-03-07 | avio: deprecate url_fget_max_packet_size | Anton Khirnov |
2011-02-21 | avio: avio: avio_ prefixes for put_* functions | Anton Khirnov |
2011-01-29 | Replace dprintf with av_dlog | Luca Barbato |
2011-01-26 | Prefix all _demuxer, _muxer, _protocol from libavformat and libavdevice. | Diego Elio Pettenò |
2010-12-05 | RTP/VP8: Update the warning about the VP8 payload | Martin Storsjö |
2010-09-15 | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö |
2010-08-25 | rtp: Replace hardcoded RTCP packet types with defines | Josh Allmann |
2010-08-16 | Add RTP packetization of VP8 | Josh Allmann |
2010-08-07 | Add RTP packetization of Theora and Vorbis | Josh Allmann |
2010-07-06 | rtpenc: remove unnecessary #include unistd.h | Måns Rullgård |
2010-06-17 | Simplify (no need to check for st->codec->extradata) and correct | Luca Abeni |
2010-06-16 | If the video stream is H.264 with MP4 syntax, store the NAL lenght size in | Luca Abeni |
2010-05-23 | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö |
2010-03-30 | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini |
2010-03-28 | Initialize ssrc and base_timestamp using ff_random_get_seed() | Martin Storsjö |
2010-03-15 | Use AVFormatContext.start_time_realtime in the RTP muxer | Martin Storsjö |
2010-03-10 | Make the ntp_time function available to other parts of libavformat, as ff_ntp... | Martin Storsjö |
2010-02-10 | Fix syncronisation for streams with a high encoding delay. | Timo Teräs |
2010-01-13 | Remove the inclusion of unneeded headers | Luca Abeni |
2009-12-30 | Remove outdated comments. | Luca Abeni |
2009-12-28 | Remove a useless local variable. | Luca Abeni |
2009-12-28 | Remove outdated comment | Luca Abeni |
2009-12-28 | Remove an unneeded local variable. | Luca Abeni |
2009-12-27 | Use different dynamic payload types for audio and video. | Luca Abeni |
2009-04-13 | Rename bitstream.h to get_bits.h. | Stefano Sabatini |
2009-04-08 | Add support for AMR audio in the RTP muxer | Martin Storsjö |
2009-04-07 | Add support for H.263 video in the RTP muxer | Martin Storsjö |
2009-03-27 | Make rtp_write_header() fail in case of unsupported payload type | Luca Abeni |
2009-02-16 | Rename rtp_get_payload_type() to ff_rtp_get_payload_type(), as it is not | Luca Abeni |
2009-02-06 | Do not use RTP_MAX_PACKET_LENGTH in the RTP muxer | Luca Abeni |
2009-02-06 | Merge rtp_aac.h and rtp_mpv.h in rtpenc.h | Luca Abeni |
2009-02-06 | Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h | Luca Abeni |
2009-02-05 | Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c | Luca Abeni |
2009-01-27 | Merge rtp_internal.h in rtp.h, and remove rtp_internal.h | Luca Abeni |
2009-01-19 | cosmetics: Remove pointless period after copyright statement non-sentences. | Diego Biurrun |
2008-07-13 | RTP: use dprintf(), allow compilation with -DDEBUG | Måns Rullgård |
2008-07-08 | Remove outdated comment | Luca Abeni |
2008-06-25 | Remove improper usage of AV_TIME_BASE_Q | Luca Abeni |
2008-06-03 | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini |