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
*
svq1enc: Set picture_structure correctly
Michael Niedermayer
2012-09-04
1
-0
/
+1
*
mpegvideo: remove last_picture_ptr / h264 assert.
Michael Niedermayer
2012-09-04
1
-3
/
+0
*
mpegvideo_enc: remove assert that has become obsolete with the new API
Michael Niedermayer
2012-09-04
1
-1
/
+0
*
elbg: Fix an assert
Michael Niedermayer
2012-09-04
1
-1
/
+1
*
configure: add support for bdver1 and bdver2 CPU types.
Diego Elio Pettenò
2012-09-04
1
-2
/
+2
*
avio: make avio_close NULL the freed buffer
Luca Barbato
2012-09-04
1
-1
/
+1
*
pixdesc: cosmetics
Luca Barbato
2012-09-04
1
-12
/
+18
*
proresenc: Don't free a buffer not owned by the codec
Martin Storsjö
2012-09-04
1
-3
/
+0
*
proresenc: Write the full value in one put_bits call
Martin Storsjö
2012-09-04
1
-2
/
+1
*
adpcmenc: Calculate the IMA_QT predictor without overflow
Michael Niedermayer
2012-09-04
2
-4
/
+4
*
x86: Add convenience macros to check for CPU extensions and flags
Diego Biurrun
2012-09-04
1
-0
/
+57
*
x86: h264dsp: drop some unnecessary ifdefs around prototype declarations
Diego Biurrun
2012-09-04
1
-6
/
+0
*
mss12: merge decode_pixel() and decode_top_left_pixel()
Alberto Delmás
2012-09-03
1
-42
/
+21
*
mss12: reduce SliceContext size from 1067 to 164 KB
Alberto Delmás
2012-09-03
4
-37
/
+30
*
mss12: move SliceContexts out of the common context into the codec contexts
Alberto Delmás
2012-09-03
4
-46
/
+46
*
build: avcodec: order cosmetics
Diego Biurrun
2012-09-03
1
-2
/
+2
*
intrax8dsp: Add missing #include to make header standalone
Diego Biurrun
2012-09-03
1
-0
/
+2
*
Delete motion-test tool; it is of doubtful utility.
Diego Biurrun
2012-09-03
2
-150
/
+0
*
intrax8: move functions from dsputil to own context
Mans Rullgard
2012-09-02
6
-34
/
+62
*
crypto: Remove a stray double space
Martin Storsjö
2012-08-31
1
-1
/
+1
*
Rename missed cases of FF_OPT_TYPE_* to AV_OPT_TYPE_*
Martin Storsjö
2012-08-31
3
-24
/
+24
*
MSS1 and MSS2: set final pixel format after common stuff has been initialised
Alberto Delmás
2012-08-31
3
-5
/
+10
*
MSS2 decoder
Alberto Delmás
2012-08-31
20
-216
/
+1466
*
configure: handle --disable-asm before check_deps
Mans Rullgard
2012-08-31
1
-2
/
+2
*
x86: Split inline and external assembly #ifdefs
Diego Biurrun
2012-08-31
24
-141
/
+130
*
configure: x86: Separate inline from standalone assembler capabilities
Diego Biurrun
2012-08-31
1
-4
/
+23
*
pktdumper: Use a custom define instead of PATH_MAX for buffers
Martin Storsjö
2012-08-31
1
-2
/
+4
*
pktdumper: Use av_strlcpy instead of strncpy
Martin Storsjö
2012-08-31
1
-2
/
+3
*
pktdumper: Use sizeof(variable) instead of the direct buffer length
Martin Storsjö
2012-08-31
1
-4
/
+4
*
x86: Fix linking with some or all of yasm, mmx, optimizations disabled
Diego Biurrun
2012-08-30
3
-10
/
+25
*
configure: Add more fine-grained SSE CPU capabilities flags
Diego Biurrun
2012-08-30
1
-12
/
+29
*
avfilter: x86: Use more precise compile template names
Diego Biurrun
2012-08-30
2
-3
/
+3
*
x86: cosmetics: Comment some #endifs for better readability
Diego Biurrun
2012-08-30
9
-18
/
+17
*
g723_1: add comfort noise generation
Kostya Shishkov
2012-08-30
5
-7
/
+364
*
utvideoenc: Switch to dsputils' median prediction
Michael Niedermayer
2012-08-30
2
-40
/
+29
*
utvideoenc: Avoid writing into the input picture
Michael Niedermayer
2012-08-30
2
-26
/
+42
*
avtools: remove the distinction between func_arg and func2_arg.
Anton Khirnov
2012-08-30
6
-94
/
+93
*
avconv: make the -passlogfile option per-stream.
Anton Khirnov
2012-08-30
5
-6
/
+14
*
avconv: make the -pass option per-stream.
Anton Khirnov
2012-08-30
4
-12
/
+8
*
cmdutils: make -codecs print lossy/lossless flags.
Anton Khirnov
2012-08-30
1
-7
/
+11
*
lavc: add lossy/lossless codec properties.
Anton Khirnov
2012-08-30
4
-66
/
+313
*
build: allow non-standard variations of linker -l/-L flags
Mans Rullgard
2012-08-29
5
-5
/
+13
*
Add reminders to update the codec descriptor list with new codec IDs.
Anton Khirnov
2012-08-29
2
-0
/
+5
*
build: export filtered -lz flag in config.mak
Mans Rullgard
2012-08-28
2
-1
/
+2
*
build: add separate setting for host linker
Mans Rullgard
2012-08-28
3
-5
/
+14
*
configure: probe_cc: use separate variable for linker output flag
Mans Rullgard
2012-08-28
1
-2
/
+2
*
x86: Always compile files with functions that are called unconditionally
Diego Biurrun
2012-08-29
1
-3
/
+3
*
x86: mpegvideoenc: fix linking with --disable-mmx
Diego Biurrun
2012-08-29
1
-3
/
+3
*
x86: mpegvideoenc: Do not abuse HAVE_ variables for template instantiation
Diego Biurrun
2012-08-29
2
-21
/
+26
*
configure: support Bitrig OS
Brad Smith
2012-08-29
1
-1
/
+1
[next]