summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-08
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-08
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-08
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-08
* VQF demuxerVitor Sessak2009-03-07
* Try to fix the 1 byte cannot be used issue.Michael Niedermayer2009-03-07
* cosmetics: fix indentationDiego Biurrun2009-03-07
* Fix AVFMT_FLAG_NONBLOCK in alsaLuca Abeni2009-03-07
* rtpmap is case-insensitive, see comment from Luca in "[PATCH] rtsp.c:Ronald S. Bultje2009-03-07
* Let the 4th plane reach the swScale functionCédric Schieli2009-03-07
* YUVA420P is a planar YUV formatCédric Schieli2009-03-07
* Re-indent after last commit.Alex Converse2009-03-06
* If we get an error from ff_aac_parse_header() we should not trust the header ...Alex Converse2009-03-06
* ADTS: Increased protection against writing illegal/nonsense files.Alex Converse2009-03-06
* Add my name to copyright & author as requested by the original author.Michael Niedermayer2009-03-06
* Add code to the self test to print jitter & drift.Michael Niedermayer2009-03-06
* Fix the channel allocation bug/assumption (issue 800).Alex Converse2009-03-06
* Get rid of redundant vdpau option, decoders can still be disabled individually.Diego Biurrun2009-03-06
* Fix H.264 bitstream field log2_max_pic_order_cnt_lsb_minus4Stephen Warren2009-03-06
* Oops, very silly typo.Ronald S. Bultje2009-03-06
* flacdec: Parse the metadata header in the raw FLAC demuxer.Justin Ruggles2009-03-06
* flacdec: Add a shared function for parsing a FLAC metadata block header.Justin Ruggles2009-03-06
* Add '#undef rand' to fix test program build.Diego Biurrun2009-03-06
* cosmetics: Fix test program warnings.Diego Biurrun2009-03-06
* pnm: Add missing 'else'. Fixes decoding for 16-bit pgm.Justin Ruggles2009-03-06
* Vertical align.Michael Niedermayer2009-03-06
* Better name for integrator2_state.Michael Niedermayer2009-03-06
* Add clock_period parameter, this should make the code easier to use.Michael Niedermayer2009-03-06
* Selftest code.Michael Niedermayer2009-03-06
* Fix bug with time==0 being special.Michael Niedermayer2009-03-06
* Adapt first factor.Michael Niedermayer2009-03-06
* Merge ff_timefilter_read() and ff_timefilter_update(), this simplifies API andMichael Niedermayer2009-03-06
* Allow timespans to vary.Michael Niedermayer2009-03-06
* Reorder operations, 20% improved performance, 1 variable less.Michael Niedermayer2009-03-05
* Timefilter code by Olivier Guilyardi o list O samalyse o comMichael Niedermayer2009-03-05
* Mark variables "j" and "structure" in execute_ref_pic_marking() as av_uninitDiego Biurrun2009-03-05
* Directly read the version number from a VERSION file; useful for releases.Diego Biurrun2009-03-05
* AAC: hoist dependent gain lookup out of the loopAlex Converse2009-03-05
* cosmetics: Zip Blocks Motion Video --> Zip Motion Blocks VideoDiego Biurrun2009-03-05
* cosmetics: Order changelog entries chronologically.Diego Biurrun2009-03-05
* Remove duplicated MUL16 macro definition, fixes the warning:Diego Biurrun2009-03-05
* ARM: disable inline asm for armccMåns Rullgård2009-03-05
* ARM: armcc versions of bswap_16/32Måns Rullgård2009-03-05
* ARM: detect armcc compiler and enable gcc modeMåns Rullgård2009-03-05
* configure: check asm support using $asMåns Rullgård2009-03-05
* Compile .S files with $(AS), set it in configureMåns Rullgård2009-03-05
* Fix bug introduced by me in r28756Cédric Schieli2009-03-05
* Mark pos_min and pos_max variables as av_uninit to work around falseDiego Biurrun2009-03-05
* Mark dvdaudio_substream_type variable as av_uninit to work around falseDiego Biurrun2009-03-05
* Pass packet position to the parser, so frame's AVPacket.pos is computed corre...Ivan Schreter2009-03-05