|
|
|
@3da11804
|
15 years |
mans |
Move some prototypes from dsputil.c to reasonable header files
…
|
|
|
@da0ac0ee
|
15 years |
mans |
Make some functions static
These functions are not used outside their …
|
|
|
@c26e58e3
|
15 years |
mans |
Add some missing #includes
Originally committed as revision 22258 to …
|
|
|
@5189573c
|
15 years |
Reimar.Doeffinger |
Set GXF fallback time-base to match the one specified for audio-only.
…
|
|
|
@192c14fa
|
15 years |
Reimar.Doeffinger |
GXF time base is always based on "fields" per second even for …
|
|
|
@63833766
|
15 years |
stefano.sabatini-lala |
Show aspect ratio information in dprintf_picref() traces.
Originally …
|
|
|
@c18fb631
|
15 years |
stefano.sabatini-lala |
Bump minor number and add APIchanges entry after the inclusion of …
|
|
|
@fd7bec5e
|
15 years |
mans |
ffserver: use av_stristr()
Originally committed as revision 22252 to …
|
|
|
@ac6ef868
|
15 years |
mans |
Add av_stristr() function
This is a case-insensitive version of …
|
|
|
@a0ac9501
|
15 years |
mans |
Fix build with compilers using a separate dependency command
…
|
|
|
@ff358eca
|
15 years |
stefano.sabatini-lala |
Reindent after the last commit.
Originally committed as revision …
|
|
|
@fd9da252
|
15 years |
stefano.sabatini-lala |
Use av_get_pict_type_char() in debug code within output_picture2(), …
|
|
|
@bfca7777
|
15 years |
mans |
Fix install with shared libs on weird systems
Originally committed as …
|
|
|
@6cfac0e9
|
15 years |
mans |
Fix make install
Originally committed as revision 22245 to …
|
|
|
@63611f31
|
15 years |
mans |
Prettify make output
This gives brief messages from make by default. …
|
|
|
@34512bca
|
15 years |
mans |
Split install-headers target and simplify rules
Originally committed …
|
|
|
@fd676deb
|
15 years |
mans |
Add INSTALL makefile variable
Originally committed as revision 22242 …
|
|
|
@b578357e
|
15 years |
mans |
Use mkdir -p to create directories
Originally committed as revision …
|
|
|
@4335125c
|
15 years |
mans |
Add CP make variable
Originally committed as revision 22240 to …
|
|
|
@a4aea51
|
15 years |
mans |
Add YASMDEP variable; use for deps on yasm files
Originally committed …
|
|
|
@bbe8fa1
|
15 years |
Thilo Borgmann |
Fix last frame block size correction.
Originally committed as …
|
|
|
@0bf5a0cf
|
15 years |
kostya.shishkov |
Bink version 'h' also has chroma planes swapped
Originally committed …
|
|
|
@1429224
|
15 years |
mans |
Move FFT parts from dsputil.h to fft.h
Originally committed as …
|
|
|
@50e10cbd
|
15 years |
mans |
Use $(RM) to delete files
Originally committed as revision 22234 to …
|
|
|
@84dc2d8
|
15 years |
mans |
Remove DECLARE_ALIGNED_{8,16} macros
These macros are redundant. All …
|
|
|
@da033b05
|
15 years |
stefano.sabatini-lala |
Make opt_default() look for options in sws_opts only if sws_opts is …
|
|
|
@6ce98ea4
|
15 years |
stefano.sabatini-lala |
Add support to input devices in ffprobe.
See the thread:
Subject: …
|
|
|
@4b9905d
|
15 years |
mans |
Move DECLARE_ALIGNED_{8,16} macros to mem.h
These macros naturally …
|
|
|
@3de4263
|
15 years |
stefano.sabatini-lala |
Avoid duplication of usePal() macro.
Originally committed as revision …
|
|
|
@a4e44130
|
15 years |
stefano.sabatini-lala |
Add support to BGR444/RGB444 foreign endian output in libswscale.
…
|
|
|
@5988dc9e
|
15 years |
michaelni |
Remove apparently unneeded define and includes.
Originally committed …
|
|
|
@47cf98ef
|
15 years |
michaelni |
Make trasher use a well defined random number generator and allow the …
|
|
|
@814c5641
|
15 years |
martin |
Don't explicitly initialize networking in the tcp and udp protocols
…
|
|
|
@57b5555c
|
15 years |
martin |
Use ff_url_join for assembling URLs, instead of snprintf
This ensures …
|
|
|
@780d7897
|
15 years |
martin |
Add a function ff_url_join for assembling URLs
Originally committed …
|
|
|
@67d4b3f2
|
15 years |
martin |
Always call ff_network_init/ff_network_close when opening protocols
…
|
|
|
@e5a1c207
|
15 years |
michaelni |
try to avoid returning odd slices.
Originally committed as revision …
|
|
|
@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 …
|
|
|