23132 Commits (780d7897a9c9295b43f1f0e9b49a11f99cd402c3)
 

Author SHA1 Message Date
Martin Storsjö 780d7897a9 Add a function ff_url_join for assembling URLs 15 years ago
Martin Storsjö 67d4b3f205 Always call ff_network_init/ff_network_close when opening protocols 15 years ago
Michael Niedermayer e5a1c20707 try to avoid returning odd slices. 15 years ago
Vitor Sessak 09ab885975 Round correctly chroma picture height. 15 years ago
Vitor Sessak 5301a05d3e Fix memory leak in NUT muxer 15 years ago
Benoit Fouet 124cb45137 Cosmetics: fix vertical alignment. 15 years ago
Janusz Krzysztofik 8eafa0b488 Update SW scaler doc after libswscale commit 30841. 15 years ago
Janusz Krzysztofik 601949b898 libswscale: Extend the unaccelerated path of the unscaled yuv2rgb special 15 years ago
Janusz Krzysztofik 2b7cf1678e Add initial support for 12-bit color mode. 15 years ago
Martin Storsjö 886f3f2f36 Return from rtp_read when select returns an error 15 years ago
Michael Niedermayer 3966a57464 10l fix timestamps (lavfi update broke them) 15 years ago
Michael Niedermayer fca6259942 Fix 100l pkt->pos typo. 15 years ago
Michael Niedermayer 917d2bb348 Libavfilter for ffplay support. 15 years ago
Janusz Krzysztofik 4ef82b174a Fix BGR cases missing from depth test in avcodec_get_pix_fmt_loss(). 15 years ago
David Conrad 8b6bdb6cf3 oggdec: Parse theora headers since ogg might not mark keyframes 15 years ago
David Conrad 8ef9484023 Just ignore streams with unknown codec_type instead of exiting 15 years ago
Stefano Sabatini 818636ecf1 Cosmetics: use consistent spacing in the ffprobe.c options table. 15 years ago
Laurent Aimar 6c389ddbd3 Fixed DXVA2 H264 hwaccel after luma/chroma_weight changes. 15 years ago
Laurent Aimar b8fb21e902 Fixed buffer overread in flashsv decoder. 15 years ago
Alexis Ballier 1379b58482 Support BGR555, BGR565, RGB555 and RGB565 foreign endian output in 15 years ago
Martin Storsjö c2b40ac229 Check url_interrupt_cb in rtp_read, wait in select for max 100 ms before rechecking url_interrupt_cb 15 years ago
Peter Ross 6c88dc3dbf handle errors reported by av_get_packet() in Bink demuxer 15 years ago
Peter Ross 4ffa6e78c2 Guard against invalid memory read 15 years ago
Alex Converse b5e2bb8c3c AAC: Return the number of bytes consumed in decoding a frame. 15 years ago
Alex Converse 660822f0ae ffmpeg.c: Don't use NULL for integer metadata flags. 15 years ago
David Conrad e2720b6b1e Really fix 2.95 15 years ago
David Conrad 0448ef7788 Maybe fix gcc 2.95 15 years ago
Gwenole Beauchesne 11ae0c52b9 Cope with rev 22183: 15 years ago
David Conrad 871b641b80 Ensure that we write clusters and blocks with known size when streaming 15 years ago
David Conrad 434a70b8f1 Fix indentation 15 years ago
David Conrad 30f06a58a0 Simplify starting and ending clusters 15 years ago
David Conrad 7a2a484081 Write the first seekhead if writing to a stream, we won't be able to seek 15 years ago
David Conrad 2529bb3019 Attempt seeking to write EBML master sizes even if streamed 15 years ago
Alex Converse ab2a302834 AAC: Mark predictor functions av_always_inline. 15 years ago
Alex Converse 65bec42e33 Cosmetics: Re-indent after last commit. 15 years ago
Alex Converse ca1fa4144f AAC parser: Don't write channels, sample rate, and frame size each frame. 15 years ago
Michael Niedermayer 38768cb70a Port Optimizations about *_type init from decode to filter code. 15 years ago
Michael Niedermayer b46b5ac9f8 Optimize *_type init, 1.5 cpu cycles faster. 15 years ago
Stefano Sabatini 91cfeac668 Revert r30825, it was not supposed to be committed. 15 years ago
Stefano Sabatini 23bf3b2c97 Fill the r, g, b values used for computing the c->pal_yuv table in the 15 years ago
Stefano Sabatini 3fec44c640 Make swscale-test take in input the name of the input and the output 15 years ago
Stefano Sabatini ce7c717900 Declare the PIX_FMT_GRAY8 pixel format as a paletted format. This is 15 years ago
David Conrad c72625f299 Delay translating DCT tokens into coefficients until immediately before IDCT 15 years ago
David Conrad 7a095ea6fb Do MC and IDCT in coding (hilbert) order 15 years ago
David Conrad 35c28d23cb Explictly separate decoding whether fragments are coded by plane 15 years ago
Anton Khirnov 690b412657 matroskaenc: use "title" tag instead of "description" in track title. 15 years ago
Aurelien Jacobs ded2100e48 move vp6 huffman table freeing code, out of common vp56 code 15 years ago
Aurelien Jacobs 68b0fd7c68 matroskadec: cosmetic indentation 15 years ago
Joakim Plate 3e93c8ed14 matroskadec: timestamps are dts and not pts in ms vfw compatibility mode 15 years ago
Michael Niedermayer 3d9137c883 Reorder indexes in weight tables. 15 years ago