|
|
|
@65219c38
|
12 years |
michaelni |
dca: map xxch side channels to AV_CH_SIDE_LEFT/RIGHT instead of REAR.
…
|
|
|
@9ca27df5
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@5f298c67
|
12 years |
michaelni |
vorbisdec: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@e3c2d831
|
12 years |
michaelni |
avidec: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@74f3c53b
|
12 years |
onemda |
exr: zip decompression
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@5ee41d00
|
12 years |
onemda |
exr: remove dead assigment
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@183b1c22
|
12 years |
martin |
configure: Check for the math function rint
Add a fallback …
|
|
|
@781888d
|
12 years |
kostya.shishkov |
TechSmith Screen Codec 2 decoder
|
|
|
@dd0a9b78
|
12 years |
michaelni |
replace all volatile by volatile
volatile can cause problems …
|
|
|
@b8a90976
|
12 years |
michaelni |
lavf/mxfenc: fix dnxhd codec uls and aspect ratio
Reviewed-by: Tomas …
|
|
|
@9b3f9f4
|
12 years |
onemda |
tiffenc: use av_fast_padded_malloc(z)
Signed-off-by: Paul B Mahol …
|
|
|
@0e003d8c
|
12 years |
onemda |
lavc: add av_fast_padded_mallocz
Signed-off-by: Paul B Mahol …
|
|
|
@ca16f88c
|
12 years |
onemda |
tiffenc: add .init
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@5a9d6993
|
12 years |
nicolas.george |
parseutils: ignore digits below the microsecond.
Accept 1.1234567 as …
|
|
|
@a8ad6ffa
|
12 years |
martin |
rtsp: Add listen mode
This makes the RTSP demuxer act as a server, …
|
|
|
@b27c7d70
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mss1: …
|
|
|
@e346176d
|
12 years |
michaelni |
x86: cpu: clean up check for cpuid instruction support
This adds …
|
|
|
@96890c00
|
12 years |
michaelni |
configure: Change the rdtsc check to a linker check
A compile-only …
|
|
|
@6e71c120
|
12 years |
martin |
rtsp: Make rtsp_open_transport_ctx() non-static
This is required for …
|
|
|
@6bbb3622
|
12 years |
martin |
rtsp: Move rtsp_read_close
This avoids having to add forward …
|
|
|
@45b06858
|
12 years |
martin |
rtsp: Parse the mode=receive/record parameter in transport lines
We …
|
|
|
@84d902f
|
12 years |
michaelni |
mpeg4videoenc: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@43c60937
|
12 years |
michaelni |
mpeg4videodec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@0abab003
|
12 years |
nicolas.george |
dpx: invalid aspect ratio is 0/1, not 0/0.
|
|
|
@acf02839
|
12 years |
Carl Eugen Hoyos |
Set default ffv1 coder to -1.
Autoselect coder 1 instead of default …
|
|
|
@4c4e1256
|
12 years |
Carl Eugen Hoyos |
Cosmetics: Return AVERROR_INVALIDDATA from ffv1 encoder initialisation …
|
|
|
@08ed3e8b
|
12 years |
Carl Eugen Hoyos |
Cosmetics: Move ffv1 encoder initialisation code.
|
|
|
@71c689e8
|
12 years |
michaelni |
dsputil: turn assert into if() as its possible to trigger with ffv1
…
|
|
|
@ed219ed3
|
12 years |
kostya.shishkov |
mss1: fix decoding masked regions in interframes
Spotted by Alberto Delmás
|
|
|
@f39bbc9
|
12 years |
lu_zero |
mxfdec: fix off by one error.
Found-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@83728d2d
|
12 years |
lu_zero |
mxfdec: only parse next partition pack if parsing forward
…
|
|
|
@34ca5ae5
|
12 years |
lu_zero |
mxfdec: let pkt->pts = mxf->current_edit_unit if intra-only
We cannot …
|
|
|
@634d6705
|
12 years |
lu_zero |
mxfdec: fix frame height vs field height confusion
Reviewed-by: Tomas …
|
|
|
@5ed032fb
|
12 years |
lu_zero |
mxfdec: Add intra_only flag to MXFTrack
This allows future …
|
|
|
@fb8fa3c6
|
12 years |
lu_zero |
mxfdec: fix Avid AirSpeed files being misinterpreted as OP1a
The "ECs …
|
|
|
@1fadf53e
|
12 years |
lu_zero |
mxfdec: truncate packets that extend past the next edit unit
This …
|
|
|
@fda891e1
|
12 years |
lu_zero |
mxfdec: set pixel format for cdci picture formats
The properties of …
|
|
|
@dfefede0
|
12 years |
lu_zero |
mxfdec: detect uncomp pictures using essence container ul
This …
|
|
|
@5255ca24
|
12 years |
lu_zero |
mxfdec: set track edit rate num/den in expected order
This matches …
|
|
|
@358d854d
|
12 years |
martin |
x86/cpu: implement get/set_eflags using intrinsics
Signed-off-by: …
|
|
|
@c0ee695b
|
12 years |
martin |
x86/cpu: implement support for cpuid through intrinsics
…
|
|
|
@3f150ffb
|
12 years |
martin |
x86/cpu: implement support for xgetbv through intrinsics
…
|
|
|
@f80ddd5b
|
12 years |
martin |
lavu: use intrinsics for emms on systems lacking inline asm support
…
|
|
|
@73077464
|
12 years |
Carl Eugen Hoyos |
Recognize yuv10 image files as v210x.
Reviewed-by: Kieran Kunhya
|
|
|
@5bcabc56
|
12 years |
Carl Eugen Hoyos |
Define snow .pix_fmts to allow colour space auto-selection.
|
|
|
@620b1e7e
|
12 years |
martin |
mem: Don't abort on av_malloc(0) in debug mode
This makes the …
|
|
|
@b4d0c3d9
|
12 years |
onemda |
exr: return proper error code instead of -1
Signed-off-by: Paul B …
|
|
|
@dc0d551b
|
12 years |
onemda |
exr: use buf_size instead of recalculating same value
Signed-off-by: …
|
|
|
@1d890ec8
|
12 years |
michaelni |
h264/decode_scaling_matrices: fix coding order of 8x8 matrixes.
This …
|
|
|
@e162733d
|
12 years |
michaelni |
h264: 12 and 14 bit support
This works with I, P and B frames
CAVLC …
|
|
|
@1465ecf0
|
12 years |
michaelni |
h264dsp: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@5d05acba
|
12 years |
michaelni |
h264pred: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@69d5e40e
|
12 years |
michaelni |
h264idct: 12 and 14 bit support
Signed-off-by: Michael Niedermayer …
|
|
|
@6ff6a51b
|
12 years |
michaelni |
h264: limit 10bpp MC pading trick to 10bpp
Signed-off-by: Michael …
|
|
|
@e8b9e1e2
|
12 years |
michaelni |
dsputil: extend things to 12 and 14 bits
Signed-off-by: Michael …
|
|
|
@1a8b0025
|
12 years |
onemda |
fate: add test for paf demuxer
Signed-off-by: Paul B Mahol …
|
|
|
@101615c7
|
12 years |
onemda |
fate: add test for paf video decoder
Signed-off-by: Paul B Mahol …
|
|
|
@409cc458
|
12 years |
onemda |
fate: add test for paf audio decoder
Signed-off-by: Paul B Mahol …
|
|
|
@c88d98fe
|
12 years |
stefasab |
lavfi/movie: reindent after the previous patch
Signed-off-by: Steven …
|
|
|
@ac726a4
|
12 years |
stefasab |
lavfi/movie: flush decoder frames on EOF
movie currently forwards EOF …
|
|
|
@a5382b50
|
12 years |
stefasab |
lavfi/buffersink: restore possibility to pass opaque data
Use the …
|
|
|
@21d56098
|
12 years |
stefasab |
lavfi: add init_opaque callback
This will be used by filters which …
|
|
|
@aef9e94f
|
12 years |
stefasab |
lavf/segment: add -segment_time_delta option
|
|
|
@2058b52c
|
12 years |
stefasab |
lavf/segment: add -segment_times option
Address trac ticket #1504.
|
|
|
@f8911b9
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
mss3: …
|
|
|
@5467742
|
12 years |
kostya.shishkov |
mss3: use standard zigzag table
|
|
|
@acfb6b6c
|
12 years |
kostya.shishkov |
mss3: split DSP functions that are used in MTS2(MSS4) into separate file
|
|
|
@82f82ccf
|
12 years |
diego |
motion-test: do not use getopt()
It is not available on all systems …
|
|
|
@5427df01
|
12 years |
martin |
tcp: add initial timeout limit for incoming connections
…
|
|
|
@bf53863
|
12 years |
michaelni |
mpeg12: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@cdb3f2f5
|
12 years |
michaelni |
mpeg12enc: switch to av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@c88a8327
|
12 years |
michaelni |
movenc: Addtion of \251cmt field to udta
Allows support of comment in …
|
|
|
@36b2bd96
|
12 years |
Carl Eugen Hoyos |
Show hyphen in codec tag.
|
|
|
@8e85ba8d
|
12 years |
diego |
configure: Change the rdtsc check to a linker check
A compile-only …
|
|
|
@8a645bfc
|
12 years |
anton |
avconv: propagate fatal errors from lavfi.
|
|
|
@cd99146
|
12 years |
anton |
lavfi: add error handling to filter_samples().
|
|
|
@8d18bc55
|
12 years |
anton |
fate-run: make avconv() properly deal with multiple inputs.
|
|
|
@083d0f6b
|
12 years |
anton |
asplit: don't leak the input buffer.
|
|
|
@1ffb6456
|
12 years |
anton |
af_resample: fix request_frame() behavior.
Make sure that an output …
|
|
|
@6f834293
|
12 years |
anton |
af_asyncts: fix request_frame() behavior.
Make sure that an output …
|
|
|
@0dd283fa
|
12 years |
anton |
libx264: support aspect ratio switching
Signed-off-by: Anton Khirnov …
|
|
|
@5b7a88f
|
12 years |
anton |
matroskadec: honor error_recognition when encountering unknown elements.
|
|
|
@07df939a
|
12 years |
onemda |
exr: support for reading pixelAspectRatio
Signed-off-by: Paul B Mahol …
|
|
|
@16a433d6
|
12 years |
onemda |
tiffenc: PIX_FMT_YUV440P support
Signed-off-by: Paul B Mahol …
|
|
|
@e2a6eb8
|
12 years |
onemda |
sgidec: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@0f656935
|
12 years |
onemda |
sgidec: remove redundant argument from read_uncompressed_sgi()
…
|
|
|
@60351ec
|
12 years |
onemda |
g723_1: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@5d23043c
|
12 years |
onemda |
exr: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@104ea001
|
12 years |
onemda |
dpx: add CODEC_CAP_DR1
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@7bc15516
|
12 years |
michaelni |
sgidec: fix off by 1 error that tested a sample too far for oob.
This …
|
|
|
@30659a22
|
12 years |
onemda |
smush: properly flag audio packets
Signed-off-by: Paul B Mahol …
|
|
|
@26fa841
|
12 years |
onemda |
paf: properly flag video packets
Signed-off-by: Paul B Mahol …
|
|
|
@ca1f2b3e
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@d8ce478c
|
12 years |
michaelni |
lavf: limit "Adjusting PTS forward" code to video streams
It can end …
|
|
|
@64103976
|
12 years |
justin.ruggles |
lavr: resampling: add support for s32p, fltp, and dblp internal sample …
|
|
|
@372647ae
|
12 years |
justin.ruggles |
lavr: resampling: add filter type and Kaiser window beta to AVOptions
|
|
|
@8ca08066
|
12 years |
justin.ruggles |
lavr: Use AV_SAMPLE_FMT_NONE to auto-select the internal sample format …
|
|
|
@db0e7bd0
|
12 years |
justin.ruggles |
lavr: mix: validate internal sample format in ff_audio_mix_init()
|
|
|
@299387e
|
12 years |
nicolas.george |
vf_settb: rename the file as f_settb.
|
|
|
@65e65e3c
|
12 years |
nicolas.george |
settb: cosmetic: reindent vf_settb structure.
|
|
|