| Commit message (Expand) | Author | Age | Files | Lines |
* | spelling/wording cosmetics | Diego Biurrun | 2007-08-17 | 1 | -2/+2 |
* | simplify | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | do not remove FLAG_CODED | Michael Niedermayer | 2007-08-11 | 1 | -1/+1 |
* | remove useless code, found by oded | Michael Niedermayer | 2007-08-11 | 1 | -1/+0 |
* | ensure that the aspect ratio is spec compliant | Michael Niedermayer | 2007-08-10 | 1 | -2/+8 |
* | disable TRACE | Michael Niedermayer | 2007-08-10 | 1 | -2/+0 |
* | muxer should now be spec compliant (though it likely still contains bugs!) | Michael Niedermayer | 2007-08-10 | 1 | -5/+1 |
* | header repetition | Michael Niedermayer | 2007-08-10 | 1 | -2/+9 |
* | info packet | Michael Niedermayer | 2007-08-10 | 1 | -1/+38 |
* | more FIXME | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 |
* | muxer is not yet fully compliant so prevent people from mistakenly using it | Michael Niedermayer | 2007-08-10 | 1 | -0/+4 |
* | set back ptr properly | Michael Niedermayer | 2007-08-09 | 1 | -1/+24 |
* | fix header_checksum | Michael Niedermayer | 2007-08-09 | 1 | -8/+6 |
* | store headers twice (getting closer to spec compliance ...) | Michael Niedermayer | 2007-08-09 | 1 | -1/+11 |
* | move header writing into its own function | Michael Niedermayer | 2007-08-09 | 1 | -16/+21 |
* | get rid of printf | Michael Niedermayer | 2007-08-09 | 1 | -2/+2 |
* | write frames and syncpoints | Michael Niedermayer | 2007-08-09 | 1 | -1/+113 |
* | put_t() | Michael Niedermayer | 2007-08-09 | 1 | -0/+6 |
* | 100l | Michael Niedermayer | 2007-08-09 | 1 | -1/+1 |
* | 2 FIXME comments | Michael Niedermayer | 2007-08-09 | 1 | -1/+2 |
* | add a universal fallback frame code for the case that no other applies | Michael Niedermayer | 2007-08-09 | 1 | -0/+7 |
* | forw_ptr CRC | Michael Niedermayer | 2007-08-09 | 1 | -2/+8 |
* | use a dynamic ByteIOContext instead of using the lavf buffer | Michael Niedermayer | 2007-08-09 | 1 | -46/+14 |
* | move stream header writing into its own function | Michael Niedermayer | 2007-08-09 | 1 | -38/+43 |
* | move main header writing into its own function | Michael Niedermayer | 2007-08-09 | 1 | -45/+49 |
* | write correct time_base | Michael Niedermayer | 2007-08-09 | 1 | -1/+1 |
* | make StreamContext.time_base a pointer | Michael Niedermayer | 2007-08-09 | 1 | -10/+9 |
* | write stream headers | Michael Niedermayer | 2007-08-09 | 1 | -1/+54 |
* | trying to finally get the nut muxer back uptodate | Michael Niedermayer | 2007-08-09 | 1 | -0/+353 |