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
*
flac muxer: support reading updated extradata from side data
Anton Khirnov
2014-06-01
4
-15
/
+37
*
flac muxer: accept only STREAMINFO extradata
Anton Khirnov
2014-06-01
1
-6
/
+5
*
flacenc: send final extradata in packet side data
Anton Khirnov
2014-06-01
1
-0
/
+20
*
lavc: add an option to enable side data-only packets during encoding
Anton Khirnov
2014-06-01
4
-1
/
+22
*
libavcodec: set AVFrame colorspace fields on decoding
wm4
2014-06-01
1
-0
/
+7
*
lavu: add all color-related enums to AVFrame
wm4
2014-06-01
6
-68
/
+118
*
matroskaenc: Allow VP9 and Opus in webm
Tudor Suciu
2014-06-01
1
-1
/
+3
*
rtpenc_chain: Don't copy the time base to the source stream by default
Martin Storsjö
2014-05-31
3
-3
/
+2
*
ppc: Fix compilation for ppc64le (ELFv2)
Thierry Fauck
2014-05-30
1
-0
/
+8
*
Revert "rtpenc_chain: Don't copy the time_base back to the caller"
Martin Storsjö
2014-05-30
1
-0
/
+3
*
dsputil: Split off quarterpel bits into their own context
Diego Biurrun
2014-05-29
28
-1272
/
+1409
*
dsputil: Move Bink-specific add_pixels8 to binkdsp
Diego Biurrun
2014-05-29
5
-24
/
+24
*
dsputil: Move APE-specific bits into apedsp
Diego Biurrun
2014-05-29
17
-267
/
+468
*
dsputil: Move mspel_pixels_tab to the only place it is used
Diego Biurrun
2014-05-29
5
-119
/
+135
*
dsputil: Move ff_alternate_*_scan tables to mpegvideo
Diego Biurrun
2014-05-29
4
-26
/
+26
*
dsputil: Move SVQ1 encoding specific bits into svq1enc
Diego Biurrun
2014-05-29
10
-134
/
+252
*
svq1enc: Rename SVQ1Context to SVQ1EncContext
Diego Biurrun
2014-05-29
1
-10
/
+10
*
aarch64: Use the correct syntax for relocations
Martin Storsjö
2014-05-29
1
-2
/
+2
*
matroskaenc: set the stream timebase earlier
Anton Khirnov
2014-05-29
3
-27
/
+27
*
flvenc: only write the framerate tag based on avg_frame_rate
Anton Khirnov
2014-05-29
9
-72
/
+72
*
movenc: write avg_frame_rate as the framerate, not the codec timebase
Anton Khirnov
2014-05-29
1
-1
/
+7
*
matroskaenc: base DefaultDuration on the framerate, not the codec timebase
Anton Khirnov
2014-05-29
3
-25
/
+26
*
frame: fix the error path in av_frame_copy_props()
Roman Savchenko
2014-05-29
1
-1
/
+1
*
af_resample: Use avresample_get_out_samples
Luca Barbato
2014-05-28
1
-7
/
+2
*
avresample: Add avresample_get_out_samples
Luca Barbato
2014-05-28
4
-8
/
+42
*
nut: Support experimental NUT 4 features
Luca Barbato
2014-05-28
5
-9
/
+112
*
avformat: Provide a standard compliance flag
Luca Barbato
2014-05-28
4
-1
/
+15
*
oggenc: Fix the EOS flag
Michael Niedermayer
2014-05-28
2
-3
/
+3
*
ppc: Move vec_unaligned_load macro to util_altivec
Diego Biurrun
2014-05-28
2
-3
/
+4
*
ppc: util_altivec: Drop unused macros
Diego Biurrun
2014-05-28
1
-11
/
+0
*
matroskaenc: write the channel mask for FLAC
Anton Khirnov
2014-05-28
2
-2
/
+47
*
vorbiscomment: simplify API by using av_dict_count()
Anton Khirnov
2014-05-28
4
-16
/
+10
*
matroskadec: parse the channel layout mask for FLAC
Anton Khirnov
2014-05-28
11
-12
/
+53
*
matroskadec: export just the STREAMINFO block as FLAC extradata
Anton Khirnov
2014-05-28
1
-1
/
+24
*
matroskadec: split parsing tracks into a separate function
Anton Khirnov
2014-05-28
1
-58
/
+69
*
flac: make avpriv_flac_parse_block_header() inline
Anton Khirnov
2014-05-28
4
-17
/
+28
*
flac muxer: write WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag for multichannel files
Anton Khirnov
2014-05-28
3
-0
/
+36
*
flac demuxer: parse the WAVEFORMATEXTENSIBLE_CHANNEL_MASK tag
Anton Khirnov
2014-05-28
1
-0
/
+15
*
flacdec: do not overwrite a channel layout set by the caller
Anton Khirnov
2014-05-28
1
-1
/
+4
*
oggenc: Flush after writing headers
Andrew Kelley
2014-05-27
2
-1
/
+3
*
oggenc: Move ogg_write_pages up above ogg_write_header
Andrew Kelley
2014-05-27
1
-22
/
+22
*
dsputil: Split off HuffYUV encoding bits into their own context
Diego Biurrun
2014-05-27
14
-166
/
+278
*
dsputil: Split off HuffYUV decoding bits into their own context
Diego Biurrun
2014-05-27
23
-378
/
+578
*
h264_picture: Remove pointless dsputil.h #include
Diego Biurrun
2014-05-27
1
-1
/
+0
*
on2avc: Remove pointless dsputil.h #include
Diego Biurrun
2014-05-27
1
-1
/
+0
*
lavfi/formats: avoid using AV_{PIX,SAMPLE}_FMT_NB
Anton Khirnov
2014-05-26
1
-7
/
+11
*
buffersrc: avoid using AV_PIX_FMT_NB
Anton Khirnov
2014-05-26
1
-1
/
+1
*
vf_fieldorder: avoid using AV_PIX_FMT_NB
Anton Khirnov
2014-05-26
1
-2
/
+3
*
vf_scale: use the pixfmt descriptor API
Anton Khirnov
2014-05-26
1
-2
/
+8
*
vf_format: rework format list parsing
Anton Khirnov
2014-05-26
1
-51
/
+79
[next]