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_dec.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
avutil/common: Don't auto-include mem.h
Andreas Rheinhardt
2024-03-31
1
-4
/
+1
*
fftools/ffmpeg_dec: apply cropping manually
Anton Khirnov
2024-03-28
1
-0
/
+14
*
fftools/ffmpeg_{demux,dec}: pass -bitexact through DecoderFlags
Anton Khirnov
2024-03-28
1
-0
/
+2
*
fftools/ffmpeg_dec: apply decoder options manually
Anton Khirnov
2024-03-28
1
-7
/
+14
*
ffmpeg: set extra_hw_frames to account for frames held in queues
Mark Thompson
2024-03-19
1
-0
/
+13
*
fftools/ffmpeg: add loopback decoding
Anton Khirnov
2024-03-13
1
-3
/
+161
*
fftools/ffmpeg: remove unncessary casts for *_thread() return values
Anton Khirnov
2024-03-13
1
-3
/
+3
*
fftools/ffmpeg: simplify propagating fallback parameters from decoders to fil...
Anton Khirnov
2024-03-13
1
-11
/
+25
*
fftools/ffmpeg_dec: factor opening the decoder out of dec_open()
Anton Khirnov
2024-03-13
1
-29
/
+32
*
fftools/ffmpeg_dec: move scheduler registration from dec_open() to dec_alloc()
Anton Khirnov
2024-03-13
1
-24
/
+27
*
fftools/ffmpeg: declare loop indices inside loops
Anton Khirnov
2024-02-24
1
-7
/
+4
*
fftools/ffmpeg: cosmetics, vertically align structs
Anton Khirnov
2024-02-21
1
-19
/
+19
*
fftools/ffmpeg: move subtitle helpers to ffmpeg_dec, their only user
Anton Khirnov
2024-02-21
1
-0
/
+120
*
fftools/ffmpeg_dec: eliminate all remaining InputStream uses
Anton Khirnov
2024-01-30
1
-7
/
+9
*
fftools/ffmpeg_dec: stop passing InputStream to dec_open()
Anton Khirnov
2024-01-30
1
-18
/
+32
*
fftools/ffmpeg_dec: remove unnecessary InputStream arguments
Anton Khirnov
2024-01-30
1
-21
/
+14
*
fftools/ffmpeg_dec: pass AVCodecParameters through DecoderOpts
Anton Khirnov
2024-01-30
1
-2
/
+2
*
fftools/ffmpeg_dec: pass AVCodec through DecoderOpts
Anton Khirnov
2024-01-30
1
-1
/
+1
*
fftools/ffmpeg_dec: eliminate InputStream use in hw_device_setup_for_decode()
Anton Khirnov
2024-01-30
1
-7
/
+8
*
fftools/ffmpeg_dec: pass decoder name through DecoderOpts
Anton Khirnov
2024-01-30
1
-6
/
+11
*
fftools/ffmpeg_dec: pass top_field_first through DecoderOpts
Anton Khirnov
2024-01-30
1
-1
/
+1
*
fftools/ffmpeg_dec: pass input timebase through DecoderOpts
Anton Khirnov
2024-01-30
1
-4
/
+1
*
fftools/ffmpeg_dec: move setting compute_edt to demuxer
Anton Khirnov
2024-01-30
1
-9
/
+0
*
fftools/ffmpeg_dec: pass forced/estimated framerate though DecoderOpts
Anton Khirnov
2024-01-30
1
-5
/
+10
*
fftools/ffmpeg_dec: move flags to DecoderOpts
Anton Khirnov
2024-01-30
1
-2
/
+2
*
fftools/ffmpeg_dec: pass hwaccel options to the decoder in a separate struct
Anton Khirnov
2024-01-30
1
-30
/
+37
*
fftools/ffmpeg: move hwaccel_retrieve_data() from ffmpeg_hw to ffmpeg_dec
Anton Khirnov
2024-01-30
1
-0
/
+42
*
fftools/ffmpeg_dec: replace InputFile.format_nots with a decoder flag
Anton Khirnov
2024-01-30
1
-4
/
+4
*
fftools/ffmpeg: refactor disabling decoder threading for attached pictures
Anton Khirnov
2024-01-30
1
-3
/
+0
*
fftools/ffmpeg_dec: stop accesing InputStream.fix_sub_duration
Anton Khirnov
2024-01-30
1
-4
/
+9
*
fftools/ffmpeg_dec: override video SAR with AVCodecParameters value
Anton Khirnov
2024-01-30
1
-2
/
+7
*
fftools/ffmpeg: move decoder existence check to a more appropriate place
Anton Khirnov
2024-01-30
1
-7
/
+0
*
fftools/ffmpeg_dec: drop a useless log message
Anton Khirnov
2024-01-30
1
-12
/
+0
*
fftools/ffmpeg_dec: drop useless and racy code
Anton Khirnov
2024-01-30
1
-15
/
+0
*
fftools/ffmpeg_dec: move decoding counters from InputStream to Decoder
Anton Khirnov
2024-01-30
1
-8
/
+8
*
fftools/ffmpeg_dec: pass decoder options as an argument to dec_open()
Anton Khirnov
2024-01-30
1
-8
/
+9
*
fftools/ffmpeg_dec: add an AVClass to Decoder
Anton Khirnov
2024-01-30
1
-34
/
+58
*
fftools/ffmpeg: make decoding AVCodecContext private to the decoder
Anton Khirnov
2024-01-30
1
-34
/
+56
*
fftools/ffmpeg_dec: export subtitle_header in Decoder
Anton Khirnov
2024-01-30
1
-0
/
+3
*
fftools/ffmpeg_dec: split Decoder into a private and public part
Anton Khirnov
2024-01-30
1
-92
/
+101
*
fftools/ffmpeg: replace InputStream.file_index by a pointer
Anton Khirnov
2023-12-14
1
-5
/
+5
*
fftools/ffmpeg: attach wallclock timing information to packets and frames
Anton Khirnov
2023-12-14
1
-2
/
+12
*
fftools/ffmpeg: convert to a threaded architecture
Anton Khirnov
2023-12-12
1
-244
/
+69
*
fftools/ffmpeg: add thread-aware transcode scheduling infrastructure
Anton Khirnov
2023-12-12
1
-2
/
+8
*
fftools/ffmpeg_filter: move filtering to a separate thread
Anton Khirnov
2023-12-12
1
-28
/
+11
*
fftools/ffmpeg: rework keeping track of file duration for -stream_loop
Anton Khirnov
2023-11-14
1
-11
/
+5
*
fftools/ffmpeg: move a few inline function into a new header
Anton Khirnov
2023-11-14
1
-0
/
+1
*
fftools/ffmpeg_dec: disregard demuxer timestamps for NOTIMESTAMPS formats
Anton Khirnov
2023-10-03
1
-1
/
+7
*
fftools/ffmpeg: deprecate the -top option
Anton Khirnov
2023-09-18
1
-1
/
+5
*
fftools/ffmpeg: return an error from assert_avoptions() instead of aborting
Anton Khirnov
2023-07-20
1
-1
/
+4
[next]