| Commit message (Expand) | Author | Age | Files | Lines |
* | misc spelling/grammar fixes | Diego Biurrun | 2008-08-05 | 1 | -1/+1 |
* | matroska: expand useless define for MS compat codec id strings | Aurelien Jacobs | 2008-08-05 | 1 | -2/+2 |
* | matroska: add support for V_QUICKTIME track type | Aurelien Jacobs | 2008-07-27 | 1 | -3/+22 |
* | Make long_names in lavf/lavdev optional depending on CONFIG_SMALL. | Stefano Sabatini | 2008-06-03 | 1 | -2/+2 |
* | Use full path for #includes from another directory. | Diego Biurrun | 2008-05-09 | 1 | -2/+2 |
* | fix encoding of flac private data | Justin Ruggles | 2008-05-01 | 1 | -3/+6 |
* | 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 |