| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Cosmetics | David Conrad | 2007-09-05 | 1 | -1/+0 |
* | Use num_entries directly rather than mixing it with a local copy | David Conrad | 2007-09-05 | 1 | -9/+5 |
* | Doxygenify comments | David Conrad | 2007-09-05 | 1 | -5/+5 |
* | Make sure that the calculated duration doesn't decrease | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Split some really long lines | David Conrad | 2007-09-05 | 1 | -3/+6 |
* | Correct message | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Always check the return of mkv_add_seekhead_entry | David Conrad | 2007-09-05 | 1 | -2/+5 |
* | Pass the returned error code of functions up | David Conrad | 2007-09-05 | 1 | -17/+19 |
* | Check that the seekheads were created | David Conrad | 2007-09-05 | 1 | -0/+2 |
* | Return AVERROR(ENOMEM) when appropriate | David Conrad | 2007-09-05 | 1 | -3/+3 |
* | Indentation | David Conrad | 2007-09-05 | 1 | -5/+5 |
* | Use assert for conditions that must be true | David Conrad | 2007-09-05 | 1 | -9/+3 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -7/+3 |
* | Grammar nits | David Conrad | 2007-09-05 | 1 | -5/+5 |
* | Break long comments | David Conrad | 2007-09-05 | 1 | -22/+31 |
* | Use sample format for bit depth if av_get_bits_per_sample() doesn't give one | David Conrad | 2007-09-05 | 1 | -0/+3 |
* | Calculate and store DAR rather than SAR | David Conrad | 2007-09-05 | 1 | -2/+3 |
* | Clarify comments | David Conrad | 2007-09-05 | 1 | -2/+2 |
* | Use PRIu64/PRId64 | David Conrad | 2007-09-05 | 1 | -4/+4 |
* | Calculate the size of key EBML master elements beforehand so only just enough... | David Conrad | 2007-09-05 | 1 | -43/+76 |
* | Use cluster_pos when checking cluster position | David Conrad | 2007-09-05 | 1 | -1/+1 |
* | Modify put_ebml_size() so that the bytes parameter is exact rather than minimum | David Conrad | 2007-09-05 | 1 | -4/+20 |
* | Set default subtitle_codec to CODEC_ID_TEXT | David Conrad | 2007-09-05 | 1 | -0/+1 |
* | Simplify | David Conrad | 2007-09-05 | 1 | -2/+2 |
* | Move calculating the bytes needed to represent a size in EBML to its own func... | David Conrad | 2007-09-05 | 1 | -3/+11 |
* | Make a byte always mean a byte | David Conrad | 2007-09-05 | 1 | -10/+10 |
* | Simplify put_ebml_id() | David Conrad | 2007-09-05 | 1 | -7/+3 |
* | Move ebml_id_size() | David Conrad | 2007-09-05 | 1 | -5/+5 |
* | Correct handling of smaller unknown sizes | David Conrad | 2007-09-05 | 1 | -3/+23 |