19 Commits (56466d7b4ebd1736adac3c54ab57cd9eac9579a9)

Author SHA1 Message Date
Måns Rullgård b8d10977f4 add unaligned16() and unaligned64() 19 years ago
Michael Niedermayer 6b250e4725 get_xbits() optimization 19 years ago
Benjamin Larsson 946c113046 get_vlc -> get_vlc2 transition and get_vlc() removed from bitstream.h 19 years ago
Diego Biurrun bb270c0896 COSMETICS: tabs --> spaces, some prettyprinting 19 years ago
Diego Biurrun 115329f160 COSMETICS: Remove all trailing whitespace. 19 years ago
Michel Bardiaux 288f1e6815 fix some pointer to intger without cast warnings (patch by Michel Bardiaux) 19 years ago
Michael Niedermayer 9061be9fb3 precautionary checks 19 years ago
Diego Biurrun 344b825ceb Rename put_string to ff_put_string to avoid a symbol clash on Mac OS X. 19 years ago
Diego Biurrun bb628dae44 spelling fixes 20 years ago
Michael Niedermayer 5085d59ddc arm alignment fix 20 years ago
Michael Niedermayer cea27ac714 LE bitstream reader based upon a patch by (Balatoni Denes <dbalatoni programozo hu) 20 years ago
Michael Niedermayer e91f4bf160 avoid UPDATE_CACHE() in GET_RL_VLC() if not needed 20 years ago
Michael Niedermayer 5bb8a0daa1 various fixes related to the non alt_bitstream_reader 20 years ago
Michael Niedermayer fcbc799cd3 make reverse[] non static 20 years ago
Michael Niedermayer 1b781f82c9 support skiping some bitstream encoding 20 years ago
Michael Niedermayer 7d8b13b46b make decode012() static inline 20 years ago
Michael Niedermayer a64a006e95 dont duplicate decode012() 20 years ago
Loïc Le Loarer 61f040dd1a compile with TRACE define patch by (Loic <lll+ffmpeg m4x org>) 20 years ago
Michael Niedermayer caa336b4cc common.c -> bitstream.c (and the single non bitstream func -> utils.c) 20 years ago
Drew Hess a2c3bf82a7 fixes for PIC code on x86-64 patch by (Drew Hess <drew.hess gmail com>) 20 years ago
Burkhard Plaum 073c2593c9 Memory leak fix patch by (Burkhard Plaum <plaum >at< ipf.uni-stuttgart )dot( de>) 20 years ago
Bohdan Horst cc044c1cc0 INT MIN/MAX patch by (Bohdan Horst <nexus at irc dot pl>) 20 years ago
Aurelien Jacobs 053dea12f2 adapting existing mmx/mmx2/sse/3dnow optimizations so they work on x86_64 patch by (Aurelien Jacobs <aurel at gnuage dot org>) 20 years ago
Zdenek Kabelac 7fea94ce4a * fixing a few of gcc 'clean-code' warnings 20 years ago
Michael Niedermayer 0187e9030a TIMER dummies for non-x86 20 years ago
Michael Niedermayer 9ff18a7089 10l 21 years ago
Alex Beregszaszi 92e09c5dd0 unused 21 years ago
Michael Niedermayer 0ff93477be optimization 21 years ago
Michael Niedermayer caa50878f4 UINT64_MAX fix 21 years ago
Alex Beregszaszi f4ae934a3b avoid macro conflicts 21 years ago
James Morrison bb476ff367 vis detection patch by (James Morrison <ja2morri at csclub dot uwaterloo dot ca>) 21 years ago
Sascha Sommer 2a86d50bd9 cygwin patch by ("Sascha Sommer" <saschasommer at freenet dot de>) 21 years ago
Sascha Sommer 5c668f4610 libavcodec Cygwin compilation failure (II) patch by (Sascha Sommer) 21 years ago
Michael Niedermayer 10f3005f51 RSHIFT(x,0) fix 21 years ago
Michael Niedermayer 365e75f89b t/dprintf printf -> av_log 21 years ago
Michael Niedermayer 7d1bbcd42f time & (s)rand is forbidden 21 years ago
Michael Niedermayer 3ebc7e04de h264 loop filter optimizations 21 years ago
Roman Shaposhnik 5825425795 * removing casualties of battle of the wits and English language 21 years ago
Roman Shaposhnik 380fd6b1b4 * DV decoder simplifications. Now it looks to be 6% faster. At least 21 years ago
Roman Shaposhnik e7a18d5deb * moving some of the commonly used bit reading/writing functions 21 years ago
Dmitry Baryshkov 5c0513bda7 attribute used patch by (mitya at school dot ioffe dot ru (Dmitry Baryshkov)) 21 years ago
Gael Chardon 2a24fe4ccc int64_t_C patch by (Gael Chardon <gael-announcements+ffmpeg at 4now dot net>) 21 years ago
Michael Niedermayer 310ffb8f26 c99 21 years ago
Michael Niedermayer d705e4a6bb (f)printf() is disallowed in libavcodec, compilation will fail now if its used, except that codecs which where added after the printf->av_log change which did ignore av_log() and used prinf are now silent and wont print anything, they should be changed to use av_log, i could do that, but its better if the orginal developer decides which AV_LOG level each message should get 21 years ago
Michael Niedermayer 9c3d33d67f multithreaded/SMP motion estimation 21 years ago
Michael Niedermayer 99683a3077 2 byte shorter userdata for mpeg4 21 years ago
Alex Beregszaszi fe455f3328 get_bit_count -> put_bits_count 21 years ago
Michael Niedermayer 9ff5f17543 int64max fix by (Michel Bardiaux <mbardiaux at peaktime dot be>) 21 years ago
Alex Beregszaszi e0c53ac889 freebsd fix for mpeg12.c (moving INT64_MAX to common.h) 21 years ago
Michael Niedermayer 7a62e94a26 optimization 21 years ago