summaryrefslogtreecommitdiff
path: root/libavformat/avc.c
Commit message (Expand)AuthorAgeFilesLines
* avformat/avc: Add functions to split access unit into list of NALUsAndreas Rheinhardt2022-01-191-3/+37
* avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleakAndreas Rheinhardt2020-06-261-15/+12
* avformat/avc: Don't use ff_ prefix for static functionAndreas Rheinhardt2020-06-261-2/+2
* avformat/av1, avc, hevc: Remove av_freep()Andreas Rheinhardt2020-01-261-2/+1
* avformat/avc: add missing return error valueJames Almer2019-11-301-1/+3
* avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps()James Almer2019-11-291-1/+1
* avformat/avc: write the missing bits in the AVC Decoder Configuration BoxJames Almer2019-11-281-5/+32
* avformat/avc: Avoid allocation for small SPS/PPS arraysAndreas Rheinhardt2019-11-281-9/+6
* avformat/mxfenc: support XAVC long gopBaptiste Coudurier2019-05-201-0/+186
* avformat/avc: support writting more than one sps/pps in ff_isom_write_avccJames Almer2017-11-301-13/+38
* avformat/avc: free buffer in ff_isom_write_avcc on failureJames Almer2017-11-301-3/+7
* avformat/avc: reindent after the last commitJames Almer2017-11-301-45/+46
* avformat/avc: refactor ff_isom_write_avccJames Almer2017-11-301-9/+11
* avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...James Almer2017-11-301-2/+3
* Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
* | Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'Michael Niedermayer2015-07-271-1/+1
|\ \ | |/
* | lavf/avc: add buffer padding to extradata allocationLukasz Marek2015-02-051-1/+1
* | Merge commit 'a2efbecc4ed12d287cf29856418c4da4a7648d95'Michael Niedermayer2014-09-251-0/+17
|\ \ | |/
| * libavformat: Move avc mp4 startcode parsing to a shared fileMartin Storsjö2014-09-241-0/+17
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-251-0/+31
|\ \ | |/
| * avc: Add a function for converting mp4 style extradata to annex bMartin Storsjö2012-03-241-0/+31
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-11-111-11/+18
|\ \ | |/
| * avc: fix memory errors when encoding invalid h264 codecdataJohn Brooks2011-11-091-11/+18
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-041-2/+2
|\ \ | |/
| * avio: avio_ prefix for url_close_dyn_bufAnton Khirnov2011-04-031-1/+1
| * avio: avio_ prefix for url_open_dyn_bufAnton Khirnov2011-04-031-1/+1
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-211-15/+15
| * avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
* | avio: avio: avio_ prefixes for put_* functionsAnton Khirnov2011-02-221-15/+15
* | avio: rename ByteIOContext to AVIOContext.Anton Khirnov2011-02-201-3/+3
|/
* Include avc.h from avc.c: It contains several prototypes.Carl Eugen Hoyos2010-02-281-0/+1
* Attempt to fix the completely random values returned by ff_avc_find_startcode().Michael Niedermayer2010-02-221-5/+11
* cosmetics, remove spaces after '(' and before ')'Baptiste Coudurier2009-07-301-14/+14
* Use intptr_t when casting pointers to int.Ramiro Polla2009-03-261-1/+1
* support h264 extradata with 0x000001 startcodeBaptiste Coudurier2009-01-161-1/+2
* export ff_avc_parse_nal_units_bufBaptiste Coudurier2009-01-161-1/+1
* return size written in ff_avc_parse_nal_unitsBaptiste Coudurier2009-01-161-1/+4
* Do not reallocate AVPacket's data when muxing a packetLuca Abeni2009-01-151-7/+14
* Fix build: Add intreadwrite.h and bswap.h #includes where necessary.Diego Biurrun2009-01-111-0/+2
* Fix misplaced const, avoids a cast-discards-qualifiers warningReimar Döffinger2008-02-191-1/+1
* constMichael Niedermayer2008-02-191-11/+11
* Make avc_find_startcode non-static, so that it can be used from otherLuca Abeni2008-01-151-3/+3
* add a ff_ prefix to newly exported functions from avc.cAurelien Jacobs2008-01-111-3/+3
* Move isom_write_avcc() and related functions into a separate file.Aurelien Jacobs2008-01-111-0/+135