| Commit message (Expand) | Author | Age | Files | Lines |
* | Add MPEG2 support to the RTP muxer | Luca Abeni | 2007-11-16 | 1 | -0/+5 |
* | Remove the "AVRtpPayloadTypes[i].pt == i" assumption from RTP and RTSP | Luca Abeni | 2007-11-16 | 3 | -17/+44 |
* | Remove empty pipe_close | Alex Beregszaszi | 2007-11-16 | 1 | -7/+0 |
* | Call prot->url_close only if it is present. | Alex Beregszaszi | 2007-11-16 | 1 | -2/+3 |
* | Honor the 8bit extension (now 32bit instaed 24bit) of the pts field introduce... | Alex Beregszaszi | 2007-11-16 | 2 | -2/+4 |
* | Prefer ADPM_SWF instead NONE if no MP3 encoding is compiled in. | Alex Beregszaszi | 2007-11-15 | 1 | -1/+1 |
* | 1000l: Fix check for max slice number | Roberto Togni | 2007-11-15 | 1 | -1/+1 |
* | Move dnet-ac3 byte-swapping code close to audio packet read code | Roberto Togni | 2007-11-15 | 1 | -1/+2 |
* | Remove some more duplicated code | Luca Abeni | 2007-11-15 | 1 | -38/+45 |
* | Remove the useless variable "my_addr1" | Luca Abeni | 2007-11-15 | 1 | -4/+4 |
* | Use the same code to set local_port in the IPv4-only case and in the | Luca Abeni | 2007-11-15 | 1 | -8/+3 |
* | Fix Doxygen parameter | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | Fix Doxygen parameter name | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | Fix Doxygen parameter name | Panagiotis Issaris | 2007-11-15 | 1 | -1/+1 |
* | cosmetics: whitespace | Aurelien Jacobs | 2007-11-14 | 1 | -2/+2 |
* | Typo | Panagiotis Issaris | 2007-11-14 | 1 | -1/+1 |
* | Remove some useless assignments (the UDPContext is allocated with av_mallocz()) | Luca Abeni | 2007-11-14 | 1 | -3/+0 |
* | Simplify set_remote_url(), and remove some code duplication | Luca Abeni | 2007-11-14 | 1 | -16/+24 |
* | Use recv() instead of recvfrom() (removes some other differences between | Luca Abeni | 2007-11-14 | 1 | -9/+1 |
* | Remove a now unused field | Luca Abeni | 2007-11-14 | 1 | -1/+0 |
* | Give better names to multicast functions (they are not IPv6-only) | Luca Abeni | 2007-11-14 | 1 | -6/+6 |
* | Avoid to duplicate the multicast code between the IPv4-only and | Luca Abeni | 2007-11-14 | 1 | -41/+24 |
* | Remove some ifdefs by using the "dest_addr_len" field in both the IPv4-only | Luca Abeni | 2007-11-14 | 1 | -5/+2 |
* | Add support for reading WM/Year tag | Patrice Bensoussan | 2007-11-14 | 1 | -0/+5 |
* | remove unnecessary -1 from snprintf len | Andreas Öman | 2007-11-14 | 1 | -1/+1 |
* | Add support for ID3v2 year tag | Patrice Bensoussan | 2007-11-14 | 1 | -0/+5 |
* | rename fps(frame per second) to tb(time base) to prevent | Michael Niedermayer | 2007-11-13 | 1 | -3/+3 |
* | remove now useless libogg support | Baptiste Coudurier | 2007-11-12 | 3 | -283/+0 |
* | set PKT_FLAG_KEY for Theora and OGM streams | Måns Rullgård | 2007-11-11 | 4 | -0/+10 |
* | ogg muxer | Baptiste Coudurier | 2007-11-10 | 4 | -3/+231 |
* | comment typo | Diego Biurrun | 2007-11-10 | 1 | -1/+1 |
* | Add support for some more audio formats | Luca Abeni | 2007-11-09 | 1 | -0/+18 |
* | Improve Sofdec file detection | Måns Rullgård | 2007-11-08 | 1 | -11/+26 |
* | fix potential buffer over-read | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | fix negative fseek | Aurelien Jacobs | 2007-11-08 | 1 | -1/+1 |
* | Split ac3 byte swapping into a separate function. | Ronald S. Bultje | 2007-11-08 | 1 | -10/+17 |
* | Isolate caching of audio frames in its own function. | Ronald S. Bultje | 2007-11-08 | 1 | -11/+22 |
* | Change a stream indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -1/+1 |
* | Split out the packet parsing from the main function body in rmdec.c | Ronald S. Bultje | 2007-11-08 | 1 | -82/+98 |
* | Change parse indexer. | Ronald S. Bultje | 2007-11-08 | 1 | -3/+3 |
* | Give Ogg muxer a lib prefix in the name like we do with all other formats | Diego Biurrun | 2007-11-08 | 3 | -4/+5 |
* | Change ff_rm_read_mdpr_codecdata to get back to old behavior. | Benoit Fouet | 2007-11-08 | 1 | -3/+2 |
* | correctly set audio codec when demuxing sofdec files | Aurelien Jacobs | 2007-11-07 | 1 | -1/+11 |
* | probe more kind of electronic arts files | Aurelien Jacobs | 2007-11-07 | 1 | -0/+8 |
* | Move external library registrations into a separate block after all native | Diego Biurrun | 2007-11-07 | 1 | -2/+4 |
* | Add some explanatory comments. | Diego Biurrun | 2007-11-07 | 1 | -0/+2 |
* | Rename ogg2.[ch] to oggdec.[ch]. | Diego Biurrun | 2007-11-07 | 7 | -9/+9 |
* | Remove disabled muxer skeleton, blessed by Mans. | Diego Biurrun | 2007-11-07 | 1 | -32/+0 |
* | Give the libnut muxer a lib prefix in its name so it does not conflict with | Diego Biurrun | 2007-11-07 | 1 | -1/+1 |
* | Specify the server address when opening an rtp:// URL in rtsp.c, so | Ronald S. Bultje | 2007-11-07 | 1 | -1/+1 |