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
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
avcodec/mlpenc: simplify some complicated expressions more
Paul B Mahol
2021-09-07
1
-9
/
+2
*
avcodec/mlpenc: simplify strange pointer initializations
Paul B Mahol
2021-09-07
1
-12
/
+4
*
avformat/mlpdec: fix time_base for packet timestamps
Paul B Mahol
2021-09-07
1
-3
/
+40
*
avcodec/mlpdec: fix integer sanitizer warning under clang
Paul B Mahol
2021-09-07
1
-1
/
+1
*
libswscale/swscale: initialize all dst plane pointers in sws_receive_slice()
James Almer
2021-09-07
1
-3
/
+3
*
avcodec/siren: MSN Siren decoder
Peter Ross
2021-09-07
8
-3
/
+70
*
avcodec/mlpenc: remove convoluted incomplete multiple substreams support code
Paul B Mahol
2021-09-07
1
-205
/
+180
*
avcodec/mlpenc: use variables local to for loops
Paul B Mahol
2021-09-07
1
-142
/
+81
*
avcodec/nvenc: add constrainedFrame encoding support
Limin Wang
2021-09-06
5
-1
/
+28
*
avcodec/nvenc: add single slice intra refresh support
Limin Wang
2021-09-06
4
-1
/
+30
*
avcodec/nvenc: add intra refresh support
Limin Wang
2021-09-06
4
-4
/
+36
*
avcodec/nvenc: make number of slices per frame configurable
Limin Wang
2021-09-06
1
-2
/
+2
*
lavfi/vf_scale: pass the thread count to the scaler
Anton Khirnov
2021-09-06
1
-0
/
+1
*
sws: implement slice threading
Anton Khirnov
2021-09-06
5
-0
/
+162
*
lavfi/vf_scale: convert to the frame-based sws API
Anton Khirnov
2021-09-06
1
-23
/
+48
*
sws: add a new scaling API
Anton Khirnov
2021-09-06
7
-64
/
+428
*
avcodec/jpeg2000dec: Check that atom header is within bytsetream
Michael Niedermayer
2021-09-05
1
-0
/
+2
*
avcodec/apedec: Fix 2 integer overflows in filter_3800()
Michael Niedermayer
2021-09-05
1
-2
/
+2
*
avcodec/xpmdec: Move allocations down after more error checks
Michael Niedermayer
2021-09-05
1
-7
/
+7
*
avcodec/argo: Move U, fix shift
Michael Niedermayer
2021-09-05
1
-1
/
+1
*
avcodec/mlp: move sync defines to common header
Paul B Mahol
2021-09-05
3
-5
/
+5
*
avcodec/mlpenc: remove frame_size array from private context
Paul B Mahol
2021-09-05
1
-23
/
+7
*
avcodec/mlpenc: stop using hardcoded value
Paul B Mahol
2021-09-05
1
-1
/
+1
*
avcodec/mlpenc: use av_shrink_packet()
Paul B Mahol
2021-09-05
1
-1
/
+2
*
avcodec/mlpenc: remove no more needed goto
Paul B Mahol
2021-09-05
1
-5
/
+0
*
doc/muxers: add entry for OBU muxer
Gyan Doshi
2021-09-05
1
-0
/
+4
*
avcodec/mlpenc: fix removal of packet timestamp/size from queue
Paul B Mahol
2021-09-05
1
-10
/
+3
*
fftools/cmdutils: Use %c, not %s to write a single char
Andreas Rheinhardt
2021-09-05
1
-3
/
+3
*
Revert "ffmpeg: force 128k default audio bitrate if nothing is specified and ...
Andreas Rheinhardt
2021-09-05
1
-5
/
+0
*
avcodec/mlpenc: remove not needed buf_size checks
Paul B Mahol
2021-09-05
1
-5
/
+0
*
avcodec/mlpenc: fix indentation
Paul B Mahol
2021-09-05
1
-29
/
+28
*
avcodec/mlpenc: stop returning packets with no data
Paul B Mahol
2021-09-05
1
-5
/
+11
*
avcodec/mlpenc: simplify compare_best_offset()
Paul B Mahol
2021-09-05
1
-4
/
+1
*
avcodec/mlpenc: use ff_ctz()
Paul B Mahol
2021-09-05
1
-4
/
+3
*
avcodec/mlpenc: remove unused item
Paul B Mahol
2021-09-05
1
-2
/
+0
*
ffmpeg: let AVFilterGraph parse the filter_threads option
James Almer
2021-09-04
4
-5
/
+16
*
avfilter/avfiltergraph: add an "auto" constant to the threads option
James Almer
2021-09-04
2
-3
/
+4
*
avfilter/vf_xmedian: Split portion of init unique to xmedian off
Andreas Rheinhardt
2021-09-04
1
-25
/
+31
*
avcodec/mlpenc: remove log messages when allocation fails at init
Paul B Mahol
2021-09-04
1
-24
/
+6
*
avcodec/mlpenc: allocate filter buffers once at init
Paul B Mahol
2021-09-04
1
-24
/
+19
*
avcodec/mlpenc: simplify allocations in mlp_encode_init()
Paul B Mahol
2021-09-04
1
-20
/
+13
*
fftools/cmdutils: Use %c, not %s, to write single char
Andreas Rheinhardt
2021-09-04
1
-2
/
+2
*
fftools/cmdutils: Don't access AV(In|Out)putformat.get_device_list
Andreas Rheinhardt
2021-09-04
1
-14
/
+2
*
avcodec/omx: Reindentation
Andreas Rheinhardt
2021-09-04
1
-31
/
+31
*
avcodec/omx: Check initializing mutexes/conditions
Andreas Rheinhardt
2021-09-04
1
-17
/
+17
*
avcodec/frame_thread_encoder: Mark init and free functions as av_cold
Andreas Rheinhardt
2021-09-04
1
-2
/
+3
*
avcodec/frame_thread_encoder: Return proper error codes
Andreas Rheinhardt
2021-09-04
1
-5
/
+10
*
avcodec/frame_thread_encoder: Don't shadow variables
Andreas Rheinhardt
2021-09-04
1
-5
/
+4
*
avcodec/frame_thread_encoder: Reindent after the previous commit
Andreas Rheinhardt
2021-09-04
1
-8
/
+6
*
avcodec/frame_thread_encoder: Check initializing mutexes/conditions
Andreas Rheinhardt
2021-09-04
1
-10
/
+18
[prev]
[next]