]> git.sesse.net Git - ffmpeg/history - libavcodec/mpegvideo_parser.c
Fix lossless jpeg encoder to comply to spec and store full redundant
[ffmpeg] / libavcodec / mpegvideo_parser.c
2008-06-03 Michael NiedermayerIn mpeg1/2 timestamps are associated with the access...
2008-04-04 Michael NiedermayerDisable the split function. This should end the mpeg1...
2008-02-20 Michael Niedermayerrevert 12156
2008-02-20 Michael NiedermayerForgot this, which is needed for merging field pics...
2008-02-20 Michael NiedermayerMake timestamp interpolation work with mpeg2 field...
2007-05-07 Aurelien Jacobsmake some parser parameters const to avoid casting...
2007-05-05 Aurelien Jacobsadd a ff_ prefix to the now exported mpeg1_find_frame_e...
2007-05-05 Aurelien Jacobsmove mpegvideo_parser in it's own file