| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | move cavsvideo demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -59/+78 |
* | move mpegvideo demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -48/+68 |
* | move ingenient demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 4 | -64/+85 |
* | move DTS demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 4 | -65/+88 |
* | simplify code by using the AV_NE() macro | Aurelien Jacobs | 2010-08-29 | 1 | -5/+1 |
* | 10l: aacdec and idroqenc still depend on raw.o | Aurelien Jacobs | 2010-08-29 | 1 | -2/+2 |
* | rename idroq.c to idroqdec.c | Aurelien Jacobs | 2010-08-29 | 2 | -1/+1 |
* | move id roq muxer to its own file | Aurelien Jacobs | 2010-08-29 | 4 | -49/+71 |
* | move ADTS AAC demuxer to its own file | Aurelien Jacobs | 2010-08-29 | 3 | -74/+97 |
* | rtsp: Return AVERROR_EOF when all streams have received an RTCP BYE packet | Josh Allmann | 2010-08-29 | 3 | -3/+22 |
* | Reindent | Josh Allmann | 2010-08-29 | 1 | -4/+4 |
* | rtpdec: Read RTCP compound packets | Josh Allmann | 2010-08-29 | 1 | -2/+18 |
* | rtsp: Check the RTCP file handle for new packets, too | Josh Allmann | 2010-08-29 | 1 | -6/+7 |
* | Fix two compiler arnings related to printf-format of sizeof()-statements. | Ronald S. Bultje | 2010-08-28 | 1 | -2/+2 |
* | stream_selection can be freed in the fail case, in which case it's unassigned. | Zhentan Feng | 2010-08-28 | 1 | -1/+1 |
* | Cosmetic changes. | Tobias Bindhammer | 2010-08-26 | 1 | -5/+5 |
* | Insert info from extradata into header | Tobias Bindhammer | 2010-08-26 | 1 | -2/+2 |