4776 Commits (d89f692f0ea078867be00397b2f8229510400325)

Author SHA1 Message Date
Ronald S. Bultje cc9aced32f Remove slash-skipping code because the function called right after that 16 years ago
Ronald S. Bultje 78f731de92 Reindent something where a if () --> { <-- is on a newline rather than on the 16 years ago
Ronald S. Bultje 7d09a993d1 Free metadata if already allocated; fixes a memleak if the header occurs twice 16 years ago
Ronald S. Bultje 6a8c8b36b9 Fix silly bug in hex_to_data() where it compares a string pointer for whether 16 years ago
Ronald S. Bultje 64917dd3df Remove useless comment about something that is deprecated. See summary in 16 years ago
Ronald S. Bultje 36aa7bc27f Use skip_spaces() in the "redir" demuxer instead of "while (isspace(&p)) p++". 16 years ago
Ronald S. Bultje 1ef36a7035 Merge functional code from get_word() and get_word_sep() into a single 16 years ago
Ronald S. Bultje 7e726132c2 Allow (and parse) incoming server messages (notices) interleaved with TCP 16 years ago
Ronald S. Bultje 9c610b7667 Add a @todo item to use ByteIOContext instead of URLContext at some point in 16 years ago
Ronald S. Bultje 8b9794e542 Remove index writing in RM muxer, since it is broken (multiple streams per 16 years ago
Ronald S. Bultje 83c0ba3dad Don't allow to sync on packets of zero-size length, since these are never 16 years ago
Ronald S. Bultje e75e603c1a Move "- 12" statement up a bit. See "[PATCH] rmdec.c: prevent zero-length 16 years ago
Daniel Verkamp e1dc16ae56 Make Smacker audio decoder output audio in original bit depth 16 years ago
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