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
*
examples/decoding_encoding: remove unused variable "size"
Stefano Sabatini
2012-04-13
1
-1
/
+1
*
lavfi: install asrc_abuffer.h header
Stefano Sabatini
2012-04-13
3
-3
/
+6
*
vorbisdec: use correct channels variable.
Reimar Döffinger
2012-04-12
1
-1
/
+1
*
latmenc: validate extradata size.
Reimar Döffinger
2012-04-12
1
-2
/
+8
*
latmenc: simplify using avpriv_copy_bits.
Reimar Döffinger
2012-04-12
1
-6
/
+4
*
latmenc: Document assumptions when copying the AAC header.
Reimar Döffinger
2012-04-12
1
-0
/
+2
*
latmenc: copy pce config from proper location.
Reimar Döffinger
2012-04-12
2
-6
/
+6
*
latmenc: fix muxing of byte-aligned DSE.
Reimar Döffinger
2012-04-12
3
-1
/
+21
*
ffmpeg: fix ticks_per_frame for the avi stream copy case
Michael Niedermayer
2012-04-12
1
-0
/
+1
*
ratecontrol: Use ticks_per_frame to calculate fps.
Michael Niedermayer
2012-04-12
1
-5
/
+9
*
wmalosslessdec: Reset residues to 0 if they were not decoded from bitstream.
Jakub Stachowski
2012-04-12
1
-1
/
+2
*
msmpeg4enc: fix stored fps value
Michael Niedermayer
2012-04-12
1
-1
/
+2
*
lavf: compute_pkt_fields, limit the pts upcorrection to mpeg
Michael Niedermayer
2012-04-12
1
-1
/
+4
*
ffmpeg: add -benchmark_all option.
Nicolas George
2012-04-12
3
-1
/
+36
*
ffmpeg: move getutime to the start of the file.
Nicolas George
2012-04-12
1
-18
/
+18
*
mjpeg: fix crash with lowres and flipped images
Michael Niedermayer
2012-04-12
1
-0
/
+4
*
vf_lut: fix rgba map regression
Michael Niedermayer
2012-04-12
1
-3
/
+5
*
lavf: always call avio_flush in av_write_trailer.
Reimar Döffinger
2012-04-12
3
-6
/
+8
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-11
6
-39
/
+36
|
\
|
*
avplay: Don't free video filters string until the end of decoding.
Alex Converse
2012-04-11
1
-1
/
+1
|
*
movenc: small refactor mov_write_packet
Luca Barbato
2012-04-11
1
-27
/
+32
|
*
movenc: remove redundant check
Luca Barbato
2012-04-11
1
-3
/
+0
|
*
interplayvideo: fix av_dlog parameter type mismatch
Diego Biurrun
2012-04-11
1
-2
/
+3
|
*
Drop some pointless #ifdefs.
Diego Biurrun
2012-04-10
3
-8
/
+0
*
|
latmenc: error out when packet size is too large.
Reimar Döffinger
2012-04-11
1
-1
/
+11
*
|
latmenc: Fix ALS in LATM.
Reimar Döffinger
2012-04-11
1
-2
/
+7
*
|
latmenc: remove unused return value.
Reimar Döffinger
2012-04-11
1
-3
/
+1
*
|
latmenc: remove dead code.
Reimar Döffinger
2012-04-11
1
-3
/
+0
*
|
h261: move tables from header to .c file.
Reimar Döffinger
2012-04-11
5
-152
/
+188
*
|
ff_samples_to_time_base: support AV_NOPTS_VALUE
Michael Niedermayer
2012-04-11
1
-0
/
+2
*
|
Fix memory leaks on failed ff_h264_decode_init()
Dale Curtis
2012-04-11
1
-1
/
+3
*
|
oggparsevorbis: Remove code messing with cur_dts.
Michael Niedermayer
2012-04-11
1
-1
/
+0
*
|
swr: add a swr_flags AVOption
Michael Niedermayer
2012-04-11
1
-0
/
+1
*
|
ffmpeg: support changing dither parameters for swr
Michael Niedermayer
2012-04-11
1
-0
/
+6
*
|
cmdutils: parse options for swr
Michael Niedermayer
2012-04-11
2
-3
/
+16
*
|
swr: add a dither_scale parameter to tune the amplitude of the dither.
Michael Niedermayer
2012-04-11
3
-1
/
+5
*
|
swr: pass context to swri_get_dither()
Michael Niedermayer
2012-04-11
3
-5
/
+5
*
|
swr: add triangular highpass dither
Michael Niedermayer
2012-04-11
3
-1
/
+24
*
|
swr: generate more dither noise to improve quality.
Michael Niedermayer
2012-04-11
2
-4
/
+9
*
|
swr: add swr_get_class()
Michael Niedermayer
2012-04-11
2
-0
/
+13
*
|
swr: simplify code by using av_get_bytes_per_sample()
Michael Niedermayer
2012-04-11
2
-7
/
+3
*
|
swr: fix copy & pasted comment to match the code.
Michael Niedermayer
2012-04-10
1
-1
/
+1
*
|
vda: try to fix compile
Michael Niedermayer
2012-04-10
1
-21
/
+0
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-04-10
28
-1318
/
+1765
|
\
\
|
|
/
|
*
rv40dsp x86: use only one register, for both increment and loop counter
Christophe GISQUET
2012-04-10
1
-23
/
+20
|
*
rv40dsp: implement prescaled versions for biweight.
Christophe GISQUET
2012-04-10
7
-79
/
+112
|
*
avconv: use default channel layouts when they are unknown
Justin Ruggles
2012-04-10
6
-5
/
+61
|
*
avconv: parse channel layout string
Justin Ruggles
2012-04-10
1
-0
/
+36
|
*
nutdec: K&R formatting cosmetics
Asen Lekov
2012-04-10
1
-436
/
+500
|
*
vda: Signal 4 byte NAL headers to the decoder regardless of what's in the ext...
Sebastien Zwickert
2012-04-10
1
-1
/
+20
[next]