| Commit message (Expand) | Author | Age | Files | Lines |
* | rtpdec: Split out the part of rtp_parse_packet that does the parsing of new p... | Martin Storsjö | 2010-10-01 | 1 | -46/+57 |
* | Fix indentation of ff_id3v2_read | Reimar Döffinger | 2010-10-01 | 1 | -14/+14 |
* | Reindent/rewrap | Martin Storsjö | 2010-10-01 | 1 | -8/+7 |
* | rtsp: Reorganize if statements in rtsp_read_play | Martin Storsjö | 2010-10-01 | 1 | -1/+3 |
* | rtsp/rtpdec: Allow rtp_parse_packet to take ownership of the packet buffer | Martin Storsjö | 2010-10-01 | 5 | -7/+9 |
* | rtsp: Use a dynamically allocated receive buffer | Martin Storsjö | 2010-10-01 | 2 | -5/+15 |
* | Add demuxer for LXF (Leitch/Harris' VR native stream format) | Tomas Härdin | 2010-10-01 | 4 | -2/+352 |
* | Correct tag is m2v1 | Baptiste Coudurier | 2010-09-30 | 1 | -1/+1 |
* | Document url_filesize(). | Stefano Sabatini | 2010-09-30 | 1 | -0/+5 |
* | Make register_protocol() use the function av_register_protocol2() | Stefano Sabatini | 2010-09-30 | 1 | -1/+1 |
* | Remove duplicate entries | Baptiste Coudurier | 2010-09-29 | 1 | -2/+0 |
* | Use new apple fourcc for mpeg-1 and mpeg-2 in mov, works natively on osx | Baptiste Coudurier | 2010-09-29 | 1 | -0/+2 |
* | Check return value of get_chunk_header(). Since enum can be unsigned, the | Ronald S. Bultje | 2010-09-29 | 1 | -3/+3 |
* | In mov demuxer, check that nb_streams is valid before using it in read_dac3 | Baptiste Coudurier | 2010-09-28 | 1 | -0/+2 |
* | Fix index_entries pos: | Michael Chinen | 2010-09-27 | 1 | -4/+0 |
* | rtpproto: Use a sockaddr_storage instead of a sockaddr_in with recvfrom | Martin Storsjö | 2010-09-27 | 1 | -1/+1 |
* | mpegtsenc: Indent | Tomas Härdin | 2010-09-27 | 1 | -2/+2 |
* | mpegtsenc: Write subtitle extradata if set | Tomas Härdin | 2010-09-27 | 1 | -0/+5 |
* | Move AVOptions from libavcodec to libavutil | Michael Niedermayer | 2010-09-26 | 4 | -4/+4 |
* | Make WMV3 decoder attempt to decode WMVP as well | Kostya Shishkov | 2010-09-26 | 1 | -0/+1 |
* | Replace deprecated CODEC_TYPE_AUDIO and CODEC_TYPE_VIDEO with the | Stefano Sabatini | 2010-09-25 | 6 | -7/+7 |
* | Add an AVOption max_delay for AVFormatContext->max_delay | Martin Storsjö | 2010-09-24 | 1 | -0/+1 |
* | Fix indentation after r25158. | Carl Eugen Hoyos | 2010-09-23 | 1 | -1/+2 |
* | Fix aspect ratio for files that have it stored in | Richard Buteau | 2010-09-23 | 1 | -3/+16 |
* | cosmetics: Place concat protocol entry in alphabetical order. | Diego Biurrun | 2010-09-21 | 1 | -1/+1 |
* | tcp: Check both wfds and efds when waiting for the result from connect | Martin Storsjö | 2010-09-21 | 1 | -3/+5 |
* | Check for the IPPROTO_IPV6 define before using it | Martin Storsjö | 2010-09-20 | 1 | -2/+2 |
* | rtsp: Handle standard assigned codec names for private payload types, too | Martin Storsjö | 2010-09-15 | 1 | -0/+6 |
* | Handle G.722 in RTP, and all the exceptions mandated in RFC 3551 | Martin Storsjö | 2010-09-15 | 4 | -1/+26 |
* | Clarify what av_read_frame() returns. | Michael Niedermayer | 2010-09-14 | 1 | -0/+5 |
* | Add R10k decoder. | Zhou Zongyi | 2010-09-13 | 2 | -0/+2 |
* | Read all id3v2 tags at the beginning of mp3 files. | David Byron | 2010-09-11 | 2 | -3/+10 |
* | FLV Metadata | Tomás Touceda | 2010-09-10 | 1 | -0/+8 |
* | nutenc: fix unstable floating-point calculations | Måns Rullgård | 2010-09-10 | 1 | -2/+2 |
* | adts demuxer: Set the time base to be the LCM of all ADTS sample rates. | Alex Converse | 2010-09-09 | 1 | -0/+3 |
* | Add a muxer and demuxer for raw G.722 | Martin Storsjö | 2010-09-09 | 5 | -1/+33 |
* | In mov muxer, write reduced sample aspect ratio values in pasp | Baptiste Coudurier | 2010-09-08 | 1 | -2/+2 |
* | Check dref size based on a patch by google | Baptiste Coudurier | 2010-09-08 | 1 | -0/+3 |
* | In mov demuxer, do not override aspect ratio in tkhd by pasp like quicktime, ... | Baptiste Coudurier | 2010-09-08 | 1 | -6/+7 |
* | Fix formatting for negative start times (issue 2139). | Christian d'Heureuse | 2010-09-07 | 1 | -1/+1 |
* | Read the number of channels from the 'dac3' tag for AC-3 in MP4. | Justin Ruggles | 2010-09-06 | 1 | -0/+16 |
* | Add a special function to mkv demxuer to parse length values that includes | Reimar Döffinger | 2010-09-06 | 1 | -1/+15 |
* | move stream info arrays into a struct to ease future dynamic allocation | Aurelien Jacobs | 2010-09-05 | 1 | -32/+28 |
* | matroskadec: allow uint and float elements with length = 0 | Aurelien Jacobs | 2010-09-05 | 1 | -2/+4 |
* | Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups | Ronald S. Bultje | 2010-09-03 | 2 | -4/+4 |
* | Vorbis metadata writing. Patch by James Darnley <james.darnley gmail com>. | James Darnley | 2010-09-03 | 1 | -4/+22 |
* | Reindent after r25032. | Ronald S. Bultje | 2010-09-03 | 1 | -2/+2 |
* | Send NAT punching messages to the address specified in the Transport: | John Wimer | 2010-09-03 | 3 | -1/+19 |
* | Set frame_size in the amr demuxer | Martin Storsjö | 2010-09-03 | 1 | -0/+2 |
* | rtsp: 10l, try to update the correct rtp stream | Martin Storsjö | 2010-09-03 | 1 | -1/+1 |