|
|
|
@c17e534f
|
13 years |
justin.ruggles |
mpegaudiodec: remove frame_count field from MPADecodeContext.
Its …
|
|
|
@dac15a03
|
13 years |
justin.ruggles |
mpegaudiodec: return AVERROR return codes instead of -1
|
|
|
@4be1e1df
|
13 years |
justin.ruggles |
mpegaudiodec: Skip only bad frames instead of the whole packet.
On …
|
|
|
@15946eb8
|
13 years |
anton |
lavc: remove "legacy" mpegvideo decoder.
|
|
|
@cf543c6
|
13 years |
janne-libav |
iv8: assemble packets to return complete frames
|
|
|
@c4b97fbd
|
13 years |
lu_zero |
pulse: documentation
Specify avoptions and how to use pactl to list …
|
|
|
@0de9c41f
|
13 years |
lu_zero |
pulse: introduce pulseaudio input
It currently use the simple api and …
|
|
|
@82ed4f1e
|
13 years |
justin.ruggles |
remove the zork pcm seek test
this was forgotten when the encoder was …
|
|
|
@4a6a29a7
|
13 years |
justin.ruggles |
libopencore-amr: check output buffer size before decoding
|
|
|
@345d15d2
|
13 years |
justin.ruggles |
libopencore-amr: remove unneeded buf_size==0 check.
…
|
|
|
@402c9878
|
13 years |
justin.ruggles |
libopencore-amr: remove unneeded frame_count field.
Use …
|
|
|
@71ccfb3f
|
13 years |
justin.ruggles |
aac_latm: remove unneeded check for zero-size packet.
This is already …
|
|
|
@f1901180
|
13 years |
justin.ruggles |
pcmdec: fix output buffer size check by calculating the actual output …
|
|
|
@154cd253
|
13 years |
justin.ruggles |
pcmdec: move codec-specific variable declarations to the corresponding …
|
|
|
@0093f96d
|
13 years |
justin.ruggles |
pcmdec: return buf_size instead of src-buf.
The values will always be …
|
|
|
@85579b63
|
13 years |
justin.ruggles |
avcodec: remove the Zork PCM encoder.
The Zork PCM decoder does not …
|
|
|
@67a3b67c
|
13 years |
justin.ruggles |
pcm_zork: use AV_SAMPLE_FMT_U8 instead of shifting all samples by 8.
|
|
|
@06af335a
|
13 years |
justin.ruggles |
pcmenc: remove unneeded sample_fmt check.
It is already checked by …
|
|
|
@d94e29ca
|
13 years |
justin.ruggles |
pcmdec: move number of channels check to pcm_decode_init()
|
|
|
@83efd765
|
13 years |
justin.ruggles |
pcmdec: remove unnecessary check for sample_fmt change
|
|
|
@381e195b
|
13 years |
justin.ruggles |
pcmdec: move DVD PCM bits_per_coded_sample check near to the code that …
|
|
|
@6b94711f
|
13 years |
justin.ruggles |
pcmdec: do not needlessly set *data_size to 0
|
|
|
@30f3e7b5
|
13 years |
justin.ruggles |
alacdec: remove unneeded NULL or zero-size packet checks.
This is …
|
|
|
@68f7e9cd
|
13 years |
justin.ruggles |
alacdec: simplify buffer allocation by using FF_ALLOC_OR_GOTO()
|
|
|
@b316af7a
|
13 years |
justin.ruggles |
alacdec: ask for a sample for unsupported sample depths.
Also return …
|
|
|
@63cf54d
|
13 years |
justin.ruggles |
alacdec: cosmetics: use 'ch' instead of 'chan' to iterate channels
|
|
|
@01200f12
|
13 years |
justin.ruggles |
alacdec: move some declarations to the top of the function
|
|
|
@c3a92412
|
13 years |
justin.ruggles |
alacdec: always use get_sbits_long() for uncompressed samples
|
|
|
@b46e58f7
|
13 years |
justin.ruggles |
alacdec: remove unneeded local variable
|
|
|
@7080533c
|
13 years |
justin.ruggles |
alacdec: remove the numchannels parameter from several functions.
…
|
|
|
@cb50329f
|
13 years |
justin.ruggles |
alacdec: rename 2 functions.
Now they only do stereo interleaving.
|
|
|
@c39bddd3
|
13 years |
justin.ruggles |
alacdec: move appending of extra_bits to a separate function.
This …
|
|
|
@e739d351
|
13 years |
justin.ruggles |
alacdec: split stereo decorrelation into a separate function.
It is …
|
|
|
@d251c85d
|
13 years |
justin.ruggles |
alacdec: cosmetics: rename 'wasted_bits' to 'extra_bits'.
The bits …
|
|
|
@dbbb9262
|
13 years |
justin.ruggles |
alacdec: remove unneeded numsamples checks
|
|
|
@53df079a
|
13 years |
justin.ruggles |
alacdec: check for buffer allocation failure.
Also rearranges some …
|
|
|
@e5e4f92b
|
13 years |
justin.ruggles |
alacdec: allocate per-channel buffers based on channel count.
reduces …
|
|
|
@dcaa83a0
|
13 years |
justin.ruggles |
alacdec: read/validate number of channels from the extradata.
check …
|
|
|
@47e9c75b
|
13 years |
justin.ruggles |
alacdec: remove unneeded validation of setinfo_sample_size.
It is …
|
|
|
@0f26f3d5
|
13 years |
justin.ruggles |
alacdec: set sample_fmt in alac_decode_init()
|
|
|
@aec83833
|
13 years |
justin.ruggles |
alacdec: set bytespersample using av_get_bytes_per_sample()
|
|
|
@d6174bfe
|
13 years |
janne-libav |
threads: restore has_b_frames in frame_thread_free
Otherwise the …
|
|
|
@ded3e9f0
|
13 years |
rsbultje |
H.264: Cometics to dsputil_mmx.c
Add whitespace.
Signed-off-by: …
|
|
|
@a3a85721
|
13 years |
justin.ruggles |
g722dec: check output buffer size before decoding
|
|
|
@4e419737
|
13 years |
justin.ruggles |
g722dec: cosmetics: reindent/linewrap
|
|
|
@d0a19696
|
13 years |
justin.ruggles |
g722dec: remove the use of lowres for half-rate decoding.
It is …
|
|
|
@f540ca22
|
13 years |
justin.ruggles |
tta: check for extradata allocation failure in tta demuxer
|
|
|
@2f1d212f
|
13 years |
justin.ruggles |
tta: check for allocation failure of decode_buffer
|
|
|
@b5050539
|
13 years |
justin.ruggles |
tta: use correct frame_length calculation.
using a floating-point …
|
|
|
@c6056d40
|
13 years |
justin.ruggles |
tta: add support for decoding 24-bit sample format
Note that this …
|
|
|
@8664682d
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@7b7a74a1
|
13 years |
justin.ruggles |
tta: remove pointless braces
|
|
|
@e6923f68
|
13 years |
justin.ruggles |
tta: check output buffer size after adjusting frame length for last frame
|
|
|
@b16960a8
|
13 years |
justin.ruggles |
tta: fix reading of format in TTA header.
TTA does not support float …
|
|
|
@4d3e7a75
|
13 years |
justin.ruggles |
tta: remove useless commented-out lines
|
|
|
@35f9d8c2
|
13 years |
justin.ruggles |
tta: check remaining bitstream size while reading unary value
|
|
|
@3d813e4c
|
13 years |
anton |
lavf: deprecate AVStream.stream_copy
It's only used in avconv, so it …
|
|
|
@1b648c7c
|
13 years |
anton |
avconc: split choose_codec() to choose_decoder/choose_encoder.
…
|
|
|
@a7503430
|
13 years |
anton |
lavf: simplify by using FFMAX/FFMIN.
|
|
|
@f172132f
|
13 years |
anton |
mpegenc: add preload private option.
Deprecate AVFormatContext.preload.
|
|
|
@28287045
|
13 years |
janne-libav |
cosmetics: simplify latm_decode_init
|
|
|
@785f876c
|
13 years |
janne-libav |
latm: avoid unnecessary reinit of the aac decoder
|
|
|
@80e36425
|
13 years |
janne-libav |
aacdec: initialize sbr context only in new channel elements
|
|
|
@b2e56e08
|
13 years |
janne-libav |
resample: reject unhandled conversions
audio_resample can not reduce …
|
|
|
@ec1ce86e
|
13 years |
janne-libav |
resample: remove unused #define
|
|
|
@c8477df0
|
13 years |
mans |
adpcm: use sign_extend()
This avoids warnings from the overflow …
|
|
|
@d99fe3a4
|
13 years |
janne-libav |
mpeg12: fix mpeg_decode_slice context parameter type
During slice …
|
|
|
@cd8c64e1
|
13 years |
janne-libav |
Revert "mpeg12: move full_pel from MpegEncContext to Mpeg1Context"
…
|
|
|
@16ad77b3
|
13 years |
diego |
Move id3v2 tag writing to a separate file.
Signed-off-by: Diego …
|
|
|
@9e66b892
|
13 years |
rsbultje |
swscale: add missing colons to x86 assembly yuv2planeX.
This fixes …
|
|
|
@704721bc
|
13 years |
justin.ruggles |
g722: split decoder and encoder into separate files
|
|
|
@b95fbba7
|
13 years |
justin.ruggles |
cosmetics: remove extra spaces before end-of-statement semi-colons
|
|
|
@60aa1a35
|
13 years |
justin.ruggles |
vorbisdec: check output buffer size before writing output
|
|
|
@d2604f92
|
13 years |
justin.ruggles |
wavpack: calculate bpp using av_get_bytes_per_sample()
|
|
|
@ddfb8e1
|
13 years |
justin.ruggles |
ac3enc: Set max value for mode options correctly
for example: …
|
|
|
@1deb66c5
|
13 years |
anton |
lavc: move get_b_cbp() from h263.h to mpeg4videoenc.c
It's not used …
|
|
|
@3fc08304
|
13 years |
anton |
mpeg12: move closed_gop from MpegEncContext to Mpeg1Context
It's …
|
|
|
@da22ba7d
|
13 years |
anton |
mpeg12: move full_pel from MpegEncContext to Mpeg1Context
It's MPEG-1 …
|
|
|
@cc05a45d
|
13 years |
anton |
mpeg12: move Mpeg1Context from mpeg12.c to mpeg12.h
It will be used …
|
|
|
@acffe457
|
13 years |
anton |
mpegvideo: remove some unused variables from MpegEncContext.
|
|
|
@e71ebb19
|
13 years |
diego |
id3v2: fix doxy comment - 'machine byte order' makes no sense on char …
|
|
|
@f1874652
|
13 years |
diego |
VC1: restore mistakenly removed code
The code was mistakenly removed …
|
|
|
@e53eecd0
|
13 years |
justin.ruggles |
twinvq: check output buffer size before decoding
|
|
|
@5ed68178
|
13 years |
justin.ruggles |
twinvq: return an error when the packet size is too small
|
|
|
@07e12564
|
13 years |
anton |
lavf: export some forgotten symbols with non-av prefixes.
|
|
|
@f48b12e0
|
13 years |
rsbultje |
swscale: update altivec yuv2planeX asm to new per-plane API.
|
|
|
@6cacecdc
|
13 years |
rsbultje |
swscale: make yuv2yuvX_10_sse2/avx 8/9/16-bits aware.
Also implement …
|
|
|
@7fbbf952
|
13 years |
rsbultje |
yuv2planeX10 SIMD
Signed-off-by: Ronald S. Bultje <rsbultje@gmail.com>
|
|
|
@109f62e
|
13 years |
rsbultje |
swscale: decide whether to use yuv2plane1/X on a per-plane basis.
|
|
|
@f99654d4
|
13 years |
rsbultje |
swscale: reintroduce full precision in 16-bit output.
|
|
|
@ff7913ae
|
13 years |
rsbultje |
Split up yuv2yuvX functions
Signed-off-by: Ronald S. Bultje …
|
|
|
@34e8d147
|
13 years |
rsbultje |
Split out yuv2yuv1 luma and chroma in order to make them generic DSP …
|
|
|
@9abc9873
|
13 years |
anton |
lavc: replace references to deprecated …
|
|
|
@5ea0001f
|
13 years |
anton |
lavc: translate non-flag-based er options into flag-based ef options …
|
|
|
@c8dad9a6
|
13 years |
anton |
add -err_filter AVOptions to access flag-based error recognition
…
|
|
|
@b0b32310
|
13 years |
rsbultje |
h264_weight: initialize "height" function argument properly.
Right …
|
|
|
@27cedd83
|
13 years |
janne-libav |
presets: spelling error in libvpx 1080p50_60
Signed-off-by: Janne …
|
|
|
@fec5777e
|
13 years |
janne-libav |
avplay: fix fullscreen behaviour with SDL 1.2.14 on Mac OS X
The blue …
|
|
|
@f4b51d06
|
13 years |
martin |
flvdec: Do not call parse_keyframes_index with a NULL stream
…
|
|
|
@b19e0c2b
|
13 years |
justin.ruggles |
libspeexdec: include system headers before local headers
|
|
|