|
|
|
@2c16bf2d
|
12 years |
michaelni |
vorbisdec: Check bark_map_size.
This fixes potential divisions by …
|
|
|
@7e5c5fa5
|
12 years |
nicolas.george |
lavfi/vf_overlay: check that filter_frame does not return EAGAIN.
…
|
|
|
@a7454852
|
12 years |
michaelni |
swr: check that allocation of in/out_convert succeeded
Signed-off-by: …
|
|
|
@e5a73626
|
12 years |
michaelni |
swr: Use a temporary buffer for dither/Noise shaping when the input is …
|
|
|
@2eec9812
|
12 years |
michaelni |
swr: mark noise data for noise shaping as const
Signed-off-by: …
|
|
|
@558aa6c
|
12 years |
michaelni |
swr: add seperate in/out pointers to the noise shaping code
…
|
|
|
@fca51256
|
12 years |
michaelni |
swr: rename dither_pos to noise_pos
THis more closely matches what …
|
|
|
@36055aa8
|
12 years |
michaelni |
idcin: fix memleak
Found-by: valgrind
Signed-off-by: Michael …
|
|
|
@91da6b97
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@b563afe6
|
12 years |
Carl Eugen Hoyos |
Do not allow arbitrary packet size in aac decoder.
Fixes a crash with …
|
|
|
@ac6e074f
|
12 years |
michaelni |
Merge commit 'ed79093222ceb42f0c3a39095a69af0b32be5450'
* commit …
|
|
|
@56ca871f
|
12 years |
michaelni |
Merge commit '5d0450461ff729be5f531d333d29754155e406c5'
* commit …
|
|
|
@a0dbe2a5
|
12 years |
michaelni |
Merge commit '7040e479a1530b2eda4b89a182d5eb50a77bd907'
* commit …
|
|
|
@6e44662b
|
12 years |
michaelni |
Merge commit 'ccc0ffb1ba3fc1adb05a9f56dfc26131e61db3fb'
* commit …
|
|
|
@8d691f87
|
12 years |
michaelni |
Merge commit '12c2530b1d87fa94f81ea97df575b77c825e6f4f'
* commit …
|
|
|
@65b85279
|
12 years |
michaelni |
Merge commit 'f7bf72a4a1146a7583577c9bdc066767e1ba3c6a'
* commit …
|
|
|
@8c7de73e
|
12 years |
michaelni |
Merge commit 'fd9147f11456a7e39a998d7270684922a2a46e6d'
* commit …
|
|
|
@dc5767ff
|
12 years |
michaelni |
Merge commit 'c88d245c9866e48cb8a238b7564964c1fcf3315f'
* commit …
|
|
|
@452f6329
|
12 years |
michaelni |
Merge commit 'af68a2baae6761044cbed95575e8bcfebf55c6f1'
* commit …
|
|
|
@be894d6c
|
12 years |
michaelni |
Merge commit 'c837b38dd33a11c3810e988a60193a858eb4f58c'
* commit …
|
|
|
@0287eea9
|
12 years |
stefasab |
lavfi/yadif: fix shorthand/option mismatch
Fix trac ticket #2128.
…
|
|
|
@4cd89022
|
12 years |
michaelni |
Merge commit '2613de88051818abafccb98646394341887acb3a'
We dont use …
|
|
|
@70a65eca
|
12 years |
michaelni |
Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'
* commit …
|
|
|
@f023003c
|
12 years |
Carl Eugen Hoyos |
Fix compilation with --disable-everything.
|
|
|
@76c40fbe
|
12 years |
martin |
rtpdec_vp8: Don't trim too much data from broken frames
Previously, …
|
|
|
@3b366c3a
|
12 years |
martin |
rtpdec_vp8: Simplify code by using an existing helper function
…
|
|
|
@ed790932
|
12 years |
martin |
rtpdec: Add a terminating null byte at the end of the SDES/CNAME
This …
|
|
|
@6471f63d
|
12 years |
michaelni |
wmalosslessdec: make arrays indexed by ch large enough for maximum …
|
|
|
@7cb46b51
|
12 years |
michaelni |
targa: use checked bytestream read
Fix out of array read
Found-by: …
|
|
|
@2b12d1ff
|
12 years |
michaelni |
qdm2: fix out of stack array read.
The read value is not used when …
|
|
|
@2672b2c1
|
12 years |
michaelni |
swr: scale data down in noise shaping to avoid cliping
Signed-off-by: …
|
|
|
@0b60fc94
|
12 years |
michaelni |
swr: reorder the operations in the noise shaping code
Signed-off-by: …
|
|
|
@ead3a2a3
|
12 years |
michaelni |
swr: add noise_scale field to seperate it from the noise shaping …
|
|
|
@6908ded2
|
12 years |
michaelni |
swr: fix the noise sample type for noise shaping
Signed-off-by: …
|
|
|
@3ef06f34
|
12 years |
michaelni |
swr: split swri_dither_init() out
Signed-off-by: Michael Niedermayer …
|
|
|
@dc60ecdb
|
12 years |
michaelni |
doc: add noise shaping dithers
Signed-off-by: Michael Niedermayer …
|
|
|
@c20ce9ad
|
12 years |
Carl Eugen Hoyos |
Add -movflags rtphint documentation.
|
|
|
@a800fd5
|
12 years |
lu_zero |
yuv4mpeg: do not use deprecated functions
Use the libavutil replacement.
|
|
|
@fba8e5b6
|
12 years |
lu_zero |
oggdec: fix faulty cleanup prototype
|
|
|
@5d04504
|
12 years |
justin.ruggles |
idcin: better error handling
Add some additional checks for EOF and …
|
|
|
@06deaf8a
|
12 years |
justin.ruggles |
idcin: return 0 from idcin_read_packet() on success.
This matches the …
|
|
|
@7040e479
|
12 years |
justin.ruggles |
idcin: allow seeking back to the first packet
Also, do not allow …
|
|
|
@ccc0ffb1
|
12 years |
justin.ruggles |
idcin: set start_time and packet duration instead of manually tracking …
|
|
|
@12c2530b
|
12 years |
justin.ruggles |
idcin: fix check for presence of an audio stream
|
|
|
@f7bf72a4
|
12 years |
justin.ruggles |
idcinvideo: correctly set AVFrame defaults
|
|
|
@33f58c36
|
12 years |
justin.ruggles |
idcin: check for integer overflow when calling av_get_packet()
…
|
|
|
@49543373
|
12 years |
justin.ruggles |
idcin: set AV_PKT_FLAG_KEY for video packets with a palette
|
|
|
@4b840930
|
12 years |
justin.ruggles |
idcin: set channel_layout
|
|
|
@b0c96e06
|
12 years |
justin.ruggles |
idcin: validate header parameters
Avoids using unsupported parameters …
|
|
|
@8514d5bc
|
12 years |
michaelni |
swr: remove unused variable
Signed-off-by: Michael Niedermayer …
|
|
|
@3ab19706
|
12 years |
michaelni |
swr: move dither related fields to their own context
Signed-off-by: …
|
|
|
@899157b3
|
12 years |
lu_zero |
yadif: Port inline assembly to yasm
Signed-off-by: Luca Barbato …
|
|
|
@ba1314c2
|
12 years |
michaelni |
swr: update copyright years of a few files iam working on
…
|
|
|
@82742294
|
12 years |
michaelni |
swr: Implement Noise shaping dither
The following variants are …
|
|
|
@fd9147f1
|
12 years |
justin.ruggles |
au: cosmetics: pretty-print and remove pointless comments
|
|
|
@c88d245c
|
12 years |
justin.ruggles |
au: use ff_raw_write_packet()
|
|
|
@af68a2ba
|
12 years |
justin.ruggles |
au: use %u when printing id and channels since they are unsigned
|
|
|
@c837b38d
|
12 years |
justin.ruggles |
au: move skipping of unused data to before parameter validation
Also …
|
|
|
@2613de88
|
12 years |
justin.ruggles |
au: do not set pkt->size directly
It is already set by …
|
|
|
@f7a3c540
|
12 years |
justin.ruggles |
au: remove unnecessary casts
|
|
|
@bdd00e2d
|
12 years |
justin.ruggles |
au: set stream start time and packet durations
|
|
|
@47d029a4
|
12 years |
justin.ruggles |
au: validate sample rate
|
|
|
@fb48f825
|
12 years |
justin.ruggles |
au: do not arbitrarily limit channel count
Nothing in the AU …
|
|
|
@2f8207b1
|
12 years |
justin.ruggles |
au: return AVERROR codes instead of -1
|
|
|
@9a7b5688
|
12 years |
justin.ruggles |
au: set bit rate
|
|
|
@bd4cdef5
|
12 years |
justin.ruggles |
au: set block_align and use it in au_read_packet()
|
|
|
@3f98848d
|
12 years |
justin.ruggles |
au: validate bits-per-sample separately from codec tag
|
|
|
@5b69c07d
|
12 years |
pross |
frmdec: tag 5 is AV_PIX_FMT_BGRA with reversed alpha (0=solid/opaque …
|
|
|
@4765f63
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
xan: …
|
|
|
@75afbe2a
|
12 years |
michaelni |
Merge commit '1fb8f6a44f06e48386450fe0363aefc02583d24a'
* commit …
|
|
|
@34c1c08c
|
12 years |
michaelni |
Merge commit '86d9181cf41edc3382bf2481f95a2fb321058689'
* commit …
|
|
|
@8c3ae9ee
|
12 years |
michaelni |
Merge commit '42805eda554a7fc44341282771531e7837ac72b7'
* commit …
|
|
|
@7b822b1d
|
12 years |
michaelni |
Merge commit '9c80ed836a511293f4cc3a858060969d32f2b1ce'
* commit …
|
|
|
@aed58f6
|
12 years |
michaelni |
Merge commit '92e354b655613b88c3c202a7e19e7037daed37eb'
* commit …
|
|
|
@71194ef6
|
12 years |
martin |
rtpdec_vp8: Mark broken packets with AV_PKT_FLAG_CORRUPT
This allows …
|
|
|
@d744801
|
12 years |
diego |
xan: Convert to bytestream2
Signed-off-by: Diego Biurrun …
|
|
|
@f3c9d8d4
|
12 years |
michaelni |
swr: use SIMD for dithering
Signed-off-by: Michael Niedermayer …
|
|
|
@57bdd676
|
12 years |
michaelni |
dirac: fix inverted check
Regression since: ea6da80
Fixes Ticket2123
…
|
|
|
@119d70d
|
12 years |
Clément Bœsch |
lavf/mux: do not pass a copy of the packet to write_packet().
…
|
|
|
@59220d55
|
12 years |
justin.ruggles |
oggenc: add a page_duration option and deprecate the pagesize option
…
|
|
|
@1fb8f6a4
|
12 years |
justin.ruggles |
x86: lavr: add SSE2 quantize() for dithering
|
|
|
@a6a3164b
|
12 years |
justin.ruggles |
x86: lavr: add SSE2/AVX dither_int_to_float()
|
|
|
@142c3909
|
12 years |
justin.ruggles |
doc/APIchanges: fill in missing dates and hashes.
|
|
|
@a260c797
|
12 years |
michaelni |
ffmpeg: fix dither to 24bit PCM output
Signed-off-by: Michael …
|
|
|
@9aec63af
|
12 years |
michaelni |
swr: fix assertion failure if dither is used without the preout buffer …
|
|
|
@252316c8
|
12 years |
michaelni |
img2dec: fix -loop
This fixes a infinite loop with -loop and -vframes …
|
|
|
@0b68ebc4
|
12 years |
Carl Eugen Hoyos |
Fix compilation with --disable-everything --enable-decoder=dirac.
|
|
|
@9e2387a
|
12 years |
onemda |
fate: upate after 55d32eed8f
Signed-off-by: Paul B Mahol …
|
|
|
@6f724411
|
12 years |
martin |
rtpdec_vp8: Request a keyframe if RTP packets are lost
Signed-off-by: …
|
|
|
@626756ae
|
12 years |
onemda |
img2dec: do not change packet pts for image2pipe
Signed-off-by: Paul …
|
|
|
@86d9181c
|
12 years |
martin |
rtpdec: Support sending RTCP feedback packets
This sends NACK for …
|
|
|
@42805eda
|
12 years |
martin |
rtpdec: Store the dynamic payload handler in the rtpdec context
This …
|
|
|
@9c80ed83
|
12 years |
martin |
rtpdec_vp8: Avoid a warning about a possibly unused variable
The …
|
|
|
@09ed8098
|
12 years |
martin |
rtpdec_vp8: Make sure the previous packet is returned
This is a bug …
|
|
|
@92e354b6
|
12 years |
martin |
rtpdec_vp8: Set the timestamp when returning a deferred packet
…
|
|
|
@ba8cb33
|
12 years |
martin |
hlsenc: Make the start_number option set the right variable
…
|
|
|
@55d32eed
|
12 years |
onemda |
img2dec: seeking support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@86159703
|
12 years |
michaelni |
ff_find_pix_fmt: return NONE for the "not found" case.
Found-by: …
|
|
|
@ff6b3400
|
12 years |
nicolas.george |
lavfi: fix use-after-free in ff_filter_frame.
Unlike the original …
|
|
|
@315f15af
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
rtsp: …
|
|
|