|
|
|
@1bc9e4c5
|
12 years |
onemda |
jvdec: remove buf_size
It is same as avpkt->size.
Signed-off-by: …
|
|
|
@1c638cfc
|
12 years |
onemda |
jvdec: stop reading partial palette
Signed-off-by: Paul B Mahol …
|
|
|
@c673a90b
|
12 years |
michaelni |
tools: add bisect script
This script works like "git bisect" except …
|
|
|
@c9de83fe
|
12 years |
michaelni |
yadif/x86: add prototypes for functions, make code valid C again.
…
|
|
|
@114f82ee
|
12 years |
michaelni |
jvdec: check that the video_size fits in the packet.
Prevents use of …
|
|
|
@596814f9
|
12 years |
onemda |
jvdec: fix memleak of jv->frames
Signed-off-by: Paul B Mahol …
|
|
|
@9d0c71e5
|
12 years |
michaelni |
jvdemux: correct size for truncated packets
Signed-off-by: Michael …
|
|
|
@699083e
|
12 years |
onemda |
fate: add test for Bitmap Brothers JV demuxer
Signed-off-by: Paul B …
|
|
|
@7c520701
|
12 years |
onemda |
fate: add test for Bitmap Brothers JV video
Signed-off-by: Paul B …
|
|
|
@6671c400
|
12 years |
michaelni |
h264pred: assert that depth is supported
Signed-off-by: Michael …
|
|
|
@9c995fe1
|
12 years |
michaelni |
h264dsp: assert that depth is supported
Signed-off-by: Michael …
|
|
|
@5a1bbb3a
|
12 years |
michaelni |
dsputil: assert that depth is supported
Signed-off-by: Michael …
|
|
|
@bb6effe0
|
12 years |
stefasab |
lavfi: remove vsrc_buffer.h API
The vsrc_buffer.h is not installed …
|
|
|
@ab7dbdc9
|
12 years |
stefasab |
lavc/rawdec: add assertion check in raw_decode()
Check on an implicit …
|
|
|
@17a54f5d
|
12 years |
stefasab |
lavc/rawdec: prefer constant AVPALETTE_SIZE over 256*4
Improve …
|
|
|
@4330b8b
|
12 years |
michaelni |
h264: sps: handle more profiles
Signed-off-by: Michael Niedermayer …
|
|
|
@9091ba9d
|
12 years |
michaelni |
h264: add support for constraint_set4_flag / constraint_set5_flag
…
|
|
|
@b6851d34
|
12 years |
michaelni |
x86/gradfun: fix compilation failure on open solaris
Signed-off-by: …
|
|
|
@b2527d5d
|
12 years |
michaelni |
Revert "alsdec: remove dead assignments"
This reverts commit …
|
|
|
@a08efa2e
|
12 years |
michaelni |
has_decode_delay_been_guessed: tighten up the heuristic.
This adds …
|
|
|
@4e9e0700
|
12 years |
michaelni |
has_decode_delay_been_guessed: skip guessing when …
|
|
|
@1fb07be0
|
12 years |
michaelni |
fate: drop strict 1 for MR4_TANDBERG_C.264 and MR5_TANDBERG_C.264
…
|
|
|
@bafa1c7f
|
12 years |
michaelni |
h264: add avpriv_h264_has_num_reorder_frames()
This function exports …
|
|
|
@2c883c6a
|
12 years |
michaelni |
has_decode_delay_been_guessed: improve heuristic
This allows …
|
|
|
@41dd3006
|
12 years |
michaelni |
doc/developer: refer to av_malloc() instead of malloc()
…
|
|
|
@b286383b
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
asfdec: …
|
|
|
@7c84e7d3
|
12 years |
Clément Bœsch |
mem: heap memory poisoning.
Enable it by default with FATE. …
|
|
|
@2278a3e5
|
12 years |
michaelni |
vc1dsp: use av_assert2
Signed-off-by: Michael Niedermayer …
|
|
|
@2ceaffc
|
12 years |
michaelni |
resample2: use av_assert()
Signed-off-by: Michael Niedermayer …
|
|
|
@7309451d
|
12 years |
michaelni |
swr: fix warning: passing argument 2 of s->mix_any_f from incompatible …
|
|
|
@338509c2
|
12 years |
michaelni |
swr: fix warning: passing argument 1 of s->mix_any_f from incompatible …
|
|
|
@087d067a
|
12 years |
michaelni |
swr: fix warning: passing argument 2 of ctx->simd_f from incompatible …
|
|
|
@04b5eb47
|
12 years |
michaelni |
swr: fix mix* related function pointer warnings
Signed-off-by: …
|
|
|
@5e745cef
|
12 years |
anton |
asfdec: read attached pictures.
|
|
|
@728d2afa
|
12 years |
anton |
apetag: reindent
|
|
|
@02a951b9
|
12 years |
anton |
apetag: export attached covers as video streams.
|
|
|
@b72767df
|
12 years |
anton |
apetag: fix the amount of data read from binary tags.
Substract the …
|
|
|
@f2e175c7
|
12 years |
anton |
apetag: make sure avio_get_str() doesn't read more than it should.
|
|
|
@a02b8c69
|
12 years |
anton |
mov: read itunes cover art.
|
|
|
@c855ce26
|
12 years |
Clément Bœsch |
lavf/wtvdec: add missing { } around if.
This should fix the current …
|
|
|
@58e57c30
|
12 years |
mans |
snow: remove VLA in mc_block()
Signed-off-by: Mans Rullgard …
|
|
|
@ff8f8dfb
|
12 years |
martin |
intfloat: Don't use designated initializers in the public headers
…
|
|
|
@fbdb2059
|
12 years |
michaelni |
wmaenc: dont mess with the bitrate.
The bitrate is not writeable by …
|
|
|
@33bb63c
|
12 years |
martin |
snow: remove a VLA.
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@4aad316b
|
12 years |
diego |
doc: Remind devs to check return values, especially for malloc() et al
|
|
|
@edf35d83
|
12 years |
kostya.shishkov |
MS ATC Screen (aka MSS3) decoder
|
|
|
@c4e0e744
|
12 years |
michaelni |
wtvdec: return error when filetime_to_iso8601/crazytime_to_iso8601 …
|
|
|
@a87b17f3
|
12 years |
mans |
vf_yadif: move x86 init code to x86/yadif.c
Signed-off-by: Mans …
|
|
|
@2f0accf1
|
12 years |
mans |
vf_gradfun: move x86 init code to x86/gradfun.c
Signed-off-by: Mans …
|
|
|
@d35a986
|
12 years |
michaelni |
configure: make fast_unaligned configureable
Fixes Ticket1481
…
|
|
|
@fc31508e
|
12 years |
martin |
roqvideo: Remove a totally unused dspcontext
Signed-off-by: Martin …
|
|
|
@5eb353e0
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@23eeffcd
|
12 years |
michaelni |
mov: add workaround for incorrect 0 time point.
Fixes Ticket1471
…
|
|
|
@779f8bc
|
12 years |
mans |
smacker: remove some unused code
This removes some code apparently …
|
|
|
@d55e5e6b
|
12 years |
mans |
dsicin: remove dead assignment
Signed-off-by: Mans Rullgard …
|
|
|
@3c928477
|
12 years |
mans |
aacdec: remove dead assignment
Signed-off-by: Mans Rullgard …
|
|
|
@800ab1ba
|
12 years |
mans |
rl2: remove dead assignment
Signed-off-by: Mans Rullgard <mans@mansr.com>
|
|
|
@1c2c64ed
|
12 years |
mans |
proresenc: make a variable local to the loop where it is used
This …
|
|
|
@4ca6d206
|
12 years |
mans |
alsdec: remove dead assignments
Signed-off-by: Mans Rullgard …
|
|
|
@c23dcd97
|
12 years |
michaelni |
RELEASE: update, seem this has been forgotten
Signed-off-by: Michael …
|
|
|
@8ac3868f
|
12 years |
michaelni |
lavf/aiffdec: handle ID3 chunk
Signed-off-by: Michael Niedermayer …
|
|
|
@87b98689
|
12 years |
michaelni |
h264: clear the ref lists when the reference are cleared.
Fixes …
|
|
|
@0c9283a0
|
12 years |
michaelni |
h264: check log2_max_poc_lsb for validity
Signed-off-by: Michael …
|
|
|
@aa1cceb5
|
12 years |
stefasab |
lavf/segment: rename variable "size" to "list_size"
The new name is …
|
|
|
@3bee286
|
12 years |
stefasab |
lavf/segment: pass the top level chained muxer format context to …
|
|
|
@3893feec
|
12 years |
martin |
opt/eval: Include mathematics.h for NAN/INFINITY
These files use …
|
|
|
@a1245d5c
|
12 years |
martin |
mathematics: Don't use division by zero in NAN/INFINITY macros
Some …
|
|
|
@91ce7c21
|
12 years |
michaelni |
ituh263dec: use av_assert
Signed-off-by: Michael Niedermayer …
|
|
|
@9eb6e5cc
|
12 years |
michaelni |
wmaenc: switch all remaining asserts to av_asserts
Signed-off-by: …
|
|
|
@710bd8a3
|
12 years |
martin |
wma: Lower the maximum number of channels to 2
ff_wma_init is used …
|
|
|
@889c1ec4
|
12 years |
mans |
x86: cpu: clean up check for cpuid instruction support
This adds …
|
|
|
@6263415
|
12 years |
mans |
ARM: generate position independent code to access data symbols
This …
|
|
|
@f7cba736
|
12 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@64b25938
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@be24f851
|
12 years |
nicolas.george |
ffmpeg: re-set frame_size after filter graph reset.
The filter …
|
|
|
@51d25783
|
12 years |
michaelni |
swr: fix MMX resample code, add emms
Fixes Ticket1495
Signed-off-by: …
|
|
|
@7001eee1
|
12 years |
michaelni |
avcodec_encode_audio2: print error messages for errors
Signed-off-by: …
|
|
|
@5968a076
|
12 years |
michaelni |
wmaenc: rewrite 2nd stage quantization code
this is faster and more …
|
|
|
@0755033f
|
12 years |
michaelni |
wmaenc: remove alternative quantization loop
Signed-off-by: Michael …
|
|
|
@799df083
|
12 years |
michaelni |
wmaenc: fix off by 1 error in quantization loop
Signed-off-by: …
|
|
|
@e704ab3d
|
12 years |
michaelni |
wmaenc: change another assert to av_assert
Signed-off-by: Michael …
|
|
|
@ac2d3b0f
|
12 years |
michaelni |
nutdec: set duration_estimation_method
Signed-off-by: Michael …
|
|
|
@ceabc13f
|
12 years |
rsbultje |
dsputilenc_mmx: split assignment of ff_sse16_sse2 to SSE2 section.
|
|
|
@e915674
|
12 years |
martin |
dnxhdenc: add space between function argument type and comment.
…
|
|
|
@66a02159
|
12 years |
martin |
x86: fmtconvert: add special asm for float_to_int16_interleave_misc_*
…
|
|
|
@3233ad4b
|
12 years |
michaelni |
nutdec: estimate duration from last syncpoint
Previously nut used the …
|
|
|
@e2c95e6b
|
12 years |
michaelni |
nutdec: remove assert that is wrong for some new duration code.
…
|
|
|
@9d230ba9
|
12 years |
michaelni |
nutdec: check that filesize is valid before using it.
Signed-off-by: …
|
|
|
@58f22f70
|
12 years |
Marton Balint |
ffplay: only configure video filters after we got the first frame
…
|
|
|
@4f2c846d
|
12 years |
martin |
attributes: Add a definition of av_always_inline for MSVC
…
|
|
|
@b12e61ac
|
12 years |
stefasab |
ffplay: factorize expression in audio_decode_frame()
Possibly improve …
|
|
|
@d3ed1c95
|
12 years |
martin |
cmdutils: Pass the actual chosen encoder to filter_codec_opts
This …
|
|
|
@5a608a23
|
12 years |
martin |
os_support: Add fallback definitions for stat flags
Mingw headers …
|
|
|
@cab2eb87
|
12 years |
martin |
os_support: Rename the poll fallback function to ff_poll
The fallback …
|
|
|
@cdee08e3
|
12 years |
martin |
network: Check for struct pollfd
We need to include winsock2.h here, …
|
|
|
@71078ad
|
12 years |
martin |
os_support: Don't compare a negative number against socket descriptors …
|
|
|
@5aff37d2
|
12 years |
martin |
os_support: Include all the necessary headers for the win32 open …
|
|
|
@6f5e7e86
|
12 years |
nicolas.george |
ffmpeg: use the more powerful version of abuffersink.
|
|
|
@1f5c1333
|
12 years |
nicolas.george |
sink_buffer: implement fixed frame size.
|
|
|
@0689d5e1
|
12 years |
nicolas.george |
lavfi: implement samples framing on links.
Links can be set up to …
|
|
|