|
|
|
@ecab1c77
|
11 years |
anton |
oggdec: add support for Opus in Ogg demuxing
|
|
|
@ed9245db
|
11 years |
anton |
oggparsevorbis: check allocations
Signed-off-by: Anton Khirnov …
|
|
|
@9c15ef35
|
11 years |
anton |
oggparsevorbis: support official chapter extension
Signed-off-by: …
|
|
|
@16ea20c8
|
11 years |
anton |
lavc doxy: extend/clarify avcodec_decode_audio4() doxy
Elaborate on …
|
|
|
@66d3f5fd
|
11 years |
anton |
lavc doxy: remove false statements about alignment requirements.
The …
|
|
|
@364af376
|
11 years |
anton |
FATE: add lavr resampling tests
|
|
|
@9ab5f710
|
11 years |
anton |
FATE: add lavr mixing tests
|
|
|
@df6737a5
|
11 years |
anton |
audio_mix: fix channel order in mix_1_to_2_fltp_flt_c
…
|
|
|
@a52b5a5a
|
11 years |
martin |
riff: Add a mapping for VP6A
This allows demuxing VP6A from F4V …
|
|
|
@c0de9a23
|
11 years |
lu_zero |
prores: Reject negative run and level values
Sample-Id: …
|
|
|
@054454c6
|
11 years |
lu_zero |
mxf: Add jpeg2000 codec to intra only codecs
Conform with SMPTE RP …
|
|
|
@5f5ada3d
|
11 years |
lu_zero |
shorten: Fix out-of-array read
pred_order == …
|
|
|
@ed796fba
|
11 years |
diego |
atrac3: Better name for IMDCT window initialization
Signed-off-by: …
|
|
|
@be764150
|
11 years |
diego |
atrac3: Remove unused gain compensation tables
Signed-off-by: Diego …
|
|
|
@2df7f771
|
11 years |
lu_zero |
prores: Error out only on surely incomplete ac_coeffs
|
|
|
@44690dfa
|
11 years |
lu_zero |
prores: Add a codepath for decoding errors
|
|
|
@e6ed866
|
11 years |
martin |
flvenc: Write proper cropping for VP6 even if there's no extradata
…
|
|
|
@be1e1373
|
11 years |
martin |
flvenc: Support muxing VP6A as well
Handle it in the same way as …
|
|
|
@4d7aeff9
|
11 years |
martin |
flvenc: Don't pretend to support muxing "plain" VP6
The plain VP6 …
|
|
|
@41a10f3b
|
11 years |
martin |
vp6: Support cropping to AVCodecContext.width/height
In these cases, …
|
|
|
@ceec6e7
|
11 years |
lu_zero |
avi: directly resync on DV in AVI read failure
Reported-by: Mateusz …
|
|
|
@756547ce
|
11 years |
lu_zero |
avi: DV in AVI must be considered single stream
Reported-by: Mateusz …
|
|
|
@1cac9acc
|
11 years |
lu_zero |
avi: properly fail if the dv demuxer is missing
CC: libav-stable@libav.org
|
|
|
@1018a922
|
11 years |
lu_zero |
jpeg2000: Check block length
Reported-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@071e29af
|
11 years |
lu_zero |
vmnc: Use meaningful return values
|
|
|
@5e992a46
|
11 years |
lu_zero |
vmnc: Check the cursor dimensions
And manage the reallocation failure …
|
|
|
@61cd19b
|
11 years |
lu_zero |
vmnc: Port to bytestream2
Fix some buffer overreads.
Reported-by: …
|
|
|
@a66aa0da
|
11 years |
lu_zero |
vmnc: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@ad7d7d4f
|
11 years |
derek.buitenhuis |
x86inc: Remove .rodata kludges
The Mach-O bug was fixed in yasm 0.8.0 …
|
|
|
@9e3946aa
|
11 years |
derek.buitenhuis |
build: Require yasm 0.8.0 or higher
This is in preparation for …
|
|
|
@b2148fa
|
11 years |
lu_zero |
shorten: Extend fixed_coeffs to properly support pred_order 0
…
|
|
|
@6405ca7d
|
11 years |
diego |
x86: h264_idct: Update comments to match 8/10-bit depth optimization split
|
|
|
@3e2fa991
|
11 years |
derek.buitenhuis |
x86inc: remove misaligned cpu flag
Prevents a crash if the misaligned …
|
|
|
@71155665
|
11 years |
derek.buitenhuis |
x86inc: various minor backports from x264
Small backports that …
|
|
|
@47f9d7ce
|
11 years |
derek.buitenhuis |
x86inc: Check for OUTPUT_FORMAT having a value of "x64"
This is …
|
|
|
@bbe4a6db
|
11 years |
derek.buitenhuis |
x86inc: Utilize the shadow space on 64-bit Windows
Store XMM6 and …
|
|
|
@3fb78e99
|
11 years |
derek.buitenhuis |
x86inc: create xm# and ym#, analagous to m#
For when we want to mix …
|
|
|
@49ebe3f9
|
11 years |
derek.buitenhuis |
x86inc: fix some corner cases of SWAP
SWAP with >=3 named (rather …
|
|
|
@63f0d623
|
11 years |
derek.buitenhuis |
x86inc: Use SSE instead of SSE2 for copying data
Reduces code size …
|
|
|
@ad76e6e
|
11 years |
derek.buitenhuis |
x86inc: Set ELF hidden visibility for global constants
Signed-off-by: …
|
|
|
@e52567c
|
11 years |
derek.buitenhuis |
build: Strip spurious labels
The implementation of 25cb0c1a involves …
|
|
|
@25cb0c1a
|
11 years |
derek.buitenhuis |
x86inc: activate REP_RET automatically
Now RET checks whether it …
|
|
|
@ce1e8045
|
11 years |
diego |
x86: fdct: Employ more specific ifdefs
This avoids building mmxext …
|
|
|
@9adbc3f
|
11 years |
diego |
bmv: Remove unused variable
|
|
|
@90e15e34
|
11 years |
diego |
oggparsevorbis: return meaningful errors
Signed-off-by: Diego Biurrun …
|
|
|
@2ddb35b9
|
11 years |
diego |
x86: dsputil: Separate ff_add_hfyu_median_prediction_cmov from …
|
|
|
@6b3ff6f9
|
11 years |
lu_zero |
swscale: provide a default scaler if none is set
Lanczos for general …
|
|
|
@258414d0
|
11 years |
diego |
x86: fdct: Initialize optimized fdct implementations in the standard way
|
|
|
@0b8b2ae5
|
11 years |
diego |
x86: xviddct: Employ more specific ifdefs
This avoids building mmxext …
|
|
|
@4272bb6e
|
11 years |
lu_zero |
doxy: Document avlog
Provide some information for every function and …
|
|
|
@a4435f92
|
11 years |
martin |
ismindex: Change the duration field to int64_t
This reduces the risk …
|
|
|
@583a287f
|
11 years |
martin |
ismindex: Calculate the file duration among the included tracks
If …
|
|
|
@d347a7b2
|
11 years |
martin |
ismindex: Use the individual stream duration instead of the global one …
|
|
|
@b698542a
|
11 years |
martin |
mov: Don't allocate arrays with av_malloc that will be realloced
CC: …
|
|
|
@6cc133ec
|
11 years |
diego |
x86: fdct: Only build fdct code if encoders have been enabled
fdct is …
|
|
|
@cd818b3a
|
11 years |
martin |
rtmpproto: Validate the embedded flv packet size before copying
This …
|
|
|
@8921e32f
|
11 years |
martin |
rtmpproto: Readjust the end of the flv buffer if handle_metadata …
|
|
|
@24fee953
|
11 years |
martin |
rtmpproto: Move the flv header/trailer addition to append_flv_data
…
|
|
|
@72540e51
|
11 years |
martin |
rtmpproto: Clear the flv allocation size on reallocp failures
This …
|
|
|
@4d6d7029
|
11 years |
martin |
rtmpproto: Pass the 'live' parameter in the right unit
The current …
|
|
|
@a6b36132
|
11 years |
martin |
rtmpproto: Print the error code string if there's no description
On …
|
|
|
@b2bed932
|
11 years |
diego |
cosmetics: Group .name and .long_name together in codec/format declarations
|
|
|
@49fe9c05
|
11 years |
diego |
oggparsevorbis: K&R formatting cosmetics
Signed-off-by: Diego Biurrun …
|
|
|
@47b6cfc2
|
11 years |
diego |
avformat/output-example: Declare link dependency on libswscale in the …
|
|
|
@80fefbed
|
11 years |
diego |
x86: cpu: Restore some explanatory comments removed in 7160bb7
|
|
|
@6a5bfd4d
|
11 years |
diego |
atrac: Add missing av_cold
Signed-off-by: Diego Biurrun <diego@biurrun.de>
|
|
|
@79cbac8c
|
11 years |
diego |
atrac3: Generalize gain compensation code
Move it to the ATRAC common …
|
|
|
@5ce04c14
|
11 years |
diego |
Use correct Doxygen syntax
|
|
|
@4be292da
|
11 years |
diego |
atrac: Move doxygen comments to the header
Also update copyright info …
|
|
|
@be0b4c70
|
11 years |
diego |
atrac3: Replace a silly counter variable name with plain 'j'
|
|
|
@451606f7
|
11 years |
anton |
lavc: mark deprecated AVCodec.max_lowres for removal on next bump
|
|
|
@06e7301a
|
11 years |
anton |
vf_interlace: do not process an already interlaced frame
…
|
|
|
@628a17d7
|
11 years |
lu_zero |
rtmp: alias rtmp_listen to listen
Make it uniform with the other …
|
|
|
@ad0560f
|
11 years |
lu_zero |
mxf: Remove a typo
Introduced in 93370d1216
|
|
|
@cc41167a
|
11 years |
martin |
asfdec: Check the return value of asf_read_stream_properties
This …
|
|
|
@487b5410
|
11 years |
anton |
omadec: fix bitrate for ATRAC3+ streams
Signed-off-by: Anton Khirnov …
|
|
|
@23d0fdcf
|
11 years |
anton |
Add support for multichannel ATRAC3+ streams.
Signed-off-by: Anton …
|
|
|
@93370d12
|
11 years |
anton |
mxfdec: set audio timebase to 1/samplerate
Fixes sync in some samples …
|
|
|
@ff07ec14
|
11 years |
martin |
pcx: Return an error on broken palette if err_detect is set to …
|
|
|
@d1d99e3b
|
11 years |
martin |
pcx: Check the packet size before assuming it fits a palette
This …
|
|
|
@7ba0cedb
|
11 years |
martin |
rpza: Fix a buffer size check
We read 2 bytes for 15 out of 16 …
|
|
|
@aa0dd524
|
11 years |
martin |
xxan: Disallow odd width
Decoded data is always written in pairs …
|
|
|
@fc739b3e
|
11 years |
martin |
xan: Only read within the data that actually was initialized
…
|
|
|
@30db94dc
|
11 years |
martin |
xan: Use bytestream2 to limit reading to within the buffer
…
|
|
|
@9fb0de86
|
11 years |
martin |
pcx: Consume the whole packet if giving up due to missing palette
…
|
|
|
@a81cad8f
|
11 years |
martin |
pngdec: Stop trying to decode once inflate returns Z_STREAM_END
If …
|
|
|
@c2319876
|
11 years |
martin |
mov: Make sure the read sample count is nonnegative
This avoids …
|
|
|
@640a2427
|
11 years |
martin |
bfi: Add some very basic sanity checks for input packet sizes
CC: …
|
|
|
@9fc7184d
|
11 years |
martin |
bfi: Avoid divisions by zero
If a zero-length video packet is to be …
|
|
|
@a9221e3
|
11 years |
martin |
electronicarts: Add more sanity checking for the number of channels
…
|
|
|
@d07aa3f0
|
11 years |
martin |
riffdec: Add sanity checks for the sample rate
This avoids a division …
|
|
|
@28ff439e
|
11 years |
martin |
mvi: Add sanity checking for the audio frame size
This avoids a …
|
|
|
@59480abc
|
11 years |
martin |
alac: Do bounds checking of lpc_order read from the bitstream
In …
|
|
|
@adc09136
|
11 years |
martin |
xwma: Avoid division by zero
Reported-by: Mateusz "j00ru" Jurczyk and …
|
|
|
@8d07258b
|
11 years |
martin |
avidec: Make sure a packet is large enough before reading its data
…
|
|
|
@68ff9981
|
11 years |
martin |
vqf: Make sure the bitrate is in the valid range
Even if the sample …
|
|
|
@9277050e
|
11 years |
martin |
vqf: Make sure sample_rate is set to a valid value
This avoids …
|
|
|
@0767bfd1
|
11 years |
anton |
lavfi: allow user-provided execute() callbacks
|
|
|
@38e15df1
|
11 years |
anton |
avframe: note that linesize is not the usable data size
|
|
|
@5c349ad0
|
11 years |
lu_zero |
lxf: check the nb_streams instead of relying on padding
Remove the …
|
|
|