|
|
|
@2c3c87b8
|
16 years |
benoit.fouet |
Remove useless casts and use variable instead of its type in sizeof.
…
|
|
|
@9fd88b29
|
16 years |
benoit.fouet |
Change table types to uint8_t
Originally committed as revision 15470 …
|
|
|
@12ce1f3f
|
16 years |
lessen42 |
Downgrade severity of leftover bits in header packets, and don't check …
|
|
|
@0c5f76f7
|
16 years |
baptiste.coudurier |
support negative ctts in some way, unset wrong dts
Originally …
|
|
|
@ae4ffe9f
|
16 years |
michaelni |
Allocate 1 line more in the chroma plane for H.264, this avoids some …
|
|
|
@503bc40
|
16 years |
michaelni |
Replace second (and wrong) call to avcodec_align_dimensions() by …
|
|
|
@8c07cee
|
16 years |
michaelni |
Do not attempt to perform error concealment in lowres mode as this is …
|
|
|
@15ae1959
|
16 years |
Aurélien Jacobs |
atrac3: ensure input frame is not overwritten (it is const)
this fixes …
|
|
|
@068e82ba
|
16 years |
lessen42 |
Use skip_frame for keyframe-only decoding rather than #ifdef
…
|
|
|
@bf615b89
|
16 years |
Carl Eugen Hoyos |
Fix a warning about an undefined function when compiling h264.c
…
|
|
|
@dc771f6b
|
16 years |
diego |
Remove some format string warnings.
patch by Diego Pettenò, flameeyes …
|
|
|
@d0feff2a
|
16 years |
diego |
Uniformly define _XOPEN_SOURCE to 600.
The feature_tests.h header from …
|
|
|
@c44c4e18
|
16 years |
diego |
cosmetics: Consistently use #ifdef in preprocessor directives.
…
|
|
|
@92ca9105
|
16 years |
diego |
Remove unused function fast_memcpy.
Originally committed as revision …
|
|
|
@ed2164f3
|
16 years |
diego |
cosmetics: indentation
Originally committed as revision 27672 to …
|
|
|
@8335a9f0
|
16 years |
michaelni |
Revert mistakely commited hunk.
Originally committed as revision …
|
|
|
@0473e31f
|
16 years |
michaelni |
Print all cases that are tested, not just the ones that are bad.
…
|
|
|
@f830d824
|
16 years |
michaelni |
Fix infinite loop with spline, bug was introduced in r27612 by me.
…
|
|
|
@1d44d365
|
16 years |
Aurélien Jacobs |
fix -uninstalled.pc includedir for out-of-tree builds
patch by Diego …
|
|
|
@143df827
|
16 years |
Aurélien Jacobs |
set video_enc->sample_aspect_ratio to fix stream copy
patch by Wolfram …
|
|
|
@ed16f91f
|
16 years |
michaelni |
Guess picture type from picture coding extension when the main header …
|
|
|
@d5e34dcb
|
16 years |
Aurélien Jacobs |
matroskadec: merge ASS events which share the same pts in the same …
|
|
|
@3df2be9f
|
16 years |
Aurélien Jacobs |
matroskadec: ass events lines must end with a DOS style EOL
…
|
|
|
@1bb4a1a
|
16 years |
Aurélien Jacobs |
matroskadec: set duration only for CODEC_ID_TEXT subtitles
Originally …
|
|
|
@e7d4b743
|
16 years |
Aurélien Jacobs |
matroskadec: pass duration as parameter of matroska_fix_ass_packet()
…
|
|
|
@e43d7a18
|
16 years |
michaelni |
AVOptions support for ffplay.
Originally committed as revision 15451 …
|
|
|
@85663ef3
|
16 years |
michaelni |
Move opt_default() and set_context_opts() to cmdutils so it can be …
|
|
|
@df1a4b11
|
16 years |
michaelni |
Rename opt_default() so it will not conflict with the one from …
|
|
|
@30ab4ded
|
16 years |
stefano.sabatini-lala |
Document the directpred auto value.
Patch by Francesco Cosoleto …
|
|
|
@b235dbb
|
16 years |
stefano.sabatini-lala |
Substitute the not anymore supported "me" option name with "me_method" …
|
|
|
@9e44998c
|
16 years |
robert.swain |
Make myself maintainer of the preset files
Originally committed as …
|
|
|
@d2845b75
|
16 years |
stefano.sabatini-lala |
Implement the force_fps option, which disables the automatic selection …
|
|
|
@4c149a80
|
16 years |
robert.swain |
Use DECLARE_ALIGNED_16() on vorbis windows as they are used in …
|
|
|
@4e72f12
|
16 years |
michaelni |
Support loading presets from random paths.
Fixes issue659.
Originally …
|
|
|
@7a8b7634
|
16 years |
Aurélien Jacobs |
assdec: don't remove CR, they are part of the spec
Originally …
|
|
|
@78cb7273
|
16 years |
diego |
cosmetics: Break overly long lines, one grammar fix.
Originally …
|
|
|
@4f57fa8c
|
16 years |
diego |
spelling/wording/grammar
Originally committed as revision 15440 to …
|
|
|
@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.
…
|
|
|