February 26, 2009
View 2578326

Share the function to write a raw FLAC header and use it in the Matroska muxer.

Justin Ruggles authored on 2009/02/26 11:41:53
View 59c6178

Use a shared function to validate FLAC extradata.

Justin Ruggles authored on 2009/02/26 11:29:24
February 25, 2009
View 2591821

Add AVFMT_VARIABLE_FPS to specify which muxers do not need duplicated frames.

Michael Niedermayer authored on 2009/02/25 00:04:18
February 16, 2009
View 5e56599

matroskaenc: use new metadata API

Aurelien Jacobs authored on 2009/02/16 01:53:05
January 20, 2009
View 5f8bae8

matroskaenc: correctly handle h264 streams with 3 bytes nal startcodes This implies using ff_avc_parse_nal_units_buf instead of ff_avc_parse_nal_units because with 3 bytes startcodes the parsed packet size will change, and the size must be written before the packet content.

Aurelien Jacobs authored on 2009/01/20 09:52:12
January 17, 2009
View 3194b00

Cosmetics: indent

David Conrad authored on 2009/01/17 13:31:42
View 1c3db2a

Treat disposition==0 as undefined and don't write the default flag

David Conrad authored on 2009/01/17 13:31:14
View 8a86aaa

Flush the buffer after writing the header and when done with writing the files Fixes writing small (~4kb) files.

David Conrad authored on 2009/01/17 13:30:36
January 15, 2009
View ca93bc1

Reindent after last commit

Luca Abeni authored on 2009/01/15 23:07:59
View 0a63a67

Do not reallocate AVPacket's data when muxing a packet

Luca Abeni authored on 2009/01/15 23:03:07
January 12, 2009
View 6a5d31a

Fix build: Add intreadwrite.h and bswap.h #includes where necessary.

Diego Biurrun authored on 2009/01/12 07:19:48
October 23, 2008
View abce34d

matroskaenc: require global header fixes issue696

Aurelien Jacobs authored on 2008/10/23 06:14:42
October 5, 2008
View b7f4e76

matroskaenc: correct muxing of ASS packets - split packets to store one ASS event line per Matroska block - reformat ASS events to Matroska modified format - extract display duration for ASS events to store as Matroska block duration

Aurelien Jacobs authored on 2008/10/05 07:57:56
View 291902c

matroskaenc: use correct EBML ID for block duration

Aurelien Jacobs authored on 2008/10/05 07:47:10
View 1bfbe8f

matroskaenc: pass the packet size directly as parameter of mkv_blockgroup_size()

Aurelien Jacobs authored on 2008/10/05 07:44:50