|
|
|
@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
…
|
|
|
@525a8f3b
|
13 years |
michaelni |
lavc: update AVCodecContext.delay documentation
Based on reimars …
|
|
|
@3cc1af9d
|
13 years |
michaelni |
pthreads: export the delay that was previously exported by mangling …
|
|
|
@afc0a24d
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@dec354b
|
13 years |
stefasab |
vf_fade: reindent after previous commit
|
|
|
@8c1fb50d
|
13 years |
stefasab |
vf_fade: add alpha option and alpha fading support
Signed-off-by: …
|
|
|
@0d60261
|
13 years |
stefasab |
vf_fade: add support to options parsing
Extend fade syntax, required …
|
|
|
@f1f6d361
|
13 years |
justin.ruggles |
avcodec: add support for planar signed 8-bit PCM.
It is found in some …
|
|
|
@dea8f6e
|
13 years |
michaelni |
lowercase FRWU string
8556406d38dc2307dd3f187c4528d64f5c350d5f (lavc: …
|
|
|
@fed5ca25
|
13 years |
justin.ruggles |
ra144enc: add sample_fmts list to ff_ra_144_encoder
This enables the …
|
|
|
@818a3bde
|
13 years |
justin.ruggles |
smackaud: use uint8_t* for 8-bit output buffer type
This matches the …
|
|
|
@375ca0ac
|
13 years |
justin.ruggles |
smackaud: clip output samples
|
|
|
@c86c3c8
|
13 years |
justin.ruggles |
smackaud: use sign_extend() for difference value instead of casting
|
|
|
@701e5348
|
13 years |
michaelni |
vda: set destination image buffer attributes.
Signed-off-by: Michael …
|
|
|
@e7062a1e
|
13 years |
michaelni |
audioconvert: make av_get_channel_layout accept composite names.
…
|
|
|
@979c8de5
|
13 years |
justin.ruggles |
sipr: use a function pointer to select the decode_frame function
|
|
|
@3468ff10
|
13 years |
justin.ruggles |
sipr: set mode based on block_align instead of bit_rate
the user is …
|
|
|
@0005f9a
|
13 years |
justin.ruggles |
sipr: do not needlessly set *data_size to 0 when returning an error
|
|
|
@8cd21070
|
13 years |
michaelni |
Merge remote-tracking branch 'cus/stable'
* cus/stable:
ffplay: …
|
|
|
@9cb70ce3
|
13 years |
justin.ruggles |
ra288: fix formatting of LOCAL_ALIGNED_16
|
|
|
@82a1d575
|
13 years |
michaelni |
fraps: check overread per sample instead of per line
Signed-off-by: …
|
|
|
@46082e61
|
13 years |
michaelni |
fraps: fix memleak
Found-by reimar
Signed-off-by: Michael Niedermayer …
|
|
|
@65ac513
|
13 years |
martin |
udp: Allow specifying the local IP address
This is useful if sending …
|
|
|
@8892d049
|
13 years |
michaelni |
Revert commit 0bc391281ad80d4eb365f3d8978637b07003e8dc
…
|
|
|
@26ae9a5d
|
13 years |
michaelni |
pthreads: drop has_b_frames mangling, its buggy in many many ways,
not …
|
|
|
@367468f1
|
13 years |
Carl Eugen Hoyos |
Check extradata_size before accessing extradata.
Fixes ticket #627.
|
|
|
@c33d4916
|
13 years |
anton |
VC1: Add bottom field offset to block_index[] to avoid rewriting …
|
|
|
@62622d04
|
13 years |
anton |
vc1dec: move an if() block.
There are no reason for "if (c_valid) { …
|
|
|
@4bceeaf0
|
13 years |
anton |
vc1dec: use correct hybrid prediction threshold.
Signed-off-by: Anton …
|
|
|
@4344ce0
|
13 years |
anton |
vc1dec: Partial rewrite of vc1_pred_mv()
The current code is a …
|
|
|
@6475a6e1
|
13 years |
anton |
vc1dec: take ME precision into account while scaling MV predictors.
…
|
|
|
@055a141e
|
13 years |
anton |
lavf: don't leak corrupted packets
Signed-off-by: Anton Khirnov …
|
|
|
@11e155c2
|
13 years |
michaelni |
ra288: try to fix 10l typo that breaks compile on some platforms
…
|
|
|
@b2bdca1
|
13 years |
michaelni |
udp: simplify 7a032cb97f743a651138d2da6214c79e0ce089dd
Signed-off-by: …
|
|
|
@7a032cb9
|
13 years |
michaelni |
Fix segfault on UDP reading
Signed-off-by: Michael Niedermayer …
|
|
|
@4354788a
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
tls: …
|
|
|
@0827222b
|
13 years |
michaelni |
Use more accurate conversion for rgb15/16 to rgb24/32 (C/MMX).
Fate …
|
|
|
@3bdfef31
|
13 years |
michaelni |
fraps: check for overread
Fixeds Ticket619
Signed-off-by: Michael …
|
|
|
@bf0ac7aa
|
13 years |
michaelni |
mpegvideo_probe: reduce score for invalid streams
Signed-off-by: …
|
|
|
@d8407ee2
|
13 years |
Marton Balint |
ffplay: limit lowres to the maximum supported. Fixes Ticket591
…
|
|
|
@fd79167
|
13 years |
Reimar.Doeffinger |
Fix nonsense buffer hints.
The codec uses all previous frames as …
|
|
|
@f38f3b88
|
13 years |
martin |
tls: Use ERR_get_error() in do_tls_poll
The return value ret isn't an …
|
|
|
@4e38d4ef
|
13 years |
michaelni |
mpegvideo_probe: Getting rid of the use of GCC language extensions
…
|
|
|