|
|
|
@735be9cd
|
13 years |
martin |
rtsp: Make rtsp_demuxer_class static
Signed-off-by: Martin Storsjö …
|
|
|
@1a265f61
|
13 years |
kostya.shishkov |
prores encoder
|
|
|
@8835c2c8
|
13 years |
kostya.shishkov |
prores: move data shared between decoder and encoder to common file
|
|
|
@3ec623c2
|
13 years |
kostya.shishkov |
prores: fix multithreaded decoding case when slice quantisers are not …
|
|
|
@dc4e5748
|
13 years |
diego |
CDXL demuxer and decoder
Signed-off-by: Paul B Mahol …
|
|
|
@c1df37e5
|
13 years |
alex.converse |
hls: Re-add legacy applehttp name to preserve interface compatibility.
|
|
|
@8c62d83f
|
13 years |
martin |
hlsproto: Rename the functions and context
Signed-off-by: Martin …
|
|
|
@9cb9c6c4
|
13 years |
martin |
hlsproto: Encourage users to try the hls demuxer instead of the proto
…
|
|
|
@3975ca89
|
13 years |
martin |
doc: Move the hls protocol section into the right place
…
|
|
|
@8bdab32
|
13 years |
martin |
libavformat: Rename the applehttp protocol to hls
Keep the old …
|
|
|
@65cd7bf3
|
13 years |
martin |
hls: Rename the functions and context
Signed-off-by: Martin Storsjö …
|
|
|
@2772258a
|
13 years |
martin |
libavformat: Rename the applehttp demuxer to hls
When this demuxer …
|
|
|
@08bddfcd
|
13 years |
martin |
rtpdec: Support H263 in RFC 2190 format
This is different from the …
|
|
|
@18d1d58
|
13 years |
janne-libav |
rv30: check block type validity
Prevents crashes with the fuzzed …
|
|
|
@2af3dc86
|
13 years |
justin.ruggles |
ttadec: CRC checking
Signed-off-by: Paul B Mahol <onemda@gmail.com> …
|
|
|
@4ace130e
|
13 years |
martin |
movenc: Support muxing VC1
Signed-off-by: Martin Storsjö …
|
|
|
@ae5a9355
|
13 years |
martin |
avconv: Don't split out inline sequence headers when stream copying …
|
|
|
@2bd7300
|
13 years |
janne-libav |
rv34: handle size changes during frame multithreading
Factors all …
|
|
|
@b54b40b3
|
13 years |
janne-libav |
rv40: prevent undefined signed overflow in rv40_loop_filter()
|
|
|
@29330721
|
13 years |
janne-libav |
rv34: use AVERROR return values in ff_rv34_decode_frame()
Also adds …
|
|
|
@bf61ef23
|
13 years |
janne-libav |
rv34: use uint16_t for RV34DecContext.deblock_coefs
It is used as …
|
|
|
@c3b57d6e
|
13 years |
diego |
librtmp: Add "lib" prefix to librtmp URLProtocol declarations.
This …
|
|
|
@df605018
|
13 years |
martin |
movenc: Use defines instead of hardcoded numbers for RTCP types
…
|
|
|
@1c77a530
|
13 years |
diego |
smjpegdec: implement seeking
Signed-off-by: Paul B Mahol …
|
|
|
@9d03cb9
|
13 years |
diego |
swscale: Remove some write-only variables related to alpha handling.
|
|
|
@771bab7f
|
13 years |
rsbultje |
swscale: fix crashes in yuv2yuvX on x86-32.
They were introduced in …
|
|
|
@186dcbcb
|
13 years |
janne-libav |
sunrast: Add fate test for gray8.
Signed-off-by: Janne Grunau …
|
|
|
@7dfe8f55
|
13 years |
martin |
rtpdec: Use 4 byte startcodes for H.264
If muxing into mpegts, 4 byte …
|
|
|
@529506b5
|
13 years |
diego |
matroskadec: Mark variable as av_unused.
This avoids unused variable …
|
|
|
@6df5c528
|
13 years |
diego |
Move some conditionally used variables into the block where they are …
|
|
|
@7331b6e
|
13 years |
diego |
Drop some completely unnecessary av_unused attributes.
|
|
|
@92fed113
|
13 years |
diego |
swscale: Remove unused variable alpMmxFilter.
|
|
|
@a8798c7
|
13 years |
diego |
Drop unnecessary av_uninit attributes from some variable declarations. …
|
|
|
@5d561514
|
13 years |
martin |
movenc: Support muxing wmapro in ismv/isma
Signed-off-by: Martin …
|
|
|
@ddf4228
|
13 years |
martin |
mpegtsenc: Add an AVOption for forcing a new PAT/PMT/SDT to be written …
|
|
|
@3cac4756
|
13 years |
rsbultje |
swscale: move YUV2PACKED16WRAPPER() macro down to where it is used.
|
|
|
@c0b87359
|
13 years |
rsbultje |
swscale: handle gray16 as a "planar" YUV format (Y-only, of course).
…
|
|
|
@9d9c8464
|
13 years |
rsbultje |
swscale: use yuv2packed1() functions for unscaled chroma also.
|
|
|
@d63b7d8c
|
13 years |
rsbultje |
swscale: fix incorrect chroma bias in yuv2rgb48_1_c().
|
|
|
@1ca7dc60
|
13 years |
rsbultje |
swscale: fix invalid memory accesses in yuvpacked1() functions.
|
|
|
@0bf184e5
|
13 years |
diego |
Move PS2 MMI code below the mips subdirectory, where it belongs.
Also …
|
|
|
@75f11901
|
13 years |
diego |
mips: Move MMI function declarations to a header.
This fixes …
|
|
|
@d1c4ec7f
|
13 years |
diego |
build: Set correct dependencies for rtmp* protocols implemented by librtmp.
|
|
|
@3e23bad
|
13 years |
rsbultje |
swscale: convert yuv2yuvX() to using named arguments.
|
|
|
@8c433d8a
|
13 years |
rsbultje |
swscale: rename "dstw" to "w" to prevent name collisions.
"dstw" can …
|
|
|
@ef66a0ed
|
13 years |
rsbultje |
swscale: use named registers in yuv2yuv1_plane() place.
Most of the …
|
|
|
@e3cc6172
|
13 years |
anton |
lavf: fix aspect ratio mismatch message.
Signed-off-by: Anton Khirnov …
|
|
|
@c22e2ec9
|
13 years |
anton |
avconv: set AVFormatContext.duration from '-t'
Set output files …
|
|
|
@3dffa1b4
|
13 years |
anton |
cljr: implement encode2.
|
|
|
@177bb4bf
|
13 years |
anton |
cljr: set the properties of the coded_frame, not input frame.
|
|
|
@89829242
|
13 years |
anton |
dnxhdenc: switch to encode2.
|
|
|
@3f77c411
|
13 years |
anton |
bmpenc: switch to encode2().
|
|
|
@b498867d
|
13 years |
justin.ruggles |
FATE: update reference for seek-alac_mp4
This should have been …
|
|
|
@41afdd91
|
13 years |
rsbultje |
sunrast: Return AVERROR values instead of -1.
Signed-off-by: Ronald …
|
|
|
@4fbccfab
|
13 years |
rsbultje |
sunrast: Add support for gray8 decoding.
Signed-off-by: Ronald S. …
|
|
|
@dae2ce36
|
13 years |
rsbultje |
swscale: enforce a minimum filtersize.
At very small dimensions, this …
|
|
|
@764852d6
|
13 years |
justin.ruggles |
alacenc: use AVCodec.encode2()
|
|
|
@bee80054
|
13 years |
justin.ruggles |
alacenc: cosmetics: indentation
|
|
|
@b6e8ff72
|
13 years |
justin.ruggles |
alacenc: consolidate bitstream writing into a single function.
…
|
|
|
@b590f3a7
|
13 years |
justin.ruggles |
alacenc: only encode frame size in header for a final smaller frame
…
|
|
|
@ba821b09
|
13 years |
justin.ruggles |
alacenc: store current frame size in AlacEncodeContext.
This avoids …
|
|
|
@65d15aec
|
13 years |
justin.ruggles |
alacenc: return AVERROR codes in alac_encode_frame()
|
|
|
@302daf58
|
13 years |
justin.ruggles |
alacenc: calculate a new max frame size for the final small frame
…
|
|
|
@fc9cf0b2
|
13 years |
justin.ruggles |
alacenc: pretty-printing and other cosmetics
|
|
|
@51c24838
|
13 years |
justin.ruggles |
alacenc: fix error handling and potential memleaks in alac_encode_init()
|
|
|
@6e632283
|
13 years |
justin.ruggles |
alacenc: do not set coded_frame->key_frame
It is already set in …
|
|
|
@64fe3eae
|
13 years |
justin.ruggles |
alacenc: do not set bits_per_coded_sample
encoded ALAC does not have …
|
|
|
@43a4cb07
|
13 years |
justin.ruggles |
alacenc: remove unneeded frame_size check in alac_encode_frame()
|
|
|
@7416d610
|
13 years |
rsbultje |
tta: error out if samplerate is zero.
Prevents a division by zero …
|
|
|
@6ab681a4
|
13 years |
justin.ruggles |
ttadec: fix invalid free when an error occurs while decoding 24-bit tta
|
|
|
@9d7cee50
|
13 years |
justin.ruggles |
wavpack: add needed braces for 2 statements inside an if block
|
|
|
@f98ede7e
|
13 years |
justin.ruggles |
v210enc: remove redundant check for pix_fmt
Signed-off-by: Paul B …
|
|
|
@c388558d
|
13 years |
justin.ruggles |
wavpack: allow user to disable CRC checking
Signed-off-by: Paul B …
|
|
|
@eeb9e61a
|
13 years |
justin.ruggles |
v210enc: Use Bytestream2 functions
Signed-off-by: Justin Ruggles …
|
|
|
@af701d42
|
13 years |
justin.ruggles |
cafdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@b69c2e0e
|
13 years |
justin.ruggles |
yop: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@e54165aa
|
13 years |
justin.ruggles |
tta: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@066ad092
|
13 years |
justin.ruggles |
tmv: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@c7b08bc0
|
13 years |
justin.ruggles |
r3d: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@8dcd00ea
|
13 years |
justin.ruggles |
nsvdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@97aa0929
|
13 years |
justin.ruggles |
mpc8: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@9712e82
|
13 years |
justin.ruggles |
jvdec: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@64476d7e
|
13 years |
justin.ruggles |
filmstripdec: Check return value of avio_seek and avoid modifying …
|
|
|
@d7c11b11
|
13 years |
justin.ruggles |
ffmdec: Check return value of avio_seek and avoid modifying state if …
|
|
|
@8332321
|
13 years |
justin.ruggles |
dv: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@3371e896
|
13 years |
justin.ruggles |
bink: Check return value of avio_seek and avoid modifying state if it …
|
|
|
@dcd2b55e
|
13 years |
justin.ruggles |
Check AVCodec.pix_fmts in avcodec_open2()
Signed-off-by: Paul B Mahol …
|
|
|
@9e1db721
|
13 years |
alex.converse |
svq3: Prevent illegal reads while parsing extradata.
Found-by: …
|
|
|
@b24aaabd
|
13 years |
diego |
remove ParseContext1
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@797639dc
|
13 years |
diego |
vc1: use ff_parse_close
It works as long as ParseContext is the first …
|
|
|
@07554ace
|
13 years |
diego |
mpegvideo parser: move specific fields into private context
This …
|
|
|
@e4092488
|
13 years |
diego |
mpeg4video parser: move specific fields into private context
This …
|
|
|
@53a09964
|
13 years |
diego |
cavs parser: fix parser context type
Signed-off-by: Diego Biurrun …
|
|
|
@0c5d78a8
|
13 years |
diego |
4xm, timefilter: K&R formatting cosmetics
Signed-off-by: Diego …
|
|
|
@ba83ac4c
|
13 years |
martin |
rtpenc: Write a log message if the max packet size is too small
…
|
|
|
@45b7bd7
|
13 years |
rsbultje |
h264: disallow constrained intra prediction modes for luma.
…
|
|
|
@81749f30
|
13 years |
alex.converse |
dv: Move tables from dvdata.h to dvdata.c
|
|
|
@8dbdc2d8
|
13 years |
alex.converse |
dv: Move a table used only by the demuxer out of a shared header.
|
|
|
@89c9a8d3
|
13 years |
alex.converse |
dv: Move functions used only by the encoder out of a shared header.
|
|
|
@37460727
|
13 years |
alex.converse |
dv: Split dvdata.h into dvdata.h and dvquant.h
|
|
|