summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Move MOVContext and related structures from mov.c to isom.h. See "[PATCH]Ronald S. Bultje2009-03-092-96/+96
* Reorder arguments for av_fifo_generic_read to be more logical andReimar Döffinger2009-03-097-8/+10
* Fix seek regression test broken by r17905, seeking fails completelyReimar Döffinger2009-03-091-22/+22
* Mask all unused bits for packed pixel format instead of green and alpha mask ...Kostya Shishkov2009-03-091-1/+1
* Update VA API pixfmts documentation: struct vaapi_render_stateGwenole Beauchesne2009-03-091-3/+3
* Convert spurious DOS line breaks to UNIX line breaks in seek regressionReimar Döffinger2009-03-091-46/+46
* Prevent (negative) overflow of rm->remaining_len. This evaluation really onlyRonald S. Bultje2009-03-091-1/+1
* Replace separate packet parsing for "old_format" .ra files by a call toRonald S. Bultje2009-03-091-31/+12
* Move frame discarding out of the ff_rm_parse_packet() loop, and respectRonald S. Bultje2009-03-091-6/+10
* Mark all packets from nuv demuxer as keyframes in order to make seeking work.Reimar Döffinger2009-03-091-0/+4
* Reorder alphabetically after r17902.Ronald S. Bultje2009-03-091-1/+1
* 100l, to start reading from the first frame we must seek to data_offset,Reimar Döffinger2009-03-091-1/+1
* Set AVPacket pos also for audio packets in nuv demuxer.Reimar Döffinger2009-03-091-1/+3
* Remove all remaining code that was disabled through the major version bump.Diego Biurrun2009-03-094-30/+0
* Add maintainers for RM muxer, demuxer and RDT protocolKostya Shishkov2009-03-091-1/+2
* Add av_fifo_reset function to completely reset fifo state, which makesReimar Döffinger2009-03-092-1/+13
* Enable CONFIG_FASTDIV by defaultMåns Rullgård2009-03-091-1/+2
* Add private HW accel data infrastructure.Gwenole Beauchesne2009-03-092-0/+29
* reindentBaptiste Coudurier2009-03-091-11/+11
* indentMichael Niedermayer2009-03-091-2/+2
* change path pattern to be similar to existing files, and remove useless bufferBaptiste Coudurier2009-03-093-38/+35
* merge struct declaration and definitionBaptiste Coudurier2009-03-091-8/+3
* write map packet every 100 packets according to specsBaptiste Coudurier2009-03-091-4/+46
* write flt packet, might need some tweaking but it worksBaptiste Coudurier2009-03-093-40/+61
* correctly interleave audio and video according to specsBaptiste Coudurier2009-03-093-19/+52
* write timecode track in gxfBaptiste Coudurier2009-03-091-2/+2
* write timecode track in gxfBaptiste Coudurier2009-03-092-72/+111
* compute media info in write_headerBaptiste Coudurier2009-03-081-17/+19
* factorize write packetBaptiste Coudurier2009-03-081-8/+3
* remove unneeded and empty user dataBaptiste Coudurier2009-03-082-25/+4
* Allow different executable suffix for host and targetMåns Rullgård2009-03-082-9/+18
* uniformize variable names and remove duplicating fields in private structsBaptiste Coudurier2009-03-081-145/+167
* remove useless fieldsBaptiste Coudurier2009-03-081-7/+0
* move NTT VQF demuxer to keep formats list alphabetized.Justin Ruggles2009-03-081-2/+2
* Use FLG pseudo-random number generator in RoQ and ELBGVitor Sessak2009-03-084-10/+10
* Make Musepack decoders use LFG pseudorandom generatorKostya Shishkov2009-03-084-9/+8
* Be more verbose in describing VQF demuxerVitor Sessak2009-03-081-1/+2
* Add a part explaining that API should be considered unstable after majorReimar Döffinger2009-03-081-0/+14
* Preliminary summary of AVFifoBuffer changesReimar Döffinger2009-03-081-0/+6
* Remove more functions disabled by major version bump.Reimar Döffinger2009-03-084-47/+0
* Remove/replace code disabled by major version bump.Reimar Döffinger2009-03-081-11/+3
* Deprecate the Mersenne Twister.Michael Niedermayer2009-03-081-4/+4
* Replace all uses of the replaced av_fifo_read by av_fifo_generic_readReimar Döffinger2009-03-083-4/+4
* Remove the Mersenne Twister from the public API/ABI.Michael Niedermayer2009-03-081-1/+0
* Bump major version of libavutil due to FIFO fixes.Michael Niedermayer2009-03-082-3/+3
* Remove av_fifo_read, API is already broken and major version will be bumped s...Reimar Döffinger2009-03-082-13/+0
* Allocate AVFifoBuffer through the fifo API to reduce future API/ABI issues.Michael Niedermayer2009-03-089-66/+72
* add ff_random_get_seed to be used in conjunction with random functionsBaptiste Coudurier2009-03-083-0/+75
* Comments to indicate where memory barriers may be needed.Michael Niedermayer2009-03-081-0/+3
* VQF demuxerVitor Sessak2009-03-076-0/+261