|
|
|
@fff5e687
|
16 years |
diego |
Move doxygen comments for av_gettime from utils.c to avformat.h.
…
|
|
|
@9bce82fa
|
16 years |
diego |
Add alltools target to build all the tools/ stuff.
Originally …
|
|
|
@766a4a99
|
16 years |
michaelni |
Replace apparently always true condition by assert().
Originally …
|
|
|
@c2c7342
|
16 years |
michaelni |
Simplify pix_fmt_id instead of listing a subset of non-simplified …
|
|
|
@7c1e33f9
|
16 years |
michaelni |
Check the 4th plane too when selecting the pixfmt.
Fixes a crash with …
|
|
|
@e73db718
|
16 years |
diego |
Replace 'test' invocation by 'test -n', this should be safer.
…
|
|
|
@ac63af3
|
16 years |
diego |
Add support for passing a version string to configure that is appended …
|
|
|
@b3de4544
|
16 years |
diego |
Use better table heading names in the supported formats tables.
…
|
|
|
@0c86f89a
|
16 years |
michaelni |
Forgotten changelog update for ASS/SSA (de)muxer.
Originally …
|
|
|
@88caf34
|
16 years |
michaelni |
ASS/SSA muxer.
Originally committed as revision 15430 to …
|
|
|
@295b8c70
|
16 years |
diego |
whitespace cosmetics
Originally committed as revision 15429 to …
|
|
|
@d552d04d
|
16 years |
vitor1001 |
Simplify: avoid duplication backward_filter()
Originally committed as …
|
|
|
@bbc78fb4
|
16 years |
diego |
Remove unused variable.
Originally committed as revision 15427 to …
|
|
|
@2426bb9
|
16 years |
banan |
add ok parts to the rm demuxer for SIPRO support
Originally committed …
|
|
|
@faeedbbb
|
16 years |
banan |
Add support for Acelp.net fourcc and codecid, remuxing wav to avi …
|
|
|
@5c8a1d19
|
16 years |
michaelni |
Do not lose the '\n'.
Originally committed as revision 15424 to …
|
|
|
@a3250d0
|
16 years |
baptiste.coudurier |
sync to latest mingw api, remove unneeded struct definitions
…
|
|
|
@de3ae185
|
16 years |
michaelni |
2 in 1, an ASS and SSA demuxer.
Tested with -scodec copy on all ASS & …
|
|
|
@fb1d2d7b
|
16 years |
baptiste.coudurier |
include sys/select.h, fix freebsd 5.5 compilation
Originally …
|
|
|
@6ad1c9c9
|
16 years |
baptiste.coudurier |
only include sys/select.h if present, fix mingw compilation
…
|
|
|
@644b0c4c
|
16 years |
michaelni |
Prevent image2 from complaining about non monotone timestamps as
there …
|
|
|
@6c805007
|
16 years |
michaelni |
Avoid out of picture accesses when CODEC_FLAG_EMU_EDGE is set.
Fixes …
|
|
|
@64e4af2a
|
16 years |
vitor1001 |
Do instead of divising a float by a constant, multiply by its inverse
…
|
|
|
@68997192
|
16 years |
michaelni |
Ensure that no non-existing frame is used.
Fixes issue624.
Originally …
|
|
|
@05b90fc0
|
16 years |
stefano.sabatini-lala |
Implement av_nearer_q() and av_find_nearest_q_idx() functions.
…
|
|
|
@5f129a05
|
16 years |
michaelni |
Do not free sps & pps on width/height changes.
Fixes issue557.
…
|
|
|
@fe67a236
|
16 years |
michaelni |
Do not use the generic "alloc missing references" code for h.264 as it …
|
|
|
@07dff5c7
|
16 years |
michaelni |
Initialize next/last_picture* as the generic code does not always
set …
|
|
|
@49573a87
|
16 years |
michaelni |
Print which slices are IDR not just the slice type.
Originally …
|
|
|
@cf8bb334
|
16 years |
michaelni |
Fix CAVLC+8x8+MBAFF loop filter.
Fixes FREXT02_JVC_C.
Originally …
|
|
|
@fe281783
|
16 years |
baptiste.coudurier |
cosmetics, remove GXF: in log messages since it is present in context
…
|
|
|
@99f296b3
|
16 years |
baptiste.coudurier |
skip invalid audio samples in gxf packets
Originally committed as …
|
|
|
@60c9b24d
|
16 years |
michaelni |
Field -> MBAFF direct mode can use data from fields that are not
in …
|
|
|
@c75a0cce
|
16 years |
baptiste.coudurier |
include sys/select.h to get select, according to posix 2001,
fix …
|
|
|
@933bd8e2
|
16 years |
baptiste.coudurier |
include sys/select.h instead of unistd.h to get select,
according to …
|
|
|
@b6c77581
|
16 years |
vitor1001 |
Move constant multiplication out of the loop
Originally committed as …
|
|
|
@e60daa34
|
16 years |
vitor1001 |
Cosmetics: move convolve() together with the other DSP functions
…
|
|
|
@a987a126
|
16 years |
vitor1001 |
Simplify: move division by constant off the loop
Originally committed …
|
|
|
@4e240985
|
16 years |
baptiste.coudurier |
stop parsing if tag size is wrongly < 8 to avoid infinite loop
…
|
|
|
@f2d65a6c
|
16 years |
michaelni |
Avoid segfault due to not set AVCodec.
Originally committed as …
|
|
|
@aeb62788
|
16 years |
baptiste.coudurier |
merge amr wb case with amr nb and qcelp
Originally committed as …
|
|
|
@637b638e
|
16 years |
baptiste.coudurier |
only write trailer when state says so, should fix issue #646
…
|
|
|
@26f5e146
|
16 years |
baptiste.coudurier |
do not override sample rate for amr nor qcelp, should fix some qcelp …
|
|
|
@e774c41c
|
16 years |
kostya.shishkov |
Correct wrong lower limit and condition used in APE decoder
…
|
|
|
@f26be477
|
16 years |
michaelni |
ASF stands for "advanced stream format" not "adaptive ...", changing …
|
|
|
@645a6be1
|
16 years |
michaelni |
Merge the 2 lpc loops.
This changes the output by (stddev: 0.21 …
|
|
|
@571bbaf8
|
16 years |
michaelni |
Factorize lpc code slightly.
Originally committed as revision 15393 …
|
|
|
@b6bd7268
|
16 years |
diego |
Add MIPS to list of architectures requiring PIC flags.
Prior to gcc …
|
|
|
@b94a631f
|
16 years |
kostya.shishkov |
Cosmetics: reindent after last commit
Originally committed as …
|
|
|
@fca506df
|
16 years |
kostya.shishkov |
Add RLE4 and RLE8 decoding support for BMP
Originally committed as …
|
|
|
@15501c32
|
16 years |
kostya.shishkov |
Add support for 1-bit, 4-bit, 8-bit and some 16-bit raw BMP
…
|
|
|
@a79cae79
|
16 years |
kostya.shishkov |
Calculate line size correctly for bit depths < 8
Originally committed …
|
|
|
@26d3e4d3
|
16 years |
kostya.shishkov |
Add myself to BMP format maintainers (with permission from Mans on …
|
|
|
@b93dd838
|
16 years |
vitor1001 |
Add support for RVTR fourCC
Originally committed as revision 15386 to …
|
|
|
@aa617518
|
16 years |
michaelni |
A few empty lines for readability.
Originally committed as revision …
|
|
|
@f4d3382d
|
16 years |
michaelni |
Another try to fix temporal direct mode references.
Fixes at least …
|
|
|
@8556ea03
|
16 years |
diego |
spelling cosmetics
Originally committed as revision 15383 to …
|
|
|
@acce61a7
|
16 years |
diego |
AltiVec detection support for OpenBSD, patch by Brad, brad comstyle …
|
|
|
@8dbd9cb6
|
16 years |
michaelni |
Fix all the recent problems Justin had run into with the AC3 parser, …
|
|
|
@48e025e5
|
16 years |
michaelni |
Fix ref_shift so that it is correct for more/all? MBAFF/PAFF mixes. …
|
|
|
@471341a7
|
16 years |
michaelni |
indent
Originally committed as revision 15379 to …
|
|
|
@53c193a9
|
16 years |
michaelni |
Correct comment in the direct mode code.
(note, yes this is unrelated …
|
|
|
@a0ad4083
|
16 years |
michaelni |
Simplify initialization of a few direct mode related variables.
…
|
|
|
@1b6e8b73
|
16 years |
diego |
V4L2 support for OpenBSD, patch by Brad, brad comstyle com
Originally …
|
|
|
@8b1fd554
|
16 years |
michaelni |
Make MBAFF temporal direct mode closer to the spec.
Fixes at least: …
|
|
|
@8f56e219
|
16 years |
michaelni |
Move direct_dist_scale_factor() and direct_ref_list_init() after …
|
|
|
@078f42d
|
16 years |
michaelni |
Set poc for field references in MBAFF.
Originally committed as …
|
|
|
@2446d3d6
|
16 years |
diego |
Rename check_func2 to check_func_headers.
Originally committed as …
|
|
|
@2c006f43
|
16 years |
stefano.sabatini-lala |
Log an error message in case of invalid number of channels.
…
|
|
|
@a85d0c84
|
16 years |
michaelni |
Remove fixme that is based on the assumption of !direct_8x8_inference …
|
|
|
@6a855aae
|
16 years |
michaelni |
Remove check and error message for "MBAFF + !direct_8x8_inference is …
|
|
|
@eed3607
|
16 years |
michaelni |
Avoid undefined behavior for removing elements that were not in the …
|
|
|
@0354ddb7
|
16 years |
michaelni |
Ensure that muxer and encoder aspect ratios match. So no
invalid files …
|
|
|
@8a4f816a
|
16 years |
michaelni |
Support comments in preset files.
Originally committed as revision …
|
|
|
@96b52f9e
|
16 years |
michaelni |
Make pps/sps scaling_matrix initialization closer to the spec.
This …
|
|
|
@341b28c0
|
16 years |
robert.swain |
Zero 'idx' for each iteration of the coupling gain loop and as it is …
|
|
|
@f80a8ca5
|
16 years |
robert.swain |
Cosmetics: missing brackets
Originally committed as revision 15363 to …
|
|
|
@c8947a56
|
16 years |
robert.swain |
Cast the return value of get_bits() to signed integer such that the …
|
|
|
@d464bcef
|
16 years |
michaelni |
Ensure that extradata is not parsed twice.
Fixes FRExt1_Panasonic.
…
|
|
|
@3a9a15c
|
16 years |
kostya.shishkov |
add newline at the end of message
Originally committed as revision …
|
|
|
@e6ab8623
|
16 years |
kostya.shishkov |
ZMBV encoder forgot to fill coded frame pointer
Originally committed …
|
|
|
@4d6a1161
|
16 years |
diego |
small wording fixes
Originally committed as revision 15358 to …
|
|
|
@b30cb420
|
16 years |
kostya.shishkov |
Add fourcc for MS RLE4
Originally committed as revision 15357 to …
|
|
|
@44aa9771
|
16 years |
kostya.shishkov |
Factorize out code used for MS RLE format decoding in different …
|
|
|
@f7e5b0cc
|
16 years |
lessen42 |
Remove duplication of TRANSPOSE8 macro, also removing some redundant …
|
|
|
@7b16a979
|
16 years |
lessen42 |
Make a separate macro for writing an entire block from registers to …
|
|
|
@3f429d11
|
16 years |
lessen42 |
Factorize SSE2_(Row|Column)_IDCT into one macro
Originally committed …
|
|
|
@896a22b8
|
16 years |
lu_zero |
Uniform *ToY and *ToUV function signatures
Originally committed as …
|
|
|
@3a5ba0c3
|
16 years |
lu_zero |
Split mono2Y in monowhite and monoblack
Originally committed as …
|
|
|
@e48a79c9
|
16 years |
lu_zero |
Factorize unit32_t* casts for palette pointer
Originally committed as …
|
|
|
@5813a29e
|
16 years |
baptiste.coudurier |
revert r14983, value is not sample aspect ratio, it is display aspect …
|
|
|
@3c1ebfd5
|
16 years |
lessen42 |
Cosmetics: remove excessive blank lines
Originally committed as …
|
|
|
@8cfd78ce
|
16 years |
lessen42 |
Ensure MMX/SSE2 VP3 IDCT selection isn't disabled when only Theora is …
|
|
|
@c3c5bba
|
16 years |
lessen42 |
Cosmetics: reindent
Originally committed as revision 15349 to …
|
|
|
@4ee735fc
|
16 years |
robert.swain |
libx264 ffpresets:
* default - x264 CLI default values
* …
|
|
|
@f7fc9e49
|
16 years |
lessen42 |
Rewrite SSE2 VP3 IDCT in inline asm
Originally committed as revision …
|
|
|
@437e3f4d
|
16 years |
lessen42 |
Rewrite MMX VP3 IDCT in inline asm
Originally committed as revision …
|
|
|
@ccd3ec82
|
16 years |
lessen42 |
MMX/SSE2 VP3 IDCT are bitexact now that the dequantization matrices …
|
|
|
@7f065b36
|
16 years |
lessen42 |
Take idct permutation into account when initializing dequantization …
|
|
|
@faf6d696
|
16 years |
vitor1001 |
Use SAMPLE_FMT_FLT instead of doing the float->int conversion in the …
|
|
|