|
|
|
@56fc4cf0
|
13 years |
michaelni |
vsrc_mandelbrot: always store values for periodicity checking, this …
|
|
|
@da1344e0
|
13 years |
michaelni |
vsrc_mandelbrot: simplify second bailout search by not recalculating …
|
|
|
@e749b378
|
13 years |
michaelni |
vsrc_mandelbrot: increase zyklus array size so that optimizations can …
|
|
|
@649d3932
|
13 years |
michaelni |
vsrc_mandelbrot: check bailout only once every 8 iterations, this is …
|
|
|
@fe2efc52
|
13 years |
michaelni |
vsrc_mandelbrot: factorize periodicity checking too.
Signed-off-by: …
|
|
|
@cf670fbc
|
13 years |
michaelni |
vsrc_mandelbrot: factorize main calculation out into a macro.
…
|
|
|
@0af8d207
|
13 years |
michaelni |
h261dec: correct AV_EF flags.
Signed-off-by: Michael Niedermayer …
|
|
|
@b0ccebe
|
13 years |
michaelni |
mpeg12dec: correct AV_EF flags.
Signed-off-by: Michael Niedermayer …
|
|
|
@7fbe87c0
|
13 years |
michaelni |
lavc: remove incorrect mapping between semantically incompatible error …
|
|
|
@85ab33b8
|
13 years |
michaelni |
mpegaudeiodec: correct AV_EF flags.
Signed-off-by: Michael …
|
|
|
@02bd11e9
|
13 years |
michaelni |
lavc: Add AV_EF flags to restore support for the error_resilience …
|
|
|
@328a3545
|
13 years |
michaelni |
udp: update to new interrupt callback API
Signed-off-by: Michael …
|
|
|
@e161b079
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master: (22 …
|
|
|
@36a60fad
|
13 years |
michaelni |
lavf: cdg has large non keyframe segments and should thus be exempt …
|
|
|
@ff3755cb
|
13 years |
janne-libav |
configure: add check for w32threads to enable it automatically
|
|
|
@fca85ce5
|
13 years |
michaelni |
rawdec: use a default sample rate if none is specified.
Fixes "ffmpeg …
|
|
|
@6f326b50
|
13 years |
michaelni |
sws: fix:
libswscale/swscale_unscaled.c:915:9: warning: new qualifiers …
|
|
|
@8c3ab309
|
13 years |
michaelni |
sws: Fix:
libswscale/swscale_unscaled.c:805:5: warning: passing …
|
|
|
@58eca517
|
13 years |
michaelni |
sws: Fix:
libswscale/utils.c:941:13: warning: passing argument 5 of …
|
|
|
@6ed000c8
|
13 years |
michaelni |
sws: Fix warning: ‘abase’ may be used uninitialized in this function
…
|
|
|
@0a3a125f
|
13 years |
michaelni |
sws: update copyright dates
Signed-off-by: Michael Niedermayer …
|
|
|
@babf4fe0
|
13 years |
michaelni |
Don't fill in frame gaps with copied refs after flush
The filled in …
|
|
|
@14db3af
|
13 years |
michaelni |
qdm2dec: check remaining input bits in the mainloop of …
|
|
|
@1fbf7165
|
13 years |
nicolas.george |
lavfi: reimplement MPlayer's af_pan filter for libavfilter.
Original …
|
|
|
@fd1cea6
|
13 years |
michaelni |
mxfdec: Add hack that adjusts the n_delta calculation when system …
|
|
|
@7ddb0607
|
13 years |
michaelni |
mxfdec: Parse IndexTableSegments and convert them into AVIndexEntry …
|
|
|
@704af3e2
|
13 years |
lu_zero |
rtmp: do not hardcode invoke numbers
Note: FCPublish/FCUnpublish are …
|
|
|
@b7d939d9
|
13 years |
lu_zero |
cinepack: return non-generic errors
|
|
|
@81ac4cda
|
13 years |
anton |
fate-lavf-ts: use -mpegts_transport_stream_id option.
Serves as a …
|
|
|
@f872e4d0
|
13 years |
anton |
Add an APIchanges entry and a minor bump for avio changes.
|
|
|
@45f511ec
|
13 years |
anton |
avio: Mark the old interrupt callback mechanism as deprecated
Prepare …
|
|
|
@40972f7c
|
13 years |
anton |
avplay: Set the new interrupt callback
Signed-off-by: Anton Khirnov …
|
|
|
@2abe947a
|
13 years |
anton |
avconv: Set new interrupt callbacks for all AVFormatContexts, use …
|
|
|
@a4009c6a
|
13 years |
martin |
cinepak: remove redundant coordinate checks
Signed-off-by: Michael …
|
|
|
@867b4966
|
13 years |
martin |
cinepak: check strip_size
Signed-off-by: Michael Niedermayer …
|
|
|
@d92fea2b
|
13 years |
martin |
cinepak, simplify, use AV_RB24()
Signed-off-by: Michael Niedermayer …
|
|
|
@a2b51fe8
|
13 years |
martin |
cinepak: simplify, use FFMIN()
Signed-off-by: Michael Niedermayer …
|
|
|
@b55aa7df
|
13 years |
martin |
cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
|
|
|
@795d9594
|
13 years |
martin |
applehttp: Fix seeking in streams not starting at DTS=0
The Apple …
|
|
|
@a7e56790
|
13 years |
stefasab |
ffprobe: make writer_print_integer support long long int values
This …
|
|
|
@dbc2424
|
13 years |
martin |
http: Don't use the normal http proxy mechanism for https
The tls …
|
|
|
@2565dbe
|
13 years |
martin |
tls: Handle connection via a http proxy
Signed-off-by: Martin Storsjö …
|
|
|
@f5c5d57b
|
13 years |
martin |
http: Reorder two code blocks
This is in preparation for a later …
|
|
|
@9f1dae94
|
13 years |
martin |
http: Add a new protocol for opening connections via http proxies
…
|
|
|
@bf7723a6
|
13 years |
martin |
http: Split out the non-chunked buffer reading part from http_read
…
|
|
|
@ddf9b510
|
13 years |
martin |
segafilm: add support for raw videos
Signed-off-by: Martin Storsjö …
|
|
|
@525c5b08
|
13 years |
martin |
rtpdec: only use RTCP for PTS when synchronizing multiple streams
…
|
|
|
@12348ca2
|
13 years |
martin |
rtpdec: unwrap RTP timestamps for PTS calculation
The timestamp field …
|
|
|
@95d6e5bd
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
vp5: …
|
|
|
@640424e
|
13 years |
michaelni |
j2kdec: fix 10l typo in initializing sgnd.
Signed-off-by: Michael …
|
|
|
@856b33f5
|
13 years |
michaelni |
Added support for J2K encoding with libopenjpeg
Note: Some of the …
|
|
|
@32aa9590
|
13 years |
michaelni |
vf_scale: Fix slice position assert to take vertical subsampling into …
|
|
|
@5bccb2d0
|
13 years |
michaelni |
sws: handle jpeg pixel formats in sws_init_context()
Fixes Ticket576
…
|
|
|
@3495817
|
13 years |
Clément Bœsch |
libutvideo: use K&R style.
|
|
|
@bb4b0ad8
|
13 years |
alex.converse |
vp5: Fix illegal read.
Found with Address Sanitizer
|
|
|
@e0966eb1
|
13 years |
alex.converse |
vp6: Fix illegal read.
Found with Address Sanitizer
Signed-off-by: …
|
|
|
@30ca700b
|
13 years |
michaelni |
ac3probe: Detect Sonic Foundry Soft Encode AC3 as raw AC3.
Our ac3 …
|
|
|
@4fef94c6
|
13 years |
michaelni |
swr: doxument matrix fields.
Signed-off-by: Michael Niedermayer …
|
|
|
@0bfc03d
|
13 years |
Clément Bœsch |
swr: move code to avoid resample forward declaration.
|
|
|
@eafa2b60
|
13 years |
Clément Bœsch |
swr: introduce a public function to customize the channel mapping.
|
|
|
@d3baced
|
13 years |
Clément Bœsch |
doc: reword and clarify default stream selection.
|
|
|
@5a2b3f3a
|
13 years |
michaelni |
aacdec: Avoid unneeded reinit due to ADTS headers
Fixes Ticket 662
…
|
|
|
@1dbd433f
|
13 years |
Clément Bœsch |
swr: use av_opt_set_int() instead of manual assignments in …
|
|
|
@f03afd5d
|
13 years |
Clément Bœsch |
swr: surround mixing is obviously used, fix comment.
|
|
|
@68d3144e
|
13 years |
Clément Bœsch |
swr: doxycomment public API.
|
|
|
@acd56efb
|
13 years |
Clément Bœsch |
swr: correctly raise rematrix AVERROR.
|
|
|
@31ec6947
|
13 years |
michaelni |
libopenjpeg: rename decoder source file.
Signed-off-by: Michael …
|
|
|
@d50122ea
|
13 years |
Carl Eugen Hoyos |
Do not try to read total disc or track number if data atom is too …
|
|
|
@92db95e9
|
13 years |
martin |
tls: Use TLSv1_client_method for OpenSSL
TLSv1 is compatible with …
|
|
|
@7cdfce4f
|
13 years |
Clément Bœsch |
swr: fix "control reaches end of non-void function" compiler warning.
|
|
|
@809631af
|
13 years |
Clément Bœsch |
swr: bump minor version.
|
|
|
@af1eb298
|
13 years |
Clément Bœsch |
swr: use int16_t instead of short for resampling.
|
|
|
@4c0bad51
|
13 years |
Clément Bœsch |
swr: start doxycommenting the API.
|
|
|
@a768b9d8
|
13 years |
Clément Bœsch |
swr: make swr_* functions match the prototypes.
|
|
|
@645c61fb
|
13 years |
Clément Bœsch |
swr: rename swr_alloc2() to swr_alloc_set_opts().
|
|
|
@c4deb90c
|
13 years |
Clément Bœsch |
swr: use "swri_" prefix instead of "swr_" for the private API.
|
|
|
@64db5a1a
|
13 years |
Clément Bœsch |
swr: drop 'AV' prefix from ResampleContext.
This type/struct is not …
|
|
|
@fc6351d0
|
13 years |
Clément Bœsch |
swr: make audio convert code explicitely private.
Only what's …
|
|
|
@3a5fc385
|
13 years |
Clément Bœsch |
swr: fix #endif comment ref.
|
|
|
@3e971fc6
|
13 years |
michaelni |
h264: fix cur_chroma_format_idc with slice multithreading.
…
|
|
|
@1d23e524
|
13 years |
michaelni |
mjpeg: support mpo
Fixes stereoscopic_photo.mpo
Signed-off-by: …
|
|
|
@8709ba90
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@4f7ad4c3
|
13 years |
michaelni |
h264: migrate poc gap based has_b_frames calculation into new …
|
|
|
@ed83f848
|
13 years |
michaelni |
h264: minor simplification
Signed-off-by: Michael Niedermayer …
|
|
|
@bfca3511
|
13 years |
michaelni |
h264: rewrite has_b_frame calculation code,
the previous …
|
|
|
@18b7f40
|
13 years |
michaelni |
h264: reset last_pocs on IDRs
Signed-off-by: Michael Niedermayer …
|
|
|
@7056f13a
|
13 years |
michaelni |
cinepak: remove redundant coordinate checks
Signed-off-by: Michael …
|
|
|
@cea0c82d
|
13 years |
michaelni |
cinepak: check strip_size
Signed-off-by: Michael Niedermayer …
|
|
|
@f35f50b3
|
13 years |
michaelni |
cinepak, simplify, use AV_RB24()
Signed-off-by: Michael Niedermayer …
|
|
|
@111ffa5
|
13 years |
michaelni |
cinepak: simplify, use FFMIN()
Signed-off-by: Michael Niedermayer …
|
|
|
@69a501e6
|
13 years |
Clément Bœsch |
ffprobe: small align cosmetic in json writer struct init.
|
|
|
@9813af25
|
13 years |
Clément Bœsch |
ffprobe: make Writers constant.
|
|
|
@f0db0500
|
13 years |
stefasab |
ffprobe: apply misc cosmetics to compact writer definition
|
|
|
@1f0d937
|
13 years |
stefasab |
ffprobe: add csv writer
|
|
|
@4e7b3ef3
|
13 years |
michaelni |
cinepak: Fix division by zero, ask for sample if encoded_buf_size is 0 …
|
|
|
@12d9a364
|
13 years |
michaelni |
Add another special case to the Cinepak video decoder so that it can …
|
|
|
@974d25e2
|
13 years |
michaelni |
mandelbrot: make mincol description and code match.
Signed-off-by: …
|
|
|
@268fb3f9
|
13 years |
martin |
mpegaudiodec: Don't use a nonexistent log context for av_dlog
This …
|
|
|
@18579f0
|
13 years |
martin |
avformat: Accept the ISO8601 separate format as input, too
This makes …
|
|
|
@4a835416
|
13 years |
martin |
avformat: Interpret times in ff_iso8601_to_unix_time as UTC
This …
|
|
|