| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Optimize/simplify ebml_read_num. | Reimar Döffinger | 2010-09-02 | 1 | -7/+4 |
* | Cosmetics: Reindent after r25023. | Carl Eugen Hoyos | 2010-09-02 | 1 | -6/+6 |
* | Fix crash when decoding DV in AVI introduced in r24579 (issue 2174). | Andrew Wason | 2010-09-02 | 1 | -1/+3 |
* | cosmetics: spaces between and after parentheses | Baptiste Coudurier | 2010-09-01 | 1 | -2/+2 |
* | gxf muxer only accepts pal or ntsc resolutions currently, so fail if resoluti... | Baptiste Coudurier | 2010-09-01 | 1 | -1/+5 |
* | Solving memory leak and initialization problem with prev_pkt / pkt. | Tobias Bindhammer | 2010-08-31 | 1 | -3/+13 |
* | split raw.c into rawdec.c and rawenc.c | Aurelien Jacobs | 2010-08-30 | 22 | -368/+415 |
* | move raw video demuxer to its own file | Aurelien Jacobs | 2010-08-30 | 3 | -41/+58 |
* | move pcm muxers to their own file | Aurelien Jacobs | 2010-08-30 | 3 | -104/+117 |
* | move pcm demuxers to their own file | Aurelien Jacobs | 2010-08-30 | 15 | -121/+251 |
* | add WAWV fourcc, works on V-codecs/WAWV.avi | Ben Littler | 2010-08-30 | 1 | -0/+1 |
* | simplify code by using the AV_NE() macro | Aurelien Jacobs | 2010-08-29 | 1 | -12/+4 |
* | move null muxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -23/+41 |
* | cleanup includes which are not used anymore in raw.c | Aurelien Jacobs | 2010-08-29 | 1 | -4/+0 |
* | move ac3/eac3 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -88/+105 |
* | move dnxhd demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -34/+55 |
* | move dirac demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -24/+44 |
* | move h261 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -56/+76 |
* | move h263 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -59/+78 |
* | move h264 demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -62/+81 |
* | cosmetic | Aurelien Jacobs | 2010-08-29 | 1 | -1/+1 |
* | move m4v demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -44/+63 |