| Commit message (Expand) | Author | Age | Files | Lines |
* | use common aac sample rate tables | Aurelien Jacobs | 2008-04-02 | 1 | -6/+3 |
* | Add 'disposition' bitfield to AVStream and use it for both muxing and demuxing | Evgeniy Stepanov | 2008-03-07 | 1 | -0/+2 |
* | simplification proposed by Rich | Aurelien Jacobs | 2008-03-01 | 1 | -1/+2 |
* | makes really sure that no undefined behavior can happen | Aurelien Jacobs | 2008-02-27 | 1 | -1/+1 |
* | Avoid infinite loop. | Aurelien Jacobs | 2008-02-26 | 1 | -1/+1 |
* | Write 0 instead of seeking forward (and leaving bytes uninitalized), | Michael Niedermayer | 2008-01-12 | 1 | -1/+2 |
* | add a ff_ prefix to newly exported functions from avc.c | Aurelien Jacobs | 2008-01-11 | 1 | -2/+2 |
* | Matroska muxer needs to format all NAL units, not only extradata. | Aurelien Jacobs | 2008-01-11 | 1 | -0/+10 |
* | Use the isom avcc formatting for h264 extradata in matroska. | Aurelien Jacobs | 2008-01-11 | 1 | -0/+3 |
* | Use dynamically allocated ByteIOContext in AVFormatContext | Björn Axelsson | 2007-11-21 | 1 | -14/+16 |
* | spelling/wording nits in some Doxygen comments | Diego Biurrun | 2007-09-05 | 1 | -2/+2 |
* | 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 |