|
|
|
@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 …
|
|
|
@0eb1a356
|
14 years |
stefano.sabatini-lala |
Prefer "foo" over foo in the ffprobe docs.
Originally committed …
|
|
|
@bdecdd2
|
14 years |
justin.ruggles |
Read the number of channels from the 'dac3' tag for AC-3 in MP4.
…
|
|
|
@0f146263
|
14 years |
stefano.sabatini-lala |
Make av_fill_image_max_pixsteps() non static non inline.
Originally …
|
|
|
@3d487db1
|
14 years |
Reimar.Doeffinger |
Fix slice height for y position calculation for vp3_draw_horiz_band …
|
|
|
@3b9ee20f
|
14 years |
Reimar.Doeffinger |
Fix vp3_draw_horiz_band to not produce completely chaotical values …
|
|
|
@6974952d
|
14 years |
Reimar.Doeffinger |
VP3/Theora: validate aspect and reduce it before exporting it
via the …
|
|
|
@1b4d327b
|
14 years |
Reimar.Doeffinger |
Add a special function to mkv demxuer to parse length values that …
|
|
|
@2b0bcfc9
|
14 years |
justin.ruggles |
Add my GPG fingerprint.
Originally committed as revision 25048 to …
|
|
|
@c17f5a4e
|
14 years |
ramiro.polla |
swscale: also update flags on sws_getCachedContext()
Originally …
|
|
|
@a1899e0a
|
14 years |
ramiro.polla |
swscale: fix internal rgb->yv12 chroma conversion used by the main …
|
|
|
@e778e50f
|
14 years |
stefano.sabatini-lala |
Sort AV_CPU_FLAG* by value.
Originally committed as revision 25047 to …
|
|
|
@d593b4ed
|
14 years |
stefano.sabatini-lala |
Fix typo.
Originally committed as revision 25046 to …
|
|
|
@b004207d
|
14 years |
Aurélien Jacobs |
move stream info arrays into a struct to ease future dynamic …
|
|
|
@4a194c8
|
14 years |
Aurélien Jacobs |
matroskadec: allow uint and float elements with length = 0
Originally …
|
|
|
@8ef38f3f
|
14 years |
stefano.sabatini-lala |
Add #ifndef around FF_API_MM_FLAGS.
The #ifndef is required to allow …
|
|
|
@b1c32fb5
|
14 years |
Reimar.Doeffinger |
Use "d" suffix for general-purpose registers used with movd.
This …
|
|
|
@87db3735
|
14 years |
Reimar.Doeffinger |
Fix mlib compilation: add mising include for SwsContext.
Patch by [vle …
|
|
|
@47806f41
|
14 years |
stefano.sabatini-lala |
Add APIchanges entry corresponding to the libavutil/cpu.h addition of …
|
|
|
@7160bb71
|
14 years |
stefano.sabatini-lala |
Rename FF_MM_ symbols related to CPU features flags as AV_CPU_FLAG_ …
|
|
|
@55127e7b
|
14 years |
mans |
Create config.asm for use with yasm
Originally committed as revision …
|
|
|
@0e5a7b91
|
14 years |
mans |
configure: whitespace
Originally committed as revision 25038 to …
|
|
|
@72cfcf41
|
14 years |
mans |
configure: make print_config() more flexible
Originally committed as …
|
|
|
@dab95c0
|
14 years |
martin |
Fix the dependencies of the RTP muxer
This fixes building with …
|
|
|
@f0d8ac52
|
14 years |
rsbultje |
Move INET6_ADDRSTRLEN to network.h, similar to other network-related …
|
|
|
@521d434f
|
14 years |
rsbultje |
Vorbis metadata writing. Patch by James Darnley <james.darnley gmail …
|
|
|
@7bac991f
|
14 years |
rsbultje |
Reindent after r25032.
Originally committed as revision 25033 to …
|
|
|
@619298a8
|
14 years |
rsbultje |
Send NAT punching messages to the address specified in the Transport: …
|
|
|
@2c166c3a
|
14 years |
rsbultje |
Port latest x264 deblock asm (before they moved to using NV12 as …
|
|
|
@8bb90c53
|
14 years |
martin |
Set frame_size in the amr demuxer
Originally committed as revision …
|
|
|
@744a882f
|
14 years |
martin |
rtsp: 10l, try to update the correct rtp stream
This fixes a bug from …
|
|
|
@613a4e3f
|
14 years |
mans |
Detect llvm-gcc and set appropriate flags
Originally committed as …
|
|
|
@5c8ef670
|
14 years |
mans |
Add -mllvm -stack-alignment=16 to CFLAGS when using clang
Originally …
|
|
|
@ff6a5fc1
|
14 years |
Reimar.Doeffinger |
Optimize/simplify ebml_read_num.
Originally committed as revision …
|
|
|
@69a9c80b
|
14 years |
mans |
fate: delete log files ahead of each run
Originally committed as …
|
|
|
@2b50c4f6
|
14 years |
Carl Eugen Hoyos |
Cosmetics: Reindent after r25023.
Originally committed as revision …
|
|
|
@4ed899f2
|
14 years |
Carl Eugen Hoyos |
Fix crash when decoding DV in AVI introduced in r24579 (issue 2174).
…
|
|
|
@a10a9f5c
|
14 years |
darkshikari |
Fix typo in r25019.
Patch by Eli Friedman <eli.friedman at gmail dot …
|
|
|
@e66f8a53
|
14 years |
baptiste.coudurier |
cosmetics: spaces between and after parentheses
Originally committed …
|
|
|
@615da9b1
|
14 years |
rsbultje |
Unscrew breakage after my last commit because of symbol prefixes.
…
|
|
|
@a33a2562
|
14 years |
rsbultje |
Rename h264_weight_sse2.asm to h264_weight.asm; add 16x8/8x16/8x4 …
|
|
|
@14bc1f24
|
14 years |
rsbultje |
Split h264dsp_mmx.c (which was #included in dsputil_mmx.c) in …
|
|
|
@82c76cee
|
14 years |
vitor1001 |
QTRLE regtest
Originally committed as revision 25017 to …
|
|
|
@eda7c983
|
14 years |
Aurélien Jacobs |
add FF_API_PALETTE_CONTROL define to drop usage of AVPaletteControl …
|
|
|
@625bac78
|
14 years |
diego |
Use quotes instead of angle brackets for local #includes.
Originally …
|
|
|
@eeeae2b
|
14 years |
baptiste.coudurier |
gxf muxer only accepts pal or ntsc resolutions currently, so fail if …
|
|
|
@4b7539f1
|
14 years |
vitor1001 |
SHA fate test
Originally committed as revision 25013 to …
|
|
|
@6b85316b
|
14 years |
vitor1001 |
Test decoding in fate-lavf-gif
Originally committed as revision 25012 …
|
|
|
@f5d4fc43
|
14 years |
vitor1001 |
PNG image regression testing
Originally committed as revision 25011 …
|
|
|
@7dbcc4f8
|
14 years |
diego |
Mention that library micro version should be reset if minor version is …
|
|
|
@5929b3a6
|
14 years |
rsbultje |
Fix vertical align.
Originally committed as revision 25009 to …
|
|
|
@d81db9c
|
14 years |
vitor1001 |
Add RealVideo 3 FATE test
Originally committed as revision 25008 to …
|
|
|
@61f89303
|
14 years |
vitor1001 |
10l, add flags forgotten in last commit
Originally committed as …
|
|
|
@3e41fc62
|
14 years |
vitor1001 |
Add Apple MJPEG-B decoder FATE test
Originally committed as revision …
|
|
|
@506c47a
|
14 years |
vitor1001 |
Add FATE test for ScummVM DXA flavor
Originally committed as revision …
|
|
|