4763 Commits (899a8fa1cb1a102cc0dd3089a870c3af83d3bf81)

Author SHA1 Message Date
David Conrad 1a4ab332c6 Reindent 16 years ago
David Conrad 6e6abd0237 Fix Speex header parsing in ogg demuxer 16 years ago
David Conrad 1fa9726cf6 Document ogg_codec's header function 16 years ago
Baptiste Coudurier be2a6e2f82 fix compilation when DEBUG_SEEK is defined 16 years ago
Baptiste Coudurier 92a0f33878 fix valid seeking range 16 years ago
Baptiste Coudurier b4800b8b7d protect realloc overflow 16 years ago
Justin Ruggles 29b0d168e6 seek backwards 4 bytes if 'fLaC' marker is not found 16 years ago
Daniel Verkamp effcedf738 PCX encoder that handles 1-, 8-, and 24-bpp pixfmts. 16 years ago
Baptiste Coudurier 7c45723a98 resync ffm if error in stream 16 years ago
Baptiste Coudurier 21c6438f2c typo, fix eof check 16 years ago
Baptiste Coudurier b9edbe9953 do not write ffm write index by default, detect if file is being written and return EOF 16 years ago
Ronald S. Bultje cf16c17a69 Add byte reordering for the SIPRO audio codec. See "rmdec.c: add SIPR codec 16 years ago
Ronald S. Bultje e9fce261a6 Assign the x-pf-asf payload string to be decoded by rtp_asf.c, and add a 16 years ago
Baptiste Coudurier 876578914b set avi fsize to INT64_MAX if riff tag end is not set and file size is not available 16 years ago
Baptiste Coudurier 3a5601885b move max analyze duration check before considering new packet 16 years ago
Ramiro Polla 23d9cc4563 Support raw TrueHD files 16 years ago
Ramiro Polla 9ba4821d93 Split TrueHD decoder from MLP 16 years ago
Alex Converse 5c3d507f1a MOV: Use the AOT enum for the mp4_audio_types mapping. 16 years ago
Reimar Döffinger b8b00d9429 Rename GUID typedef to ff_asf_guid to fix MinGW compilation failure 16 years ago
Reimar Döffinger 4d0c3dc0d5 Add a special guidcmp function to compare ASF guids, to avoid the many 16 years ago
Ronald S. Bultje 79ff11d78f Fix wrong @file tag. 16 years ago
Ronald S. Bultje c4a3d03299 Reindent after r18023. 16 years ago
Ronald S. Bultje 1a30d5415f Add RTP/ASF header parsing, which is part of the SDP of these streams. See 16 years ago
avcoder 6d050dd673 cosmetics: fix indentation, patch by avcoder, ffmpeg gmail com 16 years ago
Reimar Döffinger 2ac736a6da Extend mov edit list support to work for a first padding entry with 16 years ago
Måns Rullgård c3df4a3bfe rmdec: fix crash at end of file 16 years ago
Alex Converse d0dab0ecd4 Cosmetics: Re-indent after last commit 16 years ago
Alex Converse bd27eed6d0 MOV: Support stz2 "Compact Sample Size Box" 16 years ago
Ronald S. Bultje 508fe07ab3 More reindent, forgotten in previous commit. 16 years ago
Ronald S. Bultje 2d6f301470 Parse index chunk so that seeking in modern .rm files becomes a lot faster. 16 years ago
Ronald S. Bultje c882927957 Reindent after r18010. 16 years ago
Ronald S. Bultje 55d330f913 Mark the first output audio frame as keyframe (separate patch from previous, 16 years ago
Ronald S. Bultje c5efef7be9 Remove packet returning in ff_rm_parse_packet() if we're using the packet 16 years ago
Ronald S. Bultje 7268f0bd8e Reindent after r18005. 16 years ago
Ronald S. Bultje 6a2d3fc30b Merge code for packet reading in "old" (.ra, audio-only) Realmedia files and 16 years ago
Baptiste Coudurier f05783c2db cosmetics, remove useless braces 16 years ago
Baptiste Coudurier 9bf1b2683c simplify printing 16 years ago
Baptiste Coudurier f584386d54 reindent 16 years ago
Baptiste Coudurier c6026e4360 fix trkn metadata parsing 16 years ago
Baptiste Coudurier 0fb44a4e47 move read_udta_string up to avoid forward declaration 16 years ago
Baptiste Coudurier 873358e5d4 more generic metadata handling 16 years ago
Baptiste Coudurier 2229a5c60e do not set isom if ctype is not set, happens in mov 16 years ago
Baptiste Coudurier df8843c65f search for hdlr atom in meta, some files do not store version+flags 16 years ago
Ronald S. Bultje 7a160bca83 Fix index generation in the way that it was supposed to be used. See the 16 years ago
Baptiste Coudurier 7c4502c8c4 typo in the mail, the 4am commit is always the worst 16 years ago
Baptiste Coudurier 4909e517fd cosmetics 16 years ago
Baptiste Coudurier 983bdd3788 add my copyright in mov de/muxer 16 years ago
Baptiste Coudurier e49da8273b allocate palette in codec directly 16 years ago
Baptiste Coudurier 6c00a9dec2 cosmetics, add some whitespaces and empty lines 16 years ago
Baptiste Coudurier f0f2218dce do not modify sample_count, check against index entries 16 years ago