Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | 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 | |
* | this is debug not info | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 | |
* | 100000l (forgotten return) | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 | |
* | mention AVPROBE_PADDING_SIZE at the read_probe() doxy | Michael Niedermayer | 2007-08-10 | 1 | -1/+5 | |
* | remove unneeded buf_size check (see AVPROBE_PADDING_SIZE) | Michael Niedermayer | 2007-08-10 | 1 | -3/+0 | |
* | flac probe | Michael Niedermayer | 2007-08-10 | 1 | -1/+7 | |
* | ensure that negative block_time are properly checked | Aurelien Jacobs | 2007-08-10 | 1 | -1/+2 | |
* | ensure that the aspect ratio is spec compliant | Michael Niedermayer | 2007-08-10 | 1 | -2/+8 | |
* | fix the packetization mode parsing | Luca Barbato | 2007-08-10 | 1 | -2/+2 | |
* | 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 | 2 | -2/+10 | |
* | info packet | Michael Niedermayer | 2007-08-10 | 1 | -1/+38 | |
* | merge some REGISTER_MUXER/DEMUXER into REGISTER_MUXDEMUX | Aurelien Jacobs | 2007-08-10 | 1 | -4/+2 | |
* | 10l: removed pipe_close instead of pipe_read | Ramiro Polla | 2007-08-10 | 1 | -3/+2 | |
* | more FIXME | Michael Niedermayer | 2007-08-10 | 1 | -1/+1 | |
* | enable nut muxer | Michael Niedermayer | 2007-08-10 | 3 | -1/+3 | |
* | muxer is not yet fully compliant so prevent people from mistakenly using it | Michael Niedermayer | 2007-08-10 | 1 | -0/+4 | |
* | Make the pipe URLProtocol share read and write functions with the file URLPro... | Ramiro Polla | 2007-08-09 | 1 | -13/+2 | |
* | Add initialization and cleanup functions for Winsock | Ramiro Polla | 2007-08-09 | 3 | -0/+25 | |
* | set back ptr properly | Michael Niedermayer | 2007-08-09 | 1 | -1/+24 | |
* | move syncpoint cache related stuff to common file | Michael Niedermayer | 2007-08-09 | 3 | -23/+25 | |
* | fix forw_ptr crc check | Michael Niedermayer | 2007-08-09 | 1 | -8/+11 | |
* | 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 | 2 | -5/+5 | |
* | 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 | |
* | move lsb2full to common file | Michael Niedermayer | 2007-08-09 | 3 | -7/+9 | |
* | take care to use video track field number as duration | Baptiste Coudurier | 2007-08-09 | 1 | -2/+2 | |
* | move crc wrapper to slightly better spot | Michael Niedermayer | 2007-08-09 | 2 | -6/+5 | |
* | move syncpoint timestamp resetting code to a common file | Michael Niedermayer | 2007-08-09 | 4 | -12/+37 | |
* | remove old unused nut (de)muxer | Michael Niedermayer | 2007-08-09 | 1 | -1455/+0 | |
* | check forw_ptr CRC | Michael Niedermayer | 2007-08-09 | 1 | -1/+4 | |
* | 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 | 2 | -48/+16 | |
* | 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 | 3 | -16/+15 | |
* | variables needed for muxer | Michael Niedermayer | 2007-08-09 | 1 | -2/+2 | |
* | 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 | |
* | use proper closesocket defines | Alex Beregszaszi | 2007-08-08 | 1 | -8/+1 | |
* | Check for winsock2.h instead of __MINGW32__ | Ramiro Polla | 2007-08-08 | 3 | -5/+8 |