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
Commit message (
Expand
)
Author
Age
Files
Lines
*
g722dec: Change bits_per_codeword to the right option type
Martin Storsjö
2013-10-28
1
-1
/
+1
*
avfilter: fix const use of avfilter_next
Vittorio Giovara
2013-10-28
1
-2
/
+2
*
avfilter: have avfilter_get_by_name return const for next bump
Vittorio Giovara
2013-10-28
3
-0
/
+9
*
lavc: disable CRC checking by default
Anton Khirnov
2013-10-28
1
-1
/
+1
*
lavc: change all decoders to behave consistently with AV_EF_CRCCHECK.
Anton Khirnov
2013-10-28
6
-7
/
+24
*
error resilience: check error_concealment, not err_recognition.
Anton Khirnov
2013-10-28
1
-3
/
+3
*
avio: K&R formatting cosmetics
Luca Barbato
2013-10-28
1
-40
/
+50
*
h263: Check init_get_bits return value
Michael Niedermayer
2013-10-28
1
-6
/
+11
*
h263: Return meaningful errors
Luca Barbato
2013-10-28
1
-21
/
+30
*
configure: Disable -Wmaybe-uninitialized by default
Luca Barbato
2013-10-28
1
-0
/
+1
*
AVOptions: do not range check flag options.
Anton Khirnov
2013-10-27
1
-1
/
+2
*
h264_ps: when parsing a VUI fails, only abort when explode is set
Anton Khirnov
2013-10-27
1
-2
/
+4
*
FATE: add bitexact sws flags to the fieldorder test
Paul B Mahol
2013-10-27
2
-26
/
+26
*
avconv: drop a now useless variable
Anton Khirnov
2013-10-27
1
-2
/
+0
*
avframe: mark source frame const in _ref and _clone
Vittorio Giovara
2013-10-27
2
-4
/
+4
*
mmvideo: fix uninitialized variable use in mm_decode_intra
Vittorio Giovara
2013-10-27
1
-1
/
+2
*
lavr: check that current_buffer is not NULL before using it
Justin Ruggles
2013-10-27
1
-1
/
+2
*
fft-test: add a missing #include
Anton Khirnov
2013-10-26
1
-0
/
+1
*
mem: do not check for negative size
Vittorio Giovara
2013-10-26
1
-2
/
+2
*
fate: aac: Add test for AAC-ELD
Alex Converse
2013-10-25
1
-0
/
+4
*
aacdec: Fix calls to avpriv_report_missing_feature().
Alex Converse
2013-10-25
1
-6
/
+6
*
libavutil: x86: Add AVX2 capable CPU detection.
Kieran Kunhya
2013-10-25
5
-0
/
+18
*
fft-test: Remove possibility of returning restricted exit code
Derek Buitenhuis
2013-10-25
1
-1
/
+4
*
dct-test: Remove possibility of returning a restricted exit code
Derek Buitenhuis
2013-10-25
1
-1
/
+4
*
base64-test: Remove posibility of returning restricted exit codes
Derek Buitenhuis
2013-10-25
1
-1
/
+4
*
tree-test: Don't return restricted exit codes
Derek Buitenhuis
2013-10-24
1
-2
/
+2
*
golomb: reduce scope of a few variables
Vittorio Giovara
2013-10-24
1
-12
/
+6
*
avfilter: x86: Port gradfun filter optimizations to yasm
Daniel Kang
2013-10-23
4
-218
/
+207
*
golomb: K&R formatting cosmetics
Vittorio Giovara
2013-10-23
1
-136
/
+178
*
h263: K&R formatting cosmetics
Luca Barbato
2013-10-23
1
-322
/
+361
*
avstring-test: Mark pointer passed to av_free() as non-const
Diego Biurrun
2013-10-23
1
-1
/
+2
*
mpegvideo: Drop a faulty assert
Luca Barbato
2013-10-23
1
-2
/
+6
*
avfilter: Fix typo in Loren's email address
Diego Biurrun
2013-10-23
3
-3
/
+3
*
movenc: Add an F4V muxer
Clément Bœsch
2013-10-23
6
-3
/
+43
*
aac: Add support for Enhanced AAC Low Delay (ER AAC ELD).
Alex Converse
2013-10-23
6
-35
/
+661
*
aacdec: Use avpriv_report_missing_feature() instead of custom logging.
Alex Converse
2013-10-23
1
-10
/
+9
*
nut: Fix unchecked allocations
Derek Buitenhuis
2013-10-22
4
-4
/
+16
*
pthread: Avoid crashes/odd behavior caused by spurious wakeups
Derek Buitenhuis
2013-10-22
1
-2
/
+8
*
fate: add fieldorder filter test
Vittorio Giovara
2013-10-22
2
-0
/
+29
*
vf_fieldorder: log when processing is skipped
Vittorio Giovara
2013-10-22
1
-1
/
+6
*
h264_parser: Use ff_h264_reset_sei()
Yusuke Nakamura
2013-10-22
1
-5
/
+2
*
h264_parser: Fix order of operations
Michael Niedermayer
2013-10-22
1
-1
/
+1
*
avplay: Accept cpuflags option
Luca Barbato
2013-10-22
7
-19
/
+22
*
avio: Use AVERROR_PROTOCOL_NOT_FOUND
Luca Barbato
2013-10-21
1
-1
/
+1
*
pthread: Avoid spurious wakeups
Ben Jackson
2013-10-21
1
-2
/
+7
*
fate: vpx: Remove one redundant $(eval) invocation
Diego Biurrun
2013-10-19
1
-2
/
+3
*
wtv: Seek by sector properly
Luca Barbato
2013-10-18
1
-9
/
+16
*
fate: Increase the tolerance in the lavr tests
Martin Storsjö
2013-10-17
1
-1
/
+1
*
fate: aac: Add test for AAC-LD
Diego Biurrun
2013-10-17
1
-0
/
+5
*
mem: Make av_strdup allocate using av_realloc
Martin Storsjö
2013-10-16
1
-1
/
+1
[next]