19 Commits (0a2b768d3ecca32d496da1393406bebcab7680e2)

Author SHA1 Message Date
Anton Khirnov 9200514ad8 lavf: replace AVStream.codec with AVStream.codecpar 9 years ago
Martin Storsjö 4f6cd883f0 rtpenc: Don't set max_frames_per_packet based on the packet frame size or frame rate 10 years ago
Martin Storsjö bde2bba45c rtpenc: Restructure if statements in packetizers to simplify adding more conditions 10 years ago
Martin Storsjö d16c8d28d4 rtpenc_aac: Use AV_WB16 instead of manual bitshifts 10 years ago
Martin Storsjö 9c9b0218e8 rtpenc_aac: Merge a definition with a declaration 10 years ago
Martin Storsjö 0662440b99 rtpenc_aac: Set a default value for max_frames_per_packet at init 10 years ago
Martin Storsjö 9856395344 rtpenc_aac: Fix sending fragmented frames 10 years ago
Luca Abeni e004d175fe rtpenc_aac: Fix calculation of the header size 12 years ago
Luca Abeni 78e08fd340 rtpenc_aac: Fix 10l bug 12 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Luca Abeni 22c1f65fa6 Rename the RTP muxer sources so that the packetisation functions are in 15 years ago
Luca Abeni 6f62e2c72d Correctly set the "AU size" field in the payload header for 16 years ago
Luca Abeni 9331967007 AAC packetiser cleanup: use consts instead of #defines 16 years ago
Luca Abeni ddffcb2d3a AAC packetiser cleanup: remove check for a condition that cannot happen 16 years ago
Martin Storsjö d2ce53b786 Fix two checks in the AAC packetiser, which were too conservative 16 years ago
Luca Abeni 17a5894a23 Merge rtp_aac.h and rtp_mpv.h in rtpenc.h 16 years ago
Luca Abeni 302879cb36 Split rtp.h in rtp.h, rtpdec.h, and rtpenc.h 16 years ago
Luca Abeni 21da81d784 Introduce a new num_frames field in RTPDemuxContext so that rtp_aac.c 16 years ago
Luca Abeni 20631a9c15 Merge rtp_internal.h in rtp.h, and remove rtp_internal.h 16 years ago
Luca Abeni e0d21bfe83 Allow to set the maximum number of frames per RTP packet (and add support for 17 years ago
Luca Abeni 1a3a0a79b6 Support fragmentation for AAC frames 17 years ago
Luca Abeni 171dce486c Support for AAC streaming over RTP. Fragmentation is not implemented yet 17 years ago