18629 Commits (d71d64dcc1fec5fcc015366a0a668db63f138ff1)
 

Author SHA1 Message Date
Reimar Döffinger d71d64dcc1 Mark all packets from nuv demuxer as keyframes in order to make seeking work. 16 years ago
Ronald S. Bultje 37b7dac184 Reorder alphabetically after r17902. 16 years ago
Reimar Döffinger 3a4f91f5ed 100l, to start reading from the first frame we must seek to data_offset, 16 years ago
Reimar Döffinger fb2e95c97a Set AVPacket pos also for audio packets in nuv demuxer. 16 years ago
Diego Biurrun 082dea8e40 Remove all remaining code that was disabled through the major version bump. 16 years ago
Kostya Shishkov 0881748386 Add maintainers for RM muxer, demuxer and RDT protocol 16 years ago
Reimar Döffinger 32b936d0c3 Add av_fifo_reset function to completely reset fifo state, which makes 16 years ago
Måns Rullgård aa033b1ed7 Enable CONFIG_FASTDIV by default 16 years ago
Gwenole Beauchesne 68e5d5235e Add private HW accel data infrastructure. 16 years ago
Baptiste Coudurier af79f1ae78 reindent 16 years ago
Michael Niedermayer c900635fd9 indent 16 years ago
Baptiste Coudurier 6b4fab72df change path pattern to be similar to existing files, and remove useless buffer 16 years ago
Baptiste Coudurier 4070629dfa merge struct declaration and definition 16 years ago
Baptiste Coudurier 0c8f772791 write map packet every 100 packets according to specs 16 years ago
Baptiste Coudurier aaa43de31a write flt packet, might need some tweaking but it works 16 years ago
Baptiste Coudurier a96b1a903a correctly interleave audio and video according to specs 16 years ago
Baptiste Coudurier 9885e9a63a write timecode track in gxf 16 years ago
Baptiste Coudurier 46a7e3ec14 write timecode track in gxf 16 years ago
Baptiste Coudurier 33605366ee compute media info in write_header 16 years ago
Baptiste Coudurier cd34fd9c8c factorize write packet 16 years ago
Baptiste Coudurier 990287c468 remove unneeded and empty user data 16 years ago
Måns Rullgård 82bb33290e Allow different executable suffix for host and target 16 years ago
Baptiste Coudurier 6b43d2d075 uniformize variable names and remove duplicating fields in private structs 16 years ago
Baptiste Coudurier 8b9c94e0bd remove useless fields 16 years ago
Justin Ruggles ade29f9983 move NTT VQF demuxer to keep formats list alphabetized. 16 years ago
Vitor Sessak 9aa2ab4276 Use FLG pseudo-random number generator in RoQ and ELBG 16 years ago
Kostya Shishkov 74e2a0784e Make Musepack decoders use LFG pseudorandom generator 16 years ago
Vitor Sessak d2f532c8a0 Be more verbose in describing VQF demuxer 16 years ago
Reimar Döffinger 06d19718c4 Add a part explaining that API should be considered unstable after major 16 years ago
Reimar Döffinger 22d4f236bd Preliminary summary of AVFifoBuffer changes 16 years ago
Reimar Döffinger fe4032b66a Remove more functions disabled by major version bump. 16 years ago
Reimar Döffinger 3fb1084306 Remove/replace code disabled by major version bump. 16 years ago
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