]> git.sesse.net Git - ffmpeg/history - libavformat/rtpdec.c
set bits_per_coded_sample according to new lavc api
[ffmpeg] / libavformat / rtpdec.c
2008-09-07 Ronald S. BultjeGive register_dynamic_payload_handler() in rtpdec.c...
2008-08-22 Luca AbeniDo not set timestamp information for a non existing...
2008-08-14 Aurelien Jacobsensure we get explicit definition of various _XOPEN_SOU...
2008-07-13 Måns RullgårdRTP: use dprintf(), allow compilation with -DDEBUG
2008-07-02 Luca AbeniReindent after last commit
2008-07-02 Luca AbeniFix A/V synch for RTP streams that do not contain MPEG1...
2008-05-09 Diego BiurrunUse full path for #includes from another directory.
2008-03-15 Diego Biurruntypo fixes
2008-01-18 Ronald S. BultjeAdd a flags field to the RTPDynamicPayloadPacketHandler...
2008-01-10 Ronald S. BultjeReindent after r11493 (always use parse_packet() vfunc...
2008-01-10 Ronald S. BultjeMake rtp_parse_packet() always call the vfunc of the...
2008-01-04 Luca AbeniSplit the RTP demuxing functions out of rtp.c, to simpl...