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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avformat/mpeg: move the header_str free into end label
Steven Liu
2019-10-22
1
-2
/
+2
*
avformat/segafilmenc: remove unneeded code
Steven Liu
2019-10-22
1
-2
/
+0
*
avformat/matroskaenc: Cosmetics
Andreas Rheinhardt
2019-10-21
1
-18
/
+18
*
avformat/matroskaenc: Use more appropriate function name
Andreas Rheinhardt
2019-10-21
1
-10
/
+8
*
avformat/matroskaenc: Remove redundant assert
Andreas Rheinhardt
2019-10-21
1
-1
/
+1
*
avformat/matroskaenc: Move track-related fields to mkv_track
Andreas Rheinhardt
2019-10-21
1
-26
/
+15
*
avformat/matroskaenc: Use ffio_free_dyn_buf
Andreas Rheinhardt
2019-10-21
1
-17
/
+6
*
avformat/matroskaenc: Fix memleak upon failure
Andreas Rheinhardt
2019-10-21
1
-18
/
+16
*
avformat/oggenc: free buffered page lists while uninitializing the muxer
James Almer
2019-10-21
1
-0
/
+9
*
avformat/flacenc: add a deinit function
James Almer
2019-10-21
1
-2
/
+9
*
avformat/mp3enc: add init and deinit functions
James Almer
2019-10-21
1
-4
/
+20
*
avformat/ttaenc: add a deinit function
James Almer
2019-10-21
1
-0
/
+10
*
avformat/avienc: add deinit function
James Almer
2019-10-21
1
-5
/
+15
*
avformat: call AVOutputFormat->deinit() when freeing the context
James Almer
2019-10-21
2
-7
/
+13
*
avformat/pjsdec: Check duration for overflow
Michael Niedermayer
2019-10-20
1
-0
/
+2
*
avformat/options: don't call avformat_free_context() within avformat_alloc_co...
James Almer
2019-10-19
1
-4
/
+6
*
avformat/nutenc: free all missing dynamic AVIOContext on header writing failure
James Almer
2019-10-19
1
-4
/
+7
*
avformat/sapdec: check av_strdup() return value and fix memleak
Steven Liu
2019-10-19
1
-0
/
+4
*
avformat/mvdec: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+2
*
avformat/mtv: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+2
*
avformat/mpeg: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+5
*
avformat/libsrt: check av_strdup() return value and fix memleak
Steven Liu
2019-10-19
1
-1
/
+15
*
avformat/hlsenc: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+6
*
avformat/cinedec: check av_strdup() return value
Steven Liu
2019-10-19
1
-0
/
+4
*
avformat/mpegenc: check for stream private data during deinit
James Almer
2019-10-18
1
-0
/
+2
*
avformat/nutenc: don't allocate a dynamic AVIOContext if no index is going to...
James Almer
2019-10-18
1
-1
/
+4
*
lavf/hlsenc: fix memory leak
Jun Zhao
2019-10-18
1
-0
/
+2
*
avformat/mpegenc: Fix memleaks and return values
Andreas Rheinhardt
2019-10-17
1
-12
/
+19
*
avformat/shortendec: Check k in probe
Michael Niedermayer
2019-10-16
1
-1
/
+7
*
avformat/chromaprint: Fix writing raw fingerprint
Andriy Gelman
2019-10-16
1
-1
/
+1
*
avformat/latmenc: abort if no extradata is available
James Almer
2019-10-15
1
-1
/
+2
*
avformat/chromaprint: improve logging message
Andriy Gelman
2019-10-14
1
-1
/
+1
*
avformat/chromaprint: Fix fp_format option
Andriy Gelman
2019-10-14
1
-1
/
+1
*
avformat/Makefile: Fix aiffdec replaygain dependency
Andreas Rheinhardt
2019-10-14
1
-1
/
+1
*
avformat/mov: parse sdtp atom and set the pkt disposable flag accordingly
Matthieu Bouron
2019-10-12
2
-0
/
+43
*
avformat/mpjpegdec: ensure seekback for latest chunk
Moritz Barsnick
2019-10-12
1
-4
/
+2
*
avformat/mpjpegdec: fix strict boundary search string
Moritz Barsnick
2019-10-12
1
-2
/
+3
*
avformat/mpjpegdec: fix finding multipart boundary parameter
Moritz Barsnick
2019-10-12
1
-1
/
+1
*
avformat/dv: free all allocated structs on dv_read_header failure
James Almer
2019-10-11
1
-5
/
+15
*
avformat/iff: fix memleak when get st->codecpar->extradata failed in iff_read...
Steven Liu
2019-10-10
1
-1
/
+4
*
avformat/jvdec: fix memleak when read_header failed
Steven Liu
2019-10-10
1
-2
/
+5
*
avformat/ivfdec: Change the length field to 32 bits
Raphaël Zumer
2019-10-08
1
-1
/
+2
*
avformat/ivfenc: Change the length fields to 32 bits
Raphaël Zumer
2019-10-08
1
-1
/
+2
*
avformat/ivfenc: Comment the length field encoding process
Raphaël Zumer
2019-10-08
1
-1
/
+2
*
avformat/mpsubdec: Clear queue on error
Michael Niedermayer
2019-10-08
1
-0
/
+3
*
avformat/mpeg: Remove set-but-unused variable
Andreas Rheinhardt
2019-10-08
1
-3
/
+1
*
avformat/hls: fix missing segment offset reset on last segment when http_mult...
vectronic
2019-10-08
1
-0
/
+1
*
avformat/hls: pass http offset options to http request
vectronic
2019-10-08
1
-4
/
+4
*
avformat/http: add ff_http_do_new_request2 for options
vectronic
2019-10-08
2
-1
/
+20
*
avformat/hlsenc: replace with av_freep for all av_free
Limin Wang
2019-10-08
1
-32
/
+32
[next]