| Commit message (Expand) | Author | Age | Files | Lines |
* | Add extern to mxf_d10_muxer forward declaration to avoid a redundant | Reimar Döffinger | 2010-07-28 | 1 | -1/+1 |
* | Fix a "function declaration isn't a prototype" warning. | Reimar Döffinger | 2010-07-24 | 1 | -1/+1 |
* | In mxf muxer, fix last b frame temporal offset | Baptiste Coudurier | 2010-07-02 | 1 | -33/+35 |
* | Make ff_random_get_seed public, rename to av_get_random_seed, export the header | Martin Storsjö | 2010-05-23 | 1 | -1/+1 |
* | Define AVMediaType enum, and use it instead of enum CodecType, which | Stefano Sabatini | 2010-03-30 | 1 | -3/+3 |
* | Remove MAX_STREAMS usage in ogg and mxf muxers | Baptiste Coudurier | 2010-01-29 | 1 | -14/+5 |
* | Use CODEC_ID_NONE instead of 0 for enum CodecID. | Carl Eugen Hoyos | 2009-11-08 | 1 | -1/+1 |
* | Improve amortized worst case speed of the muxers packet interleaving code | Michael Niedermayer | 2009-09-16 | 1 | -0/+8 |
* | fix and simplify long gop mpeg codec ul computation | Baptiste Coudurier | 2009-07-04 | 1 | -13/+6 |
* | set index duration to 0 for cbr, specifying whole container coverage | Baptiste Coudurier | 2009-07-04 | 1 | -1/+4 |
* | use ber4 length for descriptors preferred by specs | Baptiste Coudurier | 2009-07-04 | 1 | -1/+1 |
* | write profile and level local tag in mpeg descriptor | Baptiste Coudurier | 2009-07-04 | 1 | -1/+9 |
* | cosmetics, change case and comments alignment | Baptiste Coudurier | 2009-06-30 | 1 | -5/+5 |
* | correctly compute frame flags with closed gop | Baptiste Coudurier | 2009-06-30 | 1 | -9/+19 |
* | remove useless include | Baptiste Coudurier | 2009-05-23 | 1 | -1/+0 |
* | reindent | Baptiste Coudurier | 2009-05-15 | 1 | -24/+24 |
* | remove unneeded length checks | Baptiste Coudurier | 2009-05-15 | 1 | -5/+1 |
* | use utc time for timestamp and do not set it if not specified | Baptiste Coudurier | 2009-03-14 | 1 | -4/+4 |
* | do not parse timestamp if bitexact is set, should fix regression tests | Baptiste Coudurier | 2009-03-14 | 1 | -2/+3 |
* | again 10l, typo, put_byte instead of put_buffer | Baptiste Coudurier | 2009-03-11 | 1 | -1/+1 |
* | attempt to try to generate an random umid | Baptiste Coudurier | 2009-03-11 | 1 | -8/+32 |
* | fix index edit rate, inverse num and den | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
* | simplify, use codec->block_align | Baptiste Coudurier | 2009-02-25 | 1 | -2/+1 |
* | set channel number even for inactive channels | Baptiste Coudurier | 2009-02-25 | 1 | -1/+1 |
* | do not set frame start bit since marked as not used and factorize | Baptiste Coudurier | 2009-02-25 | 1 | -3/+3 |
* | start track id at 2, track id 1 for timecode | Baptiste Coudurier | 2009-02-23 | 1 | -3/+3 |
* | fix partition index byte count | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | always use multi track since timecode track is present | Baptiste Coudurier | 2009-02-18 | 1 | -13/+3 |
* | fix preface version | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | start counting track number from 0 | Baptiste Coudurier | 2009-02-18 | 1 | -6/+4 |
* | remove redundant comment | Baptiste Coudurier | 2009-02-18 | 1 | -1/+1 |
* | do not write slice count when muxing cbr | Baptiste Coudurier | 2009-02-18 | 1 | -5/+5 |
* | flush pending write in mxf_write_footer | Baptiste Coudurier | 2009-02-18 | 1 | -0/+2 |
* | use index 0 for timecode track and write it in source package also | Baptiste Coudurier | 2009-02-18 | 1 | -19/+18 |
* | fix rip body sid when muxing cbr | Baptiste Coudurier | 2009-02-18 | 1 | -1/+4 |
* | simplify descriptor size computation logic | Baptiste Coudurier | 2009-02-18 | 1 | -11/+9 |
* | fetch display aspect ratio from mpeg-2 essence | Baptiste Coudurier | 2009-02-16 | 1 | -8/+13 |
* | merge mxf_write_d10_packet into mxf_write_packet | Baptiste Coudurier | 2009-02-16 | 1 | -65/+30 |
* | fix mxf interleaving packet purge | Baptiste Coudurier | 2009-02-16 | 1 | -10/+9 |
* | compute body offset and index entry offset correctly | Baptiste Coudurier | 2009-02-13 | 1 | -12/+11 |
* | fix slice offset computation | Baptiste Coudurier | 2009-02-13 | 1 | -2/+3 |
* | set mime type for mxf | Baptiste Coudurier | 2009-02-13 | 1 | -1/+1 |
* | simplify | Baptiste Coudurier | 2009-02-13 | 1 | -8/+11 |
* | cosmetics, reindent, add/remove some empty lines, redundant comment | Baptiste Coudurier | 2009-02-13 | 1 | -73/+73 |
* | MXF D-10 muxer | Baptiste Coudurier | 2009-02-13 | 1 | -11/+277 |
* | store display height without vbi | Baptiste Coudurier | 2009-02-13 | 1 | -1/+9 |
* | split mpegvideo descriptor into cdci descriptor and wav common in sound common | Baptiste Coudurier | 2009-02-13 | 1 | -11/+19 |
* | write essence elements klv packets with ber4 length, more interoperable | Baptiste Coudurier | 2009-02-13 | 1 | -3/+3 |
* | encode klv fill item length in fixed ber 4 bytes | Baptiste Coudurier | 2009-02-13 | 1 | -6/+9 |
* | set last packet next pointer to null | Baptiste Coudurier | 2009-02-12 | 1 | -0/+4 |