| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support for VP6A in flv. | Aurelien Jacobs | 2007-09-18 | 1 | -6/+49 |
* | Add explanatory comments to the parse_date function. | Stefano Sabatini | 2007-09-18 | 1 | -0/+8 |
* | disable loads of debug messages to reduce object size | Aurelien Jacobs | 2007-09-17 | 1 | -0/+6 |
* | loosen dependencies over allformats.h | Aurelien Jacobs | 2007-09-16 | 6 | -7/+8 |
* | monkey audio demuxer now can parse ape tags | Benjamin Zores | 2007-09-16 | 1 | -0/+125 |
* | warning fix: | Diego Biurrun | 2007-09-16 | 1 | -1/+0 |
* | Set codec_id correctly for RJPG codec_tag | Reimar Döffinger | 2007-09-15 | 1 | -1/+2 |
* | Support fragmentation for AAC frames | Luca Abeni | 2007-09-14 | 1 | -1/+17 |
* | Support for AAC streaming over RTP. Fragmentation is not implemented yet | Luca Abeni | 2007-09-14 | 4 | -1/+104 |
* | Forward error code when reading a v4l2 frame | Benoit Fouet | 2007-09-13 | 1 | -1/+1 |
* | Monkey Audio decoder | Kostya Shishkov | 2007-09-13 | 5 | -2/+397 |
* | stop parsing udta if size is wrong/garbage, fix issue 154, fix RQ004F14.MOV | Baptiste Coudurier | 2007-09-12 | 1 | -0/+3 |
* | Typo | Ramiro Polla | 2007-09-11 | 1 | -1/+1 |
* | move unrelated functions declarations out of allformats.h | Aurelien Jacobs | 2007-09-11 | 11 | -14/+41 |
* | rtp and rtsp demuxer declarations are not part of public API | Aurelien Jacobs | 2007-09-10 | 3 | -4/+3 |
* | Bump micro version number for r10429 | Ramiro Polla | 2007-09-10 | 1 | -2/+2 |
* | *_protocol are not part of public API | Aurelien Jacobs | 2007-09-10 | 3 | -13/+7 |
* | Test extradata_size instead of the CODEC_FLAG_GLOBAL_HEADER flag to check if | Luca Abeni | 2007-09-10 | 1 | -2/+2 |
* | Fix timestamps in RTP packets (now, MPEG1 video with B frames works correctly) | Luca Abeni | 2007-09-10 | 2 | -27/+14 |
* | Properly set RTP and NTP timestamps in RTCP SR packets | Luca Abeni | 2007-09-10 | 1 | -7/+14 |
* | Improve track number decoding for some WMA files | Patrice Bensoussan | 2007-09-09 | 1 | -2/+2 |
* | Do not set codec_tag when the container does not specify it. | Reimar Döffinger | 2007-09-09 | 1 | -1/+0 |
* | Copy nuv header only when the video codec is nuv | Reimar Döffinger | 2007-09-09 | 1 | -5/+13 |
* | Rename the format name audio_device (used in both oss and audio_beos) to oss ... | Ramiro Polla | 2007-09-07 | 2 | -4/+4 |
* | Separate audio_(de)muxer into oss_(de)muxer and audio_beos_(de)muxer | Ramiro Polla | 2007-09-07 | 5 | -14/+18 |
* | Use V_MPEG4/ISO/ASP for mpeg4 when muxing mkv | David Conrad | 2007-09-06 | 1 | -1/+1 |
* | Set correct length for last slice in frame subpacket | Kostya Shishkov | 2007-09-06 | 1 | -0/+2 |
* | cosmetics: Add some whitespace for better readability. | Diego Biurrun | 2007-09-05 | 1 | -116/+116 |
* | spelling/wording nits in some Doxygen comments | Diego Biurrun | 2007-09-05 | 1 | -2/+2 |
* | Rename dc1394.c to libdc1394.c | Ramiro Polla | 2007-09-05 | 2 | -1/+1 |
* | Prefix library format names with 'lib' in libavformat | Ramiro Polla | 2007-09-05 | 2 | -2/+2 |
* | Give better filenames to bktr and v4l grabbers | Ramiro Polla | 2007-09-05 | 3 | -2/+2 |
* | Remove video_grab_ prefix from video_grab_{bktr,v4l} | Ramiro Polla | 2007-09-05 | 5 | -8/+8 |
* | revert 10409 | Michael Niedermayer | 2007-09-05 | 1 | -6/+6 |
* | export put_timestamp() | Michael Niedermayer | 2007-09-05 | 1 | -6/+6 |
* | Make sure that if a stream has a duration but the container doesn't | Neil Brown | 2007-09-05 | 1 | -13/+22 |
* | Correct initial timestamp | Wolfram Gloger | 2007-09-05 | 1 | -0/+1 |
* | AAC support in the SDP generator | Luca Abeni | 2007-09-05 | 1 | -13/+42 |
* | Enable Matroska muxer | David Conrad | 2007-09-05 | 3 | -1/+6 |
* | Grammar nits | David Conrad | 2007-09-05 | 1 | -9/+9 |
* | Always use AVFormatContext for av_log messages | David Conrad | 2007-09-05 | 1 | -16/+16 |
* | Rename ebml size functions to indicate that they can be used for more kinds o... | David Conrad | 2007-09-05 | 1 | -21/+21 |
* | We shouldn't be passing in sizes larger than 2^56-2, so use an assert | David Conrad | 2007-09-05 | 1 | -5/+1 |
* | Indentation | David Conrad | 2007-09-05 | 1 | -22/+22 |
* | Don't seek when streamed | David Conrad | 2007-09-05 | 1 | -0/+6 |
* | Get rid of useless braces | David Conrad | 2007-09-05 | 1 | -8/+7 |
* | Indent | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Match the behaviour betwen the bmp and wav codec tag lookups | David Conrad | 2007-09-05 | 1 | -0/+5 |
* | Write codecprivate to a dynamic buffer so that seeking isn't required | David Conrad | 2007-09-05 | 1 | -24/+17 |
* | Move writing codec private element to its own function | David Conrad | 2007-09-05 | 1 | -29/+43 |