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
*
mpegvideo_enc: factor out denominator and explicitly cast operands
Vittorio Giovara
2014-11-06
1
-9
/
+7
*
mpegvideo_enc: rework direct mode check
Vittorio Giovara
2014-11-06
1
-20
/
+10
*
nutdec: do not set has_b_frames
Anton Khirnov
2014-11-06
1
-1
/
+0
*
lavc: make avpriv_flac_is_extradata_valid() private on the next bump
Anton Khirnov
2014-11-06
3
-5
/
+15
*
oggenc: accept only STREAMINFO extradata
Anton Khirnov
2014-11-06
1
-5
/
+3
*
lavc: make avpriv_flac_parse_streaminfo() private on the next bump
Anton Khirnov
2014-11-06
3
-3
/
+16
*
lavf: stop using avpriv_flac_parse_streaminfo()
Anton Khirnov
2014-11-06
3
-15
/
+19
*
riffenc: do not fall back on AVCodecContext.frame_size for MP3
Anton Khirnov
2014-11-06
1
-7
/
+3
*
lavf: use the format context strict_std_compliance instead of the codec one
Anton Khirnov
2014-11-06
2
-2
/
+2
*
lavc,lavf: switch to the new vorbis parse API
Anton Khirnov
2014-11-06
3
-17
/
+38
*
lavc: add a public API for parsing vorbis packets.
Anton Khirnov
2014-11-06
8
-42
/
+148
*
vorbis_parser: add an AV prefix to VorbisParseContext
Anton Khirnov
2014-11-06
4
-14
/
+14
*
vorbis_parser: use a dedicated AVClass for logging
Anton Khirnov
2014-11-06
2
-21
/
+29
*
rtmpproto: Ignore errors from the getStreamLength method
Martin Storsjö
2014-11-05
1
-0
/
+3
*
hwaccel: Deinitialize hardware acceleration early enough
Rémi Denis-Courmont
2014-11-04
1
-5
/
+5
*
aacdec: add default case in channel layout
Vittorio Giovara
2014-11-04
1
-0
/
+3
*
aacsbr: change order of operation to prevent out of array read
Michael Niedermayer
2014-11-04
1
-1
/
+2
*
aacsbr: treat 1-d arrays as such
Vittorio Giovara
2014-11-03
1
-2
/
+8
*
celp_filters: don't use filter lenght as loop bound
Vittorio Giovara
2014-11-03
1
-1
/
+1
*
error_resilience: initialize prev_* variables
Vittorio Giovara
2014-11-03
1
-1
/
+1
*
motion_est: remove dead code
Vittorio Giovara
2014-11-03
1
-21
/
+1
*
get_bits: remove unused assignment
Vittorio Giovara
2014-11-03
1
-1
/
+1
*
movenc: Define the flag bits using shifts instead of as decimal numbers
Martin Storsjö
2014-11-03
1
-11
/
+11
*
movenc: Don't write any iso brands in ismv files
Martin Storsjö
2014-10-30
1
-2
/
+0
*
movenc: Don't write any tfdt atom for ismv files
Martin Storsjö
2014-10-30
1
-2
/
+3
*
movenc: Write a 0 duration in mdhd and tkhd for an empty initial moov
Martin Storsjö
2014-10-30
1
-6
/
+12
*
movenc: Add a flag for using default-base-is-moof in tfhd atoms
Martin Storsjö
2014-10-29
4
-4
/
+20
*
movenc: Signal iso6 in compatible_brands when using tfdt
Martin Storsjö
2014-10-29
1
-0
/
+5
*
doc: Document the omit_tfhd_offset flag to the mp4 muxer
Martin Storsjö
2014-10-29
1
-0
/
+3
*
movenc: Use a local variable consistently
Martin Storsjö
2014-10-29
1
-1
/
+1
*
movenc: Don't check the custom IO flag when using faststart
Martin Storsjö
2014-10-29
1
-3
/
+2
*
movenc: Don't use track_id to decide which track is the first in a moof
Martin Storsjö
2014-10-29
2
-1
/
+4
*
bethsoftvid: simplify return handling
Vittorio Giovara
2014-10-29
1
-2
/
+0
*
assdec: check av_new_packet return value
Vittorio Giovara
2014-10-29
1
-1
/
+4
*
jack: Use av_strerror
Luca Barbato
2014-10-29
1
-1
/
+4
*
fbdev: Use av_strerror
Luca Barbato
2014-10-29
1
-6
/
+14
*
mtv: improve header check and avoid division by zero
Vittorio Giovara
2014-10-29
1
-2
/
+5
*
oggenc: remove unneeded null check
Michael Niedermayer
2014-10-29
1
-1
/
+1
*
configure: Check only for xcb
Luca Barbato
2014-10-28
1
-1
/
+1
*
lavd: fix building x11grab after a6674d2
Anton Khirnov
2014-10-28
1
-1
/
+1
*
vdpau: return MAIN instead of BASELINE for H.264 CBP
Rémi Denis-Courmont
2014-10-28
1
-1
/
+1
*
vdpau/h264: request MAIN rather than BASELINE VDPAU profile for CBP
Rémi Denis-Courmont
2014-10-28
1
-1
/
+1
*
mxfdec: reduce loop bound in mxf_read_pixel_layout()
Tomas Härdin
2014-10-27
1
-1
/
+1
*
bethsoftvid: check return value and clean memory
Vittorio Giovara
2014-10-27
1
-0
/
+4
*
filmstripdec: avoid integer overflow
Vittorio Giovara
2014-10-27
1
-1
/
+1
*
matroskaenc: write correct Display{Width, Height} in stereo encoding
Vittorio Giovara
2014-10-27
1
-6
/
+24
*
xcbgrab: XCB-based screen capture
Luca Barbato
2014-10-26
6
-8
/
+693
*
lavf: Implement ff_brktimegm using gmtime_r
Martin Storsjö
2014-10-26
1
-23
/
+5
*
drawtext: Remove the ifdef for localtime_r
Martin Storsjö
2014-10-26
1
-3
/
+1
*
Use gmtime_r instead of gmtime and localtime_r instead of localtime
Martin Storsjö
2014-10-26
4
-9
/
+17
[next]