|
|
|
@b96509c9
|
12 years |
anton |
fate: Add FATE tests for the Ut Video encoder
Signed-off-by: Anton …
|
|
|
@1ab5a780
|
12 years |
anton |
lavc: add Ut Video encoder
Signed-off-by: Anton Khirnov …
|
|
|
@677e763a
|
12 years |
anton |
mpegvideo_enc: remove stray duplicate line from 7f9aaa4
|
|
|
@1e607213
|
12 years |
diego |
swscale: x86: fix #endif comments in rgb2rgb template file
…
|
|
|
@602b1898
|
12 years |
anton |
avconv: mark more options as expert.
|
|
|
@f9fada27
|
12 years |
anton |
avconv: split printing "main options" into global and per-file.
|
|
|
@6e3857fa
|
12 years |
anton |
avconv: refactor help printing.
By default don't dump every single …
|
|
|
@f8b1e665
|
12 years |
anton |
avconv: print info/capabilities options in a separate help group.
|
|
|
@1136bd36
|
12 years |
anton |
avtools: add -h demuxer/muxer
|
|
|
@a3ad68d3
|
12 years |
anton |
cmdutils: extend -h to allow printing codec details.
|
|
|
@7c501212
|
12 years |
anton |
cmdutils: change semantics of show_help_options() and document it.
…
|
|
|
@dc4c24a3
|
12 years |
anton |
avtools: move some newlines to show_help_options().
Don't require …
|
|
|
@79600a83
|
12 years |
anton |
avconv: deprecate -isync.
This option does not do anything.
Also …
|
|
|
@8fc83fb0
|
12 years |
anton |
avconv: reformat the options table.
|
|
|
@d3810c47
|
12 years |
anton |
avconv: get rid of ugly casts in the options table.
|
|
|
@db4766ad
|
12 years |
anton |
avconv: try to match codecs by codec descriptor name as a last resort. …
|
|
|
@f617135b
|
12 years |
anton |
avtools: fix show_foo() signatures.
show_foo() functions are declared …
|
|
|
@4855022a
|
12 years |
mans |
vorbisdec: remove some pointless comments
Signed-off-by: Mans …
|
|
|
@8b134457
|
12 years |
mans |
avprobe: add const to AVCodec pointer
Signed-off-by: Mans Rullgard …
|
|
|
@edb5238c
|
12 years |
mans |
libavformat: add const to AVCodec pointers
Signed-off-by: Mans …
|
|
|
@11434c9b
|
12 years |
mans |
pthread: add const to AVCodec pointers
Signed-off-by: Mans Rullgard …
|
|
|
@7f9aaa49
|
12 years |
anton |
mpegvideo_enc: don't use deprecated avcodec_encode_video().
|
|
|
@7c101949
|
12 years |
anton |
cmdutils: refactor -codecs option.
Make it print a list of …
|
|
|
@3c0df905
|
12 years |
anton |
avconv: make -shortest a per-output file option.
|
|
|
@91e59fe
|
12 years |
anton |
lavc: add avcodec_descriptor_get_by_name().
|
|
|
@0a0f19b5
|
12 years |
anton |
lavc: add const to AVCodec* function parameters.
|
|
|
@15c71df
|
12 years |
anton |
swf(dec): replace CODEC_ID with AV_CODEC_ID
|
|
|
@e0aa5e77
|
12 years |
anton |
dvenc: don't use deprecated AVCODEC_MAX_AUDIO_FRAME_SIZE
|
|
|
@8337b5db
|
12 years |
martin |
rtmpdh: Do not generate the same private key every time when using …
|
|
|
@a2dd4f77
|
12 years |
martin |
rtp: remove ff_rtp_get_rtcp_file_handle().
Signed-off-by: Martin …
|
|
|
@e7993ece
|
12 years |
martin |
rtsp.c: use ffurl_get_multi_file_handle() instead of …
|
|
|
@d6b9da11
|
12 years |
martin |
avio: add (ff)url_get_multi_file_handle() for getting more than one fd …
|
|
|
@2e8f3cbc
|
12 years |
martin |
h264: vdpau: fix crash with unsupported colorspace
The h264_vdpau …
|
|
|
@ca00a7e8
|
12 years |
martin |
amrwbdec: Decode the fr_quality bit properly
The way this bit is …
|
|
|
@4aa3d7b3
|
12 years |
lu_zero |
libvpxenc: use the default bitrate if not set
Signed-off-by: Luca …
|
|
|
@77f47e3
|
12 years |
kostya.shishkov |
utvideo: Rename utvideo.c to utvideodec.c
Signed-off-by: Kostya …
|
|
|
@fd6a085a
|
12 years |
diego |
doc: Fix syntax errors in sample Emacs config
Signed-off-by: Diego …
|
|
|
@0f64cd1e
|
12 years |
lu_zero |
mjpegdec: more meaningful return values
|
|
|
@20bcce50
|
12 years |
mans |
configure: clean up Altivec detection
There used to be one test for …
|
|
|
@962e912a
|
12 years |
martin |
getopt: Remove an unnecessary define
Signed-off-by: Martin Storsjö …
|
|
|
@cb5ab02a
|
12 years |
martin |
rtmp: Use int instead of ssize_t
Not all compilers support ssize_t …
|
|
|
@da8201cc
|
12 years |
martin |
getopt: Add missing includes
Signed-off-by: Martin Storsjö …
|
|
|
@e5f2731c
|
12 years |
martin |
rtmp: Add support for receiving incoming streams
Signed-off-by: …
|
|
|
@7ebe3962
|
12 years |
martin |
Add missing includes for code relying on external libraries
…
|
|
|
@232e35de
|
12 years |
martin |
Fix even more missing includes after the common.h removal
…
|
|
|
@f704a079
|
12 years |
diego |
build: Factor out rangecoder dependencies to CONFIG_RANGECODER
A new …
|
|
|
@c292f6a2
|
12 years |
diego |
build: Factor out error resilience dependencies to …
|
|
|
@6961bdfa
|
12 years |
diego |
x86: avcodec: Consistently name all init files
|
|
|
@33e11284
|
12 years |
martin |
Add more missing includes after removing the implicit common.h
…
|
|
|
@70766c21
|
12 years |
martin |
Add some more missing includes after removing the implicit common.h
…
|
|
|
@1d9c2dc
|
12 years |
martin |
Don't include common.h from avutil.h
Signed-off-by: Martin Storsjö …
|
|
|
@93f257db
|
12 years |
martin |
rtmp: Automatically compute the hash for SWFVerification
…
|
|
|
@635ac8e1
|
12 years |
martin |
rtmp: Add support for SWFVerification
Specifies how the server …
|
|
|
@661454aa
|
12 years |
anton |
api-example: use new video encoding API.
|
|
|
@29cfdd3
|
12 years |
diego |
x86: avcodec: Appropriately name files containing only init functions
|
|
|
@be129589
|
12 years |
diego |
mpegvideo_mmx_template: drop some commented-out cruft
|
|
|
@4cf40283
|
12 years |
diego |
libavresample: add mix level normalization option
Provides an option …
|
|
|
@11928d24
|
12 years |
diego |
w32pthreads: Add missing #includes to make header compile standalone
|
|
|
@fb7e7808
|
12 years |
martin |
rtmp: Gracefully ignore _checkbw errors by tracking them
…
|
|
|
@8b6a5a79
|
12 years |
martin |
rtmp: Do not send _checkbw calls as notifications
The _checkbw calls …
|
|
|
@c0f4cf77
|
12 years |
lu_zero |
prores: interlaced ProRes encoding
Signed-off-by: Luca Barbato …
|
|
|
@0d230e93
|
12 years |
mans |
g723.1: simplify scale_vector()
It is impossible for bits to be 15 …
|
|
|
@a4b8fc3a
|
12 years |
mans |
g723.1: simplify normalize_bits()
This function is always called with …
|
|
|
@063910f5
|
12 years |
diego |
vda: cosmetics: fix Doxygen comment formatting
Signed-off-by: Diego …
|
|
|
@694be29f
|
12 years |
diego |
vda: better frame allocation
Signed-off-by: Diego Biurrun …
|
|
|
@dc87ac55
|
12 years |
diego |
vda: Merge implementation into one file
Signed-off-by: Diego Biurrun …
|
|
|
@3c379706
|
12 years |
diego |
vda: support synchronous decoding
Note that the symbols used to run …
|
|
|
@cfc680ab
|
12 years |
diego |
vda: Reuse the bitstream buffer and reallocate it only if needed
…
|
|
|
@ad08dfd5
|
12 years |
diego |
build: Factor out mpegvideo encoding dependencies to …
|
|
|
@0af85d57
|
12 years |
martin |
avprobe: Include libm.h for the log2 fallback
Signed-off-by: Martin …
|
|
|
@cee03436
|
12 years |
lu_zero |
proresenc: use the edge emulation buffer
Prevents reading past the …
|
|
|
@fb96c1c5
|
12 years |
lu_zero |
rtmp: handle bytes read reports
0x03 (bytes read report) is a known …
|
|
|
@fe5fba44
|
12 years |
diego |
configure: Fix typo in mpeg2video/svq1 decoder dependency declaration
|
|
|
@d752509b
|
12 years |
mans |
Use log2(x) instead of log(x) / log(2)
Signed-off-by: Mans Rullgard …
|
|
|
@90540c2d
|
12 years |
mans |
x86: swscale: fix fragile memory accesses
To access data at multiple …
|
|
|
@10b83cb6
|
12 years |
mans |
x86: swscale: remove disabled code
This code has been disabled since …
|
|
|
@480178a2
|
12 years |
mans |
x86: yadif: fix asm with suncc
Under some circumstances, suncc will …
|
|
|
@8ec0204e
|
12 years |
mans |
x86: cabac: allow building with suncc
This fixes two issues …
|
|
|
@c8252e80
|
12 years |
mans |
x86: mlpdsp: avoid taking address of void
This code contains a C …
|
|
|
@87fa05a0
|
12 years |
mans |
ARM: intmath: use native-size return types for clipping functions
…
|
|
|
@69665bd6
|
12 years |
mans |
g723.1: do not pass large structs by value
Signed-off-by: Mans …
|
|
|
@138914dc
|
12 years |
mans |
g723.1: do not bounce intermediate values via memory
Although a …
|
|
|
@cbcf1b41
|
12 years |
mans |
g723.1: declare a variable in the block it is used
Signed-off-by: …
|
|
|
@35b533e
|
12 years |
mans |
g723.1: avoid saving/restoring excitation
Writing the scaled …
|
|
|
@4b728b47
|
12 years |
mans |
g723.1: avoid unnecessary memcpy() in residual_interp()
…
|
|
|
@f645710c
|
12 years |
mans |
g723.1: make postfilter write directly to output buffer
…
|
|
|
@19532643
|
12 years |
mans |
g723.1: drop unnecessary variable buf_ptr in formant_postfilter()
…
|
|
|
@b2af2c4b
|
12 years |
mans |
g723.1: make scale_vector() output to a separate buffer
…
|
|
|
@783da0d6
|
12 years |
mans |
g723.1: make autocorr_max() work on an arbitrary buffer
…
|
|
|
@37161051
|
12 years |
mans |
g723.1: do not needlessly use int64_t
Signed-off-by: Mans Rullgard …
|
|
|
@47c73a7
|
12 years |
mans |
g723.1: use saturating addition functions
Use saturating addition …
|
|
|
@4aca716
|
12 years |
mans |
g723.1: optimise scale_vector()
Firstly, nothing in this function can …
|
|
|
@1eb1f6f2
|
12 years |
mans |
g723.1: remove useless uses of MUL64()
The operands in both cases are …
|
|
|
@5a43eba9
|
12 years |
mans |
g723.1: remove unnecessary argument 'shift' from dot_product()
The …
|
|
|
@8b0de734
|
12 years |
mans |
g723.1: deobfuscate "(x << 4) - x" to "15 * x"
The compiler performs …
|
|
|
@fddc5b9b
|
12 years |
mans |
celp: optimise ff_celp_lp_synthesis_filter()
Adding instead of …
|
|
|
@6c4975ea
|
12 years |
mans |
libavutil: add saturating addition functions
Fixed-point audio codecs …
|
|
|
@17c11cef
|
12 years |
derek.buitenhuis |
cllc: Implement ARGB support
Signed-off-by: Derek Buitenhuis …
|
|
|
@7fda47d
|
12 years |
derek.buitenhuis |
cllc: Add support for QRGB
Signed-off-by: Derek Buitenhuis …
|
|
|
@f4bb38cc
|
12 years |
derek.buitenhuis |
cllc: Rename some funcs to represent what they actually do
This is in …
|
|
|