18597 Commits (52a6632a2b88b8a7171a47c796fa5f26db1ed490)
 

Author SHA1 Message Date
Michael Niedermayer 52a6632a2b Deprecate the Mersenne Twister. 16 years ago
Reimar Döffinger c957c85426 Replace all uses of the replaced av_fifo_read by av_fifo_generic_read 16 years ago
Michael Niedermayer 792e467904 Remove the Mersenne Twister from the public API/ABI. 16 years ago
Michael Niedermayer 49ceb58bf6 Bump major version of libavutil due to FIFO fixes. 16 years ago
Reimar Döffinger cddcf8c60f Remove av_fifo_read, API is already broken and major version will be bumped soon. 16 years ago
Michael Niedermayer 41dd680dd8 Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues. 16 years ago
Baptiste Coudurier 48d58e592a add ff_random_get_seed to be used in conjunction with random functions 16 years ago
Michael Niedermayer a936475949 Comments to indicate where memory barriers may be needed. 16 years ago
Vitor Sessak 616e899c43 VQF demuxer 16 years ago
Michael Niedermayer 0a71e78ce4 Try to fix the 1 byte cannot be used issue. 16 years ago
Diego Biurrun 5add54b4f9 cosmetics: fix indentation 16 years ago
Luca Abeni 3cac2f1301 Fix AVFMT_FLAG_NONBLOCK in alsa 16 years ago
Ronald S. Bultje 743b389074 rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c: 16 years ago
Cédric Schieli 6208d67664 Let the 4th plane reach the swScale function 16 years ago
Cédric Schieli 9621f2f540 YUVA420P is a planar YUV format 16 years ago
Alex Converse 7d87e2ceac Re-indent after last commit. 16 years ago
Alex Converse 51741a82c3 If we get an error from ff_aac_parse_header() we should not trust the header info that it provides. 16 years ago
Alex Converse 496dcbbc86 ADTS: Increased protection against writing illegal/nonsense files. 16 years ago
Michael Niedermayer 8507bde0f3 Add my name to copyright & author as requested by the original author. 16 years ago
Michael Niedermayer 8b2fa9659a Add code to the self test to print jitter & drift. 16 years ago
Alex Converse bb5c0988ea Fix the channel allocation bug/assumption (issue 800). 16 years ago
Diego Biurrun 711dae776f Get rid of redundant vdpau option, decoders can still be disabled individually. 16 years ago
Stephen Warren 49caac2413 Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4 16 years ago
Ronald S. Bultje 57f94f54c4 Oops, very silly typo. 16 years ago
Justin Ruggles f48b9304cd flacdec: Parse the metadata header in the raw FLAC demuxer. 16 years ago
Justin Ruggles 5b63d33d7d flacdec: Add a shared function for parsing a FLAC metadata block header. 16 years ago
Diego Biurrun e0c98063e7 Add '#undef rand' to fix test program build. 16 years ago
Diego Biurrun 6d16718e5d cosmetics: Fix test program warnings. 16 years ago
Justin Ruggles 5a92cc663c pnm: Add missing 'else'. Fixes decoding for 16-bit pgm. 16 years ago
Michael Niedermayer bc3057f499 Vertical align. 16 years ago
Michael Niedermayer 2e51dedd24 Better name for integrator2_state. 16 years ago
Michael Niedermayer 3228491027 Add clock_period parameter, this should make the code easier to use. 16 years ago
Michael Niedermayer 1b85ec1ea2 Selftest code. 16 years ago
Michael Niedermayer 8537591abc Fix bug with time==0 being special. 16 years ago
Michael Niedermayer 494065ca36 Adapt first factor. 16 years ago
Michael Niedermayer 55b5859867 Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API and 16 years ago
Michael Niedermayer 08ffd3708b Allow timespans to vary. 16 years ago
Michael Niedermayer 28e947e458 Reorder operations, 20% improved performance, 1 variable less. 16 years ago
Michael Niedermayer f982c6d87a Timefilter code by Olivier Guilyardi o list O samalyse o com 16 years ago
Diego Biurrun 1b0f4920b8 Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninit 16 years ago
Diego Biurrun de2c2b5a98 Directly read the version number from a VERSION file; useful for releases. 16 years ago
Alex Converse cfd937b081 AAC: hoist dependent gain lookup out of the loop 16 years ago
Diego Biurrun 6a7d2c3d3a cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks Video 16 years ago
Diego Biurrun 108ab268f6 cosmetics: Order changelog entries chronologically. 16 years ago
Diego Biurrun 27127202d6 Remove duplicated MUL16 macro definition, fixes the warning: 16 years ago
Måns Rullgård 35690321a7 ARM: disable inline asm for armcc 16 years ago
Måns Rullgård 1e65f62e2b ARM: armcc versions of bswap_16/32 16 years ago
Måns Rullgård 03e3776293 ARM: detect armcc compiler and enable gcc mode 16 years ago
Måns Rullgård f65883c812 configure: check asm support using $as 16 years ago
Måns Rullgård 313c46a610 Compile .S files with $(AS), set it in configure 16 years ago