|
|
|
@70a65eca
|
12 years |
michaelni |
Merge commit '9a7b56883d1333cdfcdf0fa7584a333841b86114'
* commit …
|
|
|
@f023003c
|
12 years |
Carl Eugen Hoyos |
Fix compilation with --disable-everything.
|
|
|
@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.
|
|
|
@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: …
|
|
|
@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 …
|
|
|
@9a7b5688
|
12 years |
justin.ruggles |
au: set bit rate
|
|
|
@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: …
|
|
|
@48d30f67
|
12 years |
michaelni |
Merge commit '8729698d50739524665090e083d1bfdf28235724'
* commit …
|
|
|
@249fca3d
|
12 years |
michaelni |
Merge commit '074a00d192c0e749d677b008b337da42597e780f'
* commit …
|
|
|
@3a0bac27
|
12 years |
michaelni |
Merge commit 'ac2603be28602bea76cf38bdbf37aead0dc2979a'
* commit …
|
|
|
@32cf37d0
|
12 years |
michaelni |
Merge commit 'dc3e12d1cb65d74fb120197ce869a205718b6715'
* commit …
|
|
|
@adc7296a
|
12 years |
michaelni |
Merge commit 'b5f9b9ac3681acb06d95530f34660ba9fe225305'
* commit …
|
|
|
@3bca69c2
|
12 years |
michaelni |
Merge commit '9a00374cb4512a58a1fee366b850dfa87c76e1f3'
* commit …
|
|
|
@f811cd2d
|
12 years |
martin |
rtsp: Respect max_delay for the reordering queue when using custom IO
…
|
|
|
@8729698d
|
12 years |
martin |
rtsp: Recheck the reordering queue if getting a new packet
If we …
|
|
|
@7ff3fd7a
|
12 years |
justin.ruggles |
lavr: log channel conversion description for any-to-any functions
|
|
|
@074a00d1
|
12 years |
justin.ruggles |
lavr: add a public function for setting a custom channel map
This …
|
|
|
@4164b0e
|
12 years |
justin.ruggles |
lavr: mix: reduce the mixing matrix when possible
If the matrix …
|
|
|
@1ccf82cf
|
12 years |
justin.ruggles |
lavr: cosmetics: reindent
|
|
|
@4d68269d
|
12 years |
justin.ruggles |
lavr: typedef internal structs in internal.h
Simplifies header …
|
|
|
@1a088f61
|
12 years |
michaelni |
oggparseskeleton: Check the overall start time before using it.
Fixes …
|
|
|
@4c80184c
|
12 years |
michaelni |
mjpegdec: allow 2 components in ljpeg_decode_yuv_scan()
Fixes …
|
|
|
@b23aff67
|
12 years |
Carl Eugen Hoyos |
Add forgotten AVC Intra entry to Changelog.
|
|
|
@953061ed
|
12 years |
michaelni |
lavf/utils: more complete dts checks
Fixes division by zero
…
|
|
|
@3b57bb47
|
12 years |
michaelni |
svq1dec: check that the reference frame matches in size before using …
|
|
|
@dbf0a90
|
12 years |
Clément Bœsch |
lavc: fix forgotten "que" reference.
This should have been part of …
|
|
|
@0780fe27
|
12 years |
michaelni |
rmdec: Limit videobufsize to remaining amount of data
Fixes excessive …
|
|
|
@f65daf57
|
12 years |
michaelni |
rv10: always check direct mode interpolation times.
Fixes Division by …
|
|
|
@ac2603be
|
12 years |
derek.buitenhuis |
doc: Mention memory allocation in the fuzz testing section
It's …
|
|
|
@dc3e12d1
|
12 years |
derek.buitenhuis |
doc: Mention zzuf in the fuzz testing section
It's pretty much the …
|
|
|
@6042a121
|
12 years |
derek.buitenhuis |
doc: Extend commit message section
If a bug exists on the tracker, …
|
|
|
@b5f9b9ac
|
12 years |
derek.buitenhuis |
doc: Merge disjointed bits about emailing patches
We obviously prefer …
|
|
|
@9a00374c
|
12 years |
derek.buitenhuis |
doc: Fix a few typos in the developer documentation
Signed-off-by: …
|
|
|
@a572cc8
|
12 years |
pross |
wtvdec: prevent memory leak in get_tag()
|
|
|
@7fb87bc5
|
12 years |
michaelni |
mpeg12enc: check dimension validity
Signed-off-by: Michael …
|
|
|
@bcc4ef1a
|
12 years |
michaelni |
mpeg12enc: Correctly mask dimensions
Signed-off-by: Michael …
|
|
|
@878e5bd6
|
12 years |
michaelni |
mpeg12: Support decoding dimensions that are a multiple of 4096
…
|
|
|
@7a6beedd
|
12 years |
michaelni |
oggparsevorbis: fix vorbis_cleanup return type
Signed-off-by: Michael …
|
|
|
@1700be58
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
oggdec: …
|
|
|
@2db8660f
|
12 years |
michaelni |
Merge commit '89b51b570daa80e6e3790fcd449fe61fc5574e07'
* commit …
|
|
|
@bbae6859
|
12 years |
diego |
xwma: Remove unused variable
Signed-off-by: Diego Biurrun …
|
|
|
@8b4842c2
|
12 years |
pross |
wtvdec: warn about truncated files
|
|
|
@801b6366
|
12 years |
pross |
wtvenc: mux thumbnail picture
|
|
|
@361ecb61
|
12 years |
pross |
wtvdec: ignore WM/MediaThumbType metadata entry
This tag is used by …
|
|
|
@50883693
|
12 years |
pross |
wtvdec: demux thumbnail picture to AVStream.attached_pic
|
|
|
@2a89081c
|
12 years |
onemda |
Add EVRCA and SMV codec id
Demuxing files should be possible even if …
|
|
|
@6cff56f0
|
12 years |
pross |
frmdec: tag 2 is AV_PIX_FMT_RGB0
|
|
|
@8d4c817c
|
12 years |
pross |
frmdec: terminate frm_pix_fmt_tags
|
|
|
@f2dc158b
|
12 years |
pross |
frmdec: use AV_PIX_FMT_xxx
|
|
|
@25160236
|
12 years |
onemda |
012v: remove double ; and return correct error code if ff_get_buffer() …
|
|
|
@7f7f31bf
|
12 years |
onemda |
iff: support seeking with maud
Signed-off-by: Paul B Mahol …
|
|
|
@3174137d
|
12 years |
onemda |
w64: fact guid support
Signed-off-by: Paul B Mahol <onemda@gmail.com>
|
|
|
@e13c5abb
|
12 years |
onemda |
Changelog: move Megalux where it belongs
Signed-off-by: Paul B Mahol …
|
|
|
@e817d913
|
12 years |
diego |
asfdec: Fix printf format string length modifier
|
|
|
@92e79e59
|
12 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
Merge only for metadata, …
|
|
|
@c526a01c
|
12 years |
michaelni |
Merge commit '4f50646697606df39317b93c2a427603b77636ee'
* commit …
|
|
|