4035 Commits (ed2d7a341e125f5d3b4cd63a182815b257080dd1)
 

Author SHA1 Message Date
Måns Rullgård ca37721277 untested AAC in WAV/AVI patch by (Måns Rullgård <mru at mru dot ath dot cx>) 20 years ago
Zdenek Kabelac 2c7357793d * missing targets cleanup 20 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
Richard van der Hoff a319bbac5c segfault in amr decoder fix patch by (Richard van der Hoff - richvdh0) 20 years ago
Luca Barbato 582552fb56 postproc/yuv2rgb_altivec.c compile fix 20 years ago
Chip 6933900993 Altivec test on AmigaOS4 patch by (Chip <szarlada at freemail dot hu>) 20 years ago
Robert Lippmann 2b50a5a896 Fix link fail of ffserver on mingw with --enable-vorbis patch by ("Robert Lippmann" <rlippmann at imsventures dot com>) 20 years ago
Frantisek Dvorak 91378af4b2 Build process: libpostproc patch by (Franti?ek Dvo?ák <valtri at users dot sourceforge dot net>) 20 years ago
Loren Merritt 0bc42caddf h.264 ref list reordering bugfix patch by (Loren Merritt <lorenm at u dot washington dot edu>) 20 years ago
Paul Curtis 78a0efb4fc AVOutputFormat mpeg2dvd_mux and int is_dvd from the dvd patch by (Paul Curtis <pfc at terrapin dot com>) 20 years ago
Michael Niedermayer f20ad5534a fix initial vbv buffer underflow 20 years ago
Michael Niedermayer e0c91bc23b initial dts fix 20 years ago
Michael Niedermayer 2031ba1bf2 remove wrong 33bit truncation of internal timestamps 20 years ago
Michael Niedermayer bc3429e382 pts/dts 100l fix 20 years ago
Michael Niedermayer 7e05155850 cleanup video buffer size 20 years ago
Michael Niedermayer 9205093333 cleanup 20 years ago
Michael Niedermayer 7000a17542 SCR timestamp fix try #1 20 years ago
Michael Niedermayer d8b5abfa70 simplify put_padding_packet() 20 years ago
Michael Niedermayer c40a3a42e1 move free() of AVStream priv data to av_write_trailer() 20 years ago
Michael Niedermayer 95f97de146 64bit and reading over the end of the array fixes 20 years ago
Michel Bardiaux 96cc9e5c61 Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 20 years ago
Michel Bardiaux 65d1bea201 Help debugging by keeping symbols ans line numbers patch by (Michel Bardiaux <mbardiaux at peaktime dot be>) 20 years ago
Michael Niedermayer 71c32f19b3 do not call (av_)abort() 20 years ago
Michael Niedermayer 9fe5a7b831 do not call (av_)abort() 20 years ago
Mike Melanson cacf7199a1 FAQ update; entry on C++ 20 years ago
Zdenek Kabelac 669484b49e * these vars could be either static or extern (compilation fix gcc-3.5) 20 years ago
Michael Niedermayer fe2d6fe235 move packet interleaving function into AVOutputFormat, so it can be overriden easily instead of doing reordering twice if the muxer needs some other interleaving then dts based 20 years ago
Michael Niedermayer d1fb157dd7 broken mess removial 20 years ago
Nathan Kurz c19e76ceb7 ffmpeg not selecting first available stream, patch by (Nathan Kurz <nate at verse dot com>) 20 years ago
Michael Niedermayer cfeae977a7 10l (wrong variable) 20 years ago
Michael Niedermayer 78953e626f avoid using local arrays outside the block where they live ... 20 years ago
Michael Niedermayer 80e8528865 dont just resample half of the data sometimes 20 years ago
Michael Niedermayer 63dd1377b3 uninitalized variables 20 years ago
Michael Niedermayer 58978c070a less printf spam 20 years ago
Michael Niedermayer 32019cddb4 fix assert 20 years ago
Michael Niedermayer 30667f42f5 pads stream 20 years ago
Michael Niedermayer a5cd3c48fb 100l (signed vs. unsigend) 20 years ago
Mike Melanson d08d7142fd support for Sierra Online audio files and Apple QuickDraw codec, 20 years ago
Mike Melanson 98772cbf7b if audio is PCM, push it through (sync is not perfect yet) 20 years ago
Roman Shaposhnik 5088363247 * experimental dynamic audio stream allocation for DV demuxer. This 20 years ago
Roman Shaposhnik 96319c3922 * let DV muxer generate audioless DV streams. This might not be 100% 20 years ago
Michael Niedermayer e4a185ac14 10l forgot to commit 20 years ago
Michael Niedermayer 0fa8158d3e move h264 idct to its own file and call via function pointer in DspContext 20 years ago
Michael Niedermayer 40028f8f6e dont print "vop not coded" by default 20 years ago
Michael Niedermayer 21adafec2a lowres width/height cleanup 3rd try 20 years ago
Michael Niedermayer 0b2346d38c lowres fixes for the parser 20 years ago
Michael Niedermayer 8b392ae2e7 10l (segfault) 20 years ago
Michael Niedermayer f1cc95f0e9 10l 20 years ago
Michael Niedermayer 4f8a831994 set AVCodecContext.width/height to the picture width/height instead of the one stored in the bitstream (that only matters if lowres!=0) 20 years ago
Michael Niedermayer 718455951c lowres chroma fix 20 years ago