|
|
|
@dde0af2d
|
13 years |
michaelni |
vble: move get_bits_left() check out of inner loop, we can perform the …
|
|
|
@e3618cd4
|
13 years |
michaelni |
vble: remove vble_read_reverse_unary(), the code is a bit simpler this …
|
|
|
@35fd7b29
|
13 years |
michaelni |
vble: use LUT for vble_read_reverse_unary()
slightly faster
…
|
|
|
@c5e55e21
|
13 years |
michaelni |
vble: change variable to int, its slightly faster and int is …
|
|
|
@29582df7
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vble: …
|
|
|
@6761b6b8
|
13 years |
michaelni |
vble: remove vble_error_close
It does not make much sense to factor …
|
|
|
@0c251257
|
13 years |
michaelni |
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still …
|
|
|
@5f36065c
|
13 years |
Carl Eugen Hoyos |
Use AC-3 as default codec for wtv.
|
|
|
@ddeb194b
|
13 years |
michaelni |
mandelbrot: add a end_scale and pts so we can zoom in.
Signed-off-by: …
|
|
|
@dece0172
|
13 years |
michaelni |
mandelbrot: center coordinate reference on the images center
…
|
|
|
@aa198ad
|
13 years |
michaelni |
mandelbrot: make 2 variables const
Signed-off-by: Michael Niedermayer …
|
|
|
@0e5b051
|
13 years |
michaelni |
mandelbrot: fix typo that led to hardcoded max iteration count.
…
|
|
|
@ef4f4031
|
13 years |
Carl Eugen Hoyos |
Never use MP3 as default audio codec for asf.
Some Windows versions …
|
|
|
@4ccd898a
|
13 years |
michaelni |
mandelbrot: support different outer coloring methods.
Signed-off-by: …
|
|
|
@75e30916
|
13 years |
michaelni |
mandelbrot: make bailout a variable
Signed-off-by: Michael …
|
|
|
@847e61de
|
13 years |
michaelni |
avfilter: bump minor for mandelbrot
Signed-off-by: Michael …
|
|
|
@658d166d
|
13 years |
michaelni |
avfilter: add mandelbrot fraktal source
Signed-off-by: Michael …
|
|
|
@29ae0565
|
13 years |
janne-libav |
vble: remove vble_error_close
It does not make much sense to factor …
|
|
|
@c433a3f9
|
13 years |
martin |
VBLE Decoder
Add a decoder for the VBLE Lossless Codec, which
still …
|
|
|
@b656c4d0
|
13 years |
justin.ruggles |
tta: use an integer instead of a pointer to iterate output samples
|
|
|
@5c210e2c
|
13 years |
justin.ruggles |
shorten: do not modify samples pointer when interleaving
|
|
|
@befc473c
|
13 years |
justin.ruggles |
mpc7: only support stereo input.
The Musepack SV7 reference encoder …
|
|
|
@8dbc6d03
|
13 years |
justin.ruggles |
dpcm: do not try to decode empty packets
|
|
|
@e79da63
|
13 years |
justin.ruggles |
dpcm: remove unneeded buf_size==0 check.
It is already checked in …
|
|
|
@9d06037d
|
13 years |
justin.ruggles |
twinvq: add SSE/AVX optimized sum/difference stereo interleaving
|
|
|
@7b966566
|
13 years |
justin.ruggles |
vqf/twinvq: pass vqf COMM chunk info in extradata
This is needed …
|
|
|
@ca482ce4
|
13 years |
justin.ruggles |
vqf: do not set bits_per_coded_sample for TwinVQ.
It is a lossy codec …
|
|
|
@a8a6da4a
|
13 years |
justin.ruggles |
twinvq: check for allocation failure in init_mdct_win()
|
|
|
@e2adce3b
|
13 years |
Carl Eugen Hoyos |
asfenc: Use wmav2 audio codec by default.
|
|
|
@0b7aec5f
|
13 years |
Carl Eugen Hoyos |
Make PAL8 pcx images opaque.
|
|
|
@e22eff96
|
13 years |
Carl Eugen Hoyos |
Set palette for 1bit pcx.
The stored palette contains zeroes only. …
|
|
|
@393b234f
|
13 years |
michaelni |
yadif, its 2011
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
|
|
|
@825481e8
|
13 years |
michaelni |
yadif: reject reuse2 buffers as we cant use frames that change under …
|
|
|
@124e5645
|
13 years |
rsbultje |
swscale: add padding to conversion buffer.
Altivec does unaligned …
|
|
|
@89d7f926
|
13 years |
michaelni |
vda: use fast reallocation.
Signed-off-by: Michael Niedermayer …
|
|
|
@7437db84
|
13 years |
michaelni |
sws: Fix compilation with disabled MMX2
Signed-off-by: Michael …
|
|
|
@b8a1b880
|
13 years |
martin |
rtpdec: Simplify finalize_packet
Signed-off-by: Martin Storsjö …
|
|
|
@b911518d
|
13 years |
martin |
http: Handle proxy authentication
Tested with both Basic and Digest …
|
|
|
@b01f5ba2
|
13 years |
martin |
http: Print an error message for Authorization Required, too
The …
|
|
|
@e1e2285
|
13 years |
anton |
AVOptions: don't return an invalid option when option list is empty
|
|
|
@45fcb86c
|
13 years |
anton |
AIFF: add 'twos' FourCC for the mux/demuxer (big endian PCM audio)
…
|
|
|
@985e7680
|
13 years |
michaelni |
ffprobe: use av_noreturn
Signed-off-by: Michael Niedermayer …
|
|
|
@db29da9a
|
13 years |
michaelni |
ffserver: use av_noreturn
Signed-off-by: Michael Niedermayer …
|
|
|
@109d23e0
|
13 years |
michaelni |
ffplay: use av_noreturn
Signed-off-by: Michael Niedermayer …
|
|
|
@8a2e7683
|
13 years |
michaelni |
ffmpeg: use av_noreturn
Signed-off-by: Michael Niedermayer …
|
|
|
@6d4731e1
|
13 years |
michaelni |
avutil: add av_noreturn
Signed-off-by: Michael Niedermayer …
|
|
|
@ec3c9a30
|
13 years |
michaelni |
ffmpeg: check debug scanf() return value.
Signed-off-by: Michael …
|
|
|
@7d3982b
|
13 years |
michaelni |
ffmpeg: get rid of deprecated warnings due to AVOption useage.
…
|
|
|
@9ef5d707
|
13 years |
michaelni |
Implement use_high_update_speed() and use_normal_update_speed() …
|
|
|
@144d8159
|
13 years |
michaelni |
Initialize num_logged_tiles and remove unnecessary codes
(cherry …
|
|
|
@9634b1c6
|
13 years |
michaelni |
Log index for each line of output
(cherry picked from commit …
|
|
|
@2f8b8f69
|
13 years |
michaelni |
Log tile size
(cherry picked from commit …
|
|
|
@6e4a86a3
|
13 years |
michaelni |
Output decoded residues
|
|
|
@8f8dcf44
|
13 years |
michaelni |
Replace placeholders with actual calls to clear_codec_buffers() and …
|
|
|
@80fa79a3
|
13 years |
michaelni |
Implement lms_update()
(cherry picked from commit …
|
|
|
@afd930dc
|
13 years |
michaelni |
Implement lms_predict()
(cherry picked from commit …
|
|
|
@f12f1896
|
13 years |
michaelni |
Implement reset_codec()
(cherry picked from commit …
|
|
|
@06b67051
|
13 years |
michaelni |
Add missing syntax elements to WmallDecodeCtx
(cherry picked from …
|
|
|
@8a41fdf
|
13 years |
michaelni |
Add .recent syntax element to cdlms struct
(cherry picked from commit …
|
|
|
@a868b6fe
|
13 years |
michaelni |
Analysis and spec comparison
(cherry picked from commit …
|
|
|
@91528664
|
13 years |
michaelni |
Implement clear_codec_buffers()
(cherry picked from commit …
|
|
|
@fd9ea040
|
13 years |
michaelni |
Add buffers to context necessary for reverting cdmls and mclms filter
|
|
|
@1f273373
|
13 years |
michaelni |
Analysis and spec comparison
|
|
|
@7344b75c
|
13 years |
michaelni |
Cosmetics
(cherry picked from commit …
|
|
|
@6d91045
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (29 …
|
|
|
@299809de
|
13 years |
lu_zero |
doc: update libavfilter documentation
Update the reference to the …
|
|
|
@554caed2
|
13 years |
michaelni |
cook: fix apparent typo in extradata parsing
Signed-off-by: Michael …
|
|
|
@083d9ba4
|
13 years |
michaelni |
golomb: Fix overread in get_ur_golomb_jpegls()
Fixes Ticket600
…
|
|
|
@a14708d4
|
13 years |
michaelni |
doc: update examples to use -b:v or -b:a
Fixes Ticket613
…
|
|
|
@0e609d74
|
13 years |
Carl Eugen Hoyos |
Fix some 1bit bmp samples, they are palletised.
Fixes ticket #632.
|
|
|
@371d15ec
|
13 years |
martin |
tls: Use the URLContext as logging context
Signed-off-by: Martin …
|
|
|
@c9e5ac33
|
13 years |
alex.converse |
aes: Avoid illegal read and don't generate more key than we use.
|
|
|
@88b24369
|
13 years |
alex.converse |
mpc7: Fix memset call in mpc7_decode_frame function
|
|
|
@164fca3
|
13 years |
justin.ruggles |
atrac1: use correct context for av_log()
|
|
|
@c298b2b8
|
13 years |
justin.ruggles |
apedec: consume the whole packet when copying to the decoder buffer.
…
|
|
|
@de157f21
|
13 years |
justin.ruggles |
apedec: do not needlessly copy s->samples to nblocks.
also move …
|
|
|
@4315c7d3
|
13 years |
justin.ruggles |
apedec: check output buffer size after calculating actual output size
|
|
|
@ad17207b
|
13 years |
justin.ruggles |
apedec: remove unneeded entropy decoder normalization.
The decoder …
|
|
|
@59f4d1b8
|
13 years |
justin.ruggles |
truespeech: use memmove() in truespeech_update_filters()
|
|
|
@41899b9a
|
13 years |
justin.ruggles |
vorbisdec: remove AVCODEC_MAX_AUDIO_FRAME_SIZE check
The user could …
|
|
|
@e551a6f4
|
13 years |
justin.ruggles |
vorbisdec: remove unneeded buf_size==0 check
|
|
|
@f666276f
|
13 years |
justin.ruggles |
vorbisdec: return proper error codes instead of made-up ones
|
|
|
@eb4fc6ac
|
13 years |
michaelni |
ffmpeg: update timestamping code to handle frame threads
…
|
|
|
@80f716cd
|
13 years |
michaelni |
mpeg4videodec: fix lml4 and frame threading without -vsync 0
…
|
|
|
@f2d00155
|
13 years |
martin |
http: Don't add a Range: bytes=0- header for POST
That header simply …
|
|
|
@2305742b
|
13 years |
janne-libav |
sunrast: Check for invalid/corrupted bitstream
Signed-off-by: Janne …
|
|
|
@6149485f
|
13 years |
martin |
http: Change the chunksize AVOption into chunked_post
The chunksize …
|
|
|
@a2519280
|
13 years |
martin |
http: Add encoding/decoding flags to the AVOptions
Signed-off-by: …
|
|
|
@492cc1be
|
13 years |
anton |
avconv: remove some codec-specific hacks
The problem they are …
|
|
|
@dc86ca1a
|
13 years |
anton |
crypto: add decoding flag to options.
|
|
|
@34ff0e29
|
13 years |
anton |
tls: use AVIO_FLAG_NONBLOCK instead of deprecated URL_FLAG_NONBLOCK
|
|
|
@3b384502
|
13 years |
anton |
http: use different classes for http and https.
|
|
|
@8ef79f42
|
13 years |
martin |
http: Change an error log message to a warning
Signed-off-by: Martin …
|
|
|
@7590061e
|
13 years |
martin |
http: Remove the now unused ff_http_set_headers custom function
…
|
|
|
@27fad11b
|
13 years |
martin |
mms: Set http custom headers via the AVOption
Signed-off-by: Martin …
|
|
|
@196bf28c
|
13 years |
martin |
rtsp: Set http custom headers via the AVOption
Signed-off-by: Martin …
|
|
|
@10da1e91
|
13 years |
martin |
http: Make custom headers settable via an AVOption
Signed-off-by: …
|
|
|
@eaa8c1f9
|
13 years |
martin |
crypto: Don't manually free memory allocated via AVOptions
…
|
|
|
@d10361b6
|
13 years |
martin |
avio: Free URLContext private data allocated via AVOptions
…
|
|
|
@6c643e07
|
13 years |
rsbultje |
avc: fix memory errors when encoding invalid h264 codecdata
…
|
|
|