]> git.sesse.net Git - ffmpeg/history - libavformat/nutenc.c
remove useless code, found by oded
[ffmpeg] / libavformat / nutenc.c
2007-08-11 Michael Niedermayerremove useless code, found by oded
2007-08-10 Michael Niedermayerensure that the aspect ratio is spec compliant
2007-08-10 Michael Niedermayerdisable TRACE
2007-08-10 Michael Niedermayermuxer should now be spec compliant (though it likely...
2007-08-10 Michael Niedermayerheader repetition
2007-08-10 Michael Niedermayerinfo packet
2007-08-10 Michael Niedermayermore FIXME
2007-08-10 Michael Niedermayermuxer is not yet fully compliant so prevent people...
2007-08-09 Michael Niedermayerset back ptr properly
2007-08-09 Michael Niedermayerfix header_checksum
2007-08-09 Michael Niedermayerstore headers twice (getting closer to spec compliance...
2007-08-09 Michael Niedermayermove header writing into its own function
2007-08-09 Michael Niedermayerget rid of printf
2007-08-09 Michael Niedermayerwrite frames and syncpoints
2007-08-09 Michael Niedermayerput_t()
2007-08-09 Michael Niedermayer100l
2007-08-09 Michael Niedermayer2 FIXME comments
2007-08-09 Michael Niedermayeradd a universal fallback frame code for the case that...
2007-08-09 Michael Niedermayerforw_ptr CRC
2007-08-09 Michael Niedermayeruse a dynamic ByteIOContext instead of using the lavf...
2007-08-09 Michael Niedermayermove stream header writing into its own function
2007-08-09 Michael Niedermayermove main header writing into its own function
2007-08-09 Michael Niedermayerwrite correct time_base
2007-08-09 Michael Niedermayermake StreamContext.time_base a pointer
2007-08-09 Michael Niedermayerwrite stream headers
2007-08-09 Michael Niedermayertrying to finally get the nut muxer back uptodate