summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-08
| | | | Originally committed as revision 17873 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-08
| | | | | | We provide better PRNGs. Originally committed as revision 17872 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-08
| | | | | | | The current API/ABI should not be considered stable yet, further ABI/API breakage is possible without major bumps. Originally committed as revision 17871 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove av_fifo_read, API is already broken and major version will be bumped ↵Reimar Döffinger2009-03-08
| | | | | | soon. Originally committed as revision 17870 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
| | | | | | | Yes this breaks ABI/API but ive already broken it and will bump avutil major soon. Originally committed as revision 17869 to svn://svn.ffmpeg.org/ffmpeg/trunk
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-08
| | | | Originally committed as revision 17868 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-08
| | | | Originally committed as revision 17867 to svn://svn.ffmpeg.org/ffmpeg/trunk
* VQF demuxerVitor Sessak2009-03-07
| | | | Originally committed as revision 17866 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-07
| | | | Originally committed as revision 17865 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: fix indentationDiego Biurrun2009-03-07
| | | | Originally committed as revision 17864 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-07
| | | | Originally committed as revision 17863 to svn://svn.ffmpeg.org/ffmpeg/trunk
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-07
| | | | | | keep-alive" thread. Originally committed as revision 17862 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-07
| | | | Originally committed as revision 28868 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* YUVA420P is a planar YUV formatCédric Schieli2009-03-07
| | | | Originally committed as revision 28867 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale
* Re-indent after last commit.Alex Converse2009-03-06
| | | | Originally committed as revision 17861 to svn://svn.ffmpeg.org/ffmpeg/trunk
* If we get an error from ff_aac_parse_header() we should not trust the header ↵Alex Converse2009-03-06
| | | | | | info that it provides. Originally committed as revision 17860 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-06
| | | | Originally committed as revision 17859 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add my name to copyright & author as requested by the original author.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17858 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add code to the self test to print jitter & drift.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17857 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
| | | | | | Approved by Rob on IRC. Originally committed as revision 17856 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun2009-03-06
| | | | Originally committed as revision 17855 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-06
| | | | | | | | if sps.poc_type == 0. Patch by Stephen Warren, swarren nvidia com Originally committed as revision 17854 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Oops, very silly typo.Ronald S. Bultje2009-03-06
| | | | Originally committed as revision 17853 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
| | | | Originally committed as revision 17852 to svn://svn.ffmpeg.org/ffmpeg/trunk
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-06
| | | | Originally committed as revision 17851 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add '#undef rand' to fix test program build.Diego Biurrun2009-03-06
| | | | Originally committed as revision 17850 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Fix test program warnings.Diego Biurrun2009-03-06
| | | | Originally committed as revision 17849 to svn://svn.ffmpeg.org/ffmpeg/trunk
* pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles2009-03-06
| | | | Originally committed as revision 17848 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Vertical align.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17847 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Better name for integrator2_state.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17846 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Add clock_period parameter, this should make the code easier to use.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17845 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Selftest code.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17844 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug with time==0 being special.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17843 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Adapt first factor.Michael Niedermayer2009-03-06
| | | | Originally committed as revision 17842 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
| | | | | | avoids calling them in the wrong order. Originally committed as revision 17841 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Allow timespans to vary.Michael Niedermayer2009-03-06
| | | | | | No change in performance if they do not vary. Originally committed as revision 17840 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
| | | | Originally committed as revision 17839 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05
| | | | Originally committed as revision 17838 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun2009-03-05
| | | | | | to work around false positive 'may be used uninitialized' warnings. Originally committed as revision 17837 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Directly read the version number from a VERSION file; useful for releases.Diego Biurrun2009-03-05
| | | | Originally committed as revision 17836 to svn://svn.ffmpeg.org/ffmpeg/trunk
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-05
| | | | Originally committed as revision 17835 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks VideoDiego Biurrun2009-03-05
| | | | Originally committed as revision 17834 to svn://svn.ffmpeg.org/ffmpeg/trunk
* cosmetics: Order changelog entries chronologically.Diego Biurrun2009-03-05
| | | | Originally committed as revision 17833 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-05
| | | | | | libavcodec/ac3enc.c:119:1: warning: "MUL16" redefined Originally committed as revision 17832 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
| | | | Originally committed as revision 17831 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-05
| | | | Originally committed as revision 17830 to svn://svn.ffmpeg.org/ffmpeg/trunk
* ARM: detect armcc compiler and enable gcc modeMåns Rullgård2009-03-05
| | | | Originally committed as revision 17829 to svn://svn.ffmpeg.org/ffmpeg/trunk
* configure: check asm support using $asMåns Rullgård2009-03-05
| | | | Originally committed as revision 17828 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-05
| | | | | | | Assembler files using the GNU syntax need to be processed by gcc, whichever compiler is used for C files. Originally committed as revision 17827 to svn://svn.ffmpeg.org/ffmpeg/trunk
* Fix bug introduced by me in r28756Cédric Schieli2009-03-05
| | | | Originally committed as revision 28825 to svn://svn.mplayerhq.hu/mplayer/trunk/libswscale