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
*
imgutils: make systematic palette opaque.
Carl Eugen Hoyos
2014-05-25
1
-1
/
+1
*
smoothstream: check malloc calls
Nidhi Makhijani
2014-05-24
1
-0
/
+2
*
rdt: check malloc calls
Nidhi Makhijani
2014-05-24
1
-2
/
+6
*
avcodec: bump version after rotation api
Vittorio Giovara
2014-05-23
2
-2
/
+2
*
dca: Convert dca_dmixtable to integers
Niels Möller
2014-05-23
2
-41
/
+42
*
lavf: add av_stream_get_side_data
Janne Grunau
2014-05-20
4
-2
/
+32
*
build: export library dependencies in ${name}_FFLIBS
Janne Grunau
2014-05-20
2
-2
/
+2
*
check: add libavcodec/vda_internal.h to SKIPHEADERS-$(CONFIG_VDA)
Janne Grunau
2014-05-20
1
-1
/
+1
*
display: Include mathematics.h for fallback definition of NAN
Martin Storsjö
2014-05-19
1
-0
/
+1
*
mov: store display matrix in a stream side data
Vittorio Giovara
2014-05-19
2
-10
/
+54
*
Add transformation matrix API.
Vittorio Giovara
2014-05-19
9
-1
/
+179
*
pthread_frame: simplify the code by using new AVPacket API
Anton Khirnov
2014-05-19
1
-14
/
+3
*
avpacket: fix copying side data in av_packet_copy_props()
Anton Khirnov
2014-05-19
1
-1
/
+0
*
lavf: deprecate now unused AVStream.pts
Anton Khirnov
2014-05-19
4
-107
/
+17
*
mux: drop one of the hacks comprising compute_pkt_fields2()
Anton Khirnov
2014-05-19
1
-7
/
+0
*
avconv: do not use poorly defined and undocumented AVStream.pts
Anton Khirnov
2014-05-19
1
-1
/
+1
*
hevc/intra_pred: simplify neighboring sample derivation
Anton Khirnov
2014-05-19
1
-9
/
+7
*
hevc/intra_pred: drop unnecessary conditions in loops
Mickaël Raulet
2014-05-19
1
-19
/
+10
*
hevc/intra_pred: optimize EXTEND_()*
Mickaël Raulet
2014-05-19
1
-37
/
+28
*
hevc: templatize intra_pred
Anton Khirnov
2014-05-19
4
-9
/
+25
*
hevc: templatize pred_planar
Mickaël Raulet
2014-05-19
1
-42
/
+18
*
movenc: use the "encoder" metadata tag to write stsd Compressorname
Anton Khirnov
2014-05-18
2
-2
/
+6
*
avconv: set the "encoder" tag when transcoding
Anton Khirnov
2014-05-18
3
-24
/
+54
*
wavenc: use codec descriptors to get the codec name
Anton Khirnov
2014-05-18
1
-2
/
+3
*
doc/APIchanges: mark the release 10 branch point
Anton Khirnov
2014-05-18
1
-0
/
+4
*
doc/APIchanges: fill in missing hashes and dates
Anton Khirnov
2014-05-18
1
-24
/
+24
*
dv: do not set codec timebase
Anton Khirnov
2014-05-18
1
-1
/
+1
*
avconv: set output avg_frame_rate when known
Anton Khirnov
2014-05-18
1
-0
/
+2
*
lavf: extend avg_frame_rate documentation.
Anton Khirnov
2014-05-18
1
-0
/
+4
*
avienc: sanitize variable naming in write_header()
Anton Khirnov
2014-05-18
1
-41
/
+41
*
yop: only set extradata size after it has been successfully allocated
Anton Khirnov
2014-05-18
1
-3
/
+2
*
yuv4mpegdec: do not set coded_frame properties
Anton Khirnov
2014-05-18
1
-20
/
+6
*
yuv4mpeg: split the demuxer and muxer into separate files
Anton Khirnov
2014-05-18
4
-174
/
+220
*
a64: check that extradata exists before reading from it
Anton Khirnov
2014-05-18
1
-0
/
+6
*
a64: remove unneeded struct qualifier
Anton Khirnov
2014-05-18
1
-1
/
+1
*
4xm: allocate extradata properly.
Anton Khirnov
2014-05-18
1
-1
/
+4
*
lavc: add avcodec_free_context().
Anton Khirnov
2014-05-18
4
-4
/
+28
*
lavc: remove the locking code in avcodec_close()
Anton Khirnov
2014-05-18
1
-18
/
+0
*
riff: Pass block_align to estimate frame duration
nu774
2014-05-17
1
-1
/
+1
*
hlsenc: Set the default codecs to AAC and H264
Martin Storsjö
2014-05-17
1
-2
/
+2
*
build: Support building using clang-usan and disable-optimization
Katerina Barone-Adesi
2014-05-16
1
-1
/
+1
*
avisynth: set duration of audio streams
Hendrik Leppkes
2014-05-16
1
-0
/
+1
*
FATE/opus: increase fuzz for the celt tests
Anton Khirnov
2014-05-16
1
-1
/
+1
*
aarch64: opus NEON iMDCT and FFT
Janne Grunau
2014-05-15
8
-39
/
+807
*
configure: fix enable-libopus help string
Tristan Matthews
2014-05-15
1
-1
/
+1
*
build: add avresample after avcodec to FFLIBS
Janne Grunau
2014-05-15
1
-5
/
+6
*
lavc: properly handle subtitle_header in avcodec_copy_context()
Anton Khirnov
2014-05-15
1
-0
/
+3
*
lavc: preserve the original private data in avcodec_copy_context()
Anton Khirnov
2014-05-15
1
-2
/
+6
*
lavf: drop the zero-sized packets hack
Anton Khirnov
2014-05-15
1
-6
/
+0
*
lavf: add AVFMT_FLAG_BITEXACT.
Anton Khirnov
2014-05-15
15
-20
/
+40
[next]