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
*
sp5xdec: sanitize return value.
Nicolas George
2012-07-31
1
-1
/
+1
*
8svx: unify mono and stereo code paths.
Nicolas George
2012-07-31
1
-8
/
+9
*
8svx: remove useless rounding code.
Nicolas George
2012-07-31
1
-1
/
+3
*
8svx: use a more direct condition.
Nicolas George
2012-07-31
1
-3
/
+3
*
movtextdec: fix return value for too small packets.
Nicolas George
2012-07-31
1
-1
/
+1
*
mmvideo: count preamble size in return value.
Nicolas George
2012-07-31
1
-2
/
+2
*
vc1dec: count ENDOFSEQ code in return value.
Nicolas George
2012-07-31
1
-1
/
+1
*
ffprobe: fix validity error with tags and data.
Nicolas George
2012-07-31
2
-1
/
+7
*
lavfi/movie: force channel layout if not set by the decoder
Stefano Sabatini
2012-07-31
1
-2
/
+30
*
ffprobe: show audio frame channels and channel_layout
Stefano Sabatini
2012-07-31
2
-0
/
+10
*
lavc: add channels field to AVFrame
Stefano Sabatini
2012-07-31
4
-1
/
+19
*
lavfi/asettb: do not create a new reference in filter_samples()
Stefano Sabatini
2012-07-31
1
-8
/
+6
*
lavu/bprint: readd documentation for 0 and 1 av_bprint_init() special values
Stefano Sabatini
2012-07-31
1
-0
/
+2
*
mpegdemux: Fix probing of unrecognized_mpeg_video.mpg
Michael Niedermayer
2012-07-31
1
-1
/
+1
*
vc1dec: fix handling of max_coded dimensions
Michael Niedermayer
2012-07-31
2
-7
/
+10
*
mpeg4videoenc: ensure SAR is within the supported range
Michael Niedermayer
2012-07-31
1
-0
/
+2
*
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
104
-324
/
+400
|
\
|
*
avformat: Drop pointless "format" from container long names
Diego Biurrun
2012-07-30
86
-135
/
+135
|
*
swscale: bury one more piece of inline asm under HAVE_INLINE_ASM.
Ronald S. Bultje
2012-07-29
1
-1
/
+1
|
*
wv: K&R formatting cosmetics
Anton Khirnov
2012-07-30
1
-79
/
+96
|
*
configure: Add missing descriptions to help output
Diego Biurrun
2012-07-30
1
-1
/
+6
|
*
h264_ps: declare array of colorspace strings on its own line.
Ronald S. Bultje
2012-07-29
1
-1
/
+2
|
*
fate: amix: specify f32 sample format for comparison
Mans Rullgard
2012-07-29
1
-0
/
+1
|
*
tiny_psnr: support 32-bit float samples
Mans Rullgard
2012-07-29
1
-5
/
+49
|
*
eamad/eatgq/eatqi: call special EA IDCT directly
Mans Rullgard
2012-07-29
7
-51
/
+57
|
*
eamad: remove use of MpegEncContext
Mans Rullgard
2012-07-29
1
-46
/
+46
|
*
mpegvideo: remove unnecessary inclusions of faandct.h
Mans Rullgard
2012-07-29
2
-2
/
+0
|
*
af_asyncts: avoid overflow in out_size with large delta values
Justin Ruggles
2012-07-29
1
-1
/
+1
|
*
af_asyncts: add first_pts option
Justin Ruggles
2012-07-29
2
-2
/
+8
*
|
lavfi: use correct PTS for link age.
Nicolas George
2012-07-30
1
-1
/
+1
*
|
buildsys: fix c++ compilation
Michael Niedermayer
2012-07-30
2
-2
/
+4
*
|
fate: fix forgotten hunk for framerate order change in ffmpeg.c
Michael Niedermayer
2012-07-30
1
-1
/
+1
*
|
yadif: update frame rate
Michael Niedermayer
2012-07-30
2
-34
/
+68
*
|
ffmpeg: init simple filter graph before trying to extract framerate from its ...
Michael Niedermayer
2012-07-30
1
-11
/
+11
*
|
avfilter: fix minor typo
Michael Niedermayer
2012-07-30
1
-1
/
+1
*
|
audioconvert: add av_get_standard_channel_layout().
Nicolas George
2012-07-30
4
-1
/
+27
*
|
audioconvert: add av_get_channel_description().
Nicolas George
2012-07-30
2
-0
/
+19
*
|
audioconvert: include the description of channels in the library.
Nicolas George
2012-07-30
1
-29
/
+34
*
|
flacdec: fix memleaks
Paul B Mahol
2012-07-30
1
-20
/
+19
*
|
samplefmt: Fix warning about discarded qualifier
jamal
2012-07-30
1
-1
/
+1
*
|
options: Fix warning about incompatible pointer type
jamal
2012-07-30
2
-3
/
+5
*
|
Merge remote-tracking branch 'qatar/master'
Michael Niedermayer
2012-07-30
15
-32
/
+81
|
\
\
|
|
/
|
*
flvdec: remove spurious use of stream id
Luca Barbato
2012-07-29
1
-8
/
+7
|
*
lavf: deprecate r_frame_rate.
Anton Khirnov
2012-07-29
21
-125
/
+160
|
*
lavf: round estimated average fps to a "standard" fps.
Anton Khirnov
2012-07-29
1
-0
/
+18
*
|
lavfi/avcodec: rename picref->samplesref variable in avfilter_get_audio_buffe...
Stefano Sabatini
2012-07-30
1
-4
/
+4
*
|
lavfi/color: free internal context options in uninit()
Stefano Sabatini
2012-07-30
1
-1
/
+1
*
|
lavfi/color: cache and reuse colored picture in context
Stefano Sabatini
2012-07-30
1
-12
/
+22
*
|
lavfi/color: reindent after the previous commit
Stefano Sabatini
2012-07-30
1
-14
/
+14
*
|
lavfi/color: drop support for old deprecated syntax
Stefano Sabatini
2012-07-30
3
-29
/
+1
[next]