18885 Commits (d89f692f0ea078867be00397b2f8229510400325)
 

Author SHA1 Message Date
Stefano Sabatini d89f692f0e Extend the behavior of avcodec_get_pix_fmt(), if it cannot find a 16 years ago
Stefano Sabatini a61ec8e7ae Globally prefer enum PixelFormat over int when it makes sense. 16 years ago
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
Diego Biurrun ee6624ef4a Remove deprecated and now unused Mersenne Twister PRNG. 16 years ago
Kostya Shishkov 6a03a34b01 Register myself as Smacker maintainer 16 years ago
Diego Biurrun 9f5da4d189 When warning about forbidden pseudo random number generation functions, 16 years ago
Diego Biurrun 573e0118e2 Fix reference to av_random_init where av_lfg_init was meant. 16 years ago
Diego Biurrun 0e4cb6cbad Fix reference to av_random where av_lfg_get was meant. 16 years ago
Daniel Verkamp e1dc16ae56 Make Smacker audio decoder output audio in original bit depth 16 years ago
Diego Biurrun 2bbd85719c Remove deprecated functions and structures on next version bump. 16 years ago
Cédric Schieli 986b6f8f73 Fix build failure on x86_32 Mac OS X with PIC enabled 16 years ago
Baptiste Coudurier 64159a588b check if feed max file size is too small 16 years ago
Baptiste Coudurier 1f611549e2 cosmetics, reindent and remove empty line 16 years ago
Baptiste Coudurier 861ec13aae new Truncate option which will make feeder truncate feed file 16 years ago
Reimar Döffinger 899a8fa1cb Fix avpicture_get_size for non-paletted formats with a helper palette 16 years ago
Reimar Döffinger 6f34808691 Fix planarCopy to ignore the GRAY8 "pseudo"-palette, fixes libavtest regression test. 16 years ago
Baptiste Coudurier 31e2d5d321 update ffserver regression ref 16 years ago
Baptiste Coudurier 85fe4ae0d0 do not call av_find_stream_info if stream is ffm, should fix stalling 16 years ago
Baptiste Coudurier 0bdd8b858f send busy reply if max connections number is exceeded 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 7e24aa0c13 adjust write index if not set 16 years ago
Baptiste Coudurier a9c6fc7b3e update seek regression ref due to 18063 16 years ago
Justin Ruggles d7687763a5 Take over sole maintainership for all FLAC-related stuff 16 years ago
Justin Ruggles 59f60d0554 Fix the ogg regression test, which was broken by r18092. This is an 16 years ago
Justin Ruggles 0e442b8432 add myself as maintainer for new FLAC files 16 years ago
Justin Ruggles 0fb2182d46 add a function to calculate a more accurate estimate for maximum FLAC 16 years ago
Justin Ruggles f5187c7f04 flacdec: account for frame and subframe header overhead when calculating 16 years ago
Justin Ruggles f121622114 revert accidental unrelated change in last commit 16 years ago
Justin Ruggles d4df4e5088 share sample rate and blocksize tables between the FLAC encoder and FLAC 16 years ago
Baptiste Coudurier b4800b8b7d protect realloc overflow 16 years ago
Justin Ruggles b9b4fc5e07 flacenc: remove unneeded variable, 'min_encoded_framesize' and use 16 years ago
Justin Ruggles 29b0d168e6 seek backwards 4 bytes if 'fLaC' marker is not found 16 years ago
Justin Ruggles d9e7fa8074 flacdec: remove unneeded variable, 'assignment' 16 years ago
Justin Ruggles 2a34672500 flacdec: cosmetics: rename 'decorrelation' to 'ch_mode' 16 years ago
Justin Ruggles ad52941faa flacenc: remove unneeded context variable, 'ch_code' 16 years ago