index
:
ffmpeg
master
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
Mirror of FFmpeg git repo
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fftools
/
ffmpeg_demux.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
fftools/ffmpeg: replace InputStream.file_index by a pointer
Anton Khirnov
2023-12-14
1
-5
/
+4
*
fftools/ffmpeg: attach wallclock timing information to packets and frames
Anton Khirnov
2023-12-14
1
-14
/
+12
*
fftools/ffmpeg: merge DemuxPktData into FrameData
Anton Khirnov
2023-12-14
1
-5
/
+4
*
fftools/ffmpeg: convert to a threaded architecture
Anton Khirnov
2023-12-12
1
-139
/
+129
*
fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
Anton Khirnov
2023-12-12
1
-5
/
+41
*
fftools/ffmpeg_demux: switch from AVThreadMessageQueue to ThreadQueue
Anton Khirnov
2023-12-12
1
-69
/
+37
*
fftools/ffmpeg: rework keeping track of file duration for -stream_loop
Anton Khirnov
2023-11-14
1
-65
/
+46
*
fftools/ffmpeg: move a few inline function into a new header
Anton Khirnov
2023-11-14
1
-0
/
+1
*
fftools/ffmpeg_demux: Fix leak on error
Andreas Rheinhardt
2023-10-10
1
-5
/
+5
*
fftools/ffmpeg_demux: Don't use fake object with av_opt_eval
Andreas Rheinhardt
2023-10-10
1
-8
/
+7
*
fftools/ffmpeg: stop injecting stream side data in packets
James Almer
2023-10-06
1
-22
/
+0
*
fftools/ffmpeg: stop using AVStream.side_data
James Almer
2023-10-06
1
-4
/
+9
*
fftools/ffmpeg: deprecate the -top option
Anton Khirnov
2023-09-18
1
-0
/
+2
*
fftools/ffmpeg: return an error from assert_avoptions() instead of aborting
Anton Khirnov
2023-07-20
1
-1
/
+4
*
fftools/cmdutils: add error handling to filter_codec_opts()
Anton Khirnov
2023-07-20
1
-1
/
+4
*
fftools/ffmpeg: return errors from find_codec_or_die() instead of aborting
Anton Khirnov
2023-07-20
1
-17
/
+37
*
fftools/cmdutils: add error handling to GROW_ARRAY()
Anton Khirnov
2023-07-20
1
-2
/
+8
*
fftools/cmdutils: add error handling to allocate_array_elem()
Anton Khirnov
2023-07-20
1
-2
/
+14
*
fftools/cmdutils: return error codes from setup_find_stream_info_opts() inste...
Anton Khirnov
2023-07-20
1
-1
/
+5
*
fftools/ffmpeg_demux: return errors from ist_add() instead of aborting
Anton Khirnov
2023-07-15
1
-27
/
+43
*
fftools/ffmpeg: return errors from assert_file_overwrite() instead of aborting
Anton Khirnov
2023-07-15
1
-1
/
+3
*
fftools/ffmpeg_demux: add logging for -dump_attachment
Anton Khirnov
2023-07-15
1
-0
/
+4
*
fftools/ffmpeg_demux: forward errors from dump_attachment() instead of aborting
Anton Khirnov
2023-07-15
1
-7
/
+12
*
fftools/ffmpeg_demux: drop a redundant avio_flush()
Anton Khirnov
2023-07-15
1
-1
/
+0
*
fftools/ffmpeg_demux: return errors from ifile_open() instead of aborting
Anton Khirnov
2023-07-15
1
-9
/
+9
*
fftools/ffmpeg_dec: move InputStream.prev_sub to Decoder
Anton Khirnov
2023-06-19
1
-1
/
+0
*
fftools/ffmpeg_dec: move InputStream.hwaccel_pix_fmt to Decoder
Anton Khirnov
2023-06-19
1
-2
/
+0
*
fftools/ffmpeg_demux: reindent after previous commit
Anton Khirnov
2023-06-19
1
-193
/
+193
*
fftools/ffmpeg_demux: move the loop out of add_input_streams()
Anton Khirnov
2023-06-19
1
-10
/
+6
*
fftools/ffmpeg_demux: do not set AVCodecContext.framerate
Anton Khirnov
2023-06-05
1
-3
/
+0
*
fftools/ffmpeg: move sub2video handling to ffmpeg_filter
Anton Khirnov
2023-05-31
1
-1
/
+0
*
fftools/ffmpeg: rework setting sub2video parameters
Anton Khirnov
2023-05-31
1
-0
/
+21
*
fftools/ffmpeg_demux: log discontinuity warnings to stream context
Anton Khirnov
2023-05-28
1
-6
/
+4
*
fftools/ffmpeg: add InputStream.index
Anton Khirnov
2023-05-28
1
-0
/
+1
*
fftools/ffmpeg_dec: move timestamp estimation state to Decoder
Anton Khirnov
2023-05-28
1
-5
/
+0
*
fftools/ffmpeg_dec: move InputStream.pkt to Decoder
Anton Khirnov
2023-05-28
1
-5
/
+0
*
fftools/ffmpeg_dec: add decoder private data
Anton Khirnov
2023-05-28
1
-5
/
+2
*
fftools/ffmpeg_demux: skip unused/attachment streams in final stats
Anton Khirnov
2023-05-28
1
-0
/
+3
*
fftools/ffmpeg_demux: initialize nb_streams_warn
Anton Khirnov
2023-05-28
1
-0
/
+1
*
fftools/ffmpeg_demux: only print demuxing stats if demuxing actually started
Anton Khirnov
2023-05-28
1
-1
/
+5
*
fftools/ffmpeg: drop outdated comments
Anton Khirnov
2023-05-28
1
-1
/
+0
*
fftools/ffmpeg: rework handling -max_error_rate
Anton Khirnov
2023-05-22
1
-2
/
+3
*
fftools/ffmpeg_demux: disallow using disabled input streams
Anton Khirnov
2023-05-22
1
-0
/
+6
*
fftools/ffmpeg: return error codes from ist_*_add()
Anton Khirnov
2023-05-22
1
-7
/
+19
*
fftools/ffmpeg_filter: split finding an unused stream into a function
Anton Khirnov
2023-05-22
1
-0
/
+10
*
fftools/ffmpeg_demux: stop logging to demuxer context
Anton Khirnov
2023-05-15
1
-2
/
+2
*
fftools/ffmpeg_demux: move InputFile.ts_offset_discont,last_ts to private data
Anton Khirnov
2023-05-15
1
-12
/
+19
*
fftools/ffmpeg: stop accessing input format from decoding code
Anton Khirnov
2023-05-15
1
-0
/
+2
*
fftools/ffmpeg: replace print_error() by more meaningful messages
Anton Khirnov
2023-05-15
1
-1
/
+2
*
fftools/ffmpeg_demux: reindent after previous commit
Anton Khirnov
2023-05-15
1
-10
/
+10
[prev]
[next]