|
|
|
@e2e34104
|
14 years |
rsbultje |
Move hadamard_diff{,16}_{mmx,mmx2,sse2,ssse3}() from inline asm to …
|
|
|
@d0acc2d2
|
14 years |
rsbultje |
Move sse16_sse2() from inline asm to yasm. It is one of the functions …
|
|
|
@6de163e
|
14 years |
mans |
configure: detect Open64 compiler
Originally committed as revision …
|
|
|
@b9f5e3bd
|
14 years |
ramiro.polla |
swscale-test: cosmetic alignment
Originally committed as revision …
|
|
|
@dcb90374
|
14 years |
stefano.sabatini-lala |
Cosmetics: fix weird align.
Originally committed as revision 25134 to …
|
|
|
@e6c4a417
|
14 years |
stefano.sabatini-lala |
Use <> for system headers inclusion.
Originally committed as revision …
|
|
|
@0a7d6e01
|
14 years |
stefano.sabatini-lala |
Fix copyright notice, make it more consistent with the rest of FFmpeg. …
|
|
|
@58d94364
|
14 years |
stefano.sabatini-lala |
Fix grammar in the ocv_smooth filter documentation.
Originally …
|
|
|
@b1094275
|
14 years |
stefano.sabatini-lala |
Prefer "X" over X, looks more readable and more consistent with …
|
|
|
@eb6fb058
|
14 years |
Carl Eugen Hoyos |
Remove useless comment.
Originally committed as revision 25129 to …
|
|
|
@5a901737
|
14 years |
ramiro.polla |
swscale: remove useless temporary variable
Originally committed as …
|
|
|
@cf1cd520
|
14 years |
ramiro.polla |
swscale: factorize plane copying code out of 2 functions
Originally …
|
|
|
@f1084cb0
|
14 years |
ramiro.polla |
swscale-test: always use bilinear scaler to get output for SSD
…
|
|
|
@efec9ac8
|
14 years |
Carl Eugen Hoyos |
Allow float values for libmp3lame quality.
Patch by James Darnley, …
|
|
|
@6c834328
|
14 years |
justin.ruggles |
Allow audiogen to take commandline parameters for sample rate and …
|
|
|
@160918d5
|
14 years |
martin |
rtsp: Handle standard assigned codec names for private payload types, …
|
|
|
@0048a2a8
|
14 years |
martin |
Handle G.722 in RTP, and all the exceptions mandated in RFC 3551
…
|
|
|
@82eac2f
|
14 years |
Reimar.Doeffinger |
Check avctx width/height more thoroughly (e.g. all values 0 except …
|
|
|
@4faf628f
|
14 years |
michaelni |
Clarify what av_read_frame() returns.
Originally committed as …
|
|
|
@180ec37d
|
14 years |
mans |
Update pathscale compiler detection
Originally committed as revision …
|
|
|
@4a6cc8fa
|
14 years |
mans |
ARM: fix NEON h264_idct_add8
Originally committed as revision 25121 …
|
|
|
@bc6f0af2
|
14 years |
tomas.hardin |
Add av_popcount() to libavutil/common.h and bump minor version
…
|
|
|
@1d16a1c
|
14 years |
rsbultje |
Rename h264_idct_sse2.asm to h264_idct.asm; move inline IDCT asm from …
|
|
|
@6ebf0bf
|
14 years |
stefano.sabatini-lala |
Implement libopencv smooth filter.
Originally committed as revision …
|
|
|
@c12f7b2d
|
14 years |
ramiro.polla |
rgb2rgb: don't misuse HAVE_* defines
Introduce and use …
|
|
|
@c157fe63
|
14 years |
michaelni |
Limit av_log repeat detection to terminals so as to avoid filling …
|
|
|
@6639af56
|
14 years |
Carl Eugen Hoyos |
Reindent after r25115.
Originally committed as revision 25116 to …
|
|
|
@43836928
|
14 years |
Carl Eugen Hoyos |
Add R10k decoder.
Original patch by Zhou Zongyi, zhouzy A os pku edu …
|
|
|
@527c91e3
|
14 years |
Carl Eugen Hoyos |
Test lowres before codec init.
Originally committed as revision 25114 …
|
|
|
@40b433b6
|
14 years |
ramiro.polla |
swscale: indentation and emtpy line cosmetics
Originally committed as …
|
|
|
@6527e561
|
14 years |
ramiro.polla |
swscale: avoid reading prior to the source buffer in planar2x() MMX2
…
|
|
|
@b3555bf0
|
14 years |
siretart |
fix x11grab example in e.g. the manpage so that they actually work
…
|
|
|
@4660143
|
14 years |
stefano.sabatini-lala |
Apply minor simplification in av_read_image_line().
Originally …
|
|
|
@78b19cf0
|
14 years |
mans |
pixdesc: indent
Originally committed as revision 25111 to …
|
|
|
@9525243
|
14 years |
mans |
pixdesc: use 8-bit accesses when possible in …
|
|
|
@4b9ac6de
|
14 years |
stefano.sabatini-lala |
Cosmetics: use x ? y : z construct and merge intialization and …
|
|
|
@01058893
|
14 years |
stefano.sabatini-lala |
Cosmetics: simplify layout of fmt_conversion_table, make it shorter …
|
|
|
@9b4bf9c2
|
14 years |
ramiro.polla |
swscale-test: allow specifying src/dst pixel formats
Originally …
|
|
|
@9075bc7c
|
14 years |
ramiro.polla |
indent
Originally committed as revision 32214 to …
|
|
|
@4bf4478
|
14 years |
ramiro.polla |
swscale-test: take input from reference file
If the CRC from the …
|
|
|
@6bbae4c8
|
14 years |
ramiro.polla |
swscale-test: always use SWS_BILINEAR to convert from ref to src
…
|
|
|
@3e1e780
|
14 years |
ramiro.polla |
swscale-test: move conversion from ref to source back to doTest()
The …
|
|
|
@a51125b5
|
14 years |
ramiro.polla |
rgb2rgb: replace shuffle_bytes_2103() by optimized rgb32tobgr32()
…
|
|
|
@c7d89948
|
14 years |
justin.ruggles |
Set a constant frame size for encoding G.726 audio.
Originally …
|
|
|
@680861ca
|
14 years |
stefano.sabatini-lala |
Cosmetics: apply minor style fixes.
Originally committed as revision …
|
|
|
@0c41d554
|
14 years |
Carl Eugen Hoyos |
Read all id3v2 tags at the beginning of mp3 files.
Patch by David …
|
|
|
@0132ab80
|
14 years |
ramiro.polla |
indent
Originally committed as revision 32157 to …
|
|
|
@4d861749
|
14 years |
ramiro.polla |
swscale: remove unused code
yvu9ToYv12Wrapper() used to support yv12 …
|
|
|
@4821b445
|
14 years |
ramiro.polla |
rgb2rgb: remove unused yvu9toyv12 function
Originally committed as …
|
|
|
@fe5f761a
|
14 years |
martin |
Add a FATE test for the G.722 decoder
Originally committed as …
|
|
|
@c058dc22
|
14 years |
mans |
tta: remove stray semicolon
Originally committed as revision 25103 to …
|
|
|
@8d39fbd6
|
14 years |
Carl Eugen Hoyos |
Allow mpeg encoding with qscale and very low frame rate.
Patch by …
|
|
|
@16f82508
|
14 years |
Carl Eugen Hoyos |
FLV Metadata
Patch by Tomás Touceda, chiiph gentoo org
Originally …
|
|
|
@c7bb7eff
|
14 years |
vitor1001 |
Move AMR-NB frame unpacking code to a common file so it can be reused …
|
|
|
@6f99324
|
14 years |
lu_zero |
Update H263_AIC asm offset for the apple variant
Originally committed …
|
|
|
@bb2d8e9f
|
14 years |
alex.converse |
aacdec: Rework channel mapping compatibility hacks.
For a PCE based …
|
|
|
@11198b1
|
14 years |
stefano.sabatini-lala |
Cosmetics: remove useless parentheses.
Originally committed as …
|
|
|
@936cfbc5
|
14 years |
Reimar.Doeffinger |
Fix 24 bpp CSCD decoding, as for Windows bitmaps in this (and only …
|
|
|
@324d22b2
|
14 years |
mans |
nutenc: fix unstable floating-point calculations
Originally committed …
|
|
|
@535cb043
|
14 years |
martin |
Allow the lowres option to affect audio codecs, too
Originally …
|
|
|
@240fd8ef
|
14 years |
rsbultje |
Remove h264 asm items off the GPL-only list. They are LGPL now.
…
|
|
|
@8acb554a
|
14 years |
darkshikari |
LGPL SSE2 H.264 iDCT
This leaves no more GPL-only H.264 decoding asm …
|
|
|
@20de72a4
|
14 years |
alex.converse |
adts demuxer: Set the time base to be the LCM of all ADTS sample …
|
|
|
@2dfa7c72
|
14 years |
martin |
Update the audio sample rate when doing lowres audio decoding, before …
|
|
|
@23e05db7
|
14 years |
Reimar.Doeffinger |
Fix indentation.
Originally committed as revision 25089 to …
|
|
|
@65d45cea
|
14 years |
mans |
Add missing #include <string.h> in x86/cpu.c
Originally committed as …
|
|
|
@9013560
|
14 years |
martin |
Add a muxer and demuxer for raw G.722
Originally committed as …
|
|
|
@58e37eaf
|
14 years |
martin |
Add G.722 ADPCM audio decoder
Originally committed as revision 25086 …
|
|
|
@a3f0d2b9
|
14 years |
mans |
Cache detected CPU flags
Originally committed as revision 25085 to …
|
|
|
@9275438a
|
14 years |
mans |
Clean up av_get_cpu_flag()
Instead of defining functions in per-arch …
|
|
|
@d222e9f9
|
14 years |
ramiro.polla |
av_fill_image_linesizes -> av_image_fill_linesizes
Originally …
|
|
|
@4389d606
|
14 years |
ramiro.polla |
av_fill_image_linesizes -> av_image_fill_linesizes
Originally …
|
|
|
@6bd296f
|
14 years |
baptiste.coudurier |
In mov muxer, write reduced sample aspect ratio values in pasp
…
|
|
|
@0e7d436d
|
14 years |
baptiste.coudurier |
Check dref size based on a patch by google
Originally committed as …
|
|
|
@9044dd83
|
14 years |
baptiste.coudurier |
In mov demuxer, do not override aspect ratio in tkhd by pasp like …
|
|
|
@e47ca217
|
14 years |
diego |
Use filename as pattern for multiple inclusion guards.
Originally …
|
|
|
@a9b98c01
|
14 years |
diego |
Add missing stdint.h #include; necessary to pass 'make checkheaders'.
…
|
|
|
@15cae5e6
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry for the av_get_cpu_flags() addition of r25076.
…
|
|
|
@c6c98d08
|
14 years |
stefano.sabatini-lala |
Move mm_support() from libavcodec to libavutil, make it a public …
|
|
|
@9ec7458
|
14 years |
stefano.sabatini-lala |
Remove reference to not anymore existing symbol has_altivec and use …
|
|
|
@539ff40
|
14 years |
ramiro.polla |
rgb2rgb: build SSE2 codepath
Originally committed as revision 32068 …
|
|
|
@ccf22d3e
|
14 years |
stefano.sabatini-lala |
Merge has_altivec() function into mm_support(), remove it and use …
|
|
|
@83f72f13
|
14 years |
Reimar.Doeffinger |
Only draw the actually visible area in vp3_draw_horiz_band.
Fixes a …
|
|
|
@6950cca9
|
14 years |
stefano.sabatini-lala |
Add missing checks on invalid pixel format in …
|
|
|
@16bacad4
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after the recent changes to imgutils.h API of …
|
|
|
@2b3cd04d
|
14 years |
stefano.sabatini-lala |
Cosmetics: use plural form for *linesizes arguments of …
|
|
|
@9d2e0ad8
|
14 years |
stefano.sabatini-lala |
Remove use of deprecated functions av_image_fill_pointers/linesizes in …
|
|
|
@4afbcf46
|
14 years |
stefano.sabatini-lala |
Reindent.
Originally committed as revision 25068 to …
|
|
|
@34017fd
|
14 years |
stefano.sabatini-lala |
Move av_picture_data_copy() to libavcore, and rename it …
|
|
|
@e7eb2033
|
14 years |
stefano.sabatini-lala |
Reimplement av_picture_data_copy() avoiding the use of PixFmtInfo …
|
|
|
@03ff6116
|
14 years |
stefano.sabatini-lala |
Reindent after the last commit.
Originally committed as revision …
|
|
|
@9686abb8
|
14 years |
stefano.sabatini-lala |
Reimplement ff_img_copy_plane() as av_image_copy_plane() in libavcore, …
|
|
|
@b163078f
|
14 years |
Carl Eugen Hoyos |
Fix formatting for negative start times (issue 2139).
Patch by …
|
|
|
@48ac225d
|
14 years |
vitor1001 |
Move lsp2lpc_sipr() function to common code so it can be reused in a …
|
|
|
@1d96cc0
|
14 years |
vitor1001 |
Move AMRNB lsf2lsp() function to common code for using in future AMRWB …
|
|
|
@b33451ee
|
14 years |
mans |
Check rc_buffer_size value using integer arithmetic
Using …
|
|
|
@1904035b
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry after the libavcore/imgutils.h renames of r25057. …
|
|
|
@e16f217c
|
14 years |
stefano.sabatini-lala |
Use new imgutils.h API names, fix deprecation warnings.
Originally …
|
|
|
@9b7269e3
|
14 years |
stefano.sabatini-lala |
Adopt a hierarchical name scheme for the imgutils.h API. Simplify …
|
|
|
@4906e7b5
|
14 years |
stefano.sabatini-lala |
Amend documention for the option -prefix.
Originally committed as …
|
|
|