index
:
ffmpeg-streaming
master
Raptor Engineering's fork of FFmpeg with streaming enhancements https://git.ffmpeg.org/ffmpeg.git
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libavformat
/
avidec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/avidec: add logging context to log
Steven Liu
2019-10-08
1
-7
/
+7
*
lavf/avidec: fix memory leak in error handling path
Jun Zhao
2019-09-10
1
-1
/
+3
*
avformat/avidec: add support for recognizing HEVC fourcc when demuxing
Marton Balint
2019-08-31
1
-0
/
+3
*
lavf/avidec: Do not test for bitrate <= INT_MAX.
Carl Eugen Hoyos
2019-05-10
1
-1
/
+1
*
lavf: Constify the probe function argument.
Carl Eugen Hoyos
2019-03-21
1
-1
/
+1
*
lavf: Constify AVInputFormat pointer.
Carl Eugen Hoyos
2019-03-20
1
-1
/
+1
*
avformat/avidec: fix demuxing of all keyframes of sample 200707170736151.avi
Paul B Mahol
2018-08-21
1
-0
/
+5
*
avformat/avidec: Fix integer overflow in cum_len check
Michael Niedermayer
2018-03-10
1
-1
/
+1
*
avcodec/exif: remove GetByteContext usage from avpriv_exif_decode_ifd()
James Almer
2017-10-26
1
-2
/
+2
*
Use the new AVIOContext destructor.
Anton Khirnov
2017-09-01
1
-1
/
+1
*
avformat/avidec: Move packet skip after prefix and related checks
Michael Niedermayer
2017-08-11
1
-13
/
+12
*
avformat/avidec: Limit formats in gab2 to srt and ass/ssa
Michael Niedermayer
2017-05-31
1
-0
/
+3
*
avformat/avidec: Fix txts fmts parsing
Michael Niedermayer
2017-05-31
1
-1
/
+2
*
lavf: use av_fourcc2str() where appropriate
Clément Bœsch
2017-03-29
1
-7
/
+3
*
lavf: fix usages of av_get_codec_tag_string()
Clément Bœsch
2017-03-29
1
-6
/
+2
*
Merge commit 'ca1e5eea0c7b72a6e30aa6488cfeced3a4853521'
Clément Bœsch
2017-03-24
1
-18
/
+0
|
\
|
*
Remove some pointless TRACE level debug code
Diego Biurrun
2016-10-27
1
-17
/
+0
|
*
avidec: Set palette alpha as fully opaque
Vittorio Giovara
2016-10-02
1
-1
/
+1
*
|
Merge commit 'bad4aad4037f59ba0ad656164be9ab8f7a0fa2d4'
Clément Bœsch
2017-03-23
1
-1
/
+1
|
\
\
|
|
/
|
*
avidec: Do not special case palette on big-endian
Vittorio Giovara
2016-10-02
1
-5
/
+1
*
|
Merge commit '83548fe894cdb455cc127f754d09905b6d23c173'
James Almer
2017-03-21
1
-2
/
+2
|
\
\
|
|
/
|
*
lavf: fix usage of AVIOContext.seekable
Anton Khirnov
2016-09-30
1
-2
/
+3
*
|
avformat/avidec: clean-up identifier names
Tobias Rapp
2017-01-03
1
-7
/
+7
*
|
avformat/avidec: skip odml master index chunks in avi_sync
Tobias Rapp
2016-12-23
1
-1
/
+2
*
|
avidec: fix leaking extradata
Andreas Cadhalpun
2016-11-30
1
-0
/
+8
*
|
lavf/avidec: Be more verbose when ignoring very large tag size.
Carl Eugen Hoyos
2016-10-18
1
-1
/
+5
*
|
lavf/avidec: Do not fail for very large idx1 tags.
Carl Eugen Hoyos
2016-10-18
1
-0
/
+2
*
|
avformat/avidec: Check nb_streams in read_gab2_sub()
Michael Niedermayer
2016-09-28
1
-0
/
+2
*
|
avformat/avidec: Remove ancient assert
Michael Niedermayer
2016-09-28
1
-1
/
+0
*
|
avformat/avidec: remove warning about deprecated declarations
James Almer
2016-09-25
1
-0
/
+4
*
|
avformat/avidec: Fix memleak with dv in avi
Michael Niedermayer
2016-09-25
1
-0
/
+4
*
|
avformat/avidec: Fix infinite loop in avi_read_nikon()
Michael Niedermayer
2016-09-02
1
-2
/
+2
*
|
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
*
|
avformat/avidec: Detect index with too short entries
Michael Niedermayer
2016-05-18
1
-0
/
+2
*
|
avformat: add AVFormatContext to ff_get_extradata()
Paul B Mahol
2016-04-14
1
-2
/
+2
*
|
Merge commit '9200514ad8717c63f82101dc394f4378854325bf'
Derek Buitenhuis
2016-04-10
1
-90
/
+89
|
\
\
|
|
/
|
*
lavf: replace AVStream.codec with AVStream.codecpar
Anton Khirnov
2016-02-23
1
-68
/
+67
*
|
lavf/avidec: Add blurb regarding the skipping of xxpc entries in the index
Mats Peterson
2016-03-18
1
-0
/
+2
*
|
lavf/avidec: Skip xxpc entries in index; fixes trac #5311
Mats Peterson
2016-03-10
1
-0
/
+3
*
|
avformat: Add a protocol blacklisting API
Derek Buitenhuis
2016-03-04
1
-1
/
+1
*
|
Merge commit '5f3a081b42b84404a40a52c80ef7a354cf048c56'
Hendrik Leppkes
2015-12-08
1
-62
/
+72
|
\
\
|
|
/
|
*
avi: Spin out the logic to position to the next non-interleaved stream
Luca Barbato
2015-12-02
1
-62
/
+72
|
*
avi: Validate the stream-id for DV as well
Michael Niedermayer
2015-12-02
1
-1
/
+4
*
|
Merge commit 'd017ed878a45171f2f6c69fb9d76401c3c494110'
Hendrik Leppkes
2015-12-07
1
-2
/
+3
|
\
\
|
|
/
|
*
avi: Use the correct data type
Luca Barbato
2015-12-02
1
-2
/
+3
*
|
avformat: use AV_OPT_TYPE_BOOL in a bunch of places
Clément Bœsch
2015-12-04
1
-1
/
+1
*
|
Replace remaining occurances of av_free_packet with av_packet_unref
Hendrik Leppkes
2015-10-27
1
-1
/
+1
*
|
Merge commit 'ce70f28a1732c74a9cd7fec2d56178750bd6e457'
Hendrik Leppkes
2015-10-27
1
-3
/
+3
|
\
\
|
|
/
|
*
avpacket: Replace av_free_packet with av_packet_unref
Luca Barbato
2015-10-26
1
-3
/
+3
[next]