Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2009-03-31ReindentReimar Döffinger
2009-03-31Deduplicate code by moving it outside the if/elseReimar Döffinger
2009-03-31Rearrange how the different cases are checked to reduce the number ofReimar Döffinger
2009-03-31Avoid "reloading" code by using a 64 bit type for the flags and loading all a...Reimar Döffinger
2009-03-31Remove now pointless temporary pix variables.Reimar Döffinger
2009-03-31Slightly simplify part of ipvideo_decode_block_opcode_0x8Reimar Döffinger
2009-03-31Fix indentationReimar Döffinger
2009-03-31Avoid code duplication by using ?: and array indexing instead of if..elseReimar Döffinger
2009-03-31Prettify some assignmentsReimar Döffinger
2009-03-31Get rid of some pointless bitmask/shifter variables in interplayvideo.cReimar Döffinger
2009-03-31Mark non-exported functions in test and example programs as static.Diego Biurrun
2009-03-31Remove inclusion of va.h, not needed anymore after r18256.Gwenole Beauchesne
2009-03-31Give better names to reference DCT functions.Dylan Yudaken
2009-03-31Improve VA API buffers allocation logic. This also reduces struct vaapi_contextGwenole Beauchesne
2009-03-31Move declaration of prn before any assignment.Benoit Fouet
2009-03-31Record MPEG-4 sprite trajectory points [up to num_sprite_warping_points][isY].Gwenole Beauchesne
2009-03-30Add required va/va.h header, should fix 'make checkheaders'.Diego Biurrun
2009-03-30mlpdec: Simplify check for substream_parity_present.Ramiro Polla
2009-03-30mlpdec: Simplify no restart header seen error.Ramiro Polla
2009-03-30mlpdec: Simplify substream length mismatch error.Ramiro Polla
2009-03-30mlpdec: Prettify substream parity check.Ramiro Polla
2009-03-30mlpdec: Cleaner and better termination word check.Ramiro Polla
2009-03-30mlpdec: More validation for read_channel_params()Ramiro Polla
2009-03-30mlpdec: whitespace cosmetics.Ramiro Polla
2009-03-30mlpdec: Simplify &foo[0] to foo and use index (which has just been initializedRamiro Polla
2009-03-30mlpdec: Split filter_state_buffer into [fi]irbuf and fp to [fi]ir.Ramiro Polla
2009-03-30mlpdec: Unroll copying filter state data and filtering for the two filters.Ramiro Polla
2009-03-30mlpdec: Max filter orders for FIR and IIR are 8 and 4 respectively.Ramiro Polla
2009-03-29Merge the 3 COPY_FROM_* macros with lots of duplicated code into a singleReimar Döffinger
2009-03-29Change CHECK_STREAM_PTR macro to correctly handle the (extremely unlikely)Reimar Döffinger
2009-03-29Simplify check for leftover bytes after decoding for interplayvideo.Reimar Döffinger
2009-03-29Get rid of pointless "B" array in interplayvideo decoder.Reimar Döffinger
2009-03-29Replace many tiny loops in the interplayvideo decoder by memset, memcpyReimar Döffinger
2009-03-29Make ipvideo_decode_block array constant, compile-time initialized insteadReimar Döffinger
2009-03-29Generalize example target rule in common.mak so that it sets a -example$(EXESUF)Diego Biurrun
2009-03-29Rename apiexample.c --> api-example.c to be consistent with other example files.Diego Biurrun
2009-03-28mlpdec: Remove few random dprintf()s.Ramiro Polla
2009-03-28mlpdec: Check for blocksize in proper range.Ramiro Polla
2009-03-28mlpdec: quant_step_size can be any value from 0 to 0xF.Ramiro Polla
2009-03-28mlpdec: output_shift can be any value from -8 to 7.Ramiro Polla
2009-03-28mlpdec: output_shift is signedRamiro Polla
2009-03-28mlpdec: Split read_channel_params() into its own function.Ramiro Polla
2009-03-28mlpdec: Split read_matrix_params() into its own function.Ramiro Polla
2009-03-27Merge some cases for reading raw data with different bit depths in BMPKostya Shishkov
2009-03-26Use intptr_t when casting pointers to int.Ramiro Polla
2009-03-25fft-test does not depend on fdctref.o.Diego Biurrun
2009-03-25Move adding the '-test$(EXESUF)' suffix to test programs into common.mak.Diego Biurrun
2009-03-25cosmetics: add an @return to documentation for decode_frame_header()Justin Ruggles
2009-03-24Update apiexample.c to use the newer avcodec_decode_audio2() API. This alsoRobert Swain
2009-03-24flacdec: split frame header decoding and validation into a separateJustin Ruggles