23312 Commits (db76ca7f3543ab9caadce1bda6d70d5c1d9be011)
 

Author SHA1 Message Date
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
Martin Storsjö b9b8ed2a02 Properly pad H.264 extradata when taken from fmtp SDP attributes 15 years ago
Michael Niedermayer bd8868e092 Move all context fields that are not used in the mb and block layers 15 years ago
Laurent Aimar 19a9846f3d Fixed DXVA2 H264 hwaccel compilation. 15 years ago
Michael Niedermayer 65f3c029b9 remove unused left_border field from context. 15 years ago
Michael Niedermayer 1a29c6a0bb cosmetic addition of {} 15 years ago
Michael Niedermayer af2b0df40f Note about luma/chroma_weight tables and their datatype. 15 years ago
Laurent Aimar a9837b58e1 Fixed overreads in TTA decoder with corrupted bistreams. 15 years ago
Ronald S. Bultje 19c8c4ecf4 Update to work with chunked encoding HTTP streams (as served by FFmpeg since 15 years ago
Vitor Sessak 4b83fc0fe4 Plug memory leak in NUT muxer and demuxer 15 years ago
Jai Menon 1f6d0d42c5 Plug memory leak in NSV demuxer. 15 years ago
Vitor Sessak 0a41faa9a7 Plug some memory leaks in the VP6 decoder 15 years ago
Michael Niedermayer d7f5e520bf move svq3 specific fields to the end of the context 15 years ago
Gwenole Beauchesne 48bf1325ac Cope with rev 22169 change: 15 years ago
Michael Niedermayer 70118abd68 Merge weight & offset tables, 15 cpu cycles faster. 15 years ago
Michael Niedermayer 72f86ec013 Simplify implicit_weight table init. 15 years ago
Peter Ross 54063e37c1 Perform coefficient transformations in Bink Audio DCT decoder (issue1770) 15 years ago
Peter Ross a27998010c Support demuxing of streamed Bink files 15 years ago
Peter Ross f087881207 use intended const syntax 15 years ago
Jorge Acereda d5963ee64a Add _NETBSD_SOURCE definition to fix compilation on NetBSD. 15 years ago
Michael Niedermayer f57880d244 Another 3 useless zeroing instructions. 15 years ago