|
|
|
@533fd5b
|
12 years |
anton |
vsrc_testsrc: avoid an unnecessary avfilter_ref_buffer().
|
|
|
@5b50ae94
|
12 years |
anton |
vf_slicify: clear AVFilterLink.cur_buf in start_frame().
The buffer …
|
|
|
@0393af4f
|
12 years |
anton |
vf_settb: simplify start_frame().
Avoid pointless filter ref/unref. …
|
|
|
@9203fa0b
|
12 years |
anton |
vf_fieldorder: don't give up its own reference to the output buffer.
|
|
|
@f493c644
|
12 years |
anton |
vf_pad: don't give up its own reference to the output buffer.
|
|
|
@ad8b6326
|
12 years |
anton |
vf_overlay: don't access a buffer reference that's been given away.
|
|
|
@7155763b
|
12 years |
anton |
vf_drawtext: don't give up its own reference to the input buffer.
…
|
|
|
@d19499c
|
12 years |
anton |
vf_gradfun: don't store two pointers to one AVFilterBufferRef.
|
|
|
@0fe010a3
|
12 years |
anton |
vf_delogo: don't store two pointers to one AVFilterBufferRef.
|
|
|
@51a8049b
|
12 years |
anton |
vf_aspect: clear AVFilterLink.cur_buf in start_frame().
The buffer is …
|
|
|
@b70d89a0
|
12 years |
anton |
lavfi: add avfilter_unref_bufferp()
Signed-off-by: Anton Khirnov …
|
|
|
@ce64e5b
|
12 years |
lu_zero |
libopenjpeg: introduce lowres and lowqual private options
OpenJPEG …
|
|
|
@5eb9c495
|
12 years |
anton |
FATE: add a test for flac cover art.
|
|
|
@1749e12f
|
12 years |
justin.ruggles |
cafdec: allow larger ALAC magic cookie
It already skips any extra …
|
|
|
@4cd22b77
|
12 years |
justin.ruggles |
alac: fix channel pointer assignment for 24 and 32-bit
Needs to be …
|
|
|
@eeb55f5f
|
12 years |
justin.ruggles |
alac: cosmetics: general pretty-printing and comment clean up
|
|
|
@f3e5a784
|
12 years |
justin.ruggles |
alac: calculate buffer size outside the loop in allocate_buffers()
|
|
|
@bae83f2c
|
12 years |
justin.ruggles |
alac: change some data types to plain int
|
|
|
@2aebac69
|
12 years |
justin.ruggles |
alac: cosmetics: rename some variables and function names
|
|
|
@1b3ef155
|
12 years |
justin.ruggles |
alac: multi-channel decoding support
Signed-off-by: Justin Ruggles …
|
|
|
@81c9e2e6
|
12 years |
justin.ruggles |
alac: split element parsing into a separate function
This will make …
|
|
|
@cd632619
|
12 years |
justin.ruggles |
alac: support a read sample size of up to 32
Use get_bits_long() in …
|
|
|
@73dc0db4
|
12 years |
justin.ruggles |
alac: output in planar sample format
Avoids unneeded interleaving and …
|
|
|
@6482bd88
|
12 years |
justin.ruggles |
alac: add 32-bit decoding support
|
|
|
@6cda74c
|
12 years |
justin.ruggles |
alac: simplify channel interleaving
Signed-off-by: Justin Ruggles …
|
|
|
@5138ff1
|
12 years |
justin.ruggles |
alac: use AVPacket fields directly in alac_decode_frame()
|
|
|
@7a206eb3
|
12 years |
justin.ruggles |
alac: fix check for valid max_samples_per_frame
|
|
|
@1193d3fe
|
12 years |
justin.ruggles |
alac: use get_sbits() to read LPC coefficients instead of casting
|
|
|
@7a50ec6
|
12 years |
justin.ruggles |
alac: move the current samples per frame to the ALACContext
This will …
|
|
|
@46043962
|
12 years |
justin.ruggles |
alac: avoid using a double-negative when checking if the frame is …
|
|
|
@9a6c528e
|
12 years |
justin.ruggles |
alac: factor out output_size check in predictor_decompress_fir_adapt()
|
|
|
@ebd4c3ad
|
12 years |
justin.ruggles |
alac: factor out loading of next decoded sample in LPC prediction
|
|
|
@a4ecd414
|
12 years |
justin.ruggles |
alac: use index into buffer_out instead of incrementing the pointer
|
|
|
@f2515cd6
|
12 years |
justin.ruggles |
alac: simplify lpc coefficient adaptation
|
|
|
@abc4376b
|
12 years |
justin.ruggles |
alac: reduce the number of local variables needed in lpc prediction
|
|
|
@01880d2
|
12 years |
justin.ruggles |
alac: simplify 1st order prediction and reading of warm-up samples
|
|
|
@d0c0bf0d
|
12 years |
justin.ruggles |
alac: cosmetics: reindent after last commit
|
|
|
@79def4c5
|
12 years |
justin.ruggles |
alac: remove unneeded conditionals in predictor_decompress_fir_adapt()
|
|
|
@4bcd637d
|
12 years |
justin.ruggles |
alac: use sizeof() instead of hardcoded data sizes
|
|
|
@91620a04
|
12 years |
justin.ruggles |
alac: make block_size signed
It does not need to be unsigned.
|
|
|
@2fc24b3
|
12 years |
justin.ruggles |
alac: remove a duplicate local variable
|
|
|
@5177413d
|
12 years |
justin.ruggles |
alac: conditionally set sign_modifier to 1
It is already …
|
|
|
@7e6593e
|
12 years |
justin.ruggles |
alac: eliminate 2 unneeded local variables in …
|
|
|
@6fd8a28
|
12 years |
justin.ruggles |
alac: adjust conditions for updating entropy decoder history
avoids …
|
|
|
@a06fdadd
|
12 years |
justin.ruggles |
alac: cosmetics: reindent after last commit
|
|
|
@d9837434
|
12 years |
justin.ruggles |
alac: limit the rice param before passing to decode_scalar()
reduces …
|
|
|
@6e91f622
|
12 years |
justin.ruggles |
alac: reduce the number of parameters to bastardized_rice_decompress() …
|
|
|
@836e8b9
|
12 years |
justin.ruggles |
alac: cosmetics: rename some ALACContext parameters
|
|
|
@2ac17375
|
12 years |
justin.ruggles |
alac: clean up and update comments leftover from reverse-engineering
|
|
|
@3bab7cd1
|
12 years |
justin.ruggles |
avformat: move 'chan' tag parsing to mov_chan.c to share with the CAF …
|
|
|
@c0196a14
|
12 years |
justin.ruggles |
caf: use int64_t for num_packets
It is used to store a value read by …
|
|
|
@f5a9c35f
|
12 years |
justin.ruggles |
caf: fix 'pakt' chunk parsing
according to the CAF specification: …
|
|
|
@b0b77b9c
|
12 years |
justin.ruggles |
caf: support either old or new style ALAC magic kuki chunk
|
|
|
@45870f8b
|
12 years |
mans |
Print full compiler identification, not only version number
This …
|
|
|
@bf1cf4d5
|
12 years |
mans |
flacdec: reverse lpc coeff order, simplify filter
Reversing the lpc …
|
|
|
@9f97af26
|
12 years |
diego |
x86: dsputil: drop some unused CPU flag debug code
|
|
|
@ffdd93a2
|
12 years |
mans |
ppc: fix build with altivec disabled
Signed-off-by: Mans Rullgard …
|
|
|
@28f9ab70
|
12 years |
mans |
vp3: move idct and loop filter pointers to new vp3dsp context
This …
|
|
|
@ab9f9876
|
12 years |
mans |
build: add CONFIG_VP3DSP, reduce repetition in OBJS lists
…
|
|
|
@4cfb0d87
|
12 years |
kostya.shishkov |
tscc2: do not add/subtract 128 bias during DCT
It turns out that the …
|
|
|
@3c6c191
|
12 years |
kostya.shishkov |
tscc2: fix typo in DCT
|
|
|
@c547e5f
|
12 years |
diego |
configure: clarify external library section of help output
|
|
|
@87246953
|
12 years |
diego |
configure: mark libfdk-aac as nonfree
|
|
|
@47876d66
|
12 years |
diego |
configure: cosmetics: drop some unnecessary backslashes
|
|
|
@7a249625
|
12 years |
diego |
os_support: K&R formatting cosmetics
|
|
|
@453c02f9
|
12 years |
lu_zero |
libopenjpeg: introduce encoding support
Based on FFmpeg version from …
|
|
|
@b43a7bb4
|
12 years |
lu_zero |
libopenjpeg: rename decoder source file.
Signed-off-by: Michael …
|
|
|
@86991ce
|
12 years |
martin |
RTMPTS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@6aedabc9
|
12 years |
martin |
RTMPS protocol support
Signed-off-by: Martin Storsjö <martin@martin.st>
|
|
|
@5417efbb
|
12 years |
anton |
avconv: print an error message when demuxing fails.
Also exit in such …
|
|
|
@0b40153d
|
12 years |
kostya.shishkov |
tscc2: DCT output should not be clipped
This fixes decoding some …
|
|
|
@775c4d3
|
12 years |
martin |
rtmp: Rename rtmphttp to ffrtmphttp
The prefix makes it easier to …
|
|
|
@08e087cc
|
12 years |
kostya.shishkov |
rtmp: rtmp_parse_result() add case for video and audio packets to …
|
|
|
@f06dee77
|
12 years |
martin |
configure: Move the getaddrinfo function check into the network block
…
|
|
|
@03d1b18e
|
12 years |
martin |
configure: Remove an unused 'have' item
This is only used for …
|
|
|
@20d569dd
|
12 years |
diego |
mpeg: remove disabled code
|
|
|
@c37c383e
|
12 years |
martin |
libfdk-aac: Check if cutoff value is valid
Passing a cutoff value < …
|
|
|
@9e4b04f8
|
12 years |
martin |
network: Always use our version of gai_strerror on windows
Even if …
|
|
|
@c98e205
|
12 years |
martin |
network: Undefine existing gai_strerror definitions
This avoids …
|
|
|
@2ca6e9bb
|
12 years |
martin |
network: Extend the fallback gai_strerror implementation to handle …
|
|
|
@b4675d0f
|
12 years |
martin |
configure: Check for CommandLineToArgvW
The actual result of the …
|
|
|
@08282952
|
12 years |
martin |
vc1dec: Do not use random pred_flag if motion vector data is skipped
…
|
|
|
@25f056e6
|
12 years |
martin |
vp8: Enclose pthread function calls in ifdefs
This fixes building …
|
|
|
@c44091a9
|
12 years |
rsbultje |
snow: refactor code to work around a compiler bug in MSVC.
This fixes …
|
|
|
@a794600c
|
12 years |
rsbultje |
vp8: Include the thread headers before using the pthread types
This …
|
|
|
@39d18f21
|
12 years |
martin |
configure: Check for getaddrinfo in ws2tcpip.h, too
This function is …
|
|
|
@951455c1
|
12 years |
lu_zero |
vp8: implement sliced threading
Testing gives 25-30% gain on HD clips …
|
|
|
@17343e3
|
12 years |
lu_zero |
vp8: move data from VP8Context->VP8Macroblock
In preparation for …
|
|
|
@337ade52
|
12 years |
lu_zero |
vp8: refactor decoding a single mb_row
This is in preperation for …
|
|
|
@45ff9e5b
|
12 years |
lu_zero |
doc: update api changes with the right commit hashes
|
|
|
@f3e5e6f0
|
12 years |
lu_zero |
mem: introduce av_malloc_array and av_mallocz_array
Both function …
|
|
|
@2d497c14
|
12 years |
janne-libav |
eval: add gt(), gte(), lt() and lte() fate tests
|
|
|
@caac3ab6
|
12 years |
janne-libav |
eval: fix swapping of lt() and lte()
CC: libav-stable@libav.org
|
|
|
@f30260d3
|
12 years |
janne-libav |
imgconvert: deprecate avcodec_find_best_pix_fmt()
|
|
|
@ac29054f
|
12 years |
janne-libav |
imgconvert: add avcodec_find_best_pix_fmt2()
The number of pixel …
|
|
|
@39bb27bf
|
12 years |
janne-libav |
imgconvert: avoid undefined left shift in avcodec_find_best_pix_fmt
…
|
|
|
@47aed439
|
12 years |
diego |
build: Fix APE tag dependencies
|
|
|
@5b7e3a19
|
12 years |
kostya.shishkov |
MS Expression Encoder Screen decoder
|
|
|
@7548831c
|
12 years |
martin |
libfdk-aac: Allow setting the encoder bandwidth/cutoff frequency
…
|
|
|
@0da29727
|
12 years |
diego |
build: Fix Ogg demuxer dependencies
|
|
|