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
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
15
-20
/
+40
*
lavc: add a native Opus decoder.
Anton Khirnov
2014-05-15
14
-2
/
+5743
*
build: do not append $(FFLIBS-) to $(FFLIBS) if $(NAME) is not defined
Janne Grunau
2014-05-14
1
-1
/
+1
*
lavf: properly document the distinction between flags and ctx_flags
Anton Khirnov
2014-05-14
1
-1
/
+9
*
build: handle library dependencies in configure
Janne Grunau
2014-05-13
8
-26
/
+41
*
aarch64: assembler in clang-3.4 ignores the division by two
Janne Grunau
2014-05-13
1
-1
/
+1
*
avconv: Support VDA hwaccel
Anton Khirnov
2014-05-11
5
-0
/
+143
*
lavc: Add new VDA hwaccel
Anton Khirnov
2014-05-11
8
-7
/
+414
*
vda: use hwaccel private data for internal bitstream buffer
Anton Khirnov
2014-05-11
2
-18
/
+38
*
lavu: Add a pixel format for new VDA hwaccel
Anton Khirnov
2014-05-11
4
-1
/
+9
*
lavc: Add hwaccel private data and init/uninit callbacks
Anton Khirnov
2014-05-11
4
-4
/
+59
*
hwaccel: Support specific frame allocators
Luca Barbato
2014-05-11
2
-0
/
+12
*
hwaccel: Rename priv_data_size to frame_priv_data_size
Anton Khirnov
2014-05-11
10
-17
/
+17
*
lavc: document which parts of AVHWAccel are private.
Anton Khirnov
2014-05-11
1
-0
/
+7
*
lavc: set AVCodecContext.hwaccel in ff_get_format()
Anton Khirnov
2014-05-11
6
-30
/
+33
*
lavc: Add an internal wrapper around get_format()
Anton Khirnov
2014-05-11
7
-10
/
+22
*
pcm-dvd: Fix 20bit decoding
nu774
2014-05-09
1
-4
/
+4
*
rtmpproto: Check the buffer sizes when copying app/playpath strings
Martin Storsjö
2014-05-08
1
-4
/
+5
*
rtmpproto: Support alternative slist parameter in rtmp URLs
Uwe L. Korn
2014-05-06
1
-2
/
+14
*
libfdk-aac: Relicense the library wrappers to 2-clause BSD
Martin Storsjö
2014-05-05
2
-22
/
+42
*
libfdk-aacenc: Enable 7.1 channel encoding
Jean First
2014-05-05
1
-0
/
+18
*
avconv: rename OutputStream.opts to OutputStream.encoder_opts
Anton Khirnov
2014-05-03
3
-12
/
+12
*
avconv: remove a useless line
Anton Khirnov
2014-05-03
1
-1
/
+0
*
avconv: rename 'codec' to 'enc_ctx'
Anton Khirnov
2014-05-03
1
-61
/
+61
*
avconv: rename 'icodec' to 'dec_ctx'
Anton Khirnov
2014-05-03
1
-35
/
+35
*
avconv: rename InputStream.opts to InputStream.decoder_opts
Anton Khirnov
2014-05-03
3
-8
/
+8
*
avconv: simplify exit_program() by using more local vars
Anton Khirnov
2014-05-03
1
-24
/
+33
*
probe: Support AAC_LATM in set_codec_from_probe_data
Luca Barbato
2014-05-03
1
-0
/
+1
*
latm: Add a probe function
Luca Barbato
2014-05-03
1
-0
/
+53
*
mathematics: K&R formatting cosmetics
Luca Barbato
2014-05-03
1
-42
/
+53
*
swscale: Fix an undefined behaviour
Luca Barbato
2014-05-03
1
-1
/
+1
*
vp9: Read the frame size as unsigned
Luca Barbato
2014-05-03
1
-2
/
+2
*
aac: K&R formatting cosmetics
Luca Barbato
2014-05-01
1
-5
/
+5
*
flv: K&R formatting cosmetics
Luca Barbato
2014-05-01
1
-21
/
+20
*
lavc: deprecate AVCodecContext.codec_name
Anton Khirnov
2014-05-01
2
-0
/
+9
*
lavc: do not use AVCodecContext.codec_name in avcodec_string()
Anton Khirnov
2014-05-01
1
-2
/
+0
*
rmdec: do not export anything to AVCodecContext.codec_name
Anton Khirnov
2014-05-01
1
-2
/
+0
*
asfenc: use codec descriptors instead of AVCodecs to write codec info
Anton Khirnov
2014-05-01
3
-43
/
+47
*
oggparseskeleton: do not use AVCodecContext.codec_name
Anton Khirnov
2014-05-01
1
-1
/
+0
*
mov: export stsd Compressorname in metadata
Anton Khirnov
2014-05-01
1
-3
/
+8
*
lavc: move CODEC_FLAG_MV0 to mpegvideo
Anton Khirnov
2014-05-01
8
-5
/
+31
*
lavc: make the xvid-specific "gmc" flag a private option of libxvid
Anton Khirnov
2014-05-01
5
-2
/
+23
*
lavc: move CODEC_FLAG_NORMALIZE_AQP to mpegvideo
Anton Khirnov
2014-05-01
7
-4
/
+28
*
lavc: deprecate CODEC_FLAG_INPUT_PRESERVED
Anton Khirnov
2014-05-01
5
-5
/
+14
*
matroska: add the Opus mapping
Anton Khirnov
2014-05-01
1
-0
/
+1
*
matroskaenc: write CodecDelay
Anton Khirnov
2014-05-01
3
-25
/
+38
*
lavfi: add Bauer stereo-to-binaural audio filter
Alessandro Ghedini
2014-05-01
7
-1
/
+260
*
matroskadec: read the CodecDelay element
Anton Khirnov
2014-04-30
2
-1
/
+10
*
librtmp: Map native options to librtmp ones when possible
Luca Barbato
2014-04-30
1
-15
/
+126
*
hls: Sync the file number with the start sequence
Luca Barbato
2014-04-30
1
-4
/
+1
[next]