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