Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use intptr_t when casting pointers to int. | Ramiro Polla | 2009-03-26 | 1 | -1/+1 |
* | support h264 extradata with 0x000001 startcode | Baptiste Coudurier | 2009-01-16 | 1 | -1/+2 |
* | export ff_avc_parse_nal_units_buf | Baptiste Coudurier | 2009-01-16 | 1 | -1/+1 |
* | return size written in ff_avc_parse_nal_units | Baptiste Coudurier | 2009-01-16 | 1 | -1/+4 |
* | Do not reallocate AVPacket's data when muxing a packet | Luca Abeni | 2009-01-15 | 1 | -7/+14 |
* | Fix build: Add intreadwrite.h and bswap.h #includes where necessary. | Diego Biurrun | 2009-01-11 | 1 | -0/+2 |
* | Fix misplaced const, avoids a cast-discards-qualifiers warning | Reimar Döffinger | 2008-02-19 | 1 | -1/+1 |
* | const | Michael Niedermayer | 2008-02-19 | 1 | -11/+11 |
* | Make avc_find_startcode non-static, so that it can be used from other | Luca Abeni | 2008-01-15 | 1 | -3/+3 |
* | add a ff_ prefix to newly exported functions from avc.c | Aurelien Jacobs | 2008-01-11 | 1 | -3/+3 |
* | Move isom_write_avcc() and related functions into a separate file. | Aurelien Jacobs | 2008-01-11 | 1 | -0/+135 |