index
:
delta/ffmpeg.git
ffmpeg
h264_assembly
master
merge2
oldabi
release/0.10
release/0.11
release/0.5
release/0.6
release/0.7
release/0.8
release/0.9
release/1.0
release/1.1
release/1.2
release/2.0
release/2.1
release/2.2
release/2.3
release/2.4
release/2.5
release/2.6
release/2.7
release/2.8
release/3.0
release/3.1
release/3.2
release/3.3
release/3.4
release/4.0
release/4.1
release/4.2
release/4.3
release/4.4
release/5.0
release/5.1
release/6.0
git.ffmpeg.org: ffmpeg.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
libavformat
/
avc.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/avc, mxfenc: Avoid allocation of H264 SPS structure, fix memleak
Andreas Rheinhardt
2020-07-01
1
-15
/
+12
*
avformat/av1, avc, hevc: Remove av_freep()
Andreas Rheinhardt
2020-01-26
1
-2
/
+1
*
avformat/avc: add missing return error value
James Almer
2019-11-30
1
-1
/
+3
*
avformat/avc: fix sps buffer offset when calling ff_avc_decode_sps()
James Almer
2019-11-29
1
-1
/
+1
*
avformat/avc: write the missing bits in the AVC Decoder Configuration Box
James Almer
2019-11-28
1
-5
/
+32
*
avformat/avc: Avoid allocation for small SPS/PPS arrays
Andreas Rheinhardt
2019-11-28
1
-9
/
+6
*
avformat/mxfenc: support XAVC long gop
Baptiste Coudurier
2019-05-20
1
-0
/
+186
*
avformat/avc: support writting more than one sps/pps in ff_isom_write_avcc
James Almer
2017-11-30
1
-13
/
+38
*
avformat/avc: free buffer in ff_isom_write_avcc on failure
James Almer
2017-11-30
1
-3
/
+7
*
avformat/avc: reindent after the last commit
James Almer
2017-11-30
1
-45
/
+46
*
avformat/avc: refactor ff_isom_write_avcc
James Almer
2017-11-30
1
-9
/
+11
*
avformat/avc: return an error in ff_isom_write_avcc if the buffer lenght is t...
James Almer
2017-11-30
1
-2
/
+3
*
Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'
Clément Bœsch
2016-06-21
1
-1
/
+1
|
\
|
*
cosmetics: Fix spelling mistakes
Vittorio Giovara
2016-05-04
1
-1
/
+1
*
|
Merge commit '059a934806d61f7af9ab3fd9f74994b838ea5eba'
Michael Niedermayer
2015-07-27
1
-1
/
+1
|
\
\
|
|
/
*
|
lavf/avc: add buffer padding to extradata allocation
Lukasz Marek
2015-02-05
1
-1
/
+1
*
|
Merge commit 'a2efbecc4ed12d287cf29856418c4da4a7648d95'
Michael Niedermayer
2014-09-25
1
-0
/
+17
|
\
\
|
|
/
|
*
libavformat: Move avc mp4 startcode parsing to a shared file
Martin Storsjö
2014-09-24
1
-0
/
+17
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-03-25
1
-0
/
+31
|
\
\
|
|
/
|
*
avc: Add a function for converting mp4 style extradata to annex b
Martin Storsjö
2012-03-24
1
-0
/
+31
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2011-11-11
1
-11
/
+18
|
\
\
|
|
/
|
*
avc: fix memory errors when encoding invalid h264 codecdata
John Brooks
2011-11-09
1
-11
/
+18
*
|
Merge remote branch 'qatar/master'
Michael Niedermayer
2011-04-04
1
-2
/
+2
|
\
\
|
|
/
|
*
avio: avio_ prefix for url_close_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
|
*
avio: avio_ prefix for url_open_dyn_buf
Anton Khirnov
2011-04-03
1
-1
/
+1
|
*
Replace FFmpeg with Libav in licence headers
Mans Rullgard
2011-03-19
1
-4
/
+4
|
*
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-21
1
-15
/
+15
|
*
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-3
/
+3
*
|
avio: avio: avio_ prefixes for put_* functions
Anton Khirnov
2011-02-22
1
-15
/
+15
*
|
avio: rename ByteIOContext to AVIOContext.
Anton Khirnov
2011-02-20
1
-3
/
+3
|
/
*
Include avc.h from avc.c: It contains several prototypes.
Carl Eugen Hoyos
2010-02-28
1
-0
/
+1
*
Attempt to fix the completely random values returned by ff_avc_find_startcode().
Michael Niedermayer
2010-02-22
1
-5
/
+11
*
cosmetics, remove spaces after '(' and before ')'
Baptiste Coudurier
2009-07-30
1
-14
/
+14
*
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