summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* check if stream is set, fix potential segvBaptiste Coudurier2008-10-251-0/+2
* Build MMX/SSE FFT only if CONFIG_FFT is setMåns Rullgård2008-10-242-2/+14
* DCA decoder needs FFTMåns Rullgård2008-10-241-0/+1
* configure: add foo_suggest facilityMåns Rullgård2008-10-241-4/+9
* configure: add enable_weak and disable_weakMåns Rullgård2008-10-241-0/+21
* configure: allow recursive foo_select optionsMåns Rullgård2008-10-241-1/+16
* simplify sample rate code, flv_set_audio_codec already overrides it for nelly...Baptiste Coudurier2008-10-241-4/+1
* Auto-enable CONFIG_FFT for codecs that need itMåns Rullgård2008-10-242-15/+33
* configure: cosmeticsMåns Rullgård2008-10-241-2/+2
* configure: add foo_select facilityMåns Rullgård2008-10-241-3/+6
* configure: fix disabled_any to return false for empty listMåns Rullgård2008-10-241-0/+1
* prettyprinting cosmeticsDiego Biurrun2008-10-244-378/+389
* spelling cosmeticsDiego Biurrun2008-10-244-30/+32
* Split off celp_filters.[ch] from acelp_filters.[ch] for the QCELP decoder.Kenan Gillet2008-10-246-107/+162
* Rename acelp_math.[ch] to celp_math.[ch] to prepare for QCELP decoder merge.Kenan Gillet2008-10-245-7/+7
* force sample rate to 16khz for speex in flv, fix speexaudio.flvBaptiste Coudurier2008-10-241-1/+4
* fix for >2GB flv filesPascal Massimino2008-10-241-5/+6
* Speex decoding via libspeexDavid Conrad2008-10-244-0/+151
* Choose RV3/4 DC quantizer correctlyKostya Shishkov2008-10-241-2/+2
* raw dnxhd de/muxerBaptiste Coudurier2008-10-244-1/+43
* dnxhd parserBaptiste Coudurier2008-10-244-1/+98
* Cosmetics: alignmentVitor Sessak2008-10-231-3/+3
* Fix broken palette8to*.Vitor Sessak2008-10-233-75/+43
* dnxhd codec is intra onlyBaptiste Coudurier2008-10-231-0/+1
* add state64 field to ParseContext storing last 8 bytes, to be able to check f...Baptiste Coudurier2008-10-232-0/+2
* cosmetics: typo fixDiego Biurrun2008-10-233-3/+3
* Add information about a workaround for MinGW gcc versions.Diego Biurrun2008-10-231-1/+4
* Revert r15653.Benoit Fouet2008-10-231-1/+0
* 10l: missing change from r15667 - global header also affect seek test resultsAurelien Jacobs2008-10-221-22/+22
* matroskaenc: require global headerAurelien Jacobs2008-10-222-2/+4
* Fix spellingVíctor Paesa2008-10-221-1/+1
* Include headers for optional libraries only when enabled.Diego Pettenò2008-10-221-0/+8
* cosmetics: Leave out quotes from libdirac pkg-config call for consistency.Diego Biurrun2008-10-221-1/+1
* split bswap.h into per-arch filesMåns Rullgård2008-10-215-43/+221
* uses FF_ARRAY_ELEMS() where appropriateAurelien Jacobs2008-10-2122-42/+37
* Port read_time() that works on x86_32 and 64 from noe.Michael Niedermayer2008-10-211-11/+3
* The v4l2 driver can silently change the pixel format in theJens Rosenboom2008-10-211-0/+5
* ARM: allow --cpu=armvN in configureMåns Rullgård2008-10-211-0/+3
* Allow target name on every line in dependency postprocessingMåns Rullgård2008-10-211-1/+1
* Do not add $cross_prefix to compiler name given with --cc optionMåns Rullgård2008-10-211-2/+4
* configure: fix handling of option arguments containing = signMåns Rullgård2008-10-211-1/+1
* Use x86_reg type instead of long in float_to_int16 MMX/SSE functions.Reimar Döffinger2008-10-201-4/+8
* Use av_freep() in ff_parse_close().Michael Niedermayer2008-10-201-1/+1
* Copy pts for each raw encoded frame.Andrew Wason2008-10-201-0/+1
* 34l: free RV3/4 context variables at the endKostya Shishkov2008-10-201-0/+3
* RV3 and RV4 decoders set some deblocking coefs for each macroblock,Kostya Shishkov2008-10-202-0/+6
* Mark some of RV3/4 block types as having separate DC subblockKostya Shishkov2008-10-201-2/+2
* Add missing sys/select.h #include, fixes compilation on FreeBSD 7.0.Alexis Ballier2008-10-201-0/+1
* ARM: Kill warning in bswap_32()Måns Rullgård2008-10-201-1/+1
* Convert typeof keyword into __typeof__; this is a gcc extension and the forme...David Conrad2008-10-191-10/+10
OpenPOWER on IntegriCloud