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
Commit message (
Expand
)
Author
Age
Files
Lines
*
avfilter/internal: add av_warn_unused_result
Ganesh Ajjanagadde
2015-10-17
1
-0
/
+5
*
chromakey: Use the pixel descriptor API for chroma subsampling info
Timothy Gu
2015-10-17
1
-8
/
+17
*
libavformat/Makefile: remove unnecessary object file from wtv demuxer
Hendrik Leppkes
2015-10-17
1
-1
/
+1
*
avfilter/selectivecolor: fix correction_method option range
Clément Bœsch
2015-10-17
1
-1
/
+1
*
aacenc_ltp: correct header description comment
Rostislav Pehlivanov
2015-10-17
1
-2
/
+2
*
fate: use -profile:a aac_ltp instead of -aac_ltp 1 for LTP encode test
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
aacenc_ltp: replace av_clip() with av_clip_uintp2()
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
aacenc_ltp: fix assertion
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
avformat/rsd: Check av_new_packet() return value
Michael Niedermayer
2015-10-17
1
-1
/
+3
*
avformat/genh: Check av_new_packet() return value
Michael Niedermayer
2015-10-17
1
-1
/
+3
*
tests/fate-run: Remove PROGSUF from function calls
Michael Niedermayer
2015-10-17
1
-16
/
+16
*
fate: increase fuzz on AAC LTP encoding test
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
fate: add a parameter to disable TNS for the other encoder tests
Rostislav Pehlivanov
2015-10-17
1
-8
/
+8
*
aacenc_tns: enable Temporal Noise Shaping by default
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
fate: adjust the target for the new TNS changes
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
aacenc_tns: rework TNS descision logic
Rostislav Pehlivanov
2015-10-17
2
-53
/
+40
*
aacenc_tns: simplify encoding function
Rostislav Pehlivanov
2015-10-17
1
-18
/
+18
*
aacenc_tns: disable coefficient compression by default
Rostislav Pehlivanov
2015-10-17
1
-11
/
+15
*
aacenc_tns: add moving average filter for LTP
Rostislav Pehlivanov
2015-10-17
1
-5
/
+16
*
opencl: Force the use of 1.2 APIs
Timothy Gu
2015-10-17
1
-0
/
+1
*
opencl: Use "opencl" as log context name
Timothy Gu
2015-10-17
1
-1
/
+1
*
opencl: Print compilation log
Timothy Gu
2015-10-17
1
-3
/
+30
*
opencl: Print error string when compilation fails
Timothy Gu
2015-10-17
1
-1
/
+2
*
aacenc: increase fuzz on aac-ms-encode test
Rostislav Pehlivanov
2015-10-17
1
-2
/
+2
*
fate: adjust aac encoder test values and introduce MS and LTP tests
Rostislav Pehlivanov
2015-10-17
1
-7
/
+25
*
aacenc: partially revert previous commits to set options via a profile
Rostislav Pehlivanov
2015-10-17
3
-118
/
+45
*
avfilter/avfiltergraph: fix -Wunused-result warnings
Ganesh Ajjanagadde
2015-10-16
1
-6
/
+13
*
aacenc: add support for encoding files using Long Term Prediction
Rostislav Pehlivanov
2015-10-17
7
-0
/
+341
*
aacenc: (re)enable Mid/Side coding by default
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
aacenc_pred: only print predictor information if profile is aac_main
Rostislav Pehlivanov
2015-10-17
1
-1
/
+2
*
aacenc: correctly zero prediction_used array
Rostislav Pehlivanov
2015-10-17
1
-1
/
+1
*
aacenc: slightly simplify and remove a redundant variable
Rostislav Pehlivanov
2015-10-17
1
-6
/
+8
*
aacenc_pred: correct header information
Rostislav Pehlivanov
2015-10-17
2
-2
/
+2
*
aacenc: indicate that TNS is off by default
Rostislav Pehlivanov
2015-10-17
1
-2
/
+2
*
aactab: move ltp_coef[] from aacdectab to aactab
Rostislav Pehlivanov
2015-10-17
2
-8
/
+8
*
avcodec/ffv1: Initialize vlc_state on allocation
Michael Niedermayer
2015-10-17
1
-5
/
+10
*
avutil/mem: add av_warn_unused_result
Ganesh Ajjanagadde
2015-10-16
1
-0
/
+2
*
avutil: undo FF_API_CRYPTO_CONTEXT deprecation
James Almer
2015-10-16
9
-52
/
+0
*
avdevice/internal: add av_warn_unused_result
Ganesh Ajjanagadde
2015-10-16
1
-0
/
+1
*
avutil/file: add av_warn_unused_result to av_file_map
Ganesh Ajjanagadde
2015-10-16
1
-0
/
+1
*
avutil/internal: add av_warn_unused_result to avpriv_open
Ganesh Ajjanagadde
2015-10-16
1
-0
/
+1
*
swscale/swscale: add av_warn_unused_result to sws_init_context
Ganesh Ajjanagadde
2015-10-16
1
-0
/
+1
*
Merge commit '68e00ad66d13c57d9eb3a3862b44ab3fb030e19f'
Hendrik Leppkes
2015-10-16
0
-0
/
+0
|
\
|
*
w32pthreads: fix mingw build on x86 with -msse2 or higher
Hendrik Leppkes
2015-10-16
1
-0
/
+5
*
|
Merge commit 'b52307933b576eba741c80108c3dad09eb48ba12'
Hendrik Leppkes
2015-10-16
1
-1
/
+0
|
\
|
|
*
wrapped_avframe: Drop a now-unused variable
Luca Barbato
2015-10-16
1
-1
/
+0
*
|
Merge commit '49d7fcd774ac31f242818ad9d45d9c013f3bb3db'
Hendrik Leppkes
2015-10-16
0
-0
/
+0
|
\
|
|
*
mpeg12: Unbreak building stale code
Luca Barbato
2015-10-16
1
-1
/
+1
*
|
Merge commit '504e3f75bf73a488d39a80a42962bae2a353dd6b'
Hendrik Leppkes
2015-10-16
0
-0
/
+0
|
\
|
|
*
aac: Make codec init run under ff_thread_once
Derek Buitenhuis
2015-10-15
1
-35
/
+49
[next]