summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* allocate palette in codec directlyBaptiste Coudurier2009-03-15
* cosmetics, add some whitespaces and empty linesBaptiste Coudurier2009-03-15
* Correct MV prediction for B-frame blocks in RV4 decoderKostya Shishkov2009-03-15
* add loglevel option to set libav* logging level, -v does not set it anymoreBaptiste Coudurier2009-03-15
* do not modify sample_count, check against index entriesBaptiste Coudurier2009-03-15
* use utc time for timestamp and do not set it if not specifiedBaptiste Coudurier2009-03-14
* Fix ff_random_get_seed() prototypeMåns Rullgård2009-03-14
* swf timestamps are 16 bitsBaptiste Coudurier2009-03-14
* remove unused fields in swf contextBaptiste Coudurier2009-03-14
* do not parse timestamp if bitexact is set, should fix regression testsBaptiste Coudurier2009-03-14
* Enable generic index creation and seeking for NUV demuxer.Reimar Döffinger2009-03-14
* Add AVFMT_GENERIC_INDEX support also for formats that do not use a parser.Reimar Döffinger2009-03-14
* Make pcm_read_seek treat negative time stamps as 0, this avoids incorrectlyReimar Döffinger2009-03-14
* Add av_uninit to vbA[1-8], vbB[1-8] variables to work aroundDiego Biurrun2009-03-14
* prettyprinting cosmeticsDiego Biurrun2009-03-14
* Add av_uninit to vsrcBuc variable to work around someDiego Biurrun2009-03-14
* Improve description of next_free_data_block_num struct member.Diego Biurrun2009-03-14
* Do not lose user flags when passing calls from the new to the old seeking API.Michael Niedermayer2009-03-14
* Switch ffplay to new seeking API.Michael Niedermayer2009-03-14
* Switch regression test to the new seeking API.Michael Niedermayer2009-03-14
* add avformat_seek_file()Michael Niedermayer2009-03-14
* Add an example showing how to create a video from many images.Stefano Sabatini2009-03-14
* Make the source buffer operands parametrized in the YSCALEYUV2RGB_YA macroCédric Schieli2009-03-14
* Add 1bpp, 8bpp, 15bpp, and 16bpp support to BMP encoder.Daniel Verkamp2009-03-13
* Set pkt->pos correctly (to the start of header of the packet) in swfdec.Reimar Döffinger2009-03-13
* fix swf seeking by fixing new stream detectionBaptiste Coudurier2009-03-13
* Remove 'lib' and 'swscale-error' from list of phony targets.Diego Biurrun2009-03-13
* Mark all clean targets as phony.Diego Biurrun2009-03-13
* Print timing_info on -debug 1.Michael Niedermayer2009-03-13
* Add "testclean" target to .PHONYReimar Döffinger2009-03-13
* Fix direct and skip MB motion compensation in RV4:Kostya Shishkov2009-03-13
* Simplify RoQ demuxer pts calculation by using a appropriate time bases.Reimar Döffinger2009-03-13
* Set video width/height and create audio stream in read_packet instead ofReimar Döffinger2009-03-12
* remove sws_flags, seems to have no effectBaptiste Coudurier2009-03-12
* patcheck: Replace non-POSIX echo -e with printf.Alex Converse2009-03-11
* Make MMX registers parametrized in the YSCALEYUV2PACKEDX_YA macroCédric Schieli2009-03-11
* In initMMX2HScaler, when chrDstW is not divisible by 4, the last filterPos el...Cédric Schieli2009-03-11
* Use av_mallocz() to initialize hwaccel_data_private.Gwenole Beauchesne2009-03-11
* stag option to force subtitle tagBaptiste Coudurier2009-03-11
* reindentBaptiste Coudurier2009-03-11
* keep original tag when stream copying subs with ipod formatBaptiste Coudurier2009-03-11
* ipod supports both subs tagsBaptiste Coudurier2009-03-11
* reindentBaptiste Coudurier2009-03-11
* write correct atoms based on tag and not format, fixes subs stream copyBaptiste Coudurier2009-03-11
* use correct codec tag list for ipod formatBaptiste Coudurier2009-03-11
* mxf and mxf d10 regression testsBaptiste Coudurier2009-03-11
* again 10l, typo, put_byte instead of put_bufferBaptiste Coudurier2009-03-11
* attempt to try to generate an random umidBaptiste Coudurier2009-03-11
* 10l, set ret to 0 when finishedBaptiste Coudurier2009-03-11
* dump_format after av_write_header to print updated parametersBaptiste Coudurier2009-03-11