37 Commits (9e21ba3dc3402fbe9d915f16c9f6eaf57d564b30)

Author SHA1 Message Date
James Almer 8d33e86616 avformat/avc: support writting more than one sps/pps in ff_isom_write_avcc 7 years ago
James Almer d5af8afbe4 avformat/avc: free buffer in ff_isom_write_avcc on failure 7 years ago
James Almer df20619b64 avformat/avc: reindent after the last commit 7 years ago
James Almer 9cd361c5c1 avformat/avc: refactor ff_isom_write_avcc 7 years ago
James Almer ae7df68edd avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is too small 7 years ago
Vittorio Giovara 41ed7ab45f cosmetics: Fix spelling mistakes 9 years ago
Lukasz Marek 21051af218 lavf/avc: add buffer padding to extradata allocation 10 years ago
Martin Storsjö a2efbecc4e libavformat: Move avc mp4 startcode parsing to a shared file 10 years ago
Martin Storsjö d5ed5e7d0c avc: Add a function for converting mp4 style extradata to annex b 13 years ago
John Brooks 6c643e0705 avc: fix memory errors when encoding invalid h264 codecdata 13 years ago
Anton Khirnov 6dc7d80de7 avio: avio_ prefix for url_close_dyn_buf 14 years ago
Anton Khirnov b92c545282 avio: avio_ prefix for url_open_dyn_buf 14 years ago
Mans Rullgard 2912e87a6c Replace FFmpeg with Libav in licence headers 14 years ago
Anton Khirnov e9eb8d0bce avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 77eb5504d3 avio: avio: avio_ prefixes for put_* functions 14 years ago
Anton Khirnov 471fe57e1a avio: rename ByteIOContext to AVIOContext. 14 years ago
Anton Khirnov ae628ec1fd avio: rename ByteIOContext to AVIOContext. 14 years ago
Carl Eugen Hoyos dda8fc6a09 Include avc.h from avc.c: It contains several prototypes. 15 years ago
Michael Niedermayer 403c545d08 Attempt to fix the completely random values returned by ff_avc_find_startcode(). 15 years ago
Baptiste Coudurier 46c9eb57d0 cosmetics, remove spaces after '(' and before ')' 16 years ago
Ramiro Polla d4efacff64 Use intptr_t when casting pointers to int. 16 years ago
Baptiste Coudurier 3700d80028 support h264 extradata with 0x000001 startcode 16 years ago
Baptiste Coudurier d298412062 export ff_avc_parse_nal_units_buf 16 years ago
Baptiste Coudurier a97772b166 return size written in ff_avc_parse_nal_units 16 years ago
Luca Abeni 0a63a676ec Do not reallocate AVPacket's data when muxing a packet 16 years ago
Diego Biurrun 6a5d31ac25 Fix build: Add intreadwrite.h and bswap.h #includes where necessary. 16 years ago
Reimar Döffinger 591de5cf35 Fix misplaced const, avoids a cast-discards-qualifiers warning 17 years ago
Michael Niedermayer d937cd0ed2 const 17 years ago
Luca Abeni b973f9ad7e Make avc_find_startcode non-static, so that it can be used from other 17 years ago
Aurelien Jacobs 9ab3f71b60 add a ff_ prefix to newly exported functions from avc.c 17 years ago
Aurelien Jacobs 1bd2d763d4 Move isom_write_avcc() and related functions into a separate file. 17 years ago