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
path:
root
/
libavdevice
Commit message (
Expand
)
Author
Age
Files
Lines
*
pulse: get latency only when needed
Federico Simoncelli
2014-01-05
1
-7
/
+8
*
pulse: set time_base as multiple of sample_rate
Federico Simoncelli
2014-01-05
1
-4
/
+10
*
v4l2: setting device parameters early
Federico Simoncelli
2014-01-05
1
-3
/
+3
*
lavd/xv: report if no adaptor present.
Nicolas George
2013-12-29
1
-0
/
+4
*
Merge commit 'b83d1ee3b41cfe8357836e2582104db2f3364cb0'
Michael Niedermayer
2013-12-27
1
-1
/
+1
|
\
|
*
avutil: Move library version related macros to version.h
Diego Biurrun
2013-12-26
1
-1
/
+1
*
|
lavu,lavfi,lavd: do not hardcode AV_PIX_FMT_NB value when setting pixel forma...
Stefano Sabatini
2013-12-26
1
-1
/
+1
*
|
Merge commit 'd64341e498fa46c6cf4c23d408177d7489559654'
Michael Niedermayer
2013-12-09
1
-2
/
+2
|
\
\
|
|
/
|
*
configure: Prefix libc-related variables with "libc_"
Diego Biurrun
2013-12-09
1
-2
/
+2
|
*
alsa-audio-dec: explicitly cast the delay to a signed int64
Anton Khirnov
2013-12-03
1
-1
/
+1
|
*
timefilter: Handle memory allocation failure
Derek Buitenhuis
2013-10-29
3
-1
/
+15
*
|
lavd/fbdev_enc: add default device
Lukasz Marek
2013-12-06
3
-2
/
+20
*
|
Add Windows resource file support for shared libraries
James Almer
2013-12-05
2
-0
/
+58
*
|
lavd/pulse_audio_enc: add buffer size control options
Lukasz Marek
2013-11-27
2
-1
/
+18
*
|
lavd/sdl: add delay when no events are found in the event queue
Stefano Sabatini
2013-11-26
1
-2
/
+6
*
|
lavd/sdl: apply misc cosmetics to options
Stefano Sabatini
2013-11-26
1
-4
/
+4
*
|
lavd/sdl: allow to change window size
Stefano Sabatini
2013-11-26
1
-4
/
+23
*
|
lavd/sdl: move compute_overlay_rect() before event_thread()
Stefano Sabatini
2013-11-26
1
-40
/
+40
*
|
lavd/sdl: factorize overlay rect size in a separate function
Stefano Sabatini
2013-11-26
1
-35
/
+49
*
|
lavd/sdl: add event handler thread
Stefano Sabatini
2013-11-26
2
-28
/
+128
*
|
lavd/sdl: do not manually free window_title and icon_title fields
Stefano Sabatini
2013-11-24
1
-3
/
+0
*
|
lavd/xv: free resources on errors
Lukasz Marek
2013-11-15
1
-20
/
+33
*
|
lavd/xv: add more supported formats
Lukasz Marek
2013-11-15
1
-13
/
+39
*
|
lavd/xv: simplify write_packet
Lukasz Marek
2013-11-15
1
-14
/
+8
*
|
lavd/xv: fix memory leak
Lukasz Marek
2013-11-13
1
-0
/
+1
*
|
lavd/pulse: add ff_ prefix and fix param type
Lukasz Marek
2013-11-04
4
-6
/
+6
*
|
lavd/pulse_audio_enc: fix flush return code
Lukasz Marek
2013-11-04
1
-1
/
+1
*
|
lavd/lavfi: support unknown channel layouts.
Nicolas George
2013-11-03
1
-0
/
+4
*
|
lavd/alsa: add stream validation
Lukasz Marek
2013-11-03
1
-1
/
+6
*
|
lavd/alsa: fix timestamp calculation
Lukasz Marek
2013-11-03
2
-1
/
+6
*
|
lavd/xv: free graphics context
Lukasz Marek
2013-11-01
1
-0
/
+1
*
|
timefilter: Fix typo in allocation failure message
Derek Buitenhuis
2013-10-29
1
-1
/
+1
*
|
avdevice/pulse_audio_enc: remove double ;
Michael Niedermayer
2013-10-28
1
-1
/
+1
*
|
lavd/fbdev_enc: remove unused variables
Lukasz Marek
2013-10-27
1
-3
/
+0
*
|
lavd/fbdev_enc: more stream validation restrictive
Lukasz Marek
2013-10-27
1
-18
/
+4
*
|
lavd/pulse_audio_enc: more stream validation restrictive
Lukasz Marek
2013-10-27
1
-16
/
+4
*
|
lavd:pulse_audio_enc: fix array compared against 0
Lukasz Marek
2013-10-27
1
-1
/
+1
*
|
lavd/pulse_audio_enc: fix timestamp calculation
Lukasz Marek
2013-10-27
1
-1
/
+15
*
|
timefilter: Handle memory allocation failure
Derek Buitenhuis
2013-10-27
4
-0
/
+16
*
|
lavd/pulse_audio_enc: avoid vars in for()
Lukasz Marek
2013-10-26
1
-1
/
+2
*
|
lavd/pulse_audio_enc: add another default to stream name
Lukasz Marek
2013-10-26
1
-2
/
+6
*
|
lavd/fbdev_common: fix compilation with older kernels
Ingo Brückl
2013-10-24
1
-0
/
+1
*
|
lavd/x11grab: Support AV_PIX_FMT_PAL8.
Carl Eugen Hoyos
2013-10-24
1
-0
/
+24
*
|
avdevice/fbdev_enc: avoid declaring variables in for()
Michael Niedermayer
2013-10-24
1
-2
/
+4
*
|
lavd/fbdev: move common code to separate file
Lukasz Marek
2013-10-24
5
-72
/
+98
*
|
lavd: rename fbdev.c into fbdev_dec.c
Lukasz Marek
2013-10-24
2
-1
/
+1
*
|
lavd: add fbdev output device
Lukasz Marek
2013-10-24
4
-2
/
+256
*
|
lavd/pulse_audio_enc: add support for flushing
Lukasz Marek
2013-10-20
1
-4
/
+10
*
|
lavd/pulse_audio_enc: fix error check
Lukasz Marek
2013-10-18
1
-1
/
+1
*
|
lavd/fbdev: use av_str2err() macro for printing error messages
Stefano Sabatini
2013-10-18
1
-5
/
+5
[next]