|
|
|
@09ab8859
|
15 years |
vitor1001 |
Round correctly chroma picture height.
Fix issue 956.
Originally …
|
|
|
@5301a05d
|
15 years |
vitor1001 |
Fix memory leak in NUT muxer
Originally committed as revision 22222 …
|
|
|
@124cb451
|
15 years |
benoit.fouet |
Cosmetics: fix vertical alignment.
Originally committed as revision …
|
|
|
@8eafa0b4
|
15 years |
benoit.fouet |
Update SW scaler doc after libswscale commit 30841.
Patch by Janusz …
|
|
|
@601949b8
|
15 years |
benoit.fouet |
libswscale: Extend the unaccelerated path of the unscaled yuv2rgb …
|
|
|
@2b7cf167
|
15 years |
benoit.fouet |
Add initial support for 12-bit color mode.
Patch by Janusz Krzysztofik …
|
|
|
@886f3f2f
|
15 years |
martin |
Return from rtp_read when select returns an error
Originally …
|
|
|
@3966a574
|
15 years |
michaelni |
10l fix timestamps (lavfi update broke them)
Originally committed as …
|
|
|
@fca62599
|
15 years |
michaelni |
Fix 100l pkt->pos typo.
Originally committed as revision 22217 to …
|
|
|
@917d2bb3
|
15 years |
michaelni |
Libavfilter for ffplay support.
This still needs some minor work here …
|
|
|
@4ef82b1
|
15 years |
stefano.sabatini-lala |
Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss().
…
|
|
|
@8b6bdb6c
|
15 years |
lessen42 |
oggdec: Parse theora headers since ogg might not mark keyframes
Fixes …
|
|
|
@8ef94840
|
15 years |
lessen42 |
Just ignore streams with unknown codec_type instead of exiting
…
|
|
|
@818636e
|
15 years |
stefano.sabatini-lala |
Cosmetics: use consistent spacing in the ffprobe.c options table.
…
|
|
|
@6c389ddb
|
15 years |
fenrir |
Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes.
Originally …
|
|
|
@b8fb21e
|
15 years |
fenrir |
Fixed buffer overread in flashsv decoder.
Originally committed as …
|
|
|
@1379b584
|
15 years |
Carl Eugen Hoyos |
Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in …
|
|
|
@c2b40ac2
|
15 years |
martin |
Check url_interrupt_cb in rtp_read, wait in select for max 100 ms …
|
|
|
@6c88dc3d
|
15 years |
pross |
handle errors reported by av_get_packet() in Bink demuxer
Originally …
|
|
|
@4ffa6e78
|
15 years |
pross |
Guard against invalid memory read
Originally committed as revision …
|
|
|
@b5e2bb8c
|
15 years |
alex.converse |
AAC: Return the number of bytes consumed in decoding a frame.
The …
|
|
|
@660822f0
|
15 years |
alex.converse |
ffmpeg.c: Don't use NULL for integer metadata flags.
Originally …
|
|
|
@e2720b6
|
15 years |
lessen42 |
Really fix 2.95
Originally committed as revision 22204 to …
|
|
|
@0448ef77
|
15 years |
lessen42 |
Maybe fix gcc 2.95
Originally committed as revision 22203 to …
|
|
|
@11ae0c52
|
15 years |
gbeauchesne |
Cope with rev 22183:
Reorder indexes in weight tables.
Originally …
|
|
|
@871b641b
|
15 years |
lessen42 |
Ensure that we write clusters and blocks with known size when …
|
|
|
@434a70b
|
15 years |
lessen42 |
Fix indentation
Originally committed as revision 22200 to …
|
|
|
@30f06a58
|
15 years |
lessen42 |
Simplify starting and ending clusters
Originally committed as …
|
|
|
@7a2a4840
|
15 years |
lessen42 |
Write the first seekhead if writing to a stream, we won't be able to …
|
|
|
@2529bb30
|
15 years |
lessen42 |
Attempt seeking to write EBML master sizes even if streamed
Most EBML …
|
|
|
@ab2a3028
|
15 years |
alex.converse |
AAC: Mark predictor functions av_always_inline.
This results in a 50% …
|
|
|
@65bec42e
|
15 years |
alex.converse |
Cosmetics: Re-indent after last commit.
Originally committed as …
|
|
|
@ca1fa414
|
15 years |
alex.converse |
AAC parser: Don't write channels, sample rate, and frame size each …
|
|
|
@38768cb7
|
15 years |
michaelni |
Port Optimizations about *_type init from decode to filter code.
1 cpu …
|
|
|
@b46b5ac9
|
15 years |
michaelni |
Optimize *_type init, 1.5 cpu cycles faster.
Originally committed as …
|
|
|
@91cfeac
|
15 years |
stefano.sabatini-lala |
Revert r30825, it was not supposed to be committed.
127.32L to me, …
|
|
|
@23bf3b2c
|
15 years |
stefano.sabatini-lala |
Fill the r, g, b values used for computing the c->pal_yuv table in the …
|
|
|
@3fec44c6
|
15 years |
stefano.sabatini-lala |
Make swscale-test take in input the name of the input and the output …
|
|
|
@ce7c7179
|
15 years |
stefano.sabatini-lala |
Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is …
|
|
|
@c72625f2
|
15 years |
lessen42 |
Delay translating DCT tokens into coefficients until immediately …
|
|
|
@7a095ea6
|
15 years |
lessen42 |
Do MC and IDCT in coding (hilbert) order
This increases the slice …
|
|
|
@35c28d23
|
15 years |
lessen42 |
Explictly separate decoding whether fragments are coded by plane
…
|
|
|
@690b4126
|
15 years |
lessen42 |
matroskaenc: use "title" tag instead of "description" in track title.
…
|
|
|
@ded2100e
|
15 years |
Aurélien Jacobs |
move vp6 huffman table freeing code, out of common vp56 code
…
|
|
|
@68b0fd7c
|
15 years |
Aurélien Jacobs |
matroskadec: cosmetic indentation
Originally committed as revision …
|
|
|
@3e93c8e
|
15 years |
Aurélien Jacobs |
matroskadec: timestamps are dts and not pts in ms vfw compatibility …
|
|
|
@3d9137c8
|
15 years |
michaelni |
Reorder indexes in weight tables.
5 cpu cycles faster.
Originally …
|
|
|
@b9b8ed2a
|
15 years |
martin |
Properly pad H.264 extradata when taken from fmtp SDP attributes
This …
|
|
|
@bd8868e0
|
15 years |
michaelni |
Move all context fields that are not used in the mb and block layers …
|
|
|
@19a9846f
|
15 years |
fenrir |
Fixed DXVA2 H264 hwaccel compilation.
Originally committed as …
|
|
|
@65f3c029
|
15 years |
michaelni |
remove unused left_border field from context.
Originally committed as …
|
|
|
@1a29c6a0
|
15 years |
michaelni |
cosmetic addition of {}
Originally committed as revision 22178 to …
|
|
|
@af2b0df4
|
15 years |
michaelni |
Note about luma/chroma_weight tables and their datatype.
Originally …
|
|
|
@a9837b5
|
15 years |
fenrir |
Fixed overreads in TTA decoder with corrupted bistreams.
Originally …
|
|
|
@19c8c4ec
|
15 years |
rsbultje |
Update to work with chunked encoding HTTP streams (as served by FFmpeg …
|
|
|
@4b83fc0f
|
15 years |
vitor1001 |
Plug memory leak in NUT muxer and demuxer
Originally committed as …
|
|
|
@1f6d0d42
|
15 years |
vitor1001 |
Plug memory leak in NSV demuxer.
Patch by Jai Menon.
Originally …
|
|
|
@0a41faa9
|
15 years |
vitor1001 |
Plug some memory leaks in the VP6 decoder
Originally committed as …
|
|
|
@d7f5e520
|
15 years |
michaelni |
move svq3 specific fields to the end of the context
Originally …
|
|
|
@48bf1325
|
15 years |
gbeauchesne |
Cope with rev 22169 change:
Merge weight & offset tables.
Originally …
|
|
|
@70118abd
|
15 years |
michaelni |
Merge weight & offset tables, 15 cpu cycles faster.
Originally …
|
|
|
@72f86ec0
|
15 years |
michaelni |
Simplify implicit_weight table init.
Originally committed as revision …
|
|
|
@54063e3
|
15 years |
pross |
Perform coefficient transformations in Bink Audio DCT decoder …
|
|
|
@a279980
|
15 years |
pross |
Support demuxing of streamed Bink files
Originally committed as …
|
|
|
@f087881
|
15 years |
pross |
use intended const syntax
Originally committed as revision 22165 to …
|
|
|
@d5963ee6
|
15 years |
diego |
Add _NETBSD_SOURCE definition to fix compilation on NetBSD.
NetBSD is …
|
|
|
@f57880d2
|
15 years |
michaelni |
Another 3 useless zeroing instructions.
Originally committed as …
|
|
|
@16b802fe
|
15 years |
michaelni |
Load the whole left side of mv&ref only when needed.
30 cpu cycles …
|
|
|
@741a17e6
|
15 years |
Carl Eugen Hoyos |
Support B-frames when decoding MPEG-4 with VDPAU hardware …
|
|
|
@1233698
|
15 years |
mans |
Make seektest messages similar to other tests
Originally committed as …
|
|
|
@d7096d6f
|
15 years |
mans |
Run seektest on all generated files
Originally committed as revision …
|
|
|
@1dd9ff8
|
15 years |
mans |
Place regtest-pixfmt output files in separate dir
This test generates …
|
|
|
@801b571e
|
15 years |
mans |
Remove unused argument to test scripts
Originally committed as …
|
|
|
@cc3e2472
|
15 years |
mans |
Place regression test output files in subdirs per family
Originally …
|
|
|
@5eef7bcd
|
15 years |
vitor1001 |
Plug memory leak for truncated files
Originally committed as revision …
|
|
|
@38beab19
|
15 years |
vitor1001 |
Plug some memory leaks for truncated files
Originally committed as …
|
|
|
@cbc4670c
|
15 years |
mans |
Revert "Remove the self reference in the seektest that prevented it …
|
|
|
@dd785e25
|
15 years |
michaelni |
Remove the self reference in the seektest that prevented it from …
|
|
|
@af3390c
|
15 years |
michaelni |
Make sure we dont double test files and sort the list.
Originally …
|
|
|
@bf9d70d
|
15 years |
Carl Eugen Hoyos |
Pass correct buffer-pointer and buffer-size to hardware accelerated …
|
|
|
@88b83ca
|
15 years |
michaelni |
Codec copy test.
Originally committed as revision 22148 to …
|
|
|
@d41f1fa6
|
15 years |
darkshikari |
Add presets for all of the x264 presets, including fastfirstpass …
|
|
|
@b781cc12
|
15 years |
mans |
Make lsp a separate configurable and select it from codecs needing it
…
|
|
|
@3d7b94ba
|
15 years |
mans |
Fix build failure with fast_unaligned and non-gcc-compatible compilers …
|
|
|
@145061a1
|
15 years |
michaelni |
Fix a bunch of bugs ive introduced recently that broke threaded …
|
|
|
@8c8bf9ec
|
15 years |
stefano.sabatini-lala |
Make ffmpeg print a message and abort if the name of the format …
|
|
|
@07a70b38
|
15 years |
stefano.sabatini-lala |
Add a check for checking if more than one input file is provided to …
|
|
|
@58621b8
|
15 years |
stefano.sabatini-lala |
Clarify the error message issued by ffprobe in case of more than one …
|
|
|
@fe89ccd1
|
15 years |
vitor1001 |
Fix spelling in comment
Originally committed as revision 22137 to …
|
|
|
@efb0102f
|
15 years |
vitor1001 |
Add commented-out unoptimized code to improve readability
Originally …
|
|
|
@8a4d067d
|
15 years |
vitor1001 |
Revert r22119 and partially revert 22120.
Originally committed as …
|
|
|
@34a2d9f
|
15 years |
diego |
Add Reinhard and myself as release managers.
Originally committed as …
|
|
|
@8ef4f92b
|
15 years |
Carl Eugen Hoyos |
Process packed bitstream also for VDPAU.
Originally committed as …
|
|
|
@49b60982
|
15 years |
Carl Eugen Hoyos |
Don't let output pixel format influence input pixel format.
Patch by …
|
|
|
@2bcaf2f
|
15 years |
diego |
Fix AMR-NB entry in the supported audio codecs list.
The decoding and …
|
|
|
@e1c0b00b
|
15 years |
benoit.fouet |
nutdec: make chapter start and length uint64_t to prevent overflows. …
|
|
|
@c71591a5
|
15 years |
benoit.fouet |
ffmpeg: copy stream metadata.
Patch by Anton Khirnov wyskasgmailcom
…
|
|
|
@bc997376
|
15 years |
Aurélien Jacobs |
revert r22112 which broke playback of …
|
|
|
@8897b247
|
15 years |
michaelni |
Remove some unneeded fill_rectangle() for 16x16 blocks.
Originally …
|
|
|
@11a74f36
|
15 years |
Reimar.Doeffinger |
Explicitly set struct addrinfo to NULL if getaddrinfo failed instead …
|
|
|