15 Commits (9a9964c50ed85a0bf8d8ab384801d4ea07017f76)

Author SHA1 Message Date
Reimar Döffinger ebb651d5f2 Make sure that dv encoder initializes all encoded packet data. 15 years ago
Niobos 9deba199fd fix pes overhead computation, patch by Niobos, niobos at dest-unreach dot be 15 years ago
Carl Eugen Hoyos 07874f2298 Due to a typo in videogen.c, the regression test videos were not as 16 years ago
Baptiste Coudurier df1550f081 set index duration to 0 for cbr, specifying whole container coverage 16 years ago
Baptiste Coudurier 76b092e207 use ber4 length for descriptors preferred by specs 16 years ago
Baptiste Coudurier 6a43aab01b write profile and level local tag in mpeg descriptor 16 years ago
Baptiste Coudurier 61f9e3c16a correctly compute frame flags with closed gop 16 years ago
corp186 c69d224102 compute total bitrate more accurately, patch by corp186, chasedouglas at gmail dot com 16 years ago
Baptiste Coudurier b10d7e4e3a pad last audio frame when encoding 16 years ago
David Conrad 325aef38da Update regression tests for y4m after r18796 16 years ago
Baptiste Coudurier e4358e70f8 write a single pes for video frames, some proprietary player needs it 16 years ago
Baptiste Coudurier 31df40a130 fix total bitrate computation, based on patch by corp186, chasedouglas at gmail dot com 16 years ago
Baptiste Coudurier a3d23e15fb fix 6 channels raw pcm demuxing, raw pcm now demux a fixed number of samples 16 years ago
Diego Biurrun 1b4a516b94 Rename regression test result files from b-libav* to b-lavf* for consistency. 16 years ago
Diego Biurrun 209b9d565a Rename libav.regression.ref --> lavf.regression.ref. 16 years ago
Ronald S. Bultje 8b9794e542 Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Justin Ruggles 59f60d0554 Fix the ogg regression test, which was broken by r18092. This is an 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Baptiste Coudurier 21c6438f2c typo, fix eof check 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Baptiste Coudurier ed6ae6a58b use utc time for timestamp and do not set it if not specified 16 years ago
Baptiste Coudurier b686d0ab4b mxf and mxf d10 regression tests 16 years ago
Baptiste Coudurier 6b4fab72df change path pattern to be similar to existing files, and remove useless buffer 16 years ago
Baptiste Coudurier aaa43de31a write flt packet, might need some tweaking but it works 16 years ago
Baptiste Coudurier a96b1a903a correctly interleave audio and video according to specs 16 years ago
Baptiste Coudurier 9885e9a63a write timecode track in gxf 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago
Kostya Shishkov e51b7a41ee Update regressions for YUV2RGB table generator change in SwScaler 16 years ago
Michael Niedermayer 6337178b4f Ensure that the palette is set in data[1] for all 8bit formats. 16 years ago
Stefan de Konink 426a6f34a0 Splits the totalbitrate in a videodatarate and audiodatarate part. 16 years ago
Baptiste Coudurier e9338da87d fix endianness of time code, and calculate it in fields, according to specs 16 years ago
Baptiste Coudurier 507ff760af Do not use avctx->frame_number which might not be set, 16 years ago
Baptiste Coudurier 15a4e8b85a set correct value for starting line 16 years ago
Baptiste Coudurier fc94187857 fix gxf time code mark out value 16 years ago
David Conrad 4bcafc9a23 Update regression tests after r16651 16 years ago
Baptiste Coudurier 3d0a94f699 calculate pat, pmt and sdt exact size and adjust total bitrate 16 years ago
Baptiste Coudurier 5541759f6f only write dts if they differ from pts, according to specs 16 years ago
Baptiste Coudurier 46911c7ab8 use delay to avoid negative dts 16 years ago
Baptiste Coudurier de34dc39c0 set pts and dts of pes packets exactly according to specs 16 years ago
Aurelien Jacobs abce34d979 matroskaenc: require global header 16 years ago
Michael Niedermayer 3e3c638e69 Switch regression tests to swscale. 16 years ago
Baptiste Coudurier 9b92ed7666 update swf video frame number when muxing done, fix #439 17 years ago
Michael Niedermayer 4c453ddbbc Make our flac decoder decode all the data at EOF. 17 years ago
Michael Niedermayer 7efeb73a5a 10000l for myself, my last change was incomplete. 17 years ago
Michael Niedermayer 6d77d9acf7 Set cur_dts to 0 only during creating new streams and not every time cur_dts happens 17 years ago
Baptiste Coudurier 148c8d8018 store dts in ffm headers 17 years ago
Baptiste Coudurier 5e5f75cf8a remove pts set hack, this is no more correct 17 years ago
Baptiste Coudurier dbedf2aae2 enable feeder threads 17 years ago
Baptiste Coudurier 54e5cf132d do not reset ffm pts, this avoids setting last pts to 0 and screwing up seeking 17 years ago