|
|
|
@a7e56790
|
13 years |
stefasab |
ffprobe: make writer_print_integer support long long int values
This …
|
|
|
@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 …
|
|
|
@62706711
|
13 years |
martin |
avutil: Add av_timegm as a public function
This is useful, since the …
|
|
|
@16b809ce
|
13 years |
Clément Bœsch |
lavfi: fix misc typo in avfilter.h header.
|
|
|
@747283a0
|
13 years |
martin |
cinepak: Add another special case so that it can handle the following …
|
|
|
@ffc638c2
|
13 years |
martin |
lagarith: add some RGBA decoding support
Signed-off-by: Martin …
|
|
|
@39616fc3
|
13 years |
martin |
lagarith: Add correct line prediction for RGB
Signed-off-by: Martin …
|
|
|
@4da45aff
|
13 years |
Clément Bœsch |
cleanup: remove various double end ';' all over the code.
|
|
|
@df72ae67
|
13 years |
Clément Bœsch |
swr: replace deprecated av_set_int() with av_opt_set_int().
|
|
|
@ad561b57
|
13 years |
Clément Bœsch |
swr: replace deprecated av_opt_set_defaults2() with av_opt_set_defaults().
|
|
|
@180aa82c
|
13 years |
Clément Bœsch |
swr: replace deprecated av_get_bits_per_sample_fmt() with …
|
|
|
@f9368466
|
13 years |
Clément Bœsch |
swr: use designated initializers for the class.
|
|
|
@7e516a11
|
13 years |
Clément Bœsch |
swr: rename resample2 to resample.
|
|
|
@fc425500
|
13 years |
Clément Bœsch |
swr: move format convert code to dedicated functions.
This should …
|
|
|
@20431a9
|
13 years |
michaelni |
wma: Check channel number before init.
Fixes Ticket240
Based on patch …
|
|
|
@c1c836d9
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
lavf: …
|
|
|
@cd6851c
|
13 years |
michaelni |
lavf: if timestamps are invalid (pts=dts) only drop dts.
Because if we …
|
|
|
@52767d89
|
13 years |
mans |
lavf: fix multiplication overflow in avformat_find_stream_info()
…
|
|
|
@1c43713e
|
13 years |
stefasab |
ffprobe: add compact writer
|
|
|
@0491a2a0
|
13 years |
stefasab |
ffprobe: force display of missing fields, depending on writer.flags
…
|
|
|
@7776091b
|
13 years |
michaelni |
diracdec: obmc accesses arent aligned for all files.
Thus use …
|
|
|
@d5e1244c
|
13 years |
michaelni |
opt: Fix *av_opt_find2(NULL)
Fixes Ticket650
Signed-off-by: Michael …
|
|
|
@04bb26e3
|
13 years |
michaelni |
mandelbrot: add dither to convergence & mincol colorings.
This avoids …
|
|
|
@7575980b
|
13 years |
michaelni |
mandelbrot: make mincol the default.
Signed-off-by: Michael …
|
|
|
@8d51cb4f
|
13 years |
michaelni |
mandelbrot: add mincol inner coloring method.
Signed-off-by: Michael …
|
|
|
@6f20921d
|
13 years |
takis.issaris |
Fix seeking when using Apple HTTP Live Streaming
The Apple HTTP Live …
|
|
|
@f1d1516e
|
13 years |
justin.ruggles |
cosmetics: indentation
|
|
|
@1158745a
|
13 years |
justin.ruggles |
mpegaudiodec: init static tables in AVCodec.init_static_data()
|
|
|
@bf0ca404
|
13 years |
michaelni |
Update my GnuPG fingerprint.
Signed-off-by: Michael Niedermayer …
|
|
|
@5a68b1a
|
13 years |
michaelni |
mandelbrot: add inner drawing method to show converence time
…
|
|
|
@5582e557
|
13 years |
michaelni |
mandelbrot: add "fractal" to the description
Signed-off-by: Michael …
|
|
|
@4c52ada
|
13 years |
michaelni |
mandelbrot: Fix "warning: passing argument 2 of ‘draw_mandelbrot’ from …
|
|
|
@53cb0de2
|
13 years |
michaelni |
asfdec: mark only ts1 as av_unused
Idea-by: ubitux
Signed-off-by: …
|
|
|
@7ea39638
|
13 years |
michaelni |
mpegts: Completely ignore H222 spec and consider reserved adaption
…
|
|
|
@a72580f
|
13 years |
michaelni |
Merge remote-tracking branch 'qatar/master'
* qatar/master:
…
|
|
|
@be4c9a44
|
13 years |
michaelni |
mpeg4videodec: dont treat empty frames as errors for QMP4, it seems …
|
|
|
@66cd3c12
|
13 years |
michaelni |
mpegaudio: prettify avpriv_mpa_bitrate_tab
Signed-off-by: Michael …
|
|
|
@6760bd0a
|
13 years |
michaelni |
asfdec: avoid unused variable warning.
Signed-off-by: Michael …
|
|
|
@ba7f1887
|
13 years |
michaelni |
asfdec: use dts for seeking.
Signed-off-by: Michael Niedermayer …
|
|
|
@bb4eabac
|
13 years |
michaelni |
asfdec: restore timestamp reading code
This reverts part of:
commit …
|
|
|
@edc26bfa
|
13 years |
dilaroga |
vda: use K&R style.
|
|
|
@2b1a4c5b
|
13 years |
stefasab |
amovie: avoid crash in amovie_request_frame() if no samplesref is …
|
|
|
@81852ef5
|
13 years |
dilaroga |
vda: get correctly the frame from h264 context.
|
|
|
@4590e161
|
13 years |
dilaroga |
vda: check allocation result.
|
|
|
@c7fa3eea
|
13 years |
dilaroga |
vda: removes useless casts.
|
|
|
@6e1e4938
|
13 years |
dilaroga |
vda: cosmetic.
|
|
|
@a40867f2
|
13 years |
dilaroga |
configure: add vda dependencies.
|
|
|
@b46134f6
|
13 years |
dilaroga |
vda: reordering headers inclusion.
|
|
|
@9837442a
|
13 years |
dilaroga |
vda: undef Picture.
|
|
|